Giter Site home page Giter Site logo

really-simple-traffic-logger's Introduction

ABOUT

Full information about this script and full usage instructions along with updated script versions are available at

https://journalxtra.com/web-development/php/really-simple-traffic-logger/

INSTRUCTIONS

Download and unzip the package.

The files will be unzipped into a directory called 'Really Simple Traffic Logger'. Change the directory name to just 'stats'. This directory contains the executable script called stl.php, a subdirectory called 'data' and a readme file.

Before unzipping the package on your server, please make sure there is not already a directory called 'stats'.

Next..

Decide whether you want the script to run for one set time period (Session Mode) or several time periods over an indefinite duration (Cycle Mode) then configure the CONFIGURABLE VARIABLES before calling the script into the web page/pages you wish to monitor. Use a php include to call the script into your pages, e.g

<?php include('stats/stl.php'); ?>

Adapt the path in the include so it matches the location of the counter relative to the page that calls it. For example, if you have the counter unzipped in the root directory of your server or domain name then stl.php will be installed in the directory called stats.

You would call this script from any page above the /stats directory by using the PHP include:

<?php include('stats/stl.php'); ?>

COUNTER STYLING

The counter may be displayed or not. See the configs below.

The default layout is as a table. The <table> ID is "simple_php_counter". The counter labels are encased in <span> tags with the class 'simple_php_counter'.

The counter may be styled with CSS or completely changed by other html components.

The table is toward the bottom of this page between the tags "START COUNTER DISPLAY" and "END COUNTER DISPLAY".

NEED HELP?

Visit me at JournalXtra.

This script's home is at https://journalxtra.com/web-development/php/really-simple-traffic-logger/

I will help as much as I can.

If you wish to, you may lighten the script by removing comments and everything between this line and "ABOUT" (above). The license must remain.

Regards,

Lee Hodson
http://journalxtra.com
http://vizred.com

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.