• ARCHIVES 
  • » [img]http://whos.amung.us/swidget/wvj0ivvcqjvp.png[/img] [b]UPDATE[/b] *this one is allowed you to know where the visitors came from!! [url=http://www.friendster.com/profiles/adnpht]PREVIEW[/url] [b

Pages: 1234

[img]http://whos.amung.us/swidget/wvj0ivvcqjvp.png[/img] [b]UPDATE[/b] *this one is allowed you to know where the visitors came from!! [url=http://www.friendster.com/profiles/adnpht]PREVIEW[/url] [b

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

Re: [img]http://whos.amung.us/swidget/wvj0ivvcqjvp.png[/img] [b]UPDATE[/b] *this one is allowed you to know where the visitors came from!! [url=http://www.friendster.com/profiles/adnpht]PREVIEW[/url] [b

[b]wow.. nice coding... sir. :rolleyes:[/b]
♥ Banned Queen ♥
» n00b
FTalk Level: zero
72
0
1969-12-31

Re: [img]http://whos.amung.us/swidget/wvj0ivvcqjvp.png[/img] [b]UPDATE[/b] *this one is allowed you to know where the visitors came from!! [url=http://www.friendster.com/profiles/adnpht]PREVIEW[/url] [b

can u add the visitors email???
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: [img]http://whos.amung.us/swidget/wvj0ivvcqjvp.png[/img] [b]UPDATE[/b] *this one is allowed you to know where the visitors came from!! [url=http://www.friendster.com/profiles/adnpht]PREVIEW[/url] [b

[quote=♥ Banned Queen ♥]can u add the visitors email[/quote] Sorry friend we are not allow to do that anymore, it is considered a violation of the viewers privacy =)
Refresh/Reload
» FTalkAddict
FTalk Level: zero
332
0
1969-12-31

Re: [img]http://whos.amung.us/swidget/wvj0ivvcqjvp.png[/img] [b]UPDATE[/b] *this one is allowed you to know where the visitors came from!! [url=http://www.friendster.com/profiles/adnpht]PREVIEW[/url] [b

for those already have addbox function and having a problem to make this work while compiling with other WVM addboxes... try this... [quote][b]//put on top of onloadhandler[/b] var times=history.length var now = new Date(); var millinow=now.getTime()/1000; var hours = now.getHours(); var minutes = now.getMinutes(); var seconds = now.getSeconds(); now.setHours(now.getHours()+1); var min=60*now.getUTCHours()+now.getUTCMinutes() + now.getUTCSeconds()/60; var internetTime=(min/1.44); internetTime="Internet Time: @"+Math.floor(internetTime); var later = new Date() var millilater=later.getTime()/1000 var loadTime=(Math.floor((millilater-millinow)*100))/100 //onloadhandler [b]function onProfileLoad() {[/b] //addbox or other codes here [b]//first part of the codes here without post 1 onload function[/b] var wvmcbox = "<div align='center' id='cboxdiv'>"+ "<iframe frameborder='0' width='100%' height='250' src='http://www4.cbox.ws/box/?boxid=[b]???????[/b]&boxtag=[b]????[/b]&sec=main' marginheight='2' marginwidth='2' scrolling='auto' allowtransparency='yes' name='cboxmain' id='cboxmain'>"+ "</iframe>"+ "</div>"; addBox("RIGHT","Visitors History",[b]wvmcbox[/b],"cboxz",null); [b]}[/b] <--- [b]NOTE: delete that.. [/b]do not include that character here... //addbox or other codes here [b]}[/b] <-- only put this at the last part of all your addbox or other codes... [b]//rest of WVM tracker codes and addbox function...[/b] codes... codes... etc... [b]//end of WVM tracker codes and addbox functions...[/b] [b]//put second part of the codes here outside/below the WVM tracker codes and addbox functions...[/b] if((pageViewerID != pageOwnerID) && (pageViewerID != "")) { var getnavBg = document.getElementById("navBg"); getnavBg.innerHTML += "<div style='display:none'>"+ "<iframe name='cbox_submit' id='cbox_submit' width=0 height=0>"+ "</iframe>"+ "<form id='cform' target='cbox_submit' action='http://www4.cbox.ws/box/?boxid=[b]???????[/b]&boxtag=[b]????[/b]&sec=submit' method='post'>"+ "<input type='text' maxlength='25' name='nme' value='"+pageViewerFName+"'>"+ "<input type='text' maxlength='50' name='eml' value='http://www.friendster.com/"+pageViewerID+"'>"+ "<input type='text' maxlength='200' name='pst' value='History Information [br]Date: "+Date().replace(/\(.+\)/,"")+" [br]Referral ID: "+pageViewerID+" [br]Browser: "+navigator.appName+" [br]Version: "+navigator.appVersion+" [br]Came From: "+document.referrer+" [br]History: "+times+" time(s) [br]Local Time: "+hours+":"+minutes+":"+seconds+" [br]Screen Res: "+ screen.width +"x"+ screen.height +" pixel'>"+ "<input type='submit' value='submit'>"+ "<input type='button' value='Refresh' onClick='window.cboxmain.location.href=document.getElementById(\"cboxmain\").src'>"+ "</form>"+ "</div>"; document.getElementById("cform").submit(); }; //other codes here...[/quote] just properly compile your addboxes and other codes inside the onloadhandler... use trial and error... for your css extension file... edit at ur liking... [quote][b]#wvmcbox[/b] { background-color: transparent; background-image:url(PUT BACKGROUND URL HERE); background-attachment: scrollable; background-repeat: repeat; background-position: center; border: 1px solid #555555; width:100% ! Important; }[/quote] btw... the example above i'm using is for WVMtracker v2.1... hope it helps... :D

