I remeber having the same problem with MPDev's version, but after doing this:
Quote:
Keep in mind, this kind of script can add to your server load if alot of users are using it; it polls the lookup script every 7 seconds to give it a real-time effect; you may need to adjust this to suit your own needs.
The last line of the file:
setTimeout("getXML()", 7000);
can be changed to allow for greater periods of delay between polling.
|
It worked fine, I changed 7000 to 1000
But i have looked in the va_spy_js file in this new version and the above is different:
Quote:
setTimeout("getXML()", xmldelay);
|
Any help would be great.
Thanks.