Giter Club home page Giter Club logo

visitors's Introduction

Visitors

a small visitor counter for websites.

although the system is published this readme isn't perfect.

1. Installation/Initialization

  • to install/initialize the system you easily put all the files to one folder on your webserver reachable by everyone.
  • next you open the file "dbconnect.inc" and fill in your data.
  • then you open the file "vconfig.inc" and set there your configuration. check that the $save value is set to "false"! See the next section for more information about the configuration.
  • next you execute "index.php?site=init" from your browser. e. g. if your folder is in /visitors/ you can reach it with "http://.../visitors/index.php?site=init".
  • if everything is done you should save your system: set the $save value in "vconfig.inc" to "true". now nobody can re-initialize and destroy your system.

2. Configuration

this section isn't ready yet :-(

3. Usage

this section isn't ready yet :-(

you should take a look at "visit.php". it is a sample file that shows how you can implement it.

4. Remove

Easily delete the files you inserted into the folder during the first initialization step. then you can (you needn't) delete the mysql-tables. i don't want to write an uninstallation script.

5. Bugs

There are no bugs known yet. Ok, there are no testers yet, so ...

Please report any bugs you see.

6. Future

There are no concrete features planned. i want to make a help menu in the view to increase the user-friendliness. the initialization progress may change (set up more users, create a small user-mysql-table, create a user-system, ...).

visitors's People

Watchers

 avatar  avatar

visitors's Issues

including index.php?site=count does not work.

bug

including the code of index.php?site=count via include "./index.php?site=count"; throws a few errors.

fix

create new file count.inc with function to count (containing the code of the ?site=count section).


it will be fixed in the next version. I promise!

Bug in timestats

there is a bug in the "index.php"-file. it is in the timestatimage section. i don't know why but it multiplies the total-value with 5. code starts at line 14. does anyone see anything i can't see? please help me. i think it is the $total variable. it gets the correct value, but in the end the summary isn't correct.

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.