FireStats is not installed in the database, go to the Database tab to configure FireStats
FireStats is not installed in the database, go to the Database tab to configure FireStats
|
HelpConfiguration lockedTo change the database configuration you need to unlock it, please enter the password.if you forgot your password you can simply delete the file fs-config-lock.php from firestats/php directory. |
||
FireStats is not installed in the database, go to the Database tab to configure FireStats
Collect hits from PHP pages
To allow FireStats to track access to your pages, you need to add the following line inside the head tag of each of the pages you want to monitor (the page must be a php page).<?php include('/home/positiw4/public_html/firestats/php/firestats-hit.php')?>
A typical page header will look like this:
<html>
<head>
<?php include('/home/positiw4/public_html/firestats/php/firestats-hit.php')?>
...
</head>
...
</html>