Welcome to SlimStat

Congratulations! You have successfully installed SlimStat.

To get started, you need to include SlimStat in your site’s 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’ll 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( '/home/wwwroot/greatec.com.cn/Public/slimstat/stats_include.php' );
?>

Don’t use both examples, because then each hit will be counted twice.