|
Server requirements: PHP+MySQL Client requirements: none |
Demo: browse the log data of this server »Log Suite Plus is the 3rd tool I've created to analyze the visits and pageviews of a site..
InstallationUnzip the file into a folder on your server and open the file install.php. You will be asked for MySQL access data to create a logdata table. The name of the table is log_mysite. Another table, log_browsers, contains information about requests from robots.How it worksEach pageview will be saved in the database. Just include the file inc_log_sql.php into header or footer of your pages as follows:<? include "< your_root_directory>/.../LogSuitePlus/inc_log_sql.php"; ?>.To find out the root directory of your hosting, use the file findRootDir.php which is included in the package. How to useOpen the Logdata Browser and click one of the buttons in the top menu. The amount of entries and the entries themselves will appear in the table.![]() If Javascript is enabled in your browser, click on one of the entries to explore it in a new window:
Click here to see the live demo » |