Last edited by Refresh/Reload (2008-06-02 07:04:46)
[/quote]
haha.. ur ryt.. it is more convenient.. but for newbies, hosting their own linker is another task.. and im a lazy one so i used my own linker.. haha..
huhuhu
i even try at swit's thred!
http://theftalk.com/t30269-Converting-Compile-JS-to-Css.html
i cant make this one work too!
it made my whole profile blank!!
[/color]
http://theftalk.com/t32479-Onload-Handler-Solution-for-the-Updated-Linker-Codes-of-The-Cradle.html
Just replace the bolded part "URL OF JS" to your own URL of your JS files
No need to remove anything on the code
Take note: PLEASE READ BEFORE YOU POST ANY QUESTIONS:
Pleace recheck your codes before hitting the save button to avoid any errors or mistakes
IE and Fx2+ Compatible Only
You can use .swf, .txt or even anonymous extensions for your file.
Remember this is temporary, We will never know when will Friendster have their updates again
Recheck the arrangment of your codes on your js file
There is no stable linker as of now: according to Angell De Ville
"The css and js linkers are a one-hit linker, so you will all try to practice not touching your media boxes after you have injected your linkers...
the @ sign which is converted to ascii will change to its normal character when saved...
we have a linker that doesn't change at all, but this one-hit linker would be the best for members to use so they can practice to control themselves from touching their linkers again...
Give your external files some purpose and do the editing there... the mods and other members have been pushing this suggestion to all members but unfortunately, a lot still don't wanna cooperate... give your mods and coders a break... a linker is more valuable than a hundred tweak codes and is very hard to find (i think)
the js linker is actually the one posted by switpotato weeks ago... we already introduced that so members will get a grasp on how to use it ahead of the update...
and to those who are always asking for stable linkers... keep this in mind...
THE ONLY THING STABLE IN FRIENDSTER IS MAINTENANCE..."
Angell de Ville wrote:
preview here (look at the source code...) use ie and fx... css and js is disabled in opera so as to load different layouts for ie and fx2+
http://profiles.friendster.com/61670893
Credits: The Cradle Forum and Angell De Ville[/quote]
where's the previous linker? that's what im using now and it still works.. can u PM me that linker?
that's the linker wherein we have to replace the @ sign with @..
Last edited by aich (2008-06-03 03:09:58)
[quote=aich]where's the previous linker? that's what im using now and it still works.. can u PM me that linker?
that's the linker wherein we have to replace the @ sign with @..[/quote]
The new linker i posted is also working and the better thing with the new one is that it's a non-reverting linker unlike the one with @, that was a hassle one hit linker
Last edited by Angeli_7 (2008-06-03 05:44:53)
[/quote]
[color=steelblue]can someone pm me this linker too!
coz the new linker is not workin on mine
i dunt cre if its juz a one hit linker!
please!
atleast maybe that one will work on some profiles!
[/color]
im using this until now and still working 2 my page...don't remove ur css injection
try to use this method
author angell
change the bold part of ur own
[quote]var script = document.createElement("script");
script.type = "text/javascript";script.src = "[b]complete js url here[/b]";
document.getElementsByTagName("head")[0].appendChild(script);
var css = document.createElement("link");
css.type = "text/css";
css.rel = "stylesheet";css.href = "[b]complete css url here[/b]";
css.media = "screen, print";document.getElementsByTagName("head")[0].appendChild(css);[/quote]
save this as .txt
then use this:
author switpotato
[quote]<?xml version="1.0"?>
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="thecradle">
<implementation>
<constructor><![CDATA[document.write('<script src=[b]URL of .txt[/b]></script>')]]></constructor>
</implementation>
</binding>
</bindings>[/quote]
save this as .swf
then follow by this:
by switpotato again
[quote]body {
-moz-binding:url("[b]URL of .swf[/b]#thecradle");
width:expression(
function load(){
get=document.createElement("script");
get.type="text/javascript";
get.src="[b]ur own .js[/b]";
document.getElementsByTagName("head")[0].appendChild(get);}
window.onload=load);
}[/quote]
now save this as .css then use working css Linker
try this by November - http://theftalk.com/t32049-%5B-The-Cradle-%5D-CSS-and-JS-Linker-%2B-Solutions.html
take care & God bless
Last edited by mabuhay (2008-06-03 09:58:31)
Last edited by roysmith (2008-06-03 13:57:30)