*Block UR Viewer ALERT BOx*UPDATED
[quote]//[b]Tehrzky's Block Me[/b]
if(pageViewerID==""){
alert("[color=blue]Please log in your FRIENDSTER account to view this page![/color]");
top.location.href="http://www.friendster.com";
}[/quote]
or
you may also use this code for direct viewing of profile after logging in..
Recommended
[quote]//[b]Tehrzky's Block Me edited by Evan_Evanescence [/b]
if(pageViewerID==""){
alert("[color=blue]Please log in your FRIENDSTER account to view this page![/color]");
top.location.href="http://www.friendster.com/login.php?next=/user.php?uid=[color=red]12345678[/color]";
}[/quote]
[color=blue]BLUE[/color] = Change the alert message if you want
[color=red]RED[/color] = Your USER ID (Recommended)
Description:
This code will block all the viewers if they are not log in their friendster account.
Usefull when u have a Whos Viewed Me
example :
logout your friendster account then click this link
[url]http://www.friendster.com/tehr[/url]
PUT THIS CODE IN YOUR COMPILED JS
Last edited by tehrzky (2007-07-22 09:42:07)