Skip to content
This repository has been archived by the owner on May 10, 2020. It is now read-only.

KungfuPancake/MX5ForumPolls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archived for reference - the forum does not exist anymore

MX5 forum poll chart maker

Installation

  1. Install dependencies with "composer install".
  2. You'll need php-gd, php-mysql, php-xml.
  3. Copy config/config.yml.dist to config/config.yml and insert username/password values. Retrieve the correct forum ID and change that value too.
  4. Create a database. Try "create database mx5 default charset utf8;"
  5. Insert schema into database. E.g. "mysql -u mx5 -p mx5 < mx5.sql"

Ensure proper operation by calling "php parsevotes.php" and add a cron job if everything works as expected.

About

Create charts for mx5.de forum polls

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published