[quote=kamille01]waaaaaa!! it's not working in my page!![/quote]
How did you apply the codes...?
if u have a tracker code do it like this..
[quote]function onProfileLoad() {
FRIENDSCAN.init();[/quote]
then these... outside/below the tracker codes..
[quote]if (typeof FRIENDSCAN == "undefined") { FRIENDSCAN = {}; }
FRIENDSCAN = {
init: function() {
var emailAdd = "[b]YOU EMAIL ADDRESS IN FRIENDSTER HERE[/b]";
var areWeFriend = "yes";
var authCode = "";
var scanner = document.getElementById("controlPanelButtons").innerHTML;
var AFRconfirm = scanner.search(/Add as Friend/);
if (AFRconfirm > 0) {
areWeFriend = "no";
authCode = /href="[\S\s]*?authcode=([\S\s]+?)">Add as Friend/.exec(scanner)[1];
}
if(areWeFriend == "no") {
var cForm = confirm("It seems that you are not in my MAUUTANGAN LIST heheh...\n Do you want to add me as your friend?");
if (cForm == true) {
document.location.href="http://www.friendster.com/addfriendrequest.php?confirm=1&authcode="+authCode+"&uid="+pageOwnerID+"&id=&email="+encodeURI(emailAdd)+"&lastname=";
}
}
}
};[/quote]
or just put the complete codes... [b]1st post[/b]
anywhere outside/below you tracker codes or js files..

[b]off topic... Thanx Feruzz!![/b] when is the pop-up messages..? heheh..
just kidding lol