7- Now you must insert the following code in each page of your site (apart from
the pages you don't want to be analyzed). If you're using Dreamweaver (or
any other software supporting templates), you can insert this code in your
template. In this case, use the code display and insert this code in a
non-editable zone:
<?php
include($DOCUMENT_ROOT.'/googlestats/admin/config.php');
include($DOCUMENT_ROOT.'/googlestats/googlestats.inc.php');
?>
Don't forget to replace the name of the 'admin' directory and the name of
the 'config.php' file in this code with those that you've chosen!
If you have renamed the 'admin' directory and the 'config.php' file, you
must modify the line 'include "admin/config.php";' located in the top of
all the files with the extension '.php' in the directories 'googlestats/'
and 'googlestats/admin/' (this procedure is manual for security reasons).