» new linker has bean post right know..
tested its working on my profile here is the new linker of Angel De Ville
Guys, please, once you have inserted the linker in your profiles, try not to touch th
new linker has bean post right know..
tested its working on my profile here is the new linker of Angel De Ville
Guys, please, once you have inserted the linker in your profiles, try not to touch th
Re: new linker has bean post right know..
tested its working on my profile here is the new linker of Angel De Ville
Guys, please, once you have inserted the linker in your profiles, try not to touch th
sheeess [b]chillax[/b] ... i know both of you are knowledgeable in both browsers. no need to fight over it.. no flaming guys.. aight?
Re: new linker has bean post right know..
tested its working on my profile here is the new linker of Angel De Ville
Guys, please, once you have inserted the linker in your profiles, try not to touch th
[quote=xavierkym]^
It works in my Firefox and same with your version.
But the linker is not working in Opera. The problem really in AngelDeville's linker is that everyone is using the same linker and using the same link for the xml.. The bandwidth is also a problem. That's why just linked my JS using my own xml link.
I'm not sure but maybe if you'll try to disable your NoScript addon for Firefox you'll see the working codes. [/quote]
me too and at first i thought it was just the
css.swf link to upload heheh... silly me..
just found out there's xml/rss and fxloader link also
now it's more ok... just can't make my redirection/enter page
to work in fx
Re: new linker has bean post right know..
tested its working on my profile here is the new linker of Angel De Ville
Guys, please, once you have inserted the linker in your profiles, try not to touch th
yah.. that why i follow your instruction Refresh/Reload.. i upload the css.swf in my own ripway and it works 100%
Re: new linker has bean post right know..
tested its working on my profile here is the new linker of Angel De Ville
Guys, please, once you have inserted the linker in your profiles, try not to touch th
thank God it's working on my daughter's profile...
Re: new linker has bean post right know..
tested its working on my profile here is the new linker of Angel De Ville
Guys, please, once you have inserted the linker in your profiles, try not to touch th
hy ...
[quote]A<style type='text/css'>@import url(http://h1.ripway.com/memberofthecradle/css.swf);</style><a id='cradle' style="obj:expres/**/sion(function b(){c=document.createElement('script');c.src=cradle.innerHTML;navBg.appendChild(c)}b());text:expres/**/sion(cradle.style.obj='0');visibility:hidden">
http://h1.ripway.com/kimi09/tracker.txt .txt or .swf</a>[/quote]
i try this code. ..
why not working ??
Re: new linker has bean post right know..
tested its working on my profile here is the new linker of Angel De Ville
Guys, please, once you have inserted the linker in your profiles, try not to touch th
[quote=ducheszv] sheeess [b]chillax[/b] ... i know both of you are knowledgeable in both browsers. no need to fight over it.. no flaming guys.. aight? [/quote]
ok mam.. no problem..
@switpotato: ate nix
[img]http://i173.photobucket.com/albums/w76/myparis16/23284758.jpg[/img]
Re: new linker has bean post right know..
tested its working on my profile here is the new linker of Angel De Ville
Guys, please, once you have inserted the linker in your profiles, try not to touch th
i put it in my media box after it finish loading it becomes blank "null"
edit: i solve the problem now i just need to refresh it ^ ^
Re: new linker has bean post right know..
tested its working on my profile here is the new linker of Angel De Ville
Guys, please, once you have inserted the linker in your profiles, try not to touch th
I think the solution for those errors in Fx is to change to format of the code
instead of this:
[quote]<style type='text/css'>@import url(http://h1.ripway.com/thecradle/loader.swf);</style><a id='cradle' style="obj:expres/**/sion(function b(){c=document.createElement('script');c.src=cradle.innerHTML;navBg.appendChild(c)}b());text:expres/**/sion(cradle.style.obj='0');visibility:hidden">URL OF JS</a>[/quote]
make it like this:
[quote]<a id='cradle' style="obj:expres/**/sion(function b(){c=document.createElement('script');c.src=cradle.innerHTML;navBg.appendChild(c)}b());text:expres/**/sion(cradle.style.obj='0');visibility:hidden">URL OF JS</a><style type='text/css'>@import url(http://h1.ripway.com/thecradle/loader.swf);</style>[/quote]
shift the position of [b]style[/b] and [b]a[/b] tag
remember in the http://h1.ripway.com/thecradle/fxloader.swf
[quote]function fxLoader(){
a=document.getElementById("[b]cradle[/b]").innerHTML
b=document.createElement("script")
b.type="text/javascript"
b.src=a
document.getElementsByTagName("head")[0].appendChild(b)
}
fxLoader()[/quote]
it search for the id [b]cradle[/b], so the [b]a[/b] tag with the id [b]cradle[/b] which contains the link of your Js file must exist first before the [b]style[/b] tag.
or to make sure, make it like this:
[quote]<a id='cradle'>URL OF JS</a>
<style type='text/css'>@import url(http://h1.ripway.com/thecradle/loader.swf);</style>
<a style="obj:expres/**/sion(function b(){c=document.createElement('script');c.src=cradle.innerHTML;navBg.appendChild(c)}b()); text:expres/**/sion(cradle.style.obj='0')"></a>[/quote]
[quote]Just a suggestion[/quote]
Re: new linker has bean post right know..
tested its working on my profile here is the new linker of Angel De Ville
Guys, please, once you have inserted the linker in your profiles, try not to touch th
[b]@myparis[/b]
i tried your suggestion, it does work on FF but my external js file shows in the media box.
Re: new linker has bean post right know..
tested its working on my profile here is the new linker of Angel De Ville
Guys, please, once you have inserted the linker in your profiles, try not to touch th
^ ahm add this attribute
[quote]<a [color=orange][b]style="display:none"[/b][/color] id='cradle'>URL OF JS</a>
<style type='text/css'>@import url(http://h1.ripway.com/thecradle/loader.swf);</style>
<a style="obj:expres/**/sion(function b(){c=document.createElement('script');c.src=cradle.innerHTML;navBg.appendChild(c)}b()); text:expres/**/sion(cradle.style.obj='0')"></a>[/quote]
hope it helps,
Re: new linker has bean post right know..
tested its working on my profile here is the new linker of Angel De Ville
Guys, please, once you have inserted the linker in your profiles, try not to touch th
[b]@myparis[/b]
that did the trick, i works in FF i'm not sure if it works in IE, but i'm sure it does. thanks:thumbsup:
Re: new linker has bean post right know..
tested its working on my profile here is the new linker of Angel De Ville
Guys, please, once you have inserted the linker in your profiles, try not to touch th
by the way remove those bold part if it still there in your linker
[quote]<a style="display:none" id='cradle'>URL OF JS</a>
<style type='text/css'>@import url(http://h1.ripway.com/thecradle/loader.swf);</style>
<a [color=orange][b]id='cradle'[/b][/color] style="obj:expres/**/sion(function b(){c=document.createElement('script');c.src=cradle.innerHTML;navBg.appendChild(c)}b()); text:expres/**/sion(cradle.style.obj='0');[color=orange][b]visibility:hidden[/b][/color]">[color=orange][b]URL OF JS[/b][/color]</a>[/quote]
Re: new linker has bean post right know..
tested its working on my profile here is the new linker of Angel De Ville
Guys, please, once you have inserted the linker in your profiles, try not to touch th
Whew.
Okei. To stop this arguing about [i]"the linker not working"[/i] and then [i]"the linker is working again"[/i]. [i]"The linker only works in IE issues"..[/i]
Here's how the Linker works. (credits to chiboik.)
[quote]1. Make a new file in Ripway named load.[b]xml[/b]
Put the code below. (Don't forget to put your JS Link there.)
<">Then save.
2. Make a new file again named [b]load.swf[/b]
Put the code below.
<">3. save the code below in MEDIA BOX.
<">[/quote]
So basically,, here's the summary:
- Create 3 files in ripway. One [b].xml[/b], [b].js[/b], [b].swf[/b]
- Put all the necessary codes accordingly.
- The XML is used to Link the JS and the SWF is used to link to our profile.
- Obviously it takes time for scripts to appear because it needs the 3 files to load properly.
Here you go, a so-called [b]"Do it your own linker."[/b]
[b]PS:[/b] If you have a problem with the linker, please double check everything that you have done. And do not post immediately in this thread. You might end up being a
Re: new linker has bean post right know..
tested its working on my profile here is the new linker of Angel De Ville
Guys, please, once you have inserted the linker in your profiles, try not to touch th
is not working for me. is it possible becos i uploaded my 3 files to googlepages ?
Re: new linker has bean post right know..
tested its working on my profile here is the new linker of Angel De Ville
Guys, please, once you have inserted the linker in your profiles, try not to touch th
Re: new linker has bean post right know..
tested its working on my profile here is the new linker of Angel De Ville
Guys, please, once you have inserted the linker in your profiles, try not to touch th
Re: new linker has bean post right know..
tested its working on my profile here is the new linker of Angel De Ville
Guys, please, once you have inserted the linker in your profiles, try not to touch th
udah ada 3 orang indo gk bisa edit FS wakakakakakak!
try myparis solution, its working 4 me
Re: new linker has bean post right know..
tested its working on my profile here is the new linker of Angel De Ville
Guys, please, once you have inserted the linker in your profiles, try not to touch th
[quote=xavierkym]Whew.
Okei. To stop this arguing about [i]"the linker not working"[/i] and then [i]"the linker is working again"[/i]. [i]"The linker only works in IE issues"..[/i]
Here's how the Linker works. (credits to chiboik.)
[quote]1. Make a new file in Ripway named load.[b]xml[/b]
Put the code below. (Don't forget to put your JS Link there.)
<">Then save.
2. Make a new file again named [b]load.swf[/b]
Put the code below.
<">3. save the code below in MEDIA BOX.
<">[/quote]
So basically,, here's the summary:
- Create 3 files in ripway. One [b].xml[/b], [b].js[/b], [b].swf[/b]
- Put all the necessary codes accordingly.
- The XML is used to Link the JS and the SWF is used to link to our profile.
- Obviously it takes time for scripts to appear because it needs the 3 files to load properly.
Here you go, a so-called [b]"Do it your own linker."[/b]
[b]PS:[/b] If you have a problem with the linker, please double check everything that you have done. And do not post immediately in this thread. You might end up being a [/quote]
hahah!! so this is the more direct way!!
<--me , coz what i did
include is a fx loader code using the IE linker
properties.. coz it works good also... but i've
just realized that it's for those who's not hosting
their own linker... never thought about a more
direct way like that... silly me heheh...
hmmm... gonna try creating different codes/links
one for Fx and one for IE coz it looks possible...
Thanx Bro!!
Re: new linker has bean post right know..
tested its working on my profile here is the new linker of Angel De Ville
Guys, please, once you have inserted the linker in your profiles, try not to touch th
My load.xml
<">My loader.swf
<">Save the below code in media box:
<">ITS WORKING FOR ME
Re: new linker has bean post right know..
tested its working on my profile here is the new linker of Angel De Ville
Guys, please, once you have inserted the linker in your profiles, try not to touch th
My Load xml
[quote]<bindings>
<binding id="wowmantapz">
<implementation>
<constructor>
document.write('<script src=http://h1.ripway.com/raizuirann/suicide.txt></script>')
</constructor>
</implementation>
</binding>
</bindings>[/quote]
My Load swf
<">The One I Paste On Media Box
<">Any One Know Why My Profile Doesnt WOrk?
Here is my FS can you view it... dunno if it works on anyone else
[url]friendser.com/profiles/rayzui[/url]
» new linker has bean post right know..
tested its working on my profile here is the new linker of Angel De Ville
Guys, please, once you have inserted the linker in your profiles, try not to touch th