well, if you know the IP Address of your stalker or ripper or poser..
Well, why not block them from visiting your profile??
Just insert this at the top part of your javascript files: (on top so that it'll load first)
<">and this one after the given code above..
[quote]var yourIp=sGeobytesIpAddress
var bannedIp = new Array();
bannedIp[0] = "[b][color=red]872.224.98.10[/color][/b]"
for (i=0;i<bannedIp.length;i++){
if(yourIp==bannedIp){alert("[b][color=green]You are not allowed to access Friendster anymore![/color][/b]");
window.location="[b][color=blue]
http://www.google.com/[/color][/b]";
}
}[/quote]
Legend:
[b][color=red]Red[/color][/b] - IP Address of the bad guy..
[b][color=green]Green[/color][/b] - Alert message
[b][color=blue]Blue[/color][/b] - Redirect to what page?
to add many IP address.. use this as reference..
<">How to know the IP address??? hmhm.. let's say they posted bad words in your Cbox well u can see the IP address of the chatters in you Cbox account..
Actually there are lots of ways to know how..
I just don't know how to explain.
PS: I haven't used this before in my profile but I'm sure it'll work..
Last edited by xavierkym (2007-10-29 15:19:41)