Can someone tell what script is this Please?

Status
Not open for further replies.

pammox

New member
Jul 23, 2007
24
1
0
Hi guys
Hope someone can help with this....

found this at my friends website...he has no idea what it does and neither do i....apparently his former web developer did this and he failed to notice it until recently....any help is appreciated...


<SCRIPT>
<!--
function scrollit(seed) {
var m1 = "Welcome to Turn Key Hedge Funds, Inc. ....";
var m2 = " ";
var m3 = "The Ultimate Source for Starting a Hedge Fund ....";
var m4 = "Registration, Compliance, Regulation and Administration ....";
var msg=m1+m2+m3+m4;
var out = " ";
var c = 1;
if (seed > 100) {
seed--;
cmd="scrollit("+seed+")";
timerTwo=window.setTimeout(cmd,100);
}
else if (seed <= 100 && seed > 0) {
for (c=0 ; c < seed ; c++) {
out+=" ";
}
out+=msg;
seed--;
window.status=out;
cmd="scrollit("+seed+")";
timerTwo=window.setTimeout(cmd,100);
}
else if (seed <= 0) {
if (-seed < msg.length) {
out+=msg.substring(-seed,msg.length);
seed--;
window.status=out;
cmd="scrollit("+seed+")";
timerTwo=window.setTimeout(cmd,100);
}
else {
window.status=" ";
timerTwo=window.setTimeout("scrollit(100)",75);
}
}
}
//-->
</SCRIPT>



Thanks
 
  • Like
Reactions: turbolapp


javascript to scroll those 4 lines on the screen? Guessing from a quick look.


but whats the purpose anyways to just scroll those 4 lines?...does it like create fake traffic...or backlinks....don't freakin get that script....
 
It's a function that scrolls the text across the status bar in IE. Does not work in FF.

You have to call the function for it to work. eg:

<body onload="scrollit(100)">

:anon.sml: check out the "About hedge funds" page on your site. It's working there. Your index page does not call the function.
 
It creates tens of thousands of backlinks. Better edit your original post so others don't steal it.
 
Now that I look back at it, he's right - I missed a few lines. I just tried it, 57 confirmed backlinks and counting. Shit, I can't wait to mod this script.

whoa.....care to share the modded script once you're done:rasta:
 
Bofu thanks for sharing your code with me, its working great!
64 backlinks so far!
 
I managed to mod the script to get me backlinks and traffic. I'm getting 10 hits to my CPA offer every minute. Damn! Thanks man.
 
Pammox you still haven't edited out the code in your first post! Come on man, you're missing out on all the cash -- people are stealing your code left and right and are already making money!
 
this is really funny. Poor pammox. Well fuck , I feel kinda sorry for the newb so...

+rep for giving everyone a great script (even though you didn't mean to)
 
Status
Not open for further replies.