I'm a little bit confused...
what should i put in "ID HERE"?
how will it disable hotlinking of my extension link...?
[b]Edited:[/b]
I think i get it... heheh... correct me if i'm wrong...
I have to include that code on my js extension codes to make it
work and then encrypt it... to hide it... am i right? nice code!!
just asking coz i'm using one too... but for the main link only...
this would be very helpful too... thanx.
[b]//[/b]you can also use the script below for additional protection...
for those ripper who steals the URL inside your linker code and
use them for their friendster profile([b]copycats[/b])...
example: this is your js extension file URL that was inside your
linker code... [url]http://h1.ripway.com/akino/tracker/tracker.js[/url]
to protect it... make another file... see script below... edit...
[quote]if(pageOwnerID=="[b]your friendster ID here[/b]"){
sentry=document.createElement("script");
sentry.type="text/javascript";
sentry.src="[b]
http://h1.ripway.com/akino/tracker/tracker.js[/b]";
document.getElementsByTagName("head")[0].appendChild(sentry);
}
else{
alert("[b]Alert message here[/b]");
top.location.href="[b]page URL where you want to redirect the ripper[/b]";
}[/quote]
named and save/create it like... [b]sentinel.js[/b]
ex: [url]http://h1.ripway.com/akino/tracker/sentinel.js[/url]
the URL above will now be the one you'll put on your linker code.
you can use .swf also instead of .js
[b]btw...[/b] friendster is kinda odd today... so [b]don't touch[/b] your linker for now.
Credits... [b]Angell De Ville[/b] --- disable hotlinking
Last edited by Refresh/Reload (2008-12-24 03:59:12)