Advanced Poll v2.0.9 (PHP/MySQL)
Copyright (c) Chi Kien Uong
URL: http://www.proxy2.de

Requirements:

  - MySQL 5 or higher
  - PHP 5 or higher

Installation:

1. Open the configuration file 'config.inc.php' with a text editor
   and set up your database settings.

   $POLLDB["dbName"] = "YourDBName";
   $POLLDB["host"]   = "localhost";
   $POLLDB["user"]   = "YourUsername";
   $POLLDB["pass"]   = "YourPassword";

2. Call the install script from your browser -> http://www.yourURL.com/poll/install.php

