Forces all anonymous users to login except the user connects from special ip ranges or a specific IP4 address.
Edit allowed_ip_ranges.php and add a new line:
$allowed_ip_ranges[]="STARTIP, STOP_IP";
exmple:
$allowed_ip_ranges[]="192.168.100.0, 192.168.100.255";
Edit allowed_ip_ranges.php and add a new line:
$allowed_ip_ranges[]="IP_ADDRESS";
exmple:
$allowed_ip_ranges[]="192.168.100.44";
Requires: 2.9 or higher
Compatible up to: 2.9.2
Last Updated: 2009-12-30
Downloads: 1,054
Got something to say? Need help?