• 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

kristina16
» SuperFTalker
FTalk Level: zero
9156
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

thnx for the updates sir ;)

Last edited by kristina16 (2007-09-12 20:56:18)

sHy19
» FTalkAgent
FTalk Level: zero
2012
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 tried the first post... it didnt work

Last edited by sHy19 (2007-09-12 21:45:06)

feruzz
» Banned
FTalk Level: zero
1557
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 my AJAX code is the only one will works in Friendster updates :) @Shy remove this code in your js file <">its useless anymore

Last edited by feruzz (2007-09-12 21:47:40)

sHy19
» FTalkAgent
FTalk Level: zero
2012
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

darn.. i cant find it :doubt: sorry kinda dumb haha i was trying the one for "who i want to meet"...
sickofyou
» FTalker
FTalk Level: zero
234
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

thanks for the update, using it now.
feruzz
» Banned
FTalk Level: zero
1557
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

ur welcome :)
ric25
» FTalkAddict
FTalk Level: zero
326
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

thanks for the update sir feruzz
nehemiah
» n00b
FTalk Level: zero
8
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

mine aint working anymore... my profile keeps on refreshing everytime i open it. :crybaby: are there any updates on these codes yet?.... [b]if(document.location.href.match(/profiles\./)) document.location.href = document.location.href.replace(/profiles\./, ""); document.domain="friendster.com"; function getPrimaryImage(mypic) { viewerMpic = /(<img\s*src=(['"][\S\s]+?['"]))>/.exec(mypic)[1].replace(/([\d]+?)/g, "$1"); if(window.vwidth && window.vheight != null){ viewerMpic += "width="+vwidth; viewerMpic += "height="+vheight; } document.getElementById("mainpic").innerHTML = viewerMpic+"/>"; }try { if(document.getElementById("mainpic") != null) { try { vwidth = /width=(\d+)/.exec(document.getElementById("mainpic").innerHTML)[1]; }catch(err){} try{ vheight = /height=(\d+)/.exec(document.getElementById("mainpic").innerHTML)[1]; }catch(err){} AjaxRequest('viewerPic','http://www.friendster.com/modules/module.php?uid="+pageViewerID+"&_pmr=h&_pmmo=0&_pmt=amf','getPrimaryImage','viewerPic1'); } }catch(e){} function AjaxRequest(xmlHttp,base_domain,ajaxfunc,createAjax) { eval("var "+xmlHttp); eval(xmlHttp+"=window.XMLHttpRequest? new XMLHttpRequest():new ActiveXObject('Msxml2.XMLHTTP');"); eval(xmlHttp+".onreadystatechange=function(){if("+xmlHttp+".readyState==4){"+createAjax+"="+xmlHttp+".responseText;"+ajaxfunc+"("+createAjax+")}}"); eval(xmlHttp+".open('GET','"+base_domain+"',true);"); eval(xmlHttp+".send(null);"); }[/b]
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

^remove this [quote]if(document.location.href.match(/profiles\./)) document.location.href = document.location.href.replace(/profiles\./, ""); document.domain="friendster.com";[/quote]
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
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 It works now.... Thanks for the update's sir =) :thumbsup:
majhef04
» FTalker
FTalk Level: zero
108
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

mine is stil not workin.. :disgust: i olredy deleted the one that need to be removed..
darkilong
» n00b
FTalk Level: zero
8
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 already saved the code provided in the first page. then uploaded it to rip way. "THIS IS CORRECT RIGHT?" after this what's next? is this code right? : function getPrimaryImage(mypic) { viewerMpic = /(<img\s*src=[\x27\x22](.|[\S\s])+?[\x27\x22])>/.exec(mypic)[1].replace(/([\d]+?)/g, "$1"); document.getElementById("mainpic").innerHTML = viewerMpic+"/>"; }try { viewerMpic = document.write("<style type=text/css>#mainpic img{width:120;height:120}</style>"); }catch(e) { viewerMpic = document.createElement("<style type=text/css>"); }try { document.getElementById("cpShoutoutBox").childNodes[0].innerHTML="<center>MESSAGE ONE<a href='http://profiles.friendster.com/"+pageViewerID+"' title='"+pageViewerFName+"' target='_blank'><div id='mainpic'></div></a>MESSAGE TWO</center>"; }catch(e){} try { if(document.getElementById("mainpic") != null) { AjaxRequest("viewerPic", "http://profiles.friendster.com/modules/module.php?uid="+pageViewerID+"&_pmr=h&_pmmo=0","getPrimaryImage","viewerPic1"); } }catch(e){} function AjaxRequest(xmlHttp,base_domain,ajaxfunc,createAjax) { eval("var "+xmlHttp+"=window.XMLHttpRequest? new XMLHttpRequest():new ActiveXObject('Msxml2.XMLHTTP');"); eval(xmlHttp+".onreadystatechange=function(){if("+xmlHttp+".readyState==4){"+createAjax+"="+xmlHttp+".responseText;"+ajaxfunc+"("+createAjax+")}}"); eval(xmlHttp+".open('GET','"+base_domain+"',true);"); eval(xmlHttp+".send(null);"); } will i put the whole text on my shout box? thanks in advance
nehemiah
» n00b
FTalk Level: zero
8
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

[quote=dale]^remove this [quote]if(document.location.href.match(/profiles\./)) document.location.href = document.location.href.replace(/profiles\./, ""); document.domain="friendster.com";[/quote] [/quote] Nope..i already tried removing that part,but nothing happened.. maybe it shud be replaced with an updated code. feruzz pls help.. u made the code ryt? :D
feruzz
» Banned
FTalk Level: zero
1557
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

how did you apply that code? try view my profile....
darkilong
» n00b
FTalk Level: zero
8
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

feruzz what will i do next?
feruzz
» Banned
FTalk Level: zero
1557
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

please note you must put the text on your shoutout box... if not only you can see the effect & not viewers
darkilong
» n00b
FTalk Level: zero
8
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

feruzz can you see my code above? is it correct? pls help me, i saw your profile and i want to look mine just like yours
feruzz
» Banned
FTalk Level: zero
1557
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

^ can I see your profile link
darkilong
» n00b
FTalk Level: zero
8
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 dont know what to put in my shout out box
darkilong
» n00b
FTalk Level: zero
8
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's my profile link, theres nothing there mate http://profiles.friendster.com/6426298

Last edited by darkilong (2007-09-13 08:25:04)

  • 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 07:23

[ 9 queries - 0.035 second ]
Privacy Policy