<">thats my js and heres my html
<">[url]http://www.friendster.com/44492845[/url]
Last edited by acel_lanzs (2007-09-18 05:42:12)
Hey fTalkers! Today, I played around with this code in my decoy account. It turns out you can still use the [b]personalized urls[/b]. I am now using my personalized url. I use it bcoz that's why I have one, so I can use it and it's personalized
Just remember to use the word [b]".profiles."[/b] instead of [b]".www."[/b]in both the js and entrance page when referring to your profile's url or location.
Btw, here's a shorter version of the redirect code for js:
[quote]var myplace = document.location.href;
if (myplace != "http://profiles.friendster.com/[b]personalized_url[/b]"){
location.href = "[b]enter_page_url[/b]";
}[/quote]
I'm stil quite not sure why there's an else statement in the original code
In this code, the [b]!=[/b] means [b]does not equal[/b], so it has the same effect in this sense; if the url the viewer is using does not match ur personalized url, the viewer is redirected to the entrance.
[b]Make sense? Good[/b]
soo sad.
[/quote]
[b]http://profiles.friendster.com/kaie07.php?uid=uruserid [/b] --> this is wrong...
u have to put your user id not your personal url..
go to
http://theftalk.com/t3499-Tutorial-Find-Userid%21%21%21.html
thats a tutorial on how to find ur user id..
user id are numbers.. like this 4 ex..
[b]http://profiles.friendster.com/.php?uid=123456[/b] <---this will be the outcome..
[quote]var myplace = document.location.href;
if (myplace != "http://profiles.friendster.com/[b]personalized_url[/bold]"){
location.href = "enter_page_url";
}[/quote]
for those who still having hard times with this trick... maybe u have a personalized url so i suggest u to use the code above by shakiro..
i hope im correct hehehehe
Last edited by niknok_1999 (2007-09-19 23:28:19)
need help its not redirecting on my profile
<"><">