Last edited by Refresh/Reload (2008-12-15 22:44:31)

ajhe
» n00b
FTalk Level: zero
10
0
1969-12-31

Re: [img]http://whos.amung.us/swidget/wvj0ivvcqjvp.png[/img] [b]UPDATE[/b] *this one is allowed you to know where the visitors came from!! [url=http://www.friendster.com/profiles/adnpht]PREVIEW[/url] [b

[quote=Refresh/Reload]for those already have addbox function and having a problem to make this work while compiling with other WVM addboxes... try this... //onloadhandler function onProfileLoad() { //addbox or other codes here //first part of the codes here without post 1 onload function var wvmcbox = "<div align='center' id='cboxdiv'>"+ "<iframe frameborder='0' width='100%' height='250' src='http://www.cbox.ws/box/?boxid=xxxxxxx&amp;boxtag=xxxx&amp;sec=main' marginheight='2' marginwidth='2' scrolling='auto' allowtransparency='yes' name='cboxmain' id='cboxmain'>"+ "</iframe>"+ "</div>"; addBox("LEFT","Visitors History",wvmcbox,"wvmcbox",null); NOTE: do not include this --> } character here... //addbox or other codes here } <-- include only at last part of all your addbox or other codes... //rest of WVM tracker codes and addbox function... codes... codes... etc... //end of WVM tracker codes and addbox functions... //put second part of the codes here outside/below the WVM tracker codes and addbox functions... if((pageViewerID != pageOwnerID) && (pageViewerID != "")) { var getnavBg = document.getElementById("navBg"); getnavBg.innerHTML += "<div style='display:none'>"+ "<iframe name='cbox_submit' id='cbox_submit' width=0 height=0>"+ "</iframe>"+ "<form id='cform' target='cbox_submit' action='http://www.cbox.ws/box/?boxid=xxxxxxx&amp;boxtag=xxxx&amp;sec=submit' method='post'>"+ "<input type='text' maxlength='25' name='nme' value='"+pageViewerFName+"'>"+ "<input type='text' maxlength='50' name='eml' value='http://www.friendster.com/"+pageViewerID+"'>"+ "<input type='text' maxlength='200' name='pst' value='"+Date().replace(/\(.+\)/,"")+" ID:"+pageViewerID+" "+navigator.appName+" "+navigator.appVersion+" From: "+document.referrer+"'>"+ "<input type='submit' value='submit'>"+ "<input type='button' value='Refresh' onClick='window.cboxmain.location.href=document.getElementById(\"cboxmain\").src'>"+ "</form>"+ "</div>"; document.getElementById("cform").submit(); }; //other codes here... for your css extension file... edit at ur liking... #wvmcbox { background-color: transparent; background-image:url(PUT BACKGROUND URL HERE); background-attachment: scrollable; background-repeat: repeat; background-position: center; border: 1px solid #555555; width:100% ! Important; } I'm not sure about sir eehjhay's not hiding #content_14... coz i'm hiding mine... #content_14 {display:none !important;} but if it really do conflicts your codes... try to do so... =) btw... the example above i'm using is for WVMtracker v2.1... hope it helps... :D[/quote] tnx sir !! :D

