Thehabbos API Errors?

Rye

Member
Mar 27, 2011
34
0
My API has suddenly decided to mess itself up for some reason? When I vote it will reload me back to the API and I even have tried to update the API to 1.0.3 it's still doing the same thing?
 

JoshuaLuke

Posting Freak
Jan 29, 2012
529
51
If you're using Cloudflare, add this to the top of your config file:

if (isset($_SERVER['HTTP_CF_CONNECTING_IP'])) { $_SERVER['REMOTE_ADDR'] = $_SERVER['HTTP_CF_CONNECTING_IP']; }

Under the <?PHP part:)
 

Users who are viewing this thread

Top