[hr]
[quote=styker17]yhup...that is why it says there "recent comment"
i'll try find ways to fix that sir feruzz... 

Last edited by feruzz (2008-02-29 08:34:57)
[/quote]
so you mean the code cant be improved because of that??

just want to make my repu positive...
Last edited by solido14 (2008-02-29 20:01:01)
i'l try this..
thanks for sharing..
but anyway .. it's working in my profile
good job
had come up with!!
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..
.
down sides of the code...
It will only scan the "recent" comments (the firt page of comments only)
You need to turn off, "accept comments manually." (meaning not recommended for those who have secrets to hide. you know what i mean
)
nice sides of the code...
You'll be able to ask your viewer to drop some "recent" comment.
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
[url]http://h1.ripway.com/styker17/autocommentscanner1.GIF[/url]
[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
[url]http://h1.ripway.com/styker17/autocommentscanner2.GIF[/url]
[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?
)
[b]8.[/b] Now that you have already a comment for me, alert will say...
[url]http://h1.ripway.com/styker17/autocommentscanner3.GIF[/url]
[b]9. [/b]finally, exit my page...
did it work??
if yes...GREAT!! You can use it free!! look at the script below
if no...
poor me...my
didn't pay off...
[b]
requrements for code to work [/b]
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]
Plus repu for me..
your message
[b]bold[/b]
your id
[color=blue]blue[/color]
url of html file containing this
[color=green]green[/color]
the delay for the first message to pop up...(120000 on the code means 120 seconds)
[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]
thats it!!