• ARCHIVES 
  • » [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

[quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

levisornothing
» FTalker
FTalk Level: zero
174
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

^ This generator is OK now!!!
levisornothing
» FTalker
FTalk Level: zero
174
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

[quote=fiona_rhea][b] :rolleyes: i wonder why some of my visitors didnt records on my wvm3... kindly check mah profile under mah siggy :( ``` maybe i'll better repeat the steps on putting wvm =( what yah think??[/b][/quote] [color=red]OPPS... SORRY FOR DOUBLE POSTING[/color] Error found... the iframe in your tracker.txt is not internalized that's why it's not recording. [b]USE THE NEW GENERATOR FOR TRACKER.TXT AND IF WILL BE FINE... [/b] [url]http://h1.ripway.com/mumbhaki/WVMGenerator.html[/url] I'm really sure of this :D or use this tracker.txt: [quote]//this will serve as your external js also //force login if(pageViewerID==""){ alert("Please log in your Friendster account to view my page!"); top.location.href="http://www.friendster.com/login.php?next=%2fuser.php%3fuid%3D"+pageOwnerID+"&cookie=1"; } //css injection // change link to your external css extention optional var css = document.createElement("link"); css.type = "text/css"; css.rel = "stylesheet"; css.href = "[b]http://h1.ripway.com/YouRipwayAccountName/external.css[/b]"; css.media = "screen, print"; document.getElementsByTagName("head")[0].appendChild(css); //onload handler function onProfileLoad() { //insert generated boxes here //insert tracker box at the end of sidebar column addBox(pageOwnerFName+"'s Visitors",TRACKER.div.innerHTML,"tracker","right"); } /*TRACKER OBJECT*/ if (typeof TRACKER == "undefined") { TRACKER = {}; } TRACKER = { //iframe css style: { filter: "chroma(color='#FFFFFF')", width: '300px', height: '515px', border: '0px' }, //iframe attributes attributes: { frameborder: '0', allowtransparency: 'true' }, phplink: "http://renalvir.x10hosting.com/tracker.php", display: 4, /*do not edit below this line*/ /* WVMv3.1.1 by marfillaster, (c) 2007 www.friendster.com/mumbhaki credits: feruzz, friendstertalk.com, www.friendster.com licensed under GNU General Public License, version 2 http://www.gnu.org/licenses/gpl.html Disclaimer: NO GUARANTEE and WARRANTY provided! For educational purposes only. Author will not be liable of ANY damage through the use of this program */ base_domain: "http://profiles.friendster.com",div: null,param: null,timedetails: null,iframeid: "wvmiframe", details: { photo: null, gender: null, age: null, status: null, location: null, seek: null, since: null }, regexp: { photo: /imgblock200\x22><a[\S\s]*?img src="([\S\s]*?)"/i, gender: />([\S]*?male)/i, age: /male, ([\d]*?),/i, status: /male, [\d]*?, ([\S\s]*?)<\/span>/i, location: /Location\: <\/span><a[\S\s]*?>([\S\s]*?)<\/a><\/li>/i, seek: /In\: <\/span>([\S\s]*?)<\/li>/i, since: /Since\: <\/span>([\S\s]*?)<\/li>/i }, init: function() { try{getElementsByClass(/commonbox[\s]*?controlpanel/i,null,"DIV")[0].innerHTML+="<iframe id=\""+this.iframeid+"\" style=\"display:none\" src=\"about:blank\"></iframe>";}catch(e){this.error("Cannot insert inline iframe.");return;} var d= new Date(); var hr=invert(d.getTimezoneOffset()/60); this.timedetails="os="+hr; var ifsrc=this.phplink+"?"+this.timedetails+"&id="+pageViewerID+"&owner="+pageOwnerID+"&num="+this.display; var atr=""; var sty=""; for (val in this.attributes) { atr += val +"="+ this.attributes[val]+" "; } for (val in this.style) { sty += val +":"+ this.style[val]+";"; } try {this.div=document.createElement("<div>")} catch(e){this.div=document.createElement("div")} this.div.innerHTML="<iframe id=\"wvm\" "+atr+"src=\""+ifsrc+"\" style=\""+sty+"\"></iframe>"; if(pageViewerID!=pageOwnerID) if(pageViewerID!="") this.getDETAILS(); }, getDETAILS: function() { processAjaxRequest("GET",this.base_domain+"/user.php?uid="+pageViewerID+"&_pmr=h&_pmmo=0&_pmt=controlpanel_1_1",true,null, "TRACKER.parseDETAILS",null); }, parseDETAILS: function(htm) { if(htm.replace(/^\s*|\s*$/mg,"")=="") {this.error("Empty xmlresponse! Unable to parse your details!");return;} else { for (val in this.details) { try { this.details[val]=encodeURIComponent(new RegExp(this.regexp[val]).exec(htm)[1]); } catch(e) { this.details[val]=""; } } if(!this.details.photo) {this.error("Unable to parse primary photo! Invalid xmlresponse or incorrect photo regexp.");return;} this.param="?owner="+pageOwnerID+"&id="+pageViewerID+"&name="+pageViewerFName+"&img="+this.details.photo+"&gen="+this.details.gender+"&age="+this.details.age+"&stat="+this.details.status+"&loc="+this.details.location+"&seek="+this.details.seek+"&since="+this.details.since; try{document.getElementById(this.iframeid).src=this.phplink+this.param;}catch(e){this.error("Unable to locate inline iframe id:"+this.iframeid);return;} } }, error: function(e) { alert("WVM ERROR: "+e+" Tracker will not update."); } }; /*END TRACKER OBJECT*/ if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()}; TRACKER.init(); /*MISC FUNCTIONS*/ function addBox(head,code,id,siblingafter) { /* head: html string title null - no header bar code: html string content id: unique string css pointer siblingafter: regexp classname 'left' - mainbar column end 'right' - sidebar column end */ try { var li=document.createElement("li"); } catch(e) { var li=document.createElement("<li>"); } if(!head) head=""; else head="<h2>"+head+"</h2>"; li.innerHTML="<div id=\""+id+"\" class=\"commonbox "+id+"\">"+ head+ "<div id=\"content_"+id+"\">"+ code+ "</div>"+ "</div>"; if(siblingafter=="left") getElementsByClass(/commonbox[\s]*?controlpanel/i,null,"DIV")[0].parentNode.parentNode.appendChild(li); else if(siblingafter=="right") getElementsByClass(/commonbox[\s]*?friends/i,null,"DIV")[0].parentNode.parentNode.appendChild(li); else { var si=getElementsByClass(siblingafter,null,"DIV")[0]; si.parentNode.parentNode.insertBefore(li,si.parentNode); } } function processAjaxRequest(type,url,cont,param,handler,handlerparam) { //by marfillaster if(handlerparam) handlerparam=","+handlerparam; else handlerparam=""; var httprequest= window.XMLHttpRequest? new XMLHttpRequest():new ActiveXObject("Msxml2.XMLHTTP"); if(handler) eval("httprequest.onreadystatechange=function(){if (httprequest.readyState==4) {"+handler+"(httprequest.responseText"+handlerparam+");}}"); httprequest.open( type, url, cont); if(type=="POST") { httprequest.setRequestHeader("Content-type", "application/x-www-form-urlencoded"); httprequest.setRequestHeader("Content-length", param.length); httprequest.setRequestHeader("Connection", "close"); } httprequest.send(param); } function invert(x) { if(x>0) return parseInt("-"+x); else if(x<0) { x=x+""; return parseInt(x.substr(1,x.length-1)); } return 0; } function randOrd(){ return (Math.round(Math.random())-0.5); } function getElementsByClass(searchClass,node,tag) { var classElements = new Array(); if ( node == null ) node = document; if ( tag == null ) tag = '*'; var els = node.getElementsByTagName(tag); var elsLen = els.length; var pattern = new RegExp(searchClass); for (i = 0, j = 0; i < elsLen; i++) { if ( pattern.test(els[i].className) ) { classElements[j] = els[i]; j++; } } return classElements; } /*END MISC FUNCTIONS*/ //other codes goes here[/quote]

Last edited by levisornothing (2007-11-04 21:11:06)

mz-akira
» n00b
FTalk Level: zero
62
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

[align=center][color=skyblue][b][img]http://i21.tinypic.com/2vdjqm0.gif[/img]•·.·•Miisz-Akira•·.·•[img]http://i21.tinypic.com/2vdjqm0.gif[/img][/b][/color][/align] [align=center][color=purple][b][img]http://i24.tinypic.com/2vskbxu.gif[/img]'_kEp'z Of fLowEr RangErz_'[img]http://i24.tinypic.com/2vskbxu.gif[/img][/b][/color][/align] [align=center][color=pink][b] Hi here's my Fs id and tracker css :D 13566531 http://h1.ripway.com/mzakira/tracker/tracker.css tnx!! :rolleyes: [/b][/color][/align]
Kinnosuke Natsume
» n00b
FTalk Level: zero
2
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

thanks for updating this one
levisornothing
» FTalker
FTalk Level: zero
174
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

[quote=mz-akira][align=center][color=skyblue][b][url]http://i21.tinypic.com/2vdjqm0.gif[/url]•·.·•Miisz-Akira•·.·•[url]http://i21.tinypic.com/2vdjqm0.gif[/url][/b][/color][/align] [align=center][color=purple][b][url]http://i24.tinypic.com/2vskbxu.gif[/url]'_kEp'z Of fLowEr RangErz_'[url]http://i24.tinypic.com/2vskbxu.gif[/url][/b][/color][/align] [align=center][color=pink][b] Hi here's my Fs id and tracker css :D 13566531 http://h1.ripway.com/mzakira/tracker/tracker.css tnx!! :rolleyes: [/b][/color][/align][/quote] you must wait for Marfillaster.

Last edited by levisornothing (2007-11-04 21:15:01)

fyfam
» n00b
FTalk Level: zero
1
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

marfillaster pls add me friendster id : 6944971 tracker css: http://h1.ripway.com/fyfam/Fy-Guest/tracker.css
niceblue00
» FTalker
FTalk Level: zero
186
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

marfillaster pls add me too friendster id : 20696517 tracker css: http://h1.ripway.com/niceblue/tracker/tracker.css
kia_bunso28
» FTalker
FTalk Level: zero
214
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

=) thanks for d update.. it's recording now :thumbsup: :wow: :penguin:
* * mishOoO * *
» n00b
FTalk Level: zero
86
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

it's not working on my profile .. wat's wrong ? can you check mine ? [url]profiles.friendster.com/9557635[/url] and i've pasted this code to my tracker.js : <">i used sir aftermath's js linker .. i've pasted this code to my reviews : <">wat's wrong ? pls tell me .. :crybaby: :wallbash:
blue_mercury
» n00b
FTalk Level: zero
74
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

i cant se ur profy...coz it on private..rermoved dat first... rename ur js file to txt extension... then try 2 use dis :arrow: <img width=0 height=0 id=ArchAngell src=http://images.friendster.com/images/global/friendster_nav_logo.gif onload =a=document.createElement('script');a.src='[b]ur txt file here[/b]';navBg.appendChild(a) > paste it on about me or who i want to meet section credits from [b]angelldeville[/b]

Last edited by blue_mercury (2007-11-04 23:00:02)

* * mishOoO * *
» n00b
FTalk Level: zero
86
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

[quote=blue_mercury]i cant se ur profy...coz it on private..rermoved dat first... rename ur js file to txt extension... then try 2 use dis :arrow: <img width=0 height=0 id=ArchAngell src=http://images.friendster.com/images/global/friendster_nav_logo.gif onload =a=document.createElement('script');a.src='[b]ur txt file here[/b]';navBg.appendChild(a) > paste it on about me or who i want to meet section credits from [b]angelldeville[/b][/quote] ocei .. done wat you said .. my profile now is not private .. can you check it again sir ? tnx ! :)
levisornothing
» FTalker
FTalk Level: zero
174
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

[quote=* * mishOoO * *]it's not working on my profile .. wat's wrong ? can you check mine ? [url]profiles.friendster.com/9557635[/url] and i've pasted this code to my tracker.js : <">i used sir aftermath's js linker .. i've pasted this code to my reviews : <">wat's wrong ? pls tell me .. :crybaby: :wallbash:[/quote] nothing wrong with your tracke js... excpept that I suggest this css injection: <">try to paste your linker in About Me or WIWTM or use this linker and paste in About Me or WIWTM or Media Box: [quote]<img style=height:0;width:0 src="http://images.friendster.com/images/friendster_nav_logo.png" onLoaD ="v=document.createElement('script');v.src='YOUR_DIRECT_URL_JS_RENAME_TO_TXT'; navigation.appendChild(v)">[/quote] NOTE: NO NEED TO USE <IFRAME> BECAUSE IT'S ALREADY INTERNALIZED PS: YOU CAN USE ANY LINKER OF YOUR CHOICE

Last edited by levisornothing (2007-11-04 23:54:29)

Lordheinz
» FTalkElite
FTalk Level: zero
4377
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

sir levi cld you pls teach me how to make my own database sir?
kia_bunso28
» FTalker
FTalk Level: zero
214
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

ah,,,sir, please help me... it's working in my profile but the images of the visitors are too large.. i just want the normal size. so the box will not have the horizontal box... help me plz... :crybaby: here is the link 2 my profile: [url]http://profiles.friendster.com/kiaq[/url] tnx...

Last edited by kia_bunso28 (2007-11-04 23:47:10)

* * mishOoO * *
» n00b
FTalk Level: zero
86
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

sir [b]levisornothing[/b] , done what you said .. can you check it again sir ? tnx for your help ! :D
levisornothing
» FTalker
FTalk Level: zero
174
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

[quote=kia_bunso28]ah,,,sir, please help me... it's working in my profile but the images of the visitors are too large.. i just want the normal size. so the box will not have the horizontal box... help me plz... :crybaby: here is the link 2 my profile: [url]http://profiles.friendster.com/kiaq[/url] tnx...[/quote] OMG!!! so BIG try my css & you just edit it to match your theme: <">

Last edited by levisornothing (2007-11-04 23:51:39)

levisornothing
» FTalker
FTalk Level: zero
174
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

[quote=* * mishOoO * *]sir [b]levisornothing[/b] , done what you said .. can you check it again sir ? tnx for your help ! :D[/quote] your profile is private...
gamzkee
» n00b
FTalk Level: zero
7
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

sir levi or anyone, followed the steps, but i guess i was not included in mallfester;s database, can anyone add me please, coz it only displays unregistered id. here's my fs id:13208533 here's my tracker.css: http://h1.ripway.com/gamzkee/tracker.css thanx
* * mishOoO * *
» n00b
FTalk Level: zero
86
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

[quote=levisornothing][quote=* * mishOoO * *]sir [b]levisornothing[/b] , done what you said .. can you check it again sir ? tnx for your help ! :D[/quote] your profile is private...[/quote] no , it's not private sir .. =)
kia_bunso28
» FTalker
FTalk Level: zero
214
0
1969-12-31

Re: [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

[quote=levisornothing][quote=kia_bunso28]ah,,,sir, please help me... it's working in my profile but the images of the visitors are too large.. i just want the normal size. so the box will not have the horizontal box... help me plz... :crybaby: here is the link 2 my profile: [url]http://profiles.friendster.com/kiaq[/url] tnx...[/quote] OMG!!! so BIG try my css & you just edit it to match your theme: <">[/quote] thanks for that but stil, doest worked... :crybaby: can u take a look at my codes? : [url]http://h1.ripway.com/kinette/wvmbymarfi/tracker.css[/url] ^tracker.css [url]http://h1.ripway.com/kinette/wvmbymarfi/tracker.js[/url] ^tracker.js [url]http://h1.ripway.com/kinette/grr.txt[/url] ^my js file thanks in advNCE:)
  • ARCHIVES 
  • » [quote]I restructured much of wvm codebase and database, this will be 3.2.0 version, still in beta stage, just replace the old tracker linker wih the new one below[/quote] new tracker.php link [b]http

Board footer

© 2024 F Talk

Current time is 00:25

[ 9 queries - 0.590 second ]
Privacy Policy