resaller89 Posted May 3, 2014 Share Posted May 3, 2014 when i open admin cp showing this error m not using any VPN Your current IP address does not match the one in our records Your current IP address does Link to comment Share on other sites More sharing options...
0 -Cookie- Posted May 4, 2014 Share Posted May 4, 2014 Have you tried this1. login to your server via ftp/ file manager and find the file initdata.php2. edit the file and look for define('IPB_ACP_IP_MATCH',1);3. replace define('IPB_ACP_IP_MATCH',1); with define('IPB_ACP_IP_MATCH',0); 1 Link to comment Share on other sites More sharing options...
0 Lock Down Posted May 3, 2014 Share Posted May 3, 2014 Use phpmyadmin to check the admin_login_logs table and your member table and see what the differences are in the ip_address for your member.. Some internet providers change your ip regularly.. Also did you start using cloudfare on your website? If they are different you can check your current ip at whatsmyip.com .. Link to comment Share on other sites More sharing options...
0 resaller89 Posted May 3, 2014 Author Share Posted May 3, 2014 yes i am using cloudfare how can slove this prB? Link to comment Share on other sites More sharing options...
0 Lock Down Posted May 4, 2014 Share Posted May 4, 2014 CloudFlare Support How do I restore original visitor IP with IPB (Invision Power Board)? To enable correct IP matching when running an Invision Power Board3 installation through CloudFlare, follow these directions: 1. Log into your IPB installation's ACP. 2. Go to System Settings. 3. Click Security and Privacy. 4. Scroll down to Security [General - High]. 5. Find the setting "Enable X_FORWARDED_FOR IP matching?" and select Yes. 6. Scroll down to the bottom of the page and click Update Settings. Link to comment Share on other sites More sharing options...
0 resaller89 Posted May 4, 2014 Author Share Posted May 4, 2014 i do but same prb Link to comment Share on other sites More sharing options...
0 Lock Down Posted May 4, 2014 Share Posted May 4, 2014 That means your host has fixed his server. Add this code after <?php in the conf_global.php file by using ftp to edit it.. if (isset($_SERVER["HTTP_CF_CONNECTING_IP"])) { $_SERVER['REMOTE_ADDR'] = $_SERVER["HTTP_CF_CONNECTING_IP"]; $_SERVER['HTTP_X_FORWARDED_FOR'] = $_SERVER["HTTP_CF_CONNECTING_IP"]; } Link to comment Share on other sites More sharing options...
0 Verified Posted May 6, 2014 Share Posted May 6, 2014 The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
resaller89
when i open admin cp
showing this error
m not using any VPN
Your current IP address does not match the one in our records
Your current IP address does
Link to comment
Share on other sites
7 answers to this question
Recommended Posts