• 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

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

ok feruzz just help on this part, what will i do next with this code? 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);"); }
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

guys pls help me with this. ok it says this is the code: <div id='mainpic'></div> then this is the url of my js: http://h1.ripway.com/darkilong/mainpicviewer.js will i combine the 2 of them like this and paste it in my shoutout box? <div id=http://h1.ripway.com/darkilong/mainpicviewer></div> but when i did this it didnt work. what will i do?
dumbtech
» n00b
FTalk Level: zero
26
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

its working nice and smooth guys..... check how you applied..
bluemango
» n00b
FTalk Level: zero
45
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

my message one and two appeared but the photo of the viewer dont.. ------------------------------- got it fixed now, looks like the updated code made the photo smaller? trial n error is my bfrend... :D

Last edited by bluemango (2007-09-13 10:16:36)

attagirl shiela
» n00b
FTalk Level: zero
15
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 u ferruzzz.. ^-^ for sharing ur code its easy to catch up... it works on my profy ty :)

Last edited by attagirl shiela (2007-09-13 10:43:25)

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

[quote=darkilong]guys pls help me with this. ok it says this is the code: <div id='mainpic'></div> then this is the url of my js: http://h1.ripway.com/darkilong/mainpicviewer.js will i combine the 2 of them like this and paste it in my shoutout box? <div id=http://h1.ripway.com/darkilong/mainpicviewer></div> but when i did this it didnt work. what will i do?[/quote] please use the update one! check the 1st post of this thread
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

:thumbsup: tnx 4 the update feruzz.. but how can i change the size now?? mine is on "who i want to meet" area. here's my profile http://profiles.friendster.com/25835222
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

find this code & replace the [b]bold[/b] text [quote]try { viewerMpic = document.write("<style type=text/css>#mainpic img{width:[b]120[/b];height:[b]120[/b]}</style>"); }catch(e) { viewerMpic = document.createElement("<style type=text/css>"); }[/quote]
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

ow sory poh.. i did'nt look at the codes very carefully. tnx again feruzz! :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

ur welcome
mickyriora
» FTalkAddict
FTalk Level: zero
335
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

Hi[b] Feruzz[/b],I just updated my Viewer's Main photo. Working now....Thanks for taking sometime re-updating after just the update of my request :D
broken em0wh..47
» FTalker
FTalk Level: zero
158
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 trick :thumbsup:
haruko_jaissa
» n00b
FTalk Level: zero
20
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 use this code instead of the 1st two codes? coz i don't wanna edit my profile (opening about me section to edit) and mess everything up..haha, forgive me, am too lazy to regenerate my codes :D ..i only do editing in ripway :) .. haha, honestly, i'm not really xur of this one or if i make sense..lol again! :lol: :lol: <">i understand the code for the shoutbox does not require opening d about me section, but i prefer placing the viewer's main photo on other box, coz i still want to post shoutout messages.. :) or can u make another code for other boxes (preferably who i want to meet box), not needing to open who i want to meet section..tnx so much!

Last edited by haruko_jaissa (2007-09-13 15:24:16)

xavierkym
» FTalkFreak
FTalk Level: zero
1651
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

ngekxz.. why are you lazy to edit the who i wana meet section?? :lol: and i think the code you posted above wont work.. =) so just use the codes feruzz gave you.. :D
asn585
» FTalker
FTalk Level: zero
244
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

GREAT !. Keep up a good and helping hand , Friend....... Bravo !.... :midfinger: [quote]haruko_jaissa[/quote] I got your point because you are afraid of LOSING your Javascript Final code. Great Ideas.... MAKE your final Javascript code in a who view Me (WVMe) final code pattern. Either you are using WVMe with photo code or not. I agree with you !. Because when the time come, Javascript will filter again, you have already a readymade final code for WVMe and the function is the same : JAVASCRIPT !.... That is my idea also !. No need to edit your JS Code ; a final code of WVMe at your own page , DO IT at your external hostsite to avoid malfunction / filtered-out your JS code. Hope it will help , an Idea only... :midfinger: More compiled add-ons at my page , try it !. C U there...... :penguin:

Last edited by asn585 (2007-09-13 17:26:53)

shazelle67
» n00b
FTalk Level: zero
7
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 someone plss tell me if that's the way it's suppose to be anyway.... when i viewed my own profile everything seems to work on my shoutbox, i can see my own photo.... but when i use another account i don't see my shoutbox at all!! i refreshed it a few times already and still none! i don't know, i used the codes from ferruz, the one that is updated on 9/13/07... is there something i should do or change?? shaz~
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

@shazelle67 you must put any text in your shoutout box & click save button...
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

[align=center][/align]guys pls can anyone tell me what to do next im begging you :paranoid: heres what i did and it think it's wrong i put this code in m shoutoutbox <div id='mainpic'http://h1.ripway.com/darkilong/merel></div> what is the right code that needs to be paste in the box

Last edited by darkilong (2007-09-13 20:23:12)

rubben
» n00b
FTalk Level: zero
3
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 need help guys i have a cool profile but i need to foot this pls pm homies!!! i hope u reponds :) =) :) :| =| =)
Refresh/Reload
» FTalkAddict
FTalk Level: zero
332
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

Thanx for the update feruzz!! :thumbsup: and for the WVM Cbox also!! :D
  • 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 16:21

[ 9 queries - 0.423 second ]
Privacy Policy