PDA

View Full Version : Can someone please tell me...


MTDesigns
07-20-2001, 12:38 PM
what this script does?

<script>
function start(){
n=parent.no;
ps = parent.sites;
goLocation=parent.rpage[n++];
parent.no=n%(ps+1);
parent.frames[0].location.href=goLocation;
}
</script>

Does it redirect to a site's main domain page? I found this on a few of the x-rated sites that had copied whole pages of my sso site. They told me the pages were removed, but if they merely replaced the page with the redirect code and left this page online, won't these pages still show up in a search? After many months I am still finding these pages in a http://www.findsame.com search.

Any information will be helpful..TIA!

Best always,

janderk
07-20-2001, 01:00 PM
It's a JavaScript calling some stuff from the parent page of the current page. The use of parent directive's are typically used in a framed page. You probably want to get the source of the main page too.

When you see something like parent.no then a variable in the parent page of the current page is called. It seems like it does some kind of a rotation and loads a new location in a frame, but to make sure you'll need the complete JavaScript code. Go to the page were you found this and select View Source from the View menu (not the right click menu).

JD

MTDesigns
07-20-2001, 01:51 PM
OK, now I'm finding another script:

<SCRIPT LANGUAGE="JavaScript">
<!--
// BEGIN X-IT CODE
var exit=true;
function xit()
{
if (exit)
open("domain name removed");
}
// END X-IT CODE
// -->
</script>

I wish I could just find out if they have indeed removed the name of my site from their titles...