Watu Ajax Poll 1.0

 

What's This?

Watu Ajax Poll is simple PHP/MySQL and Ajax based software for creating polls on your site.

Contents

 

Requirements

The script needs only web host with PHP 5 or newer and MySQL 5.0 or newer database.

 

Installation

The installation of Watu Poll is very simple and requires only few steps.

1. Create a MySQL database for use of Watu Poll. The software can also share the same database with other applications you may have on the host
2. Open the file inc/mysq_wrapper.php and edit your database connection details. You will see the following lines:
$this->Server ="Database host goes here"; (Usually it's "localhost")
$this->DB = "watu"; (Change "watu" to whatever name you have given to your database)
$this->User = "root"; (Put DB username)
$this->Password = ""; (And the password goes also in the quotes)
3. Upload the files on your web host (preferably in a folder).
4. Visit install.php with your browser, fill the form and submit it. Make sure the URL of the installation is correct.
That's all.

To use the script as administrator, visit index.php.

It's highly recommended to delete install.php from the server after you are done.

Changing the design
You can modify all files from folder 'views' with any WYSIWYG or ordinary web editor and change main.css for the style sheets.

 

Using Watu Poll

Login in the administration and create your polls. Once poll is created, you will be able to view it and vote on it from the administration. To use the poll in your sites, simply get the codes given to you whe you click on "Embed" link.

 

License

This is freeware. You can do everything with it.

A Product of Calendar Scripts