RevCMS Problems

Status
Not open for further replies.

Nevada

Member
Oct 16, 2011
63
3
Hey all,
I'm currently running RevCMS with the Habbo template and i'm using Cloudflare. I've added the following line of code to the client file aswell as the voting api as i'm told it's necessary if running cloudflare:
PHP:
if (isset($_SERVER['HTTP_CF_CONNECTING_IP']))
{
$_SERVER['REMOTE_ADDR'] = $_SERVER['HTTP_CF_CONNECTING_IP'];
}

However, some users to my hotel are getting the following errors:
  • Unable to login error stating that their username is incorrect even though it is listed in the users table
  • 404 error - particularly with google chrome although i'm using google chrome and it works for me
  • 405 - HTTP verb used to access this page is not allowed.
  • Blank page for client
  • Registration not working correctly for minority, do I need to enter the above code into registration too?
If anyone knows how to fix any of the issues above I would be greatly appreciative,
Thanks!
 

brsy

nah mang
May 12, 2011
1,530
272
I'm using IIS, where can I find the cloudflare module?
Just ignore what Nevada said. He has no idea what he is saying, because I use CloudFlare and IIS. The only module's that I have on IIS is the PHP module and the URL Rewrite module.
 
Status
Not open for further replies.

Users who are viewing this thread

Top