Andha: How did you did your enter page? The one with SKIP intro message. Can you help me?
Last edited by stepdarn14 (2008-01-24 15:01:16)
Andha: How did you did your enter page? The one with SKIP intro message. Can you help me?
[/quote]
perhaps you didnt save your loading script as .htm
you have to save it .htm
Last edited by stepdarn14 (2008-01-24 15:22:36)
[/quote]
im using this actually...
then pehaps it has to do with your codes..try to move this loader script to another place in your js...
Last edited by lordheinz (2008-01-24 15:23:07)
Last edited by stepdarn14 (2008-01-24 15:23:49)
or you can put below all your codes as well...
Last edited by stepdarn14 (2008-01-24 17:58:59)
Last edited by elaiza (2008-01-24 19:10:02)
Last edited by Refresh/Reload (2008-01-24 19:21:54)
[/quote]
what do you mean!
This enter page is a redirection code..
Ofcourse when you click ENTER, you'll be redirected to your frienster account!
[b]Here's the link of my htm:[/b]
http://h1.ripway.com/bratchick24/pretty000.htm
[u]This are the codes inside of my htm:[/u]
<">[b]And here's the code that I used for the js:[/b]
<">
Last edited by stepdarn14 (2008-01-24 19:50:21)
[b]Here's the link of my htm:[/b]
http://h1.ripway.com/bratchick24/pretty000.htm
[u]This are the codes inside of my htm:[/u]
<">[b]And here's the code that I used for the js:[/b]
<">[/quote]
Why is that so?
Are you sure You entered the correct UID?
try to use this:
[quote]var myplace = document.location.href;
if (myplace == "http://profiles.friendster.com/user.php?uid=UID"){
}
else if (myplace == "http://profiles.friendster.com/user.php?uid=UID"){
}
else {
location.href = "http://h1.ripway.com/bratchick24/pretty000.htm";
}[/quote]
I hope I can help!
Last edited by elaiza (2008-01-24 19:53:36)
Last edited by stepdarn14 (2008-01-24 19:58:03)