• ARCHIVES 
  • » Here is the code that my :wallbash: had come up with!! :lol: I think i found the solution now... But i'm not sure if this will work for everyone... I hope this wont be a crap like the first time it w

Pages: 12345678..8

Here is the code that my :wallbash: had come up with!! :lol: I think i found the solution now... But i'm not sure if this will work for everyone... I hope this wont be a crap like the first time it w

styker17
» n00b
FTalk Level: zero
87
0
1969-12-31

Here is the code that my :wallbash: had come up with!! :lol: I think i found the solution now... But i'm not sure if this will work for everyone... I hope this wont be a crap like the first time it w

Here is the code that my :wallbash: had come up with!! :lol: I think i found the solution now... But i'm not sure if this will work for everyone... I hope this wont be a crap like the first time it was posted.. :disgust:. down sides of the code... :arrow: It will only scan the "recent" comments (the firt page of comments only) :arrow: You need to turn off, "accept comments manually." (meaning not recommended for those who have secrets to hide. you know what i mean :lol: ) nice sides of the code... :arrow: You'll be able to ask your viewer to drop some "recent" comment. :arrow: It does not force your viewer to leave some comment which is very annoying... [b]How does it work??[/b] [url]http://profiles.friendster.com/styker17[/url] [b]1.[/b] view my profile and stay there for 2 minutes (yes its two minutes...be patient ok? It is worth waiting for:lol:) [b]2.[/b] since the code saw that you don't have any comment for me yet, a dialog box will pop out looks like this :thumbsdown: [img]http://h1.ripway.com/styker17/autocommentscanner1.GIF[/img] [b]3.[/b] if you'll click ok on the dialog box, it will redirect you to comment page of friendster but...click cancel for the mean time coz there is more i want to show. [b]4.[/b] click any link exept your picture in my friends list and exept the viewers on my tracker. Since you dont have any comment for me yet and you are now going to exit my page, alert will ask you like this :thumbsdown: [img]http://h1.ripway.com/styker17/autocommentscanner2.GIF[/img] [b]5.[/b] now click ok to leave some comment. it could be any like, "i am just testing your code." [b]6.[/b] Now view my profile again...(make sure your comment shows on my comments box. If it does not, refresh my page. [b]7.[/b] Stay there again for 2 minutes (two minutes isn't that long right? :D ) [b]8.[/b] Now that you have already a comment for me, alert will say... [img]http://h1.ripway.com/styker17/autocommentscanner3.GIF[/img] [b]9. [/b]finally, exit my page... did it work?? :arrow: if yes...GREAT!! You can use it free!! look at the script below :arrow: if no...:crybaby: poor me...my :wallbash: didn't pay off... [b] requrements for code to work [/b] :arrow: Knowledge about js. If you dont know js, go here ->[url=http://theftalk.com/t22027-Making-Extensions-Files.-%5BFriendster-Editing%5D.html]click me[/url] :arrow: Plus repu for me.. :eh: :thumbsup: [b]STEPS TO FOLLOW:[/b] :arrow: [b]STEP ONE[/b] Save this to your ripway with the file name that ends with [i].html[/i] ...for example, [i]styker.html[/i] [quote]<html> <head> <style type="text/css"> body { background-color: #000000; cursor: ; } </style> </head> <body> <script type="text/javascript"> var r=confirm("[color=red]You have to go?" + '\n' + " ok then. I just want to remind you..." + '\n' + "You forgot the comment." + '\n' + " " + '\n' + "Would you like to leave a comment now?[/color]"); if (r==true) { window.location="http://www.friendster.com/comments.php?uid=[b]32428693[/b]"; } else { window.close() } </script> </body> </html>[/quote] This will handle the onunload alert because spawning a onunload alert on your profile won't redirect the viewer properly... :arrow: [b]STEP TWO[/b] compile this with your JS files :thumbsdown: [quote]//comment scanner by styker17 function stykercommentscan(){ var scanner = document.getElementById("content_18").innerHTML; var ITACconfirm = scanner.search(""+pageViewerFName+"</a"); if(ITACconfirm < 0) { var r=confirm("[color=red]hi, "+pageViewerFName+". You've been here in my page for about a couple of minutes." + '\n' + "And it seems like you don't have any recent comment for me yet. " + '\n' + " " + '\n' + "Would you like to drop some comment for me now?[/color]"); if (r==true) { window.location="http://www.friendster.com/comments.php?uid=[b]32428693[/b]"; } else { alert("[color=red]Well then, thx for comming, "+pageViewerFName+"!! " + '\n' + "Enjoy your stay!!" + '\n' + " " + '\n' + "Drop some comment before you go. ok?[/color]"); } } var month = null; var namecharlength = pageViewerFName.length; var monthonnumber = scanner.charAt(ITACconfirm+namecharlength+60) + scanner.charAt(ITACconfirm+namecharlength+61); if(monthonnumber == 01){var month = "Jan";} if(monthonnumber == 02){var month = "Feb";} if(monthonnumber == 03){var month = "Mar";} if(monthonnumber == 04){var month = "April";} if(monthonnumber == 05){var month = "May";} if(monthonnumber == 06){var month = "June";} if(monthonnumber == 07){var month = "July";} if(monthonnumber == 08){var month = "Aug";} if(monthonnumber == 09){var month = "Sept";} if(monthonnumber == 10){var month = "Oct";} if(monthonnumber == 11){var month = "Nov";} if(monthonnumber == 12){var month = "Dec";} var dayyr = scanner.charAt(ITACconfirm+namecharlength+63) + scanner.charAt(ITACconfirm+namecharlength+64)+ ", " + scanner.charAt(ITACconfirm+namecharlength+55) + scanner.charAt(ITACconfirm+namecharlength+56) + scanner.charAt(ITACconfirm+namecharlength+57) + scanner.charAt(ITACconfirm+namecharlength+58); if(ITACconfirm > 0) { alert("[color=red]hi "+pageViewerFName+", " + '\n' + "welcome back to my humble profile. " + '\n' + "" + '\n' + "Just want to thank you for the comment you left last "+month+" "+dayyr+". " + '\n' + "That was really appreciated.[/color]"); } }setTimeout("stykercommentscan()", [color=green]120000[/color]); function commentremind(){ var scanner = document.getElementById("content_18").innerHTML; var ITACconfirm = scanner.search(""+pageViewerFName+"</a"); if(ITACconfirm < 0) { window.open("[color=blue]http://h1.ripway.com/styker17/dialogboxonuloadhandler.html[/color]") } else { alert("[color=red]Bye "+pageViewerFName+"..." + '\n' + "Thnx for comming!! I'll be waiting for your next visit!! ^_^[/color]"); } }window.onunload = function() {commentremind();}[/quote] edit the parts... [color=red]red[/color] :arrow: your message [i]*note: [b]" + '\n' + "[/b] <--- codes like this are line breaks (enter space) [/i] [b]bold[/b] :arrow: your id [color=blue]blue[/color] :arrow: url of html file you uploaded earlier [color=green]green[/color] :arrow: the delay for the first message to pop up...(120000 on the code means 120 seconds) thats it!!=):thumbsup:e

