Here a quick tutorials on Server Stats.
But this At the top of your page:
Then When you want to show the ip:PHP Code:<?php
$ip = $_SERVER['REMOTE_ADDR'];
$browser = $_SERVER['HTTP_USER_AGENT'];
?>
It will Show:PHP Code:<?php echo $ip ?>
Lastly the Browser Stats:PHP Code:485.4634.556.335
It will Show:PHP Code:<?php echo $browser ?>
sk1tL1LPHP Code:Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6


LinkBack URL
About LinkBacks
Reply With Quote


