PHP Classes

gStats is not working

Recommend this page to a friend!

      gStats  >  All threads  >  gStats is not working  >  (Un) Subscribe thread alerts  
Subject:gStats is not working
Summary:gStats (IMG solution) is not working
Messages:2
Author:Ruud de Ruiter
Date:2007-09-20 01:00:46
Update:2007-09-20 01:59:43
 

  1. gStats is not working   Reply   Report abuse  
Picture of Ruud de Ruiter Ruud de Ruiter - 2007-09-20 01:00:46
I've installed gStats and get as far as this function:

function gStats_callPage(url,sleep) {
var elem= document.createElement('IMG');
elem.src=url;
if (sleep) gStats_sleep(900);
}

This should create an "image" but it's source is the gStats-store function.
... nothing is stored ...

The MySQL settings (there) are fine, but the software never gets so far.
If I insert an "exit;" just before the MySQL statements, it is NOT executed.

This all is like this for IE-6 and FireFox.

Any idea what is going wrong here?

Thanks already!
Ruud de Ruiter

  2. Re: gStats is not working   Reply   Report abuse  
Picture of Cesar D. Rodas Cesar D. Rodas - 2007-09-20 01:59:43 - In reply to message 1 from Ruud de Ruiter
Hello

Thank you for posting about this, but this is working, I know this is basic but I need to ask you... did you set up the mysql variables here http://www.phpclasses.org/browse/file/20003.html and did you test if this works?

Thank you.