m (Bot: Automated text replacement (-' +')) |
(a new regexp) |
||
Line 1: | Line 1: | ||
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. | ||
Line 5: | Line 4: | ||
Hit Counter: | Hit Counter: | ||
{{code|1= <?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). | 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). | ||
[[category:developing SMF]] | [[category:developing SMF]] | ||
[[category:SSI]] | [[category:SSI]] |
Revision as of 12:46, 30 March 2011
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:
<?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).