Votes are based on IP; if your IP changes, it'll assume you haven't voted. Although if you're using the latest API, it should set a cookie, therefore you should only be asked once to vote per day.
If you were banned, you wouldn't be asked to vote.
Yeah , that might be it?Did you just start using CloudFlare?
Yeah , that might be it?
if (isset($_SERVER['HTTP_CF_CONNECTING_IP'])) { $_SERVER['REMOTE_ADDR'] = $_SERVER['HTTP_CF_CONNECTING_IP']; }
So you are under a proxy..
Use this on TheHabbos API config.php file:
PHP:if (isset($_SERVER['HTTP_CF_CONNECTING_IP'])) { $_SERVER['REMOTE_ADDR'] = $_SERVER['HTTP_CF_CONNECTING_IP']; }
Put it right at the top, under the PHP tags. (Ps, stop advertising on my Hotel !)
if (isset($_SERVER['HTTP_CF_CONNECTING_IP'])) { $_SERVER['REMOTE_ADDR'] = $_SERVER['HTTP_CF_CONNECTING_IP']; }
if(!defined('IN_THEHABBOS_API')) {
Just put that in and it directs me straight to the client
Code:if (isset($_SERVER['HTTP_CF_CONNECTING_IP'])) { $_SERVER['REMOTE_ADDR'] = $_SERVER['HTTP_CF_CONNECTING_IP']; } if(!defined('IN_THEHABBOS_API')) {
You must be registered for see linksis right, test voting on your VPS, or something.