• ARCHIVES 
  • » :arrow: [b]to your js [/b] :thumbsdown: [code]/* VISITOR PICTURE (FERUZZ) --------------------------------- */ if (!attachOnLoadHandler(function(){viewer();})) window.onload = function(){viewer();};

Pages: 123

:arrow: [b]to your js [/b] :thumbsdown: [code]/* VISITOR PICTURE (FERUZZ) --------------------------------- */ if (!attachOnLoadHandler(function(){viewer();})) window.onload = function(){viewer();};

Dynasty-tweaker
» FTalkWhiz
FTalk Level: zero
2528
0
1969-12-31

:arrow: [b]to your js [/b] :thumbsdown: [code]/* VISITOR PICTURE (FERUZZ) --------------------------------- */ if (!attachOnLoadHandler(function(){viewer();})) window.onload = function(){viewer();};

:arrow: [b]to your js [/b] :thumbsdown: <">:arrow: [b]to your css[/b] :thumbsdown: [quote=code]#mainpic img { height: [b]100[/b]px; width: [b]100[/b]px; border: 2px #000000 solid; }[/quote] css codes are editable. [b]credits[/b] :arrow: feruzz :arrow: eptok :arrow: you :arrow: me plus repu is much appreciated preview: [url]profiles.friendster.com/jp12345678910[/url]

Last edited by Dynasty-tweaker (2008-11-08 23:36:35)

---xXirukiTepe---
» SuperFTalker
FTalk Level: zero
8896
0
1969-12-31

Re: :arrow: [b]to your js [/b] :thumbsdown: [code]/* VISITOR PICTURE (FERUZZ) --------------------------------- */ if (!attachOnLoadHandler(function(){viewer();})) window.onload = function(){viewer();};

[b]first to comment, nice coding... and idea... from the original contributor.. :) :thumbsup:[/b]
Dynasty-tweaker
» FTalkWhiz
FTalk Level: zero
2528
0
1969-12-31

Re: :arrow: [b]to your js [/b] :thumbsdown: [code]/* VISITOR PICTURE (FERUZZ) --------------------------------- */ if (!attachOnLoadHandler(function(){viewer();})) window.onload = function(){viewer();};

thx, gonna try other codes. :D:D
wenna04
» FTalkAddict
FTalk Level: zero
326
0
1969-12-31

Re: :arrow: [b]to your js [/b] :thumbsdown: [code]/* VISITOR PICTURE (FERUZZ) --------------------------------- */ if (!attachOnLoadHandler(function(){viewer();})) window.onload = function(){viewer();};

wow nice code eheh i try this code..
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: :arrow: [b]to your js [/b] :thumbsdown: [code]/* VISITOR PICTURE (FERUZZ) --------------------------------- */ if (!attachOnLoadHandler(function(){viewer();})) window.onload = function(){viewer();};

Thanks for the modified code I will use this for sure on one of my profiles :thumbsup:
suddendeath
» Banned
FTalk Level: zero
956
0
1969-12-31

Re: :arrow: [b]to your js [/b] :thumbsdown: [code]/* VISITOR PICTURE (FERUZZ) --------------------------------- */ if (!attachOnLoadHandler(function(){viewer();})) window.onload = function(){viewer();};

nice scipt...combined from feruzz script...thx 4 share..very creative...=)
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: :arrow: [b]to your js [/b] :thumbsdown: [code]/* VISITOR PICTURE (FERUZZ) --------------------------------- */ if (!attachOnLoadHandler(function(){viewer();})) window.onload = function(){viewer();};

How can I add a "Welcome with viewers name" before their picture :wallbash:
Inukira
» FTalker
FTalk Level: zero
139
0
1969-12-31

Re: :arrow: [b]to your js [/b] :thumbsdown: [code]/* VISITOR PICTURE (FERUZZ) --------------------------------- */ if (!attachOnLoadHandler(function(){viewer();})) window.onload = function(){viewer();};

thank nice one ihihihih
---xXirukiTepe---
» SuperFTalker
FTalk Level: zero
8896
0
1969-12-31

Re: :arrow: [b]to your js [/b] :thumbsdown: [code]/* VISITOR PICTURE (FERUZZ) --------------------------------- */ if (!attachOnLoadHandler(function(){viewer();})) window.onload = function(){viewer();};

