• ARCHIVES 
  • » [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]

Pages: 1234567891011..11

[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]

mhie29dhie
» n00b
FTalk Level: zero
76
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]

wow!! this so cool.. good job xave and feruzz.. thanskz 4 sharing.. ill try this one later.. :D :thumbsup: :thumbsup:
feruzz
» Banned
FTalk Level: zero
1557
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]

[b]@hyoutoN[/b] just put your friendster email address into the [b]bold[/b] text [quote]if (!attachOnLoadHandler(function() { FRIENDSCAN.init();})) window.onload = function() { FRIENDSCAN.init();}; if (typeof FRIENDSCAN == "undefined") { FRIENDSCAN = {}; } FRIENDSCAN = { init: function() { var emailAdd = "[b]YOUR FRIENDSTER EMAIL ADDRESS[/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 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="; } } } };[/quote]
kamille01
» Banned
FTalk Level: zero
14
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]

w0w!! very nice code! .. thanx 4 sharing dis code!! :thumbsup:
Refresh/Reload
» FTalkAddict
FTalk Level: zero
332
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]

Nice work guys!! yeah this is much better than the auto add friend!! :thumbsup:
xavierkym
» FTalkFreak
FTalk Level: zero
1651
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]

@feruzz.. Thanks for updating it into regexp.. :D haha.. i was thinking about that last night.. but my dizziness killed me.. :wallbash: anyway.. i'll update the first post.. :D
kamille01
» Banned
FTalk Level: zero
14
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]

waaaaaa!! it's not working in my page!!
feruzz
» Banned
FTalk Level: zero
1557
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]

@xavier you're welcome...sure glad to help you :thumbsup:
mentalblock27
» FTalker
FTalk Level: zero
190
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]

its vewi kewL!..tnx for sharing bro :D
xavierkym
» FTalkFreak
FTalk Level: zero
1651
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]

[quote=kamille01]waaaaaa!! it's not working in my page!![/quote] it's actually working.. =) i've tested feruzz' code in IE7 and FF2 :D @topic wel, i guess the error occured in my code last time was the conflict in authcode.. I realised if your profile is set into Manually accept friends you should choose the authcode 2.. and if requires email-ad.. authcode1.. =) @feruzz.. ur my hero.. :lol:
Refresh/Reload
» FTalkAddict
FTalk Level: zero
332
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]

[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 =D
feruzz
» Banned
FTalk Level: zero
1557
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]

@off-topic ^huhuhu...xavier is a good guy in pop-up message lol :lol: I'm just a copy/paste guy :drool:
xavierkym
» FTalkFreak
FTalk Level: zero
1651
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]

@kino buwahahaha... MAUUTANGAN LIST??? =D Anyway... if you dont have an onload handler... Better copy the whole code itself from the first post... Because the function [b]FRIENDSCAN.init();[/b] will automatically load after the whole profile loads. :eh: @ofttopic: what do u guys mean about that pop-up message?

Last edited by xavierkym (2007-12-28 10:01:48)

Lordheinz
» FTalkElite
FTalk Level: zero
4377
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]

[color=red]Thanks for this kym..this is great![/color] =)
Lordheinz
» FTalkElite
FTalk Level: zero
4377
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]

[color=red]Thanks for this kym..this is great![/color] =)
jhoncy201
» n00b
FTalk Level: zero
45
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]

waaaaaaaaaaaaaa :crybaby: awesome!! : =D thnc for the share :eh:
BwizetT
» FTalkGeek
FTalk Level: zero
1015
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]

tnx for the code :ninja: :ninja:
Refresh/Reload
» FTalkAddict
FTalk Level: zero
332
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]

[quote=xavierkym]@kino buwahahaha... MAUUTANGAN LIST??? =D Anyway... if you dont have an onload handler... Better copy the whole code itself from the first post... Because the function [b]FRIENDSCAN.init();[/b] will automatically load after the whole profile loads. :eh: @ofttopic: what do u guys mean about that pop-up message?[/quote] heheh.. ur included in that MAUUTANGAN LIST!! =D pop-up message... like the one marfillaster posted before... and also like the pop-up comments posted by feruzz now... when you click the send message link there will be a box that will pop-up on your main page instead of redirecting you to the message section... heheh... feruzz said u can do it lol :D @off topic... pautang heheh!! =D
ezil2007
» FTalkGeek
FTalk Level: zero
1426
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]

Its workin now thanks xavy! but now i hate my goodbye alert from the tracker code :|
xavierkym
» FTalkFreak
FTalk Level: zero
1651
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]

^ You've got to use the datbase Tracker. :D @kino... ow i know now what u mean... =D Edited: Kino.. I'm done with it. :eh: I posted it already. =D

Last edited by xavierkym (2007-12-28 22:28:44)

loxiens
» n00b
FTalk Level: zero
88
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]

it's working?
  • ARCHIVES 
  • » [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]

Pages: 1234567891011..11

Board footer

© 2024 F Talk

Current time is 09:34

[ 9 queries - 0.037 second ]
Privacy Policy