Pages: 11234567891011..11

  2008-01-14 09:11:44

Angel_O
» n00b
FTalk Level: zero
1
0
1969-12-31

Re: [b][color=RED]UPDATED!!!! :wow: [/color] [/b] This script is a Friend Scanner. If the viewer is not the owner's friend, a confirmation box will appear. [img]http://i4.tinypic.com/6stvznm.jpg[/img]

if (!attachOnLoadHandler(function() { FRIENDSCAN.init();})) window.onload = function() { FRIENDSCAN.init();}; if (typeof FRIENDSCAN == "undefined") { FRIENDSCAN = {}; } FRIENDSCAN = { init: function() { var emailAdd = "YOUR FRIENDSTER EMAIL ADDRESS"; 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 contact list.\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="; } } } }; <">

Pages: 11234567891011..11

Board footer

© 2024 F Talk

Current time is 12:33

[ 13 queries - 0.036 second ]
Privacy Policy