Jump to content


Welcome to IPS!

Feel free to browse our community to get a feel for how our community software operates. Post in the pre-sales forum with any questions you have before purchasing or use the Test Posting forum to post a few messages yourself! You can also get a free demo to try the IPS Community Suite yourself.

Already an active IPS client?

Login with the same email address and password you use for the client area to access client-only areas.

RobertMidd

Member Since 09 Apr 2003
Offline Last Active Yesterday, 10:57 AM
*****

Posts I've Made

In Topic: GeoIP

02 May 2011 - 07:21 AM

You might be able to put this into the index.php by using an if statement.

if (ipsRegistry::$request['section'] == 'register'){
   $ip=$_SERVER['REMOTE_ADDR'];
   $country = geoip_country_code_by_name($ip);
   if ($country!="GB"){
      header('Location: http://www.link to an error page');
      exit;
   }
}

In Topic: Will my plan for learning IP Board work?

30 April 2011 - 04:43 AM

To see what is converted then go to http://www.invisionp...ite/convert.php

In Topic: Database question

12 March 2011 - 10:34 PM

I would not rely on the IP.Converge/WP plugin as it is simply not maintained (not an IPS plugin) and unlikely to work with the latest version of WP. I never really got it to work as I wanted in the first place, so I gave up on it.