• ARCHIVES 
  • » [align=center][b]Here's the screenshot[/b] :arrow:[/align] [align=center][url=http://h1.ripway.com/comporer/sheringan.html]preview[/url][/align] :wallbash: [img]http://h1.ripway.com/Jhon2/yuhuuu.JPG

Pages: 1234567..7

[align=center][b]Here's the screenshot[/b] :arrow:[/align] [align=center][url=http://h1.ripway.com/comporer/sheringan.html]preview[/url][/align] :wallbash: [img]http://h1.ripway.com/Jhon2/yuhuuu.JPG

ayessa0309
» n00b
FTalk Level: zero
13
0
1969-12-31

Re: [align=center][b]Here's the screenshot[/b] :arrow:[/align] [align=center][url=http://h1.ripway.com/comporer/sheringan.html]preview[/url][/align] :wallbash: [img]http://h1.ripway.com/Jhon2/yuhuuu.JPG

how to save it in JS...im a newbiew here..i dnt get it..after saving it in HTMl,i will go to ripway to upload it..wat will i do nxt? help me...tnx
LadyCyclone
» FTalker
FTalk Level: zero
148
0
1969-12-31

Re: [align=center][b]Here's the screenshot[/b] :arrow:[/align] [align=center][url=http://h1.ripway.com/comporer/sheringan.html]preview[/url][/align] :wallbash: [img]http://h1.ripway.com/Jhon2/yuhuuu.JPG

y does mah enter page has an adds by google how can i remove it???
hello9055
» FTalkGeek
FTalk Level: zero
1387
0
1969-12-31

Re: [align=center][b]Here's the screenshot[/b] :arrow:[/align] [align=center][url=http://h1.ripway.com/comporer/sheringan.html]preview[/url][/align] :wallbash: [img]http://h1.ripway.com/Jhon2/yuhuuu.JPG

nice! i really like it! thnx 4 sharing
Saiia_itu_mia
» FTalkAddict
FTalk Level: zero
378
0
1969-12-31

Re: [align=center][b]Here's the screenshot[/b] :arrow:[/align] [align=center][url=http://h1.ripway.com/comporer/sheringan.html]preview[/url][/align] :wallbash: [img]http://h1.ripway.com/Jhon2/yuhuuu.JPG

:thumbsup: :thumbsup: sip bang!
i i LeA i i
» FTalkAgent
FTalk Level: zero
2099
0
1969-12-31

Re: [align=center][b]Here's the screenshot[/b] :arrow:[/align] [align=center][url=http://h1.ripway.com/comporer/sheringan.html]preview[/url][/align] :wallbash: [img]http://h1.ripway.com/Jhon2/yuhuuu.JPG

[quote=ayessa0309]how to save it in JS...im a newbiew here..i dnt get it..after saving it in HTMl,i will go to ripway to upload it..wat will i do nxt? help me...tnx[/quote] upload it on ripway..get the url of your .html and have this codes..edit the bolded part! [quote]//enterpage trick by Tazmaine var myplace = document.location.href; if (myplace == "http://profiles.friendster.com/user.php?uid=[b]USERID[/b]"){ } else if (myplace == "http://profiles.friendster.com/user.php?uid=[b]USERID[/b]"){ } else { location.href = "[b]URL OF HTML[/b]"; }[/quote] :arrow: Save it at ur js file!:thumbsup:

Last edited by i i LeA i i (2008-08-05 07:35:32)

ayessa0309
» n00b
FTalk Level: zero
13
0
1969-12-31

Re: [align=center][b]Here's the screenshot[/b] :arrow:[/align] [align=center][url=http://h1.ripway.com/comporer/sheringan.html]preview[/url][/align] :wallbash: [img]http://h1.ripway.com/Jhon2/yuhuuu.JPG

[quote=i i LeA i i]i i LeA i i » FriendsterWhiz › ..:cAtcH mE iF yOu cAn::. › Class X Location: bEsiDe yOu Registered: 2008-03-22 Posts: 2654 Last visit: Today Reputation: 52 E-mail PM Friendster Re: Intro loading Pageayessa0309 wrote: how to save it in JS...im a newbiew here..i dnt get it..after saving it in HTMl,i will go to ripway to upload it..wat will i do nxt? help me...tnx upload it on ripway..get the url of your .html and have this codes..edit the bolded part! //enterpage trick by Tazmaine var myplace = document.location.href; if (myplace == "http://profiles.friendster.com/user.php?uid=USERID"){ } else if (myplace == "http://profiles.friendster.com/user.php?uid=USERID"){ } else { location.href = "URL OF HTML"; } Save it as ur js file![/quote] after getting the URL in ripway..i will edit the bolded part.then save it agen as js...after saving it as js,wat will i do next?wer will i paste it in my friendster account?
irishandme
» FTalker
FTalk Level: zero
110
0
1969-12-31

