1. Edit the file: stats-config.php

2. Upload the files into your iRedirector folder.

3. Run install.php

4. Delete the install.php from your server.

5. Use the admin interface to edit the member_loggedin.tpl template.
   
   Find:
   $lang_account_used_times</p>

   Add below:
   <p><a href="stats.php?account=$account&domain=$domain">Click here for detailed stats</a></p>

6. Download your redir.php, edit it, find:
   	$sql =  "UPDATE $redir_tbl SET views=views+1,lastuse='$lastuse' WHERE id='$id'";
   	$result = $s24_sql->query($sql);

   Add below:
   include(directory . "log.php");

7. It might be a good idea to "Reset Hit Counter" (admin.php).
   Since the detailed stats have not been integrated into the admin.php yet,
   have a look at the admin_stats.php.


Do not hesitate to contact support@scripts24.com if you have any questions.
