4
If you are looking for what I think you are you might want to look at FireStats at
http://firestats.cc/ .
I does need a data base but will be quite content sharing with your Xoops data base.
It will give you some PHP code that you would insert in your mainfile.php. It does not really matter where you insert it as long as it is not within a conditional statement.
The code FireStats gives you will look something like the following.
include('complete site path'); fs_add_site_hit(1); ?>
You would need to remove the to make it look like,
include('complete site path'); fs_add_site_hit(1);