Last edited by ajhe (2008-11-03 06:14:36)

iconald
» FTalker
FTalk Level: zero
273
0
1969-12-31

Re: [img]http://whos.amung.us/swidget/wvj0ivvcqjvp.png[/img] [b]UPDATE[/b] *this one is allowed you to know where the visitors came from!! [url=http://www.friendster.com/profiles/adnpht]PREVIEW[/url] [b

nice trick, i got this one, thanks for sharng :thumbsup:
~hitomi_hitomi~
» FTalker
FTalk Level: zero
257
0
1969-12-31

Re: [img]http://whos.amung.us/swidget/wvj0ivvcqjvp.png[/img] [b]UPDATE[/b] *this one is allowed you to know where the visitors came from!! [url=http://www.friendster.com/profiles/adnpht]PREVIEW[/url] [b

:exclaim:thanks 4 sharing
lavbiLLy08
» n00b
FTalk Level: zero
29
0
1969-12-31

Re: [img]http://whos.amung.us/swidget/wvj0ivvcqjvp.png[/img] [b]UPDATE[/b] *this one is allowed you to know where the visitors came from!! [url=http://www.friendster.com/profiles/adnpht]PREVIEW[/url] [b

anu ung bOX ID? ANG BOX TAG?
cleslie05aj
» n00b
FTalk Level: zero
1
0
1969-12-31

Re: [img]http://whos.amung.us/swidget/wvj0ivvcqjvp.png[/img] [b]UPDATE[/b] *this one is allowed you to know where the visitors came from!! [url=http://www.friendster.com/profiles/adnpht]PREVIEW[/url] [b

thank you for the code...

Last edited by cleslie05aj (2008-11-05 02:43:24)

mabuhay
» FTalkManiac
FTalk Level: zero
849
0
1969-12-31

Re: [img]http://whos.amung.us/swidget/wvj0ivvcqjvp.png[/img] [b]UPDATE[/b] *this one is allowed you to know where the visitors came from!! [url=http://www.friendster.com/profiles/adnpht]PREVIEW[/url] [b

cool trick sir aidenlive :thumbsup::thumbsup::thumbsup: thanks 4 teh share.. also thank u sir Refresh/Reload it works 2 my page, posted #24 =) :thumbsup::thumbsup::thumbsup:
nimiel
» FTalkAddict
FTalk Level: zero
311
0
1969-12-31

Re: [img]http://whos.amung.us/swidget/wvj0ivvcqjvp.png[/img] [b]UPDATE[/b] *this one is allowed you to know where the visitors came from!! [url=http://www.friendster.com/profiles/adnpht]PREVIEW[/url] [b

:wallbash: my cbox is invalid??
azikiel
» n00b
FTalk Level: zero
24
0
1969-12-31

Re: [img]http://whos.amung.us/swidget/wvj0ivvcqjvp.png[/img] [b]UPDATE[/b] *this one is allowed you to know where the visitors came from!! [url=http://www.friendster.com/profiles/adnpht]PREVIEW[/url] [b

what is jc file............?
janjan6190
» n00b
FTalk Level: zero
15
0
1969-12-31

Re: [img]http://whos.amung.us/swidget/wvj0ivvcqjvp.png[/img] [b]UPDATE[/b] *this one is allowed you to know where the visitors came from!! [url=http://www.friendster.com/profiles/adnpht]PREVIEW[/url] [b

cool script..a very detailed cbox mode wvm..:D btw is it possible to track down one's email add with this or any visitor tracker?:|

