| 1 |
Overview
|
| 2 |
--------
|
| 3 |
|
| 4 |
Enables your users to place a bet on virtually anything; you decide
|
| 5 |
which bets you offer. After the outcome of the bet offer is published,
|
| 6 |
the module automatically calculates the amount of points each user
|
| 7 |
gets.
|
| 8 |
|
| 9 |
The module is compatible with Drupal 6.x
|
| 10 |
|
| 11 |
|
| 12 |
Features
|
| 13 |
--------
|
| 14 |
|
| 15 |
* Node based, integrates well with Drupal
|
| 16 |
A bet is constructed as a node, so you can use all node-related
|
| 17 |
goodies such as comments, URL path setting, authoring information,
|
| 18 |
revisions, or taxonomy.
|
| 19 |
|
| 20 |
* Secure code
|
| 21 |
The module is carefully designed to avoid possible XSS attacks
|
| 22 |
or SQL injections.
|
| 23 |
|
| 24 |
* Fully themeable
|
| 25 |
The looks of bets will fit into your website theme without
|
| 26 |
further tweaking.
|
| 27 |
|
| 28 |
* True cross database support
|
| 29 |
Every SQL statement conforms to the Core SQL-99 standard.
|
| 30 |
Therefore, this module is compatible with every database
|
| 31 |
that supports that standard, including (but not limited to)
|
| 32 |
MySQL and PostgreSQL.
|
| 33 |
|
| 34 |
|
| 35 |
Author
|
| 36 |
------
|
| 37 |
|
| 38 |
Tobias Quathamer <t.quathamer@gmx.net>
|