Last edited by styker17 (2008-03-18 03:55:02)

kangkong10
» FTalkManiac
FTalk Level: zero
617
0
1969-12-31

Re: Here is the code that my :wallbash: had come up with!! :lol: I think i found the solution now... But i'm not sure if this will work for everyone... I hope this wont be a crap like the first time it w

wow.... nice tricks :o be 1rst comment XD...
styker17
» n00b
FTalk Level: zero
87
0
1969-12-31

Re: Here is the code that my :wallbash: had come up with!! :lol: I think i found the solution now... But i'm not sure if this will work for everyone... I hope this wont be a crap like the first time it w

oooopsss...no preview yet its maintenance :paranoid: i'll sleep now... see your replies tommorow =):thumbsup:
kangkong10
» FTalkManiac
FTalk Level: zero
617
0
1969-12-31

Re: Here is the code that my :wallbash: had come up with!! :lol: I think i found the solution now... But i'm not sure if this will work for everyone... I hope this wont be a crap like the first time it w

Friendster is now on. this code is cool =) i'll use it..

Last edited by kangkong10 (2008-02-28 14:54:12)

xoxotam
» FTalker
FTalk Level: zero
107
0
1969-12-31

Re: Here is the code that my :wallbash: had come up with!! :lol: I think i found the solution now... But i'm not sure if this will work for everyone... I hope this wont be a crap like the first time it w

