SourceForge.net LogoGraphist: 2D Graphing via PHP

Graphist 2D graphing via PHP 2D graph image line graph bar chart use sample GPL install download free

Graphist Installation

System Requirements

  1. PHP version 4.3.0 or higher
  2. PHP's GD library must be enabled

You can run Graphist without the ds parameter to have it tell you the environment it's in. That can be compared to the requirements, above.

Download

The archive contains the following components:

  1. graphist.php
  2. copy of the GNU public license (GPL)
  3. a readme file that includes some of what you found here

download

Installation

  1. Unzip the archive.
  2. Read the license.
  3. Place graphist.php on a web server where your pages can reference it.

If you decide to comply with the GPL, Graphist is ready to use.

Settings

These items are behavioral characteristics to be set in the source at time of installation.

Behavior Key Description Default
allow hot linking _AHL

code:
- n: no
- y: yes

n
 

The method used is not fool proof but will disallow requests from outside the domain in which Graphist is installed when that determination can be made. If this is set to y Graphist will respond to all requestors. Otherwise, if a link from outside your domain is detected, return code 404 is returned to the caller.

By design, this setting cannot be changed via input parameters. To override the default, change the value of _AHL in the $SETTINGS array.

Clear enough? If not, please let us know via .

last update: 17-Jun-2007 10:58 AM