Re: [align=center][b]Here's the screenshot[/b] :arrow:[/align] [align=center][url=http://h1.ripway.com/comporer/sheringan.html]preview[/url][/align] :wallbash: [img]http://h1.ripway.com/Jhon2/yuhuuu.JPG

[quote=ayessa0309]after getting the URL in ripway..i will edit the bolded part.then save it agen as js...after saving it as js,wat will i do next?wer will i paste it in my friendster account?[/quote] try this! :thumbsdown: [quote]//intro Loading trick var intLoadtr = document.createElement("script"); intLoadtr.type = "text/javascript"; intLoadtr.src = "[b]URL OF YOUR JS[/b]"; document.getElementsByTagName("head")[0].appendChild(intLoadtr);[/quote] now, copy the code above, and then paste it inside your [b].Js Linker[/b]

Last edited by irishandme (2008-08-05 02:32:11)

ayessa0309
» n00b
FTalk Level: zero
13
0
1969-12-31

Re: [align=center][b]Here's the screenshot[/b] :arrow:[/align] [align=center][url=http://h1.ripway.com/comporer/sheringan.html]preview[/url][/align] :wallbash: [img]http://h1.ripway.com/Jhon2/yuhuuu.JPG

[quote=irishandme]try this! //intro Loading trick var intLoadtr = document.createElement("script"); intLoadtr.type = "text/javascript"; intLoadtr.src = "URL OF YOUR JS"; document.getElementsByTagName("head")[0].appendChild(intLoadtr); now, copy the code above, and then paste it inside your .Js Linker[/quote] tnx...anyweiz..it didnt work..at first i follwed the steps being mention ii LEAIi..after saving it in .html..i save it again in .js with the codes she gave me...then after saving it in the ripway as .js..i place it in the codes u gave me..then i place t in the js linker to get the code..but still it didnt work..
xtian9879
» n00b
FTalk Level: zero
5
0
1969-12-31

Re: [align=center][b]Here's the screenshot[/b] :arrow:[/align] [align=center][url=http://h1.ripway.com/comporer/sheringan.html]preview[/url][/align] :wallbash: [img]http://h1.ripway.com/Jhon2/yuhuuu.JPG

...i have tried this trick,,,but theres a problem,,,it keep coming back on the intro page...help...
Dqueen
» n00b
FTalk Level: zero
6
0
1969-12-31

Re: [align=center][b]Here's the screenshot[/b] :arrow:[/align] [align=center][url=http://h1.ripway.com/comporer/sheringan.html]preview[/url][/align] :wallbash: [img]http://h1.ripway.com/Jhon2/yuhuuu.JPG

[quote]...i have tried this trick,,,but theres a problem,,,it keep coming back on the intro page...help...[/quote] that is also my case.. please help us!!:crybaby:
i i LeA i i
» FTalkAgent
FTalk Level: zero
2099
0
1969-12-31

Re: [align=center][b]Here's the screenshot[/b] :arrow:[/align] [align=center][url=http://h1.ripway.com/comporer/sheringan.html]preview[/url][/align] :wallbash: [img]http://h1.ripway.com/Jhon2/yuhuuu.JPG

[quote=ayessa0309]after getting the URL in ripway..i will edit the bolded part.then save it agen as js...after saving it as js,wat will i do next?wer will i paste it in my friendster account?[/quote] get the url of your js and use the latest linker found at the underground section.. just follow the instruction there and your done!:D:thumbsup:
Hoshigaki
» FTalkAgent
FTalk Level: zero
2328
0
1969-12-31

Re: [align=center][b]Here's the screenshot[/b] :arrow:[/align] [align=center][url=http://h1.ripway.com/comporer/sheringan.html]preview[/url][/align] :wallbash: [img]http://h1.ripway.com/Jhon2/yuhuuu.JPG

How can i make the speed faster?? :question:
xtian9879
» n00b
FTalk Level: zero
5
0
1969-12-31

