R Rye Member Mar 27, 2011 34 0 Apr 2, 2012 #1 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?
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 Apr 2, 2012 #2 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 Upvote 0 Downvote
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
R Rye Member Mar 27, 2011 34 0 Apr 2, 2012 Thread starter #3 Thanks so much buddy! MOD close thread. Upvote 0 Downvote