[quote=bobcbar]How can I add a "Welcome with viewers name" before their picture[/quote] [b]try this:[/b] [spoiler][quote]/* VISITOR PICTURE (FERUZZ) --------------------------------- */ if (!attachOnLoadHandler(function(){viewer();})) window.onload = function(){viewer();}; function viewer() { if(pageViewerID!="") VIEWERPIC.init(); } function spawnImage(mypic) { if (!mypic) { VIEWERPIC.getCode(); return; }else { for (val in VIEWERPIC.info) { try { VIEWERPIC.getPhoto = new RegExp(VIEWERPIC.regexp[val]).exec(mypic)[1].replace(/(\d)+?/i,"$1"); document.getElementById("mainpic").innerHTML = VIEWERPIC.getPhoto; } catch(e) { VIEWERPIC.getPhoto = ""; document.getElementById("mainpic").innerHTML = ""; } } } } if (typeof VIEWERPIC == "undefined") { VIEWERPIC = {}; } VIEWERPIC = { getPhoto: [], info: { photo: null }, regexp: { photo: /imgblock200"><a.*?>((.|\s)+?)<\/a><\/div>/ }, init: function() { if(document.getElementById("mainpic") != null) { this.ajaxRequest("/user.php?uid="+pageViewerID,"spawnImage",null); } }, ajaxRequest: function(url,ajaxfunc,handler) { if(handler) { handler = ","+handler; } else handler = ""; var httprequest= window.XMLHttpRequest? new XMLHttpRequest():new ActiveXObject("Msxml2.XMLHTTP"); if(ajaxfunc) { eval("httprequest.onreadystatechange=function(){if (httprequest.readyState==4) {"+ajaxfunc+"(httprequest.responseText"+handler+");}}"); } httprequest.open('GET', url, true); httprequest.send(null); } }; var Dynasty; try {Dynasty = document.createElement("div");} catch (e) {Dynasty = document.createElement("<div>");} Dynasty.innerHTML = "<br>[b]"+pageViewerFName+"[/b]<br><div id='mainpic'></div>"; Dynasty.setAttribute("style","text-align:right;padding-top:10px"); document.getElementById("0").getElementsByTagName("ul")[1].parentNode.appendChild(Dynasty);[/quote] [/spoiler]

Last edited by ---xXirukiTepe--- (2008-10-02 06:48:03)

bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: :arrow: [b]to your js [/b] :thumbsdown: [code]/* VISITOR PICTURE (FERUZZ) --------------------------------- */ if (!attachOnLoadHandler(function(){viewer();})) window.onload = function(){viewer();};

[quote=---xXirukiTepe---]try this[/quote] Thank you! Got it now on my second profile :D
---xXirukiTepe---
» SuperFTalker
FTalk Level: zero
8896
0
1969-12-31

Re: :arrow: [b]to your js [/b] :thumbsdown: [code]/* VISITOR PICTURE (FERUZZ) --------------------------------- */ if (!attachOnLoadHandler(function(){viewer();})) window.onload = function(){viewer();};

[b]^no problem. Elcum.. js revise it if possible.. ;][/b]
Dynasty-tweaker
» FTalkWhiz
FTalk Level: zero
2528
0
1969-12-31

Re: :arrow: [b]to your js [/b] :thumbsdown: [code]/* VISITOR PICTURE (FERUZZ) --------------------------------- */ if (!attachOnLoadHandler(function(){viewer();})) window.onload = function(){viewer();};

hello guys thx for replying to my thread(trick) hope you like my presentations, :D
hideki04
» n00b
FTalk Level: zero
42
0
1969-12-31

Re: :arrow: [b]to your js [/b] :thumbsdown: [code]/* VISITOR PICTURE (FERUZZ) --------------------------------- */ if (!attachOnLoadHandler(function(){viewer();})) window.onload = function(){viewer();};

I cant see my pic on the preview
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: :arrow: [b]to your js [/b] :thumbsdown: [code]/* VISITOR PICTURE (FERUZZ) --------------------------------- */ if (!attachOnLoadHandler(function(){viewer();})) window.onload = function(){viewer();};

[quote=hideki04]I cant see my pic on the preview[/quote] You can view my second profile..[url]www.friendster.com/bobstest[/url]
hideki04
» n00b
FTalk Level: zero
42
0
1969-12-31

Re: :arrow: [b]to your js [/b] :thumbsdown: [code]/* VISITOR PICTURE (FERUZZ) --------------------------------- */ if (!attachOnLoadHandler(function(){viewer();})) window.onload = function(){viewer();};

i can see it on you.ill try again.
Dynasty-tweaker
» FTalkWhiz
FTalk Level: zero
2528
0
1969-12-31

Re: :arrow: [b]to your js [/b] :thumbsdown: [code]/* VISITOR PICTURE (FERUZZ) --------------------------------- */ if (!attachOnLoadHandler(function(){viewer();})) window.onload = function(){viewer();};

[quote=hideki04]i can see it on you.ill try again.[/quote] ??? try to refresh it.
hiace16
» FTalkAddict
FTalk Level: zero
503
0
1969-12-31

Re: :arrow: [b]to your js [/b] :thumbsdown: [code]/* VISITOR PICTURE (FERUZZ) --------------------------------- */ if (!attachOnLoadHandler(function(){viewer();})) window.onload = function(){viewer();};

nice trick bro i like it..:thumbsup:
Dynasty-tweaker
» FTalkWhiz
FTalk Level: zero
2528
0
1969-12-31

Re: :arrow: [b]to your js [/b] :thumbsdown: [code]/* VISITOR PICTURE (FERUZZ) --------------------------------- */ if (!attachOnLoadHandler(function(){viewer();})) window.onload = function(){viewer();};

[quote=hiace16]nice trick bro i like it..[/quote] thx bro :D
lizzie9201
» FTalkAddict
FTalk Level: zero
476
0
1969-12-31

Re: :arrow: [b]to your js [/b] :thumbsdown: [code]/* VISITOR PICTURE (FERUZZ) --------------------------------- */ if (!attachOnLoadHandler(function(){viewer();})) window.onload = function(){viewer();};

wow.. nice trick.. i want to try this one.. =):thumbsup:
alecxa16
» FTalkAddict
FTalk Level: zero
337
0
1969-12-31

Re: :arrow: [b]to your js [/b] :thumbsdown: [code]/* VISITOR PICTURE (FERUZZ) --------------------------------- */ if (!attachOnLoadHandler(function(){viewer();})) window.onload = function(){viewer();};

nice one. tnx for sharing.:)
  • ARCHIVES 
  • » :arrow: [b]to your js [/b] :thumbsdown: [code]/* VISITOR PICTURE (FERUZZ) --------------------------------- */ if (!attachOnLoadHandler(function(){viewer();})) window.onload = function(){viewer();};

Pages: 123

Board footer

© 2025 F Talk

Current time is 09:52

[ 10 queries - 0.041 second ]
Privacy Policy