I thought you've already leave us
heheh..
coz i really like this one on my shoutout...
and of course
all your awesome codes!!
btw.. have you seen my inquiry about right click on
friendster Malaysia? anyways... Thanx Again!! Last edited by Refresh/Reload (2007-09-25 11:50:44)
I posted there in Malaysia too cause of that code. I saw it in Refresh/reloads profile & asked him bout it
Your tricks are really
..Thanks & thanks & thanks...Please keep up the good work
You can compile that with your wvmcbox mode
Last edited by mickyriora (2007-09-25 10:13:28)
Forget what I posted here..Had to edit it.I'm looking d***
Had been used on the code:
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);");
And Marfil's:
function processAjaxRequest(type,url,cont,param,handler,handlerparam) {
//by marfillaster
//type 'POST' | 'GET'
//cont 'true' | 'false'
//param string | null
//handler string | null
//handlerparam string |null
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);
[b]Pardon me for my ignorance.[/b]
Last edited by mickyriora (2007-09-25 13:37:34)
so which one to be updated?
so which one to be updated?[/quote]
I think that is the reason ken say he was not updating anymore.
The newest version that was pimped by renalvir looks like 3.1.1
[url]http://theftalk.com/t11741-Pimped-Generator-Database-Needed%29.html[/url]
That one would have my vote
so which one to be updated?[/quote]
I prefer Renalvir's generator too. But I didn't used his Tracker.js. I still used the [b]orig. wvm2.1 by Marfil.[/b]
here's the code for TRACKER.JS
<">Whatever your decision is
as long as it will be updated & to start tracking again
Last edited by mickyriora (2007-09-25 13:59:01)
so which one to be updated?[/quote]
Sometimes it's confusing me.. SERIOUSLY! Now I'm currently using wvm pimped by renalvir too..
@mickyriora.. does wvm2.1 still record visitor?
It stopped recording today
Last edited by zadelle (2007-09-25 14:11:07)
[/quote]
That's what I've been waiting for!
Thank you thank you thank you bro peruzz
<">[b]credits to renalvir & marfillaster & also me for redesigned / fixed[/b]