Quate.net

Options

Grape Web Statistics

Grape is a free, open source program that allows web developers to keep accurate statistics of visitors. The program is currently in a beta testing phase, although it appears to be reasonably stable. Bugs may be reported through the Launchpad bug reporting system or at our forums, which we will address as fast as we can.


Online Demo

We have two live demos available:

These demos are limited in that they only display live web statistics, and not the admin interface that allows administrators to add statistics tracking extensions. You'll need to download and install Grape to play with all of its features.


Screenshot



Features

  • Completely free, as in open source. Licensed under the GPL.
  • Clean, sleek interface.
  • Accurately records unique and total website visits.
  • Statistics are fluid and can be accurately queried from anytime in the past. In other words Grape solves the web analytics hotel problem.
  • Extensions API for adding extra statistics or features based on the user's requirements.
  • PHP 4 and 5 intercompatible. Works with any operating system.

Download

You may download the latest version here:

Being alpha software, Grape may have bugs that went unseen during testing. Please check back here frequently, or post on our forums if you are having any problems.


System Requirements

On the server-end:

  • PHP 4.3 and higher.
  • MySQL 4 and higher is recommended.

It has been tested on Windows and Linux environments. In theory any OS should work.

On client-side, users need have Javascript enabled. This isn't a problem, usually, and will also prevent bots from interfering with the statistics.


Installing

See the documentation in the /docs/ directory, included in the download.


Upgrading

  • Upload everything except for the /includes/config.php file and the /extensions/extensions.php file.
  • If upgrading from a version earlier than 0.2-alpha-0.8.6.1 (alpha 3), follow these instructions:
  • Edit your config file on your server (/includes/config.php), find the $cms['location'] line, and add the following after it (on a separate line): $cms['theme'] = "default";
  • Upload the configurations file to your server.

Contribute

If you have any feedback or would like to contribute code to improve Grape, please drop by our forums.