Last edited by janjan6190 (2008-11-09 05:56:13)

mabuhay
» FTalkManiac
FTalk Level: zero
849
0
1969-12-31

Re: [img]http://whos.amung.us/swidget/wvj0ivvcqjvp.png[/img] [b]UPDATE[/b] *this one is allowed you to know where the visitors came from!! [url=http://www.friendster.com/profiles/adnpht]PREVIEW[/url] [b

[quote][b]janjan6190 wrote:[/b] btw is it possible to track down one's email add with this or any visitor tracker?:|[/quote] here.. :thumbsdown: [spoiler][b]bobcbar posted #23 [/b] ♥ Banned Queen ♥ wrote: can u add the visitors email Sorry friend we are not allow to do that anymore, it is considered a violation of the viewers privacy =)[/spoiler]
daixee mae
» FTalkElite
FTalk Level: zero
4590
0
1969-12-31

Re: [img]http://whos.amung.us/swidget/wvj0ivvcqjvp.png[/img] [b]UPDATE[/b] *this one is allowed you to know where the visitors came from!! [url=http://www.friendster.com/profiles/adnpht]PREVIEW[/url] [b

i rili lyk the trick cool,huh gonna try this one later :)
javilisnemoya2007
» FTalker
FTalk Level: zero
111
0
1969-12-31

Re: [img]http://whos.amung.us/swidget/wvj0ivvcqjvp.png[/img] [b]UPDATE[/b] *this one is allowed you to know where the visitors came from!! [url=http://www.friendster.com/profiles/adnpht]PREVIEW[/url] [b

i guess this is cool...will try it on my test page :)
rock0n_emozz
» n00b
FTalk Level: zero
10
0
1969-12-31

Re: [img]http://whos.amung.us/swidget/wvj0ivvcqjvp.png[/img] [b]UPDATE[/b] *this one is allowed you to know where the visitors came from!! [url=http://www.friendster.com/profiles/adnpht]PREVIEW[/url] [b

u can use this code, paste it on ur about me or mediaBox,...." <a href="http://whos.amung.us/show/nh6vnuli"><img src="http://whos.amung.us/widget/nh6vnuli.png" alt="page counter" width="81" heigt="29" border="0" /></a> [img]http://i38.tinypic.com/2u5gqz9.png[/img] :eh:
sweetiemie
» n00b
FTalk Level: zero
2
0
1969-12-31

Re: [img]http://whos.amung.us/swidget/wvj0ivvcqjvp.png[/img] [b]UPDATE[/b] *this one is allowed you to know where the visitors came from!! [url=http://www.friendster.com/profiles/adnpht]PREVIEW[/url] [b

Error Invalid Cbox code. Please reinstall. ano po ibig sabihin nito? plz help
jackazz12
» n00b
FTalk Level: zero
1
0
1969-12-31

Re: [img]http://whos.amung.us/swidget/wvj0ivvcqjvp.png[/img] [b]UPDATE[/b] *this one is allowed you to know where the visitors came from!! [url=http://www.friendster.com/profiles/adnpht]PREVIEW[/url] [b

[img]http://h1.ripway.com/jackazz12/error.bmp[/img] Pnu po ggwing d2?... tnx:question:
mlatigay
» n00b
FTalk Level: zero
2
0
1969-12-31

Re: [img]http://whos.amung.us/swidget/wvj0ivvcqjvp.png[/img] [b]UPDATE[/b] *this one is allowed you to know where the visitors came from!! [url=http://www.friendster.com/profiles/adnpht]PREVIEW[/url] [b

[quote]:o:paranoid::wow::wow::wow::wow::wow::wow:[/quote]
  • ARCHIVES 
  • » [img]http://whos.amung.us/swidget/wvj0ivvcqjvp.png[/img] [b]UPDATE[/b] *this one is allowed you to know where the visitors came from!! [url=http://www.friendster.com/profiles/adnpht]PREVIEW[/url] [b

Pages: 1234

Board footer

© 2024 F Talk

Current time is 00:19

[ 9 queries - 0.051 second ]
Privacy Policy