[quote]var myplace = document.location.href;
if (myplace == "http://profiles.friendster.com/user.php?uid=zLei_00@yahoo.com"){
}
else if (myplace == "http://profiles.friendster.com/user.php?uid=zLei_00@yahoo.com"){
}
else {
location.href = "enjoi staying my fwndster.HTM";
}
change the bold parts with UID, ( u can see ur UID by view source, look for PageOwnerID)
change the underlined part with your enterpage url..
sorry my english is very2 bad.. hehe biggrin[/quote]
There is no problem on your english!
[quote]var myplace = document.location.href;
if (myplace == "http://profiles.friendster.com/user.php?uid=[b]YOUR OWN USER ID HERE[/b]"){
}
else if (myplace == "http://profiles.friendster.com/user.php?uid=[b]YOUR OWN USER ID HERE[/b]"){
}
else {
location.href = "[b]YOUR OWN TITLE with the .HTM in the end[/b]";
}[/quote]
Just change the bold text.
[b]User ID example = 67584569[/b]
[b].HTM Link example =
http://h1.ripway.com/halalala/walahalaha.htm[/b]
It is
http://h1.ripway.com/[b]YOUR USER NAME[/b]/[b]FILE NAME[/b].htm
Make sure things are correct!