IPv6 Logger 1.1

Readme English


What is IPv6 Logger?

IPv6 Logger is a special counter script written in PHP, that allows you to count the number of IPv4 and IPv6 accesses to your
website, and displays the results as a bar chart.
IPv6 Logger gives you an overview, how many visitors access your pages via IPv6.
The script use cookies to count only unique visitors, cookie lifetime can be changed to any value you need.

IPv6 Logger can easily be combined with existing counters.

System requirements

  PHP

Installation

  Simply extract the downloaded zip file and upload all files into a folder on your server.
  CHMOD the files ipv4data.txt and ipv6data.txt in the data folder to 777.
  No configuration required.

Adding the counter to your web pages

There are several ways to include the counter to your web pages.
Add the desired code inside the <body></body> tags of any page you wish to include the counter on:

<?php
include("path_to_counter_file/ipv6logger.php");
?>

  For pure HTML pages you can use this code:

<iframe src="path_to_counter_file/ipv6logger.php" width="1" height="1" frameborder="0">
</iframe>

  Using Javascript:

<script src="path_to_counter_file/ipv6logger.php"></script>

Show the results

To show the results, simply open admin.php in your browser.

How to change the language

To change the language of the admin panel, open the admin.php file in a plain text editor (like notepad) and change
the language settings:

  en = English
  de = German

Cookie settings

To change the session cookie lifetime, open the ipv6logger.php file in a plain text editor (like notepad) and change the
$cookielifetime value (in seconds). The default value is 1800 = 30 minutes.

Robots

Visits from search engine robots are also counted by IPv6 Logger, so the results can differ from other installed counters.


License

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

It is not allowed to change or remove the copyrights or links to
technikblog.gerhard-kerner.at.

You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/.


© technikblog.gerhard-kerner.at  v1.1  12.9.2012