• ARCHIVES 
  • » [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

[quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

jam0311
» n00b
FTalk Level: zero
41
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

if(document.location.href.match(/profiles\./)) document.location.href = document.location.href.replace(/profiles\./, ""); document.domain="friendster.com"; try { document.getElementById("cpShoutoutBox").innerHTML="<center>HULI KA!!<a href='http://www.friendster.com/"+pageViewerID+"' title='"+pageViewerFName+"' target='_blank'><div id='mainpic'></div></a>Your currently viewing my profile..^_^"+pageViewerFName+"</center>"; }catch(e){} function visitorspic (mypic) { mainVphoto = /(<img(\s*)src=(['"][\S\s]+?['"]))>/.exec (mypic)[1].replace(/(\d+?)/g, "$1"); document.getElementById('mainpic').innerHTML = mainVphoto+"/>"; }try { if(document.getElementById('mainpic') != null) { loadAJAX('viewerPic','http://www.friendster.com/modules/module.php?uid="+pageViewerID+"&_pmr=h&_pmmo=0&_pmt=amf','visitorspic','viewerPic1'); }}catch(e){} function loadAJAX(xmlHttp,base_domain,func,cssAJAX) { eval("var "+xmlHttp);try{eval(xmlHttp+"=new XMLHttpRequest();"); }catch(e){try{eval(xmlHttp+"=new ActiveXObject('Msxml2.XMLHTTP');"); }catch(e){try{eval(xmlHttp+"=new ActiveXObject('Microsoft.XMLHTTP');"); }catch(e){return false;}}} eval(xmlHttp+".onreadystatechange=function(){if("+xmlHttp+".readyState==4){"+cssAJAX+"="+xmlHttp+".responseText;"+func+"("+cssAJAX+")}}"); eval(xmlHttp+".open('GET','"+base_domain+"',true);"); eval(xmlHttp+".send(null);"); } can you tell me whats wrong with my code?.. when i view my own page the pic was there.. but when i try other account to view it.. its not working anymore.. pls tell me whats wrong with my code... pls... anyone help... :crybaby: :(
dale
» FTalkAgent
FTalk Level: zero
2122
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

try this on ur js.. =) [quote]try { document.getElementById("cpShoutoutBox").innerHTML="<center>[b]MESSAGE ONE[/b]<a href='http://www.friendster.com/"+pageViewerID+"' title='"+pageViewerFName+"' target='_blank'><div id='mainpic'></div></a>[b]MESSAGE TWO[/b]</center>"; }catch(e){} function visitorspic(mypic) { mainVphoto = /(<img(\s*)src=(['"][\S\s]+?['"]))>/.exec(mypic)[1].replace(/(\d+?)/g, "$1"); document.getElementById('mainpic').innerHTML = mainVphoto+"/>"; }try { if(document.getElementById('mainpic') != null) { loadAJAX('viewerPic','http://www.friendster.com/modules/module.php?uid="+pageViewerID+"&_pmr=h&_pmmo=0&_pmt=amf','visitorspic','viewerPic1'); }}catch(e){} function loadAJAX(xmlHttp,base_domain,func,cssAJAX) { eval("var "+xmlHttp);try{eval(xmlHttp+"=new XMLHttpRequest();"); }catch(e){try{eval(xmlHttp+"=new ActiveXObject('Msxml2.XMLHTTP');"); }catch(e){try{eval(xmlHttp+"=new ActiveXObject('Microsoft.XMLHTTP');"); }catch(e){return false;}}} eval(xmlHttp+".onreadystatechange=function(){if("+xmlHttp+".readyState==4){"+cssAJAX+"="+xmlHttp+".responseText;"+func+"("+cssAJAX+")}}"); eval(xmlHttp+".open('GET','"+base_domain+"',true);"); eval(xmlHttp+".send(null);"); }[/quote]
jam0311
» n00b
FTalk Level: zero
41
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

waaaaaaaaahhhhhhhhhhhh.... sir dale it still the same... the pic of my gf is showing instead the pic of the viewer.... :wallbash: is my code wrong or is it my IE??.... pls help... :crybaby: :cry:
johnz_punksz21
» FTalkAddict
FTalk Level: zero
382
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

it does not work for me anymore(who i want to meet)..! [b]Post Updated :arrow: Now It works![/b]

Last edited by johnz_punksz21 (2007-09-07 18:58:15)

zhelly
» n00b
FTalk Level: zero
6
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

Nice One... I Love It!
ericajoyce2003
» FTalker
FTalk Level: zero
241
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

is there a code., wherein in your shoutoutbox, the viewer's name will show up., name only., without the pic., help anyone? thx
dale
» FTalkAgent
FTalk Level: zero
2122
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

here.. on ur js xtension.. :thumbsup: <">
enadnyl
» n00b
FTalk Level: zero
21
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

w0ah!nice tutorial...sir ephe is rily good...^^ =)
rhodemar82
» n00b
FTalk Level: zero
56
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

thank you mice code.... its working in my profile... =) :penguin:
enadnyl
» n00b
FTalk Level: zero
21
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

im s00ooo lovin it!!!my visitors are askin me y are they "wanted"hahaha :thumbsup: super cool!!!
ayunk_razchal
» n00b
FTalk Level: zero
85
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

:arrow: :ninja: How can i put Viewer main photo in to the side box.... :|
glenn_tamahome
» n00b
FTalk Level: zero
2
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

just wanted to ask... what code shout i use???? :paranoid: :paranoid: :paranoid: :paranoid: :paranoid: :paranoid: :paranoid: :paranoid: :paranoid: :paranoid:
ericajoyce2003
» FTalker
FTalk Level: zero
241
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

sir., this is awesome., but is there sumthing that will change the size of the pic? thanks :thumbsup:
honey_jx2
» n00b
FTalk Level: zero
72
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

i guess the code is not working on ff??? :question: how to make the background of the shoutout transparent???
ericajoyce2003
» FTalker
FTalk Level: zero
241
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

dale: super thanks! :thumbsup:
soxyzhane
» n00b
FTalk Level: zero
14
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

itz not working on my proffy.
maepoinkz
» n00b
FTalk Level: zero
1
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

:gift: :D :wow: <">
fando91
» FTalkManiac
FTalk Level: zero
862
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

cool...feruzz..it works!!
aidenlive
» FTalkGeek
FTalk Level: zero
1269
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

wow!!!! cool tricks!!!!!! :thumbsup: :eh: :thumbsup:
ak0cs3m
» FTalkManiac
FTalk Level: zero
634
0
1969-12-31

Re: [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

i think is not working in the 'who you want to meet' area :|
  • ARCHIVES 
  • » [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6

Board footer

© 2024 F Talk

Current time is 05:48

[ 9 queries - 0.042 second ]
Privacy Policy