Hit counter PHP Scripts for any Html page with PHP Support

Mar 06, 2012, by admin

A extremely easy Web Page traffic Hit counter. This FREE counter can be used in any html page with PHP support. This is free and easy to install. This click counter is PHP supported and points to the number of hits, a exact webpage has received. Just copy the code and start tracking click counting / traffic in your html web page You can set any initial values to start with. Simple To Use.

  1. <?php
  2. include “header.php”;
  3. @session_start();
  4. $oout=$_GET[‘out’];
  5. if($oout==”signout”){
  6. session_unset();
  7. session_destroy();
  8. }
  9. ?>
  10. <td align=center>
  11. <br>
  12. <table width=70% height=250 align=center bgcolor=white>
  13. <tr><td style=”color: green; font-size: 13px;”>
  14. <ul type=circle><li>Hscripts.com is one of the most used free web resourse site online.</li>
  15. <li>This site started on 6.10.2004 and now has around 2,00,000 unique visitors every month.</li>
  16. <li>Free scripts will be available from the link: <a style=”color: #0A3FFF; text-decoration: none;” href=”http://hscripts.com/scripts/php“>
  17. http://hscripts.com/scripts/php</a></li>
  18. <li>Licensed scripts can be purchased from the link: <a style=”color: #0A3FFF; text-decoration: none;” href=”http://hscripts.com/scripts/php/licensed/index.php“>
  19. http://hscripts.com/scripts/php/licensed/index.php</a></li>
  20. <li>Hscripts.com is part of HIOX network of websites.</li>
  21. <li>HIOX network include sites as mentioned in the link: <a style=”color: #0A3FFF; text-decoration: none;” href=”http://hiox.com“>
  22. http://hiox.com</a></li>
  23. </ul>
  24. </td></tr></table>
  25. </td>
  26. <?php
  27. include “footer.php”;
  28. ?>