- Joined
- Aug 19, 2010
- Messages
- 36
- Reaction score
- 4
This is a vote reward script, credits to TheJacob...
After someone votes, they receive a vPoint(s) which they can redeem for coins.
Steps:
1 ) Extract the folder to your hotel directory, must be yourhotel.com/vote
2 ) Change inc>>inc.config.php to the correct information
2) Add <?php include "vote/vote.php"; ?> somewhere in the me.php page, preferably under a div container
Note: If you use v26-v35, change the line that says:
Download:
After someone votes, they receive a vPoint(s) which they can redeem for coins.
Steps:
1 ) Extract the folder to your hotel directory, must be yourhotel.com/vote
2 ) Change inc>>inc.config.php to the correct information
2) Add <?php include "vote/vote.php"; ?> somewhere in the me.php page, preferably under a div container
Note: If you use v26-v35, change the line that says:
PHP:
$account_column = "username"; //MySQL account column name
to
$account_column = "name"; //MySQL account column name
Download:
To view the content, you need to sign in or register
More Information:
The script is v2.0 (the first one I released on here didn't work because UberCMS and DemonVOTE used the same variables and sessions etc). The copy he's released is a working copy, edited and 100% functional. I personally use it on my hotel as well, seeing as, I made it, and it's very useful for gaining vote.
If you have questions or problems etc, let me know on MSN: [email protected].
Last edited:

