
PC IP Logger Documentation
PC IP Logger Documentation
*
Description
*
Features
*
Installation
*
Configuration
*
Uploading
*
Running
*
Description
IP Logger does just that, it finds and records the IP address of every surfer to hit a webpage.
Features
Silent logging of IP addresses.
Administration section for clearing all IPs or removing a certain IP from the database.
Installation
Configuration
- The config.pl file contains several variables that will need editing before the script will run on your server.
Here you can set the type of database you will be using. This can either be "Text" or "MySQL"
- $dbfile = "/home/user/html/iplogger/ips.txt";
This file will be used for the storage of IP log information.
- $tmpldir = "/home/user/html/iplogger/templates";
Enter the directory here that will contain your template files.
MySQL Datbase server host.
MySQL Username.
MySQL Password.
MySQL Database Name.
Uploading
Create a directory for the script on your server, which must have CGI access.
Upload all files in ASCII mode.
CHMOD .CGI files to 755.
CHMOD the ips.txt file to 666.
Running
The script must be included as an SSI call. To do that use the following code.
<!--#exec cgi="iplog.cgi"-->
or
<!--#exec cgi="/full/url/iplog.cgi"-->
Once the script is up and running you can view the logs by using the viewips.cgi script file in the admin directory. If you wish to keep this data private you will have to protect the directory with a .htaccess file.
 |
Proud suppliers of perl cgi and php applications created from the webmasters point of view. PerlCoders supplies top quality CGI scripts at membership warehouse prices every day. This is the only webmaster resource you need to build traffic and add interactive content to any website.
Need custom programming or website development? We do it all. Just use our contact form and let us know what you need.
|
|
Perlcoders.com - Copyright © 2003 by PerlCoders Group
Privacy policy
Licensing policy
Site Usage Terms
|
|
|
 |
|
|
 |
 |
Right now get access at a special rate of only $160 which includes more than 156 of our top quality CGI scripts and get deep discounts on many others. You also get full access to our members area which is slam packed with webmaster goodies.
· Read more...

|
|
|
|
|
|
|
 |
|
 |
|
|