No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Cleanup html}} | |||
There are quite a few extra features you can have working on your website by using SSI.php. Below are some advantages that are not listed in the examples. | There are quite a few extra features you can have working on your website by using SSI.php. Below are some advantages that are not listed in the examples. | ||
Revision as of 19:01, 29 March 2011
This article may have been copied from the the forum-based Online Manual and contain some HTML remnants that need to be cleaned up. Please clean it up. This template may be removed when cleanup is complete. |
There are quite a few extra features you can have working on your website by using SSI.php. Below are some advantages that are not listed in the examples.
- PHP Extra SSI Functions List
Hit Counter:
: <a href="javascript:void(0);" onclick="return smfSelectText(this);" class="codeoperation"></a>
<?php trackStats(array('hits' => '+')); trackStats(); ?>
Add the ability to track the number of hits on your website to be included to the number of hits on your Forum (requires Track daily statistics and Track daily hits must be enabled in your forums Admin Edit Features and Options settings).