Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.

showcounter

If the visitor counter is enabled in Administration settings this function will return the number of visitors.

showcounter

Quote

showcounter()


Return Values
Returns a string if the visitor counter is enabled.

Example
Code
<?php
echo showcounter();
?>

This is an example how the output could look like.

Output from the above example

Quote

<!--counter-->56,732,146 unique visits


Changelog
7.01.00 - Enable or disable displaying the visitor counter through the admin panel and $settings['visitorcounter_enabled']