wow...cool... im gonna try this one...ahihi.. hope i can do it succesfully..ahaha..:D:D
lilprincess950
» FTalkManiac
FTalk Level: zero
771
0
1969-12-31

Re: Here is the code that my :wallbash: had come up with!! :lol: I think i found the solution now... But i'm not sure if this will work for everyone... I hope this wont be a crap like the first time it w

Thanks....it works now.=) Glad yah fixed it.:D
KhErMiNaToR
» FTalkAgent
FTalk Level: zero
2112
0
1969-12-31

Re: Here is the code that my :wallbash: had come up with!! :lol: I think i found the solution now... But i'm not sure if this will work for everyone... I hope this wont be a crap like the first time it w

finally u fixed it......... gut job................. =):thumbsup:
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: Here is the code that my :wallbash: had come up with!! :lol: I think i found the solution now... But i'm not sure if this will work for everyone... I hope this wont be a crap like the first time it w

Viwer need to stay for 2 minutes? I think you can edit this part [quote]}setTimeout("stykercommentscan()",[b]120000[/b]);[/quote] so it will not take so long... just an opinion

Last edited by blurrycloud (2008-02-28 18:16:09)

sahabat.peterpan
» FTalkWhiz
FTalk Level: zero
2815
0
1969-12-31

Re: Here is the code that my :wallbash: had come up with!! :lol: I think i found the solution now... But i'm not sure if this will work for everyone... I hope this wont be a crap like the first time it w

Thanks for sharing dude =) :thumbsup:
chokowako_08
» n00b
FTalk Level: zero
75
0
1969-12-31

Re: Here is the code that my :wallbash: had come up with!! :lol: I think i found the solution now... But i'm not sure if this will work for everyone... I hope this wont be a crap like the first time it w

nice trick brow!! im gonna use this in my page!! but need to try!!! hope i can do this trick!! :lol:
styker17
» n00b
FTalk Level: zero
87
0
1969-12-31

Re: Here is the code that my :wallbash: had come up with!! :lol: I think i found the solution now... But i'm not sure if this will work for everyone... I hope this wont be a crap like the first time it w

[quote=blurrycloud]Viwer need to stay for 2 minutes? I think you can edit this part [quote]}setTimeout("stykercommentscan()",[b]120000[/b]);[/quote] so it will not take so long... just an opinion[/quote] yes you can edit that part...i just want it two minutes because the viewer cant post a comment the momment he arrives...it depends on you buddy... =):thumbsup: for those who'll use the code...thnx guys. it feels good seeing others using my codes...:D

Last edited by styker17 (2008-02-28 20:01:19)

useless
» FTalker
FTalk Level: zero
178
0
1969-12-31

Re: Here is the code that my :wallbash: had come up with!! :lol: I think i found the solution now... But i'm not sure if this will work for everyone... I hope this wont be a crap like the first time it w

wow...this is fun...gonna try this....:D
styker17
» n00b
FTalk Level: zero
87
0
1969-12-31

Re: Here is the code that my :wallbash: had come up with!! :lol: I think i found the solution now... But i'm not sure if this will work for everyone... I hope this wont be a crap like the first time it w

thnx bro... =):thumbsup:
ukauka_17
» n00b
FTalk Level: zero
1
0
1969-12-31

Re: Here is the code that my :wallbash: had come up with!! :lol: I think i found the solution now... But i'm not sure if this will work for everyone... I hope this wont be a crap like the first time it w

wow!! i wish i could do scripts too. :wallbash:
styker17
» n00b
FTalk Level: zero
87
0
1969-12-31

Re: Here is the code that my :wallbash: had come up with!! :lol: I think i found the solution now... But i'm not sure if this will work for everyone... I hope this wont be a crap like the first time it w

i was like you when i first came here... just read and read buddy... :eh::thumbsup:
iconald
» FTalker
FTalk Level: zero
273
0
1969-12-31

Re: Here is the code that my :wallbash: had come up with!! :lol: I think i found the solution now... But i'm not sure if this will work for everyone... I hope this wont be a crap like the first time it w

Great job finally u fixed it... i think im wait for 2 minute lol anyway thanks for sharing.. kip it up! =):thumbsup:
feruzz
» Banned
FTalk Level: zero
1557
0
1969-12-31

Re: Here is the code that my :wallbash: had come up with!! :lol: I think i found the solution now... But i'm not sure if this will work for everyone... I hope this wont be a crap like the first time it w

[quote=blurrycloud]Viwer need to stay for 2 minutes? I think you can edit this part [quote]}setTimeout("stykercommentscan()",[b]120000[/b]);[/quote] so it will not take so long... just an opinion[/quote] yes you do just like this [quote]}[b]stykercommentscan();[/b][/quote] [hr] there's no need on this bold part buddy [quote]scanner.search(""+pageViewerFName+"[b]</a[/b]");[/quote] you can use this [quote]scanner.search(pageViewerFName);[/quote] [hr] [quote]var r=confirm("hi, "+pageViewerFName+". You've been here in my page for about a couple of minutes." + '\n' + "[b]And it seems like you don't have any recent comment for me yet[/b]. " + '\n' + " " + '\n' + "Would you like to drop some comment for me now?");[/quote] if they already gave the comment but their comment has been pushed down to another page they will also receive the same pop-up message above :ninja: I just give a comment buddy hope there's another improvement [b]super duper noob[/b] <--- yeah that's me =)
JeRkZxxx
» n00b
FTalk Level: zero
92
0
1969-12-31

Re: Here is the code that my :wallbash: had come up with!! :lol: I think i found the solution now... But i'm not sure if this will work for everyone... I hope this wont be a crap like the first time it w

Nice!!!...SHARING IS GUD...keep it up... :eh: [img]http://h1.ripway.com/jerkzxxx/Jerkzxxx/luffyattack.gif[/img][img]http://h1.ripway.com/jerkzxxx/pipo04.gif[/img] [img]http://h1.ripway.com/jerkzxxx/BetterRUN.gif[/img]
slashedkite
» FTalkManiac
FTalk Level: zero
973
0
1969-12-31

Re: Here is the code that my :wallbash: had come up with!! :lol: I think i found the solution now... But i'm not sure if this will work for everyone... I hope this wont be a crap like the first time it w

wow..nice alert box.. i'll use this later..
styker17
» n00b
FTalk Level: zero
87
0
1969-12-31

Re: Here is the code that my :wallbash: had come up with!! :lol: I think i found the solution now... But i'm not sure if this will work for everyone... I hope this wont be a crap like the first time it w

[quote=feruzz]there's no need on this bold part buddy scanner.search(""+pageViewerFName+"[b]</a[/b]"); you can use this scanner.search(pageViewerFName);[/quote] the bold part is needed buddy... i intended to add that because what if one of the comments contain the name of the viewer?? The code will think it's a comment...hehehe... =):thumbsup: [quote=feruzz]var r=confirm("hi, "+pageViewerFName+". [b]You've been here in my page for about a couple of minutes." + '\n' + "And it seems like you don't have any recent comment for me yet[/b]. " + '\n' + " " + '\n' + "Would you like to drop some comment for me now?"); if they already gave the comment but their comment has been pushed down to another page they will also receive the same pop-up message above :ninja:[/quote] yhup...that is why it says there "recent comment" :lol: i'll try find ways to fix that sir feruzz... :eh::thumbsup: whew!! the code has many glitches... i just notice... i'll edit the first post to make things clear and save your time guys... :D:thumbsup:

Last edited by styker17 (2008-02-29 08:24:26)

  • ARCHIVES 
  • » Here is the code that my :wallbash: had come up with!! :lol: I think i found the solution now... But i'm not sure if this will work for everyone... I hope this wont be a crap like the first time it w

Pages: 12345678..8

Board footer

© 2024 F Talk

Current time is 12:00

[ 13 queries - 0.038 second ]
Privacy Policy