Re: [align=center][b]Here's the screenshot[/b] :arrow:[/align] [align=center][url=http://h1.ripway.com/comporer/sheringan.html]preview[/url][/align] :wallbash: [img]http://h1.ripway.com/Jhon2/yuhuuu.JPG

...help plz,,i really like this trick,,,but,evrytime i hit enter it will load my profile,but for just few seconds then the introduction will load again,any idea pipz?y this happens???
tmikejohn
» FTalker
FTalk Level: zero
124
0
1969-12-31

Re: [align=center][b]Here's the screenshot[/b] :arrow:[/align] [align=center][url=http://h1.ripway.com/comporer/sheringan.html]preview[/url][/align] :wallbash: [img]http://h1.ripway.com/Jhon2/yuhuuu.JPG

wheeheehhee..... nice trick...... gonna try this one....... tnx for shARIN...... =D=D=D=D=D=D=D=D=D
LadyCyclone
» FTalker
FTalk Level: zero
148
0
1969-12-31

Re: [align=center][b]Here's the screenshot[/b] :arrow:[/align] [align=center][url=http://h1.ripway.com/comporer/sheringan.html]preview[/url][/align] :wallbash: [img]http://h1.ripway.com/Jhon2/yuhuuu.JPG

[quote=xtian9879]...help plz,,i really like this trick,,,but,evrytime i hit enter it will load my profile,but for just few seconds then the introduction will load again,any idea pipz?y this happens???[/quote] mine was like this too.. funny ayt?? it will be not intro page if my profile appears first.. b4 d enterpage will show.. lol.. enterpage seems useless bcz mah prfile apears first b4 the intro page..
greatpopo
» n00b
FTalk Level: zero
10
0
1969-12-31

Re: [align=center][b]Here's the screenshot[/b] :arrow:[/align] [align=center][url=http://h1.ripway.com/comporer/sheringan.html]preview[/url][/align] :wallbash: [img]http://h1.ripway.com/Jhon2/yuhuuu.JPG

:crybaby:[quote=xtian9879]..i have tried this trick,,,but theres a problem,,,it keep coming back on the intro page...help...[/quote] :crybaby::crybaby:same with mine.. after I click enter,...in a few seconds it's redirected to the intropage again... where exactly in my external js will I paste the code?... please help us...please..please..:(:(
---xXirukiTepe---
» SuperFTalker
FTalk Level: zero
8896
0
1969-12-31

Re: [align=center][b]Here's the screenshot[/b] :arrow:[/align] [align=center][url=http://h1.ripway.com/comporer/sheringan.html]preview[/url][/align] :wallbash: [img]http://h1.ripway.com/Jhon2/yuhuuu.JPG

[b]^actually its the common problem with redirection codes... u can still use the one by ezil... its not a redirection thingy...[/b]
xtian9879
» n00b
FTalk Level: zero
5
0
1969-12-31

Re: [align=center][b]Here's the screenshot[/b] :arrow:[/align] [align=center][url=http://h1.ripway.com/comporer/sheringan.html]preview[/url][/align] :wallbash: [img]http://h1.ripway.com/Jhon2/yuhuuu.JPG

can i you give a link me on that trick?
trystan95
» n00b
FTalk Level: zero
23
0
1969-12-31

Re: [align=center][b]Here's the screenshot[/b] :arrow:[/align] [align=center][url=http://h1.ripway.com/comporer/sheringan.html]preview[/url][/align] :wallbash: [img]http://h1.ripway.com/Jhon2/yuhuuu.JPG

thanks to the heart of my bottom!! wah! joke!! thanks alot!!:):):):)
armagedon
» Banned
FTalk Level: zero
124
0
1969-12-31

Re: [align=center][b]Here's the screenshot[/b] :arrow:[/align] [align=center][url=http://h1.ripway.com/comporer/sheringan.html]preview[/url][/align] :wallbash: [img]http://h1.ripway.com/Jhon2/yuhuuu.JPG

thnak:s for sharing :):thumbsup::thumbsup:
  • ARCHIVES 
  • » [align=center][b]Here's the screenshot[/b] :arrow:[/align] [align=center][url=http://h1.ripway.com/comporer/sheringan.html]preview[/url][/align] :wallbash: [img]http://h1.ripway.com/Jhon2/yuhuuu.JPG

Pages: 1234567..7

Board footer

© 2024 F Talk

Current time is 22:19

[ 9 queries - 0.036 second ]
Privacy Policy