How to...
How to put a guest counter on your homepage without the need of having a payed account or all kinds of ugly advertisements?
I've selected PHPGcount created by Klemen Stirn as a counter for my site. PHPGcount is a PHP graphical hit counter. It uses flat-text database so no SQL databases are necessary. It comes with many styles to choose from and you can add your own styles easily! It can count hits for multiple pages of your website or even websites on other servers. With the help of cookies it can count unique visits only.
The count is displayed on the page using a simple piece of Javascript code.
The main advantages:
You can download the code from phpjunkyard
The setup guide in the 'readme.htm' which is included in the zipfile is very good and easy to follow, so I won't try to improve upon it.
To use the counter in WebsiteX5 just add a HTML Code block on your page. Edit it and paste the Javascript code in the Block.
For example:
Then the script to put in the HTML Code block would be:
<script language="Javascript"
src="http://www.yourdomain.com/gcount/graphcount.php?style=bbldotg&page=visitors">
</script>
(keep it in one line, don't wrap!)
Sub-Menu: