Просмотр файла readme.txt

Размер файла: 2.72Kb
Abax Hit Counter v1.00, Copyright 2001 By Nathan Dickman, visit http://www.nathandickman.com/ This script is free for commercial and non-commercial use as long as the following condition is adhered to. 

1. All copyright notices within the script must remain intact and not be modified in anyway.

Server requirements
-------------------

* PHP3 V3.x or higher
* Optional SSI capable web server


Setup
-----

*SSI Version (index.shtml)*

1. Change the index.shtml extension to suit your web server, e.g. .shtm if you are unsure just keep it as .shtml
2. Open the file abaxcount.php and configure the variables present at the top of the script.
3. Upload the index.shtml and abaxcount.php to the desired directory on the web server.
4. If you selected the image based counter, remember to create a directory for the images and upload the images.
5. Set file permissions of the directory with index.shtml in to 777 this allows the script to create the datafile.
6. Call the script in you web browser i.e. http://www.yourdomain.com/test/index.shtml
7. The page should now display a counter.

<!--#include virtual="abaxcount.php"-->

Use the above command to embed the counter into any of your web pages, this is all that is in the index.shtml file.


*PHP Only Version (index.php)*

1. Change the index.php file extension to suit your web server, e.g. .php3 if you are unsure just keep it as .php
2. Configure the variables present at the top of the script.
3. Upload the script index.php to your desired directory.
4. If you selected the image based counter, remember to create a directory for the images and upload the images.
5. Set file permissions of the directory with index.php in to 777 this allows the script to create the datafile.
6. Call the script in you web browser i.e. http://www.yourdomain.com/test/index.php
7. The page should now display a counter.


Common Problems
---------------

* Not creating a directory for the image files.
* Not uploading the counter images.
* Not placing a trailing slash on the image's directory in the config section of the script.
* Not using an incorrect file extension for the script file, making the web server unable to execute the script.
* Not giving the directory in which the script resides correct permissions to create the abaxdata.dat file.


Support
-------

For the most up-to-date version of the Abax Hit Counter, please consult the Web page at http://www.nathandickman.com/scripts/

Feel free to contact me with any comments, suggestions or bug fixes. If you encounter problems while trying to configure this script read the setup section completely, If you are still experiencing problems, do not hesitate to e-mail me. 


Thanks,
Nathan Dickman
[email protected]