Page 5 of 5

Posted: Sat 9. Apr 2005, 00:25
by ssyfrig
hey ... just cool.

Thanks, Sven

Posted: Mon 22. May 2006, 13:02
by rushclub
get the following message:

ERRORE: Non riesco a connttermi a MySQL! Controllare config.php

what am i doing wrong?

rush

Posted: Tue 23. May 2006, 09:54
by sustia
rushclub wrote:get the following message:

ERRORE: Non riesco a connttermi a MySQL! Controllare config.php

what am i doing wrong?

rush
Something is wrong, because the script is unable to connect to MySQL, so says you that must control the parameters of config.php.

Posted: Tue 23. May 2006, 10:20
by rushclub
but the system has created the db-tables. so everything should be alright. or am i wrong?

rush

Posted: Tue 23. May 2006, 10:55
by sustia
rushclub wrote:but the system has created the db-tables. so everything should be alright. or am i wrong?

rush
Yes, should be all alright.
Maybe something concerning the host or the $option['prefix']?

Code: Select all

/////////////////
$option['host']="";
$option['database']="";
$option['user_db']="";                        
$option['pass_db']="";
$option['script_url']=""; 

////////////////////////
// VARIABILI AVANZATE //
////////////////////////
$option['prefix']='php_stats
I think is better to manually control this parameters.

Posted: Wed 6. Sep 2006, 15:45
by Pauli
Just found this one: Trace Watch
http://www.tracewatch.com/

very very nice design and nice features, esp. the 'path analysis' I like.

Example page http://www.dejkam.com/twatch/

Posted: Sat 16. Sep 2006, 13:33
by igs
To collect stats I need to include

Code: Select all

<?include "/var/www/html/cnstats/cnt.php";?>
where would be the best place to put it and in what format..?

I have tried adding it to templates - failed. Tried to add as {PHP
:/cnstats/cnt.php} - did not work either...

any ideas?