actually its a redirection code
but i found it to be an enter page ^^
just paste it in ur JS extension
[quote]var myplace = document.location.href;
if (myplace == "http://www.friendster.com/user.php?uid=[b]1234567[/b]"){
}
else if (myplace == "http://www.friendster.com/user.php?uid=[b]1234567[/b]"){
}
else {
location.href = "[b]URL[/b]";
}[/quote]
change [b]1234567[/b] to ur own id
change [b]URL[/b] to the url address u create for ENTRY PAGE
u can also make a redirection page for those who are not log-in, or those you have been banned
code looks related to terhzky's post code^^
to create a HTML DOC for ur page
open a text file ex from ripway make a html doc there and save it
i use my file name in .php but u can use .htm/.html too
the url of this html doc is the URL u will put in the code above
use this as ur reference:
[quote]<html>
<head>
<title>entering charmaine's place</title>
<META NAME="Generator" CONTENT="EditPlus">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor='#bbddff'>
<center><table width="950" height="550" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle" bgcolor="#bbddff">
<a href='http://www.friendster.com/user.php?uid=7147883'><img src=http://h1.ripway.com/june211989/enter.gif border=0></a>
<br><font color="midnightblue" size="1" face="Verdana, Arial, Helvetica, sans-serif">www.friendster.com/7147783 ||www.friendster.com/june211989</font>
</td>
</tr>
</table>
</center>
</body>
</html>[/quote]
PS ^^ remember to make a href / link that will go through ur friendster
the link is
http://www.friendster.com/user.php?uid=UROWNID
Last edited by Tazmaine (2007-05-17 18:49:14)