Support Forums

Full Version: In Need of a Script
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am looking for a script like this one:
www.progenic.com

If anyone knows any that is good.
Please post it.

Thanks in advanced.
it looks like the script is this
Quote:<script>
<!--
function setstatus(w,id)
{window.status = w;return true;}

function clearstatus()
{window.status='';}

function dn(a)
{ }

function ca(a)
{ top.location.href=document.getElementById(a).href;}

function ga(o,e)
{
if (document.getElementsByName(o))
{
test = document.getElementsByName(o);
target = test[0].Name;
parentn = "";
r = "";
g = e.target;

if (g)
{
t = g.id;
f = g.parentNode;
if (f)
{
parentn = f.id;h = f.parentNode;
if (h)r = h.id;
}
}
else
{
h = e.srcElement;
f = h.parentNode;
if (f)parentn = f.id;t = h.id;
}
if (t==target || parentn==target || r==target || t!='')return true;
window.open(test[0].href);
}
}
//-->
</script>
you might have to put this to work properly,if you have a question PM me thanks.
Quote:<div>
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTEzNzQ5OTEyMzQPZBYCZg9kFgICAw9kFgICAQ9kFgICAQ8PFgIeBFRleHQF/AI8dGFibGUgd2lkdGg9MTAwJT48dHI+PHRkPjxoMT5Ub3AgMTAwIFVuZGVyZ3JvdW5kIFRlY2hub2xvZ3kgV2Vic2l0ZXM8L2gxPjxCUj48Zm9udCBjbGFzcz0nbmV3c3RleHQnPjxiPjk2NTwvYj4gaGl0cyBzZW50IG91dCBpbiB0aGUgbGFzdCAwIGRheXMgNyBob3Vycy4gMTIzNzIgbW9yZSBoaXRzIHRvIHNlbmQgdW50aWwgc2NyaXB0IHJlc2V0LjwvZm9udD48L3RkPjx0ZD48Zm9udCBmYWNlPSdhcmlhbCcgc2l6ZT0xPlNwb25zb3JlZCBieTo8L2ZvbnQ+PEJSPjxhIGhyZWY9J2h0dHA6Ly93d3cucGx1bmRlci5jb20nPjxpbWcgYm9yZGVyPTAgc3JjPSdodHRwOi8vd3d3LnBsdW5kZXIuY29tL3gvbG9nby9wbHVuZGVyLmpwZyc+PC9hPjwvdGQ+PC90cj48L3RhYmxlPmRkZEdHfGJf3tAOCTl/Xe71ZCREVjLe" />
</div>
There's lots of PHP top sites scripts, here's one,
http://www.aardvarktopsitesphp.com/
(07-22-2010, 04:27 PM)iBruteforce Wrote: [ -> ]There's lots of PHP top sites scripts, here's one,
http://www.aardvarktopsitesphp.com/

I don't think the website is made out php, it's asp or asp.net.
Yup a quick view of the source code reveals default.aspx
The source code of that particular site perhaps, but the top site script it is offering is PHP.