PhpDenora:Readme

From Denora Wiki

Jump to: navigation, search

Contents

[edit] Requirements

  • Denora 1.1.0 to 1.4.x, with MySQL support enabled
 http://denorastats.org/
  • A web server, obviously
  • PHP 4.3.2 or greater / PHP 5.0.0 or greater
  • PHP MySQL module
  • PHP GD module (optional, but highly recommended).


[edit] Recommended Denora Settings

CHANGE this to a higher value, such as 15 days (15d) to keep information or a longer time. Important: the servercache value must NOT be smaller than the usercache value!

  - usercache 15d;
  - servercache 30d;

CHANGE this to 1h

  - uptimefreq 1h;

ENABLE the following parameters by removing the '#' in front:

  - ctcpusers;
  - keepusers;
  - keepservers;

DISABLE the following parameter by adding a '#' in front:

  - #largenet;

[edit] Installation

  • Upload all files to your web server
  • Edit example.cfg.php and configure phpDenora accordignly
  • Rename example.cfg.php to phpdenora.cfg.php
  • Open your phpDenora URL in the web browser and follow instructions for completing setup
  • If you enabled graph caching, it is recommended that you add a command to your crontab to regurarly clean up the cache folder. For example:
 0 0 * * * rm /path/to/your/phpdenora/cache/directory/* >/dev/null 2>&1

[edit] Upgrade

When upgrading from phpDenora 1.0.x to 1.2.x you should consider the following things:

  • The old configuration file is still compatible, but you should look at Changes.conf for new configuration parameters. Or just start from scratch again using example.cfg.php, as you prefer :)
  • If you have an old language file that is not part of the phpDenora 1.2.x distribution, it will not work anymore. Please read docs/TRANSLATIONS for instructions on how to update your language file.
  • If you created your own theme, it will not work anymore. Please read docs/THEMES for instructions on how to upgrade your theme.
  • The "Classic XP" theme has been removed, so please remove it from your themes/ directory on your server and make sure it is not set as default theme.

[edit] Customization

  • To replace the phpDenora logo with your logo, just place your logo image into the themes/<theme-name>/img directory and edit the themes/<theme-name>/theme.php to specify file name, width and height for the network logo.
  • For further customization, please read the docs/THEMES file.

[edit] Known Issues

There are no real issues known (yet), but you might find an answer to common problems in the docs/FAQ file

[edit] Support

  • Please visit our project homepage for support on phpDenora: http://www.denorastats.org/
  • For further documentation, please refer to the docs/ directory
  • To report bugs or feature requests please visit the bug tracker: http://www.denorastats.org/mantis/
  • To contact the author send an email to hal9000@denorastats.org
Personal tools