Demo (Will be up soon...) http://site.habbx-hotel.org/vote
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
#################################
#################################
###thejacobpollack@gmail.com#####
###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: http://site.habbx-hotel.org/vote/
Cheers....
Edit: All sorted :)

