FutureQuest, Inc. FutureQuest, Inc. FutureQuest, Inc.

FutureQuest, Inc.
Go Back   FutureQuest Community > General Site Owner Support (All may read/respond) > General Coding/Development
User Name
Password  Lost PW

Reply
 
Thread Tools Search this Thread Display Modes
Old 07-20-2001, 12:38 PM   Postid: 50132
MTDesigns
Site Owner
 
MTDesigns's Avatar

Forum Notability:
83 pts: Helpful Contributor
[Post Feedback]
 
Join Date: Aug 1999
Location: U.S.
Posts: 1,680
Can someone please tell me...

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,
MTDesigns is offline   Reply With Quote
Old 07-20-2001, 01:00 PM   Postid: 50136
janderk
Visitor
 
janderk's Avatar

Forum Notability:
0 pts:
[Post Feedback]
 
Join Date: Dec 2000
Location: Amsterdam
Posts: 362
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
janderk is offline   Reply With Quote
Old 07-20-2001, 01:51 PM   Postid: 50138
MTDesigns
Site Owner
 
MTDesigns's Avatar

Forum Notability:
83 pts: Helpful Contributor
[Post Feedback]
 
Join Date: Aug 1999
Location: U.S.
Posts: 1,680
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...
MTDesigns is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 visitors)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 05:04 PM.


Running on vBulletin®
Copyright © 2000 - 2013, Jelsoft Enterprises Ltd.
Hosted & Administrated by FutureQuest, Inc.
Images & content copyright © 1998-2013 FutureQuest, Inc.
FutureQuest, Inc.