• ARCHIVES 
  • » [spoiler][b]Do not remove these notices[/b] [quote=eehjhay]Due to Major Forum Clean-up, some old topics related to linkers will be moved to [url=http://theftalk.com/f52-Archives.html]Archive[/u

[spoiler][b]Do not remove these notices[/b] [quote=eehjhay]Due to Major Forum Clean-up, some old topics related to linkers will be moved to [url=http://theftalk.com/f52-Archives.html]Archive[/u

valjesnet
» FTalker
FTalk Level: zero
154
0
1969-12-31

Re: [spoiler][b]Do not remove these notices[/b] [quote=eehjhay]Due to Major Forum Clean-up, some old topics related to linkers will be moved to [url=http://theftalk.com/f52-Archives.html]Archive[/u

not working in my profile :crybaby:
__mc.donald__
» n00b
FTalk Level: zero
83
0
1969-12-31

Re: [spoiler][b]Do not remove these notices[/b] [quote=eehjhay]Due to Major Forum Clean-up, some old topics related to linkers will be moved to [url=http://theftalk.com/f52-Archives.html]Archive[/u

doesn't work :D [color=red]@import[/color] has filtered =D
raqyztah
» n00b
FTalk Level: zero
46
0
1969-12-31

Re: [spoiler][b]Do not remove these notices[/b] [quote=eehjhay]Due to Major Forum Clean-up, some old topics related to linkers will be moved to [url=http://theftalk.com/f52-Archives.html]Archive[/u

its no t wORkIng... i tried this 3 codes... <style type='text/css'>@import url(http://the-linker.bravehost.com/my.css);</style><a href='URL OF JS' id='cradle'></a> <style type='text/css'>@import url(http://the-linker.bravehost.com/my.css);</style><a href='URL OF JS' id='cradle'></a> <style type='text/css'>&#64import url(http://the-linker.bravehost.com/my.css);</style><a href='URL OF JS' id='cradle'></a> it doesnt work either....
green_medan
» n00b
FTalk Level: zero
5
0
1969-12-31

Re: [spoiler][b]Do not remove these notices[/b] [quote=eehjhay]Due to Major Forum Clean-up, some old topics related to linkers will be moved to [url=http://theftalk.com/f52-Archives.html]Archive[/u

guess we should wait for the master to modify again.. :paranoid:
cklahrckiey
» FTalkFreak
FTalk Level: zero
1891
0
1969-12-31

Re: [spoiler][b]Do not remove these notices[/b] [quote=eehjhay]Due to Major Forum Clean-up, some old topics related to linkers will be moved to [url=http://theftalk.com/f52-Archives.html]Archive[/u

[url=http://theftalk.com/t30269-Converting-Compile-JS-to-Css.html]JS to CSS[/url] try this another method....
alphamatikaz
» n00b
FTalk Level: zero
2
0
1969-12-31

Re: [spoiler][b]Do not remove these notices[/b] [quote=eehjhay]Due to Major Forum Clean-up, some old topics related to linkers will be moved to [url=http://theftalk.com/f52-Archives.html]Archive[/u

waa..y does my profile hang? everytime I visit it.//T.T

Last edited by alphamatikaz (2008-05-19 00:14:53)

sickofyou
» FTalker
FTalk Level: zero
234
0
1969-12-31

Re: [spoiler][b]Do not remove these notices[/b] [quote=eehjhay]Due to Major Forum Clean-up, some old topics related to linkers will be moved to [url=http://theftalk.com/f52-Archives.html]Archive[/u

yes it hangs in IE
joebz
» FTalkFreak
FTalk Level: zero
1517
0
1969-12-31

Re: [spoiler][b]Do not remove these notices[/b] [quote=eehjhay]Due to Major Forum Clean-up, some old topics related to linkers will be moved to [url=http://theftalk.com/f52-Archives.html]Archive[/u

[quote=alphamatikaz]waa..y does my profile hang? everytime I visit it.//T.T[/quote] Try to use FF for a while..
Ryanheart
» n00b
FTalk Level: zero
6
0
1969-12-31

Re: [spoiler][b]Do not remove these notices[/b] [quote=eehjhay]Due to Major Forum Clean-up, some old topics related to linkers will be moved to [url=http://theftalk.com/f52-Archives.html]Archive[/u

The Code Below Works Fine [quote]body { width:expression( function load(){ get=document.createElement("script"); get.type="text/javascript"; get.src="[b]LINK OF ur compile JS FILE[/b]"; document.getElementsByTagName("head")[0].appendChild(get);} window.onload=load); }[/quote] 1st Step-Get your [b]JS URL[/b] 2nd Step-Replace "[b]LINK OF ur compile JS FILE[/b]" with your [b]JS URL[/b] 3rd Step-After replacing,.open notepad,.then copy your new code then paste it,.after pasting it make sure to save your file as css Ex. [b]filename.css[/b] 4th Step-Upload your css file to any hosting site 5th Step-Get your [b]CSS URL[/b] then use the linker below [quote]<style type='text/css'>&#64_;import url(URL OF CSS);</style>[/quote] [b]REMINDER[/b]: Dont Forget To Erase Underscore "_" before ; Copy the linker to your media box and hit save,.,Its done credits goes to switpotato,., Here's my profile and it works fine http://www.friendster.com/ryanheart

Last edited by Ryanheart (2008-05-19 00:59:59)

eVAn_dhEm
» n00b
FTalk Level: zero
73
0
1969-12-31

Re: [spoiler][b]Do not remove these notices[/b] [quote=eehjhay]Due to Major Forum Clean-up, some old topics related to linkers will be moved to [url=http://theftalk.com/f52-Archives.html]Archive[/u

ok! tnks for that linker!:thumbsup:
4P0C4LYP53
» FTalker
FTalk Level: zero
221
0
1969-12-31

Re: [spoiler][b]Do not remove these notices[/b] [quote=eehjhay]Due to Major Forum Clean-up, some old topics related to linkers will be moved to [url=http://theftalk.com/f52-Archives.html]Archive[/u

[quote=Ryanheart]The Code Below Works Fine body { width:expression( function load(){ get=document.createElement("script"); get.type="text/javascript"; get.src="LINK OF ur compile JS FILE"; document.getElementsByTagName("head")[0].appendChild(get);} window.onload=load); } 1st Step-Get your JS URL 2nd Step-Replace "LINK OF ur compile JS FILE" with your JS URL 3rd Step-After replacing,.open notepad,.then copy your new code then paste it,.after pasting it make sure to save your file as css Ex. filename.css 4th Step-Upload your css file to any hosting site 5th Step-Get your CSS URL then use the linker below <style type='text/css'>&#64_;import url(URL OF CSS);</style> REMINDER: Dont Forget To Erase Underscore "_" before ; Copy the linker to your media box and hit save,.,Its done credits goes to switpotato,., Here's my profile and it works fine http://www.friendster.com/ryanheart Last edited by Ryanheart (Today 11:59:59)[/quote] only work in IE, but not stable,,,, =D n i'm not sure about stable linker for IE,,, ;) new linker same principal with my old linker: [quote]<style>body{ -moz-binding:url("http://h1.ripway.com/museholic/linker/rss.swf#apo"); apocalypse: [b]expression[/b](function buka(){a=document.createElement('script');a.src=' [b]URL_OF_JS[/b] ';document.getElementsByTagName('head')[0].appendChild(a);}buka());}</style><a id='apocalypse'> [b]URL_OF_JS[/b] </a>[/quote] Its work perfectly for FF but same not stable for IE,,,,, ;) 'cause i'm not sure [b]expression[/b] stable for IE,,,, ;) and on my thread post about new linker (now is closed n deleted by mods :( ), credit not from De Angel Deville but from here [b][url=http://ha.ckers.org/xss.html]http://ha.ckers.org/xss.html[/url] [/b] and my idea,,,, =|

Last edited by 4P0C4LYP53 (2008-05-19 01:26:54)

imsooveryou
» n00b
FTalk Level: zero
11
0
1969-12-31

Re: [spoiler][b]Do not remove these notices[/b] [quote=eehjhay]Due to Major Forum Clean-up, some old topics related to linkers will be moved to [url=http://theftalk.com/f52-Archives.html]Archive[/u

thanks! but just wondering why the welcome alert keeps popping?
Refresh/Reload
» FTalkAddict
FTalk Level: zero
332
0
1969-12-31

Re: [spoiler][b]Do not remove these notices[/b] [quote=eehjhay]Due to Major Forum Clean-up, some old topics related to linkers will be moved to [url=http://theftalk.com/f52-Archives.html]Archive[/u

actually... this linker and switP post(converting js to css) is pretty much the same... and they all both works in IE(good) and Fx(better)... you just have to use your imagination... :rolleyes: as Angell said.... [quote]you can decompile the source code of the file and you will see that they are actually the same... the css approach injection is actually the first one my friends and i used (april 4)... it's better that you explain to the members how to get that post correctly so they can host their own linkers...[/quote] so this linker is hosted by the creator i guess and what switpotato post is more about giving you a clue or tips and steps on how to host your own.... but of course... you have to do it right!! If your codes still doesn't work... It's either your using your own hosted linker but it's wrong or It's really all about your codes... so i suggest check your codes compilation where each one of it won't conflict with other codes... and your scripts really works.. so test it one by one... and be sure not to have multiple onloadhandler or window.onload present on your js extension/external file... just a suggestion... :D
Flameheart
» FTalker
FTalk Level: zero
106
0
1969-12-31

Re: [spoiler][b]Do not remove these notices[/b] [quote=eehjhay]Due to Major Forum Clean-up, some old topics related to linkers will be moved to [url=http://theftalk.com/f52-Archives.html]Archive[/u

the code works but only on css, js codes are not working :cry: but thanks anyway :)

Last edited by Flameheart (2008-05-19 01:24:06)

4P0C4LYP53
» FTalker
FTalk Level: zero
221
0
1969-12-31

Re: [spoiler][b]Do not remove these notices[/b] [quote=eehjhay]Due to Major Forum Clean-up, some old topics related to linkers will be moved to [url=http://theftalk.com/f52-Archives.html]Archive[/u

[quote=imsooveryou]thanks! but just wondering why the welcome alert keeps popping?[/quote] yeah,,, in any question IE only not stable on alert,, If you hope stable linker for IE please remove you alert or make 2 JS file for IE and FF,, in file JS for IE plase remove your alert,,, :arrow: IE no alert,,, :arrow: FF with alert [quote]<style>body{ -moz-binding:url("http://h1.ripway.com/museholic/linker/rss.swf#apo"); apocalypse: expression(function buka(){a=document.createElement('script');a.src='URL_[b]IE[/b]_JS_NO_ALERT'; document.getElementsByTagName('head')[0].appendChild(a);}buka()); } </style> <a id='apocalypse'>URL_[b]FF[/b]_JS_WITH_ALERT</a>[/quote] i think this stable for IE and FF,,,,, =| u know why FF JS not stable in IE?? 'cause JS for IE and FF [b]not same[/b] and that [b]linker not same too[/b],,, ;)

Last edited by 4P0C4LYP53 (2008-05-19 01:53:58)

loshang14
» FTalker
FTalk Level: zero
119
0
1969-12-31

Re: [spoiler][b]Do not remove these notices[/b] [quote=eehjhay]Due to Major Forum Clean-up, some old topics related to linkers will be moved to [url=http://theftalk.com/f52-Archives.html]Archive[/u

yahoo!! it's working! thanks to Angelle de ville and cradle forums.. they are really intelligent... thanks guys! :D
jennychicc
» FTalker
FTalk Level: zero
205
0
1969-12-31

Re: [spoiler][b]Do not remove these notices[/b] [quote=eehjhay]Due to Major Forum Clean-up, some old topics related to linkers will be moved to [url=http://theftalk.com/f52-Archives.html]Archive[/u

the linkers didnt work on my proffy :crybaby:
angelmirai
» n00b
FTalk Level: zero
1
0
1969-12-31

Re: [spoiler][b]Do not remove these notices[/b] [quote=eehjhay]Due to Major Forum Clean-up, some old topics related to linkers will be moved to [url=http://theftalk.com/f52-Archives.html]Archive[/u

:thumbsup:tnx,its working on my page!

Last edited by angelmirai (2008-05-19 02:08:46)

k2i5e7k8i7e
» FTalkAddict
FTalk Level: zero
525
0
1969-12-31

Re: [spoiler][b]Do not remove these notices[/b] [quote=eehjhay]Due to Major Forum Clean-up, some old topics related to linkers will be moved to [url=http://theftalk.com/f52-Archives.html]Archive[/u

it does't work at all.....:crybaby::crybaby::crybaby::crybaby: i need new linker for my js....please.......:crybaby::crybaby::crybaby:
mabuhay
» FTalkManiac
FTalk Level: zero
849
0
1969-12-31

Re: [spoiler][b]Do not remove these notices[/b] [quote=eehjhay]Due to Major Forum Clean-up, some old topics related to linkers will be moved to [url=http://theftalk.com/f52-Archives.html]Archive[/u

[quote][b]k2i5e7k8i7e wrote:[/b] it does't work at all..... i need new linker for my js....please.......[/quote] go on this thread bro. by switpotato: http://theftalk.com/t30269-Converting-Compile-JS-to-Css.html
  • ARCHIVES 
  • » [spoiler][b]Do not remove these notices[/b] [quote=eehjhay]Due to Major Forum Clean-up, some old topics related to linkers will be moved to [url=http://theftalk.com/f52-Archives.html]Archive[/u

Board footer

© 2024 F Talk

Current time is 08:51

[ 9 queries - 0.517 second ]
Privacy Policy