Congratulations! You have successfully installed SlimStat.
To get started, you need to include SlimStat in your site鈥檚 code for each page where you would like stats to be counted.
You can use either JavaScript or PHP to do this.
When you have done it, you鈥檒l need to wait for people to start visiting your site.
Enjoy viewing your stats!
Using JavaScript
Use code similar to this:
<script type="text/javascript" src="/Public/slimstat/?js"></script>
Using PHP
Use code similar to one of these two examples:
<?php @include_once( $_SERVER['DOCUMENT_ROOT'].'/Public/slimstat/stats_include.php' ); ?>
<?php @include_once( '/www/wwwroot/szht/Public/slimstat/stats_include.php' ); ?>
Don鈥檛 use both examples, because then each hit will be counted twice.