|
|
|
|
|
code install |
- start Stepsfollow-Installer.
|
- Choose the local folder including your websites
|
- Make a backup of all of your files
|
- Fill in the path to the scripts in the red field, i.e.: http://www.mydomain.com/scripte/statistik/
with ending slash.
|
- Press the button"install code".
|
|
|
|
- Now the code will be installed into each file including a </body>
- tag.
|
- Of course you can build in the code manually.
|
<!--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 and pagename means
the filename of each webpage.
You can uninstall the code too.
|
- Now copy all files to your server
|
- Press the button" create tables" to create the databasetables
and the config file "stepfollowconfig.php".
|
|