Vote Reward Script

Status
Not open for further replies.

xcv

Newbie Spellweaver
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:
PHP:
$account_column = "username"; //MySQL account column name
to
$account_column = "name"; //MySQL account column name


Download:





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:
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].
 
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].

Alright, thank you for clearing the purpose up. He could atleast stated that in his thread.
 
Alright, thank you for clearing the purpose up. He could atleast stated that in his thread.

It's alright. He added it in below in his thread to clear up any issues. Also he purchased that from me, so what he is releasing is legit, as well it was not free. So you should thank him for paying for something and releasing it (not being sarcastic).
 
It's alright. He added it in below in his thread to clear up any issues. Also he purchased that from me, so what he is releasing is legit, as well it was not free. So you should thank him for paying for something and releasing it (not being sarcastic).

Wow, You made him pay for this?
That's a tad... jew?

Anyway, Nice release.
 
It's my money, his script. You shouldn't worry about any of that :l

I can worry about whatever I want to worry about, ha.

But I'm not worried at all, I'm just stating a fact.
It's up to you to use your money on that ****..

But just remember, Everyone is entitled to their opinions ;)
 
I can worry about whatever I want to worry about, ha.

But I'm not worried at all, I'm just stating a fact.
It's up to you to use your money on that ****..

But just remember, Everyone is entitled to their opinions ;)


Just saying, :tongue:
 
Yes, and I respect you for that.

I'm 'just saying' that you should use your money more wisely... Unless you're made of it, then that's a different story :thumbup:


I have ENOUGH money to get anything useful... but thanks for the tip though :rolleyes:
 
Can someone post screenies or a demo?
Thanks.

Demo (Will be up soon...)

I'll let you know when its 100% ready :P

---------- Post added at 03:40 PM ---------- Previous post was at 03:19 PM ----------

I can't get this working..a

I've uploaded the folder to my webhost, added the SQL to my db.
Yet... I get this stupid 404 Not Found ?

This is my config: (I changed ip, user & pass)

<?php

#################################
#################################
###[email protected]#####
###Copyright (c) Jacob Pollack###
#################################
#################################

##Configuration##
$website_name = "Habbx"; //Website Name (short)

$vote_url = "http://thehabbos.org/topsites/index.php?a=in&u=HabbxR54"; //Vote URL
$vote_point = "1"; //Vote point increment amount


$credits_reward = 1000; //Credits reward amount
$credits_cost = 1; //Credits vPoint cost amount
$credits_desc = "Credits that can be used throughout the hotel catalog!"; //Credits description

$mysql_ip = "ip"; //MySQL IP
$mysql_username = "user"; //MySQL username
$mysql_password = "pass"; //MySQL password
$mysql_database_name = "r54"; //MySQL database name
$account_table = "users"; //MySQL account database name
$account_column = "username"; //MySQL account column name

?>

Link to vote script:

Cheers....


Edit: All sorted :)
 
Last edited:
Okay, I got that working... But now when I enter say... "Jay" as the account name, it says the account Jay cannot be found.

But I have already registered on the hotel ?!?
 
The URL must be:
yourhotel.com/vote/vote2.php

No it's yourhotel.com/vote/vote.php

Okay, I got that working... But now when I enter say... "Jay" as the account name, it says the account Jay cannot be found.

But I have already registered on the hotel ?!?

The you didn't edit the column names correctly. Try filling out the CONFIGURATION file correctly and it'll work.
 
Status
Not open for further replies.
Back