Welcome to Visitors Web Stats Premium

homepage | version history | gd support notes | download

Visitors Premium is now Open Source!

 

Visitors Premium Typical Install Guide

For more information about this software, please see the visitors homepage.

This intructions are equally valid for new Installations or Upgrades.

Before starting this install, we recommend that you make a backup of your existing web site.

If you need more help, further details or alternative options, try also looking at the "Detailed Install" Guide.

 

  1. Copy all the files to your web site

 

  1. Make the link to Admin

Add a new line to catalog/admin/includes/boxes/reports.php:

Find:
'<a href="' . tep_href_link(FILENAME_STATS_CUSTOMERS, '',
'NONSSL') . '" class="menuBoxContentLink">' . BOX_REPORTS_ORDERS_TOTAL . '</a>');

Change to:
'<a href="' . tep_href_link(FILENAME_STATS_CUSTOMERS, '',
'NONSSL') . '" class="menuBoxContentLink">' . BOX_REPORTS_ORDERS_TOTAL . '</a><br>' .
'<a href="' . tep_href_link('visitors.php', '', 'NONSSL') . '" class="menuBoxContentLink">Visitors</a>');

 

 

  1. Make the link to Catalog

Add this line to the very end of catalog/includes/footer.php after the final ?> or after any other HTML you have placed there:

<!-- Visitors Start -->
<?php require(DIR_WS_INCLUDES . 'visitors_count.php'); ?>
<!-- Visitors End -->
<!-- Visitors Web Stats is copyright: Flawless Net, http://www.flawlessnet.com -->

We ask that you do not remove our copyright notice from the above code in return for this free software. Nothing will show on your website and there are no hidden or embedded links in any of our code.

 

  1. Auto-install (or auto-upgrade) your MySQL files

 

  1. Test it works

Flawless Net : Contact Us