Stepsfollow (c) 2001 by www.screenheads.de
Author: Oliver Strasser email: webmaster@screenheads.de

-What is Stepsfollow?
Stepsfollow an graphical statscript for websites.
You see how your visitors move through your website.
And you get a lot of stats.  


-How works Stepsfollow? 
Each visitor makes fingerprints. This datas will be recordet via JavaScript and send to Stepsfollow. Datas will be stored in a MySQL Database. 

Following Datas will be recordet:
date/ time, IP-number, browser/operating system, country, referrer, screenresolution and colordepht. 

You get stats of:
Visitors and hits per hour, day, month and summary 
Visited Pages, referrer, enterpages and exitpages by traffic. 

Additional Features
Movings of your visitors, Spent time per page. 
ordering by pages and hostname 
Open the reffering pages in an additional window 
Deleting datas 

-Witch kind of files can i use?
You can install the code to each file includin a </body> tag (html, htm, php, phtml...).


-What do i need for Installation? 
PHP must be installed at your server. 
You need acces to a MySQL Database. 
You need a FTP-programm for uploading your webpages  
  


_____________________INSTALLATION___________________________________

-Copy files to the server 
Unzip the files into an empty local folder. 
Make the changes in stepfollowconfig.php  
Copy all files with the extension ".php" and the pictures to an empty new folder at your server. 


-Code einbauen 
The code must be inserted between the body-tags!!!!
 
<!--begin stepsfollow --> 
<script language='JavaScript'>
<!-- 
var ref;
var screenwidth; 
var screenheight; 
var color;
ref = document.referrer; 
screenwidth=screen.width;
screenheight=screen.height; 
color=screen.colorDepth; 
document.writeln('<img src="path/stepsfollow.php?color=' + color + '&screenwidth=' + screenwidth + '&screenheight=' + screen.height + '&ref=' + ref + '&url=pagename" width=1 height=1>' );
//-->
< /script> 

path means the path to the scripts (i.e.: http://www.mydomain/scripts/stats/  ) and pagename means the filename of each webpage.
You can uninstall the code too. 

 
-create tables 
use create_tables.sql 
 
-open your stats
open stepfollowstat2.php with your browser
 
Have fun with Stepsfollow from
www.screenheads.de
If you have any problems or questions please email me.
webmaster@screenheads.de
 

______________VERY IMPORTANT NOTE !!!!!____________________________________________
With the application Stepsfollowinstaller you can insert the code to unlimited numbers of webpages automatic by
pressing a button!! You save time and work. You too can uninstall the code. The tables and configfile will be created automatic
The programm is in english and german language.
You can get it for 5 euro at www.screenheads.de

See more informations at install_stepfollow_eng.htm

If you are interested please email to:
webmaster@screenheads.de






