Giter VIP home page Giter VIP logo

chilistats's Introduction

ChiliStats(Revived)

ChiliStats(Revived)

--------------------------------------------------------
ChiliStats(Revived) is based on the original code from Adam Pawlita (https://pawlita.de)
Currently maintained by KuJoe (https://github.com/KuJoe/ChiliStats/)
--------------------------------------------------------
Original Copyright Notice:

The script is protected by copyright law. All rights and
copyrights are held by the author: Adam Pawlita
This script may be freely used and redistributed so long
the stated copyright notices in all parts of the script before-
hands remain. For correct operation, or damage caused by
the operation of this script is made only if the author has no
Warranty. Commissioning is carried out in each case
at their own risk of the operator.
-------------------------------------------------------

ChiliStats is a basic, easy to use analytics script for tracking basic stats about your website visitors.
This version has been rewritten to work with PHP 8.x and give it some added features and a facelift.

Demo

https://chilistats.kujoe.net/

Username/Password: admin/admin

Installation

  1. Unpack the "chilistats.zip" archive.

  2. Open the file "chilistats/config.php" with a text editor and set the settings.
    !! The database settings MUST be set !!

  3. Upload the complete "chilistats" folder via FTP to your web server.

  4. Call the "install.php" in your web browser. e.g. https://example.com/chilistats/install.php
    All points must be positive (green).

  5. The following code must be included on each page:

<script type="text/javascript">
	document.write('<img src="chilistats/counter.php?ref=' + escape(document.referrer) + '" border="0">')
</script>
<noscript><img src="chilistats/counter.php" border="0"></noscript>
  1. Finished.

chilistats's People

Contributors

kujoe avatar

Stargazers

Phuntsho Gayenden avatar

Watchers

 avatar

chilistats's Issues

Add versions to releases.

Create some sort of version system to keep track of releases and let users know of newer releases (or at least a method of checking if they have the latest release).

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.