» [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
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
^waaah.. im sorry.. T_T.. wat linker shud i use?.. im using IE7.. i used this linker(june06) but it doesnt work.. T_T im using a css&js injections, maybe thats the prob.. thnx for the effort in re-arranging my codes..
heres the injections:
<">
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=darylldelfin]not yet! [/quote]
nah.. i think they did.. the codes don't work anymore.. does it still work in yours?
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
They did not update that I am aware of all my codes still work and I used the css linker earlier with no problem.
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
^Sir Bob may I ask a question??
Are the js and css linker working even if there were imeem and picture codes in media box???
My imeem and photo codes were there in long time before i pasted the linker....
The linkers before were working fine on my profile but this linker....
It's not working properly on my profile....
Do u think it's wrong Sir Bob??
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=Yellow Flash]^Sir Bob may I ask a question??
Are the js and css linker working even if there were imeem and picture codes in media box???
My imeem and photo codes were there in long time before i pasted the linker....
The linkers before were working fine on my profile but this linker....
It's not working properly on my profile....
Do u think it's wrong Sir Bob??[/quote]
Without see ur codes it is hard for anyone to say what the problem could be. If they worked before they should work now with the new linker.
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
^Here Sir Bob...
Heres my codes...
both my music player and a picture from photobucket....
<embed allowScriptAccess="never" allownetworking="internal" src="http://www.dizzler.com/player/pod.swf" FlashVars="p=KmF8MjI1OTI2Nw--&ms=1" width=500 height=340 quality="best" scale="noborder" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" allowFullScreen="true"></embed>
<a href="http://s242.photobucket.com/albums/ff250/AnimeCas/Yondaime/?action=view¤t=firma-yondaime.jpg" target="_blank"><img src="http://i242.photobucket.com/albums/ff250/AnimeCas/Yondaime/firma-yondaime.jpg" border="0" alt="Yondaime"></a>
Ive pasted the linker before the two codes......
Thnx Sir Bob 4 d answer.....
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
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
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
^only the css???
im not sure of that....
Both are working but.....
Not working properly.....
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
yeah thats right all this not working properly
[spoiler] [b]i LoVe FriendsterUndeRGound[/b] [/spoiler]
:penguin:WiGz:penguin:
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=philanjera]mabuhay wrote:
philanjera wrote: only CSS linker works on my profile
try this one...
CREDITS TO:
ANGEL of the cradle
Angeli_7
switpotato
marvinkamote14
Refresh/Reload
sir bobcbar
darylldelfin
make two copy of your js extension...
you can named it firefox.js or .txt and explorer.js or .txt
insert this css injection on top of both js...
var cascade = document.createElement("link");
cascade.type = "text/css";
cascade.rel = "stylesheet";
cascade.href = "PUT YOUR CSS URL HERE";
cascade.media = "screen, print";
document.getElementsByTagName("head")[0].appendChild(cascade);
you can use one css file for both js extension or make two css
one for IE and one for Fx... if you want different layout heheh...
then change this part in your IE js...
if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()};
into this...
setTimeout("onProfileLoad()",4000);
remember: on IE only...
then for your own hosted linker...
STEP 1
<?xml version="1.0"?>
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="thecradle">
<implementation>
<constructor><![CDATA[document.write('<script src=PUT YOUR firefox.js URL HERE></script>')]]></constructor>
</implementation>
</binding>
</bindings>
save as rss.swf
this script is actually for firefox part...
STEP 2
and this would be your script to combine it to IE...
body {
-moz-binding:url("PUT URL OF THE rss.swf HERE#thecradle");
width:expression(
function load(){
get=document.createElement("script");
get.type="text/javascript";
get.src=PUT YOUR explorer.js URL HERE;
document.getElementsByTagName("head")[0].appendChild(get);
}
window.onload=load);
}
save as codes.css or codes.swf or any name u want...
the url produced is what we include in the linker now... and the css
linker alone is enough to do the job...
<STYLE>@import'PUT URL OF code.css HERE';</STYLE>
or
<STYLE TYPE='text/css'>@import url(PUT URL OF code.css HERE);</STYLE>
then put in media box...
and to avoid bandwidth exceeding... u need dis...Linker Solutions (bandwidth problems)
hit da Links
http://theftalk.com/t34452-june-6 … ED%21.html
Thank you very much my dear Mabuhay, I will try it. I do appreciate your kindness.[/quote]
I have tried this one, but it didn't work, so I gave up! I am just using the CSS LINKER and it worked fine on my page. Thank you to the CRADLE and to Angeli_7... keep up the good work.
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
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
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
i need help
the codes used to work the other day, now they aren't anymore.. maybe there's something wrong with em but i'm not sure.. guess i'll just have to work on em again
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
[b]Codes are still working guys No updates for now..I just checked them today [/b]
[quote=chicaporvida]i need help
the codes used to work the other day, now they aren't anymore.. maybe there's something wrong with em but i'm not sure.. guess i'll just have to work on em again [/quote]
[b]Please recheck your linker and js files[/b]
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
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
hello..can any1 help me about my profyl??
can any1 fix my codes??
thanks..
heres the link..
[url]http://h1.ripway.com/yhu/mycomple/all.txt[/url]
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=yhu]hello..can any1 help me about my profyl??
can any1 fix my codes??
thanks..
heres the link..
http://h1.ripway.com/yhu/mycomple/all.txt[/quote]
what's wrong wd ur js? and oh , u used chibibo's ftgen ryt? [spoiler][i]lagot ka tinanggal mu ung credits.. hehe[/i][/spoiler]
edited: i saw ur profyl .. ur problem is ur linker .. check it out ..
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
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
wahahahhaa...
cursed member
thanks for the rank...
many thanks for the angell deville the cradle...
» [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