Could this be made to be able to turn on or off in the admin cp?
Quote:
Originally posted by Zazz
Did it, if you want range support open root/member.php and
replace
PHP Code:
if (($user[ipaddress]!="") && ($ipaddress!=$user[ipaddress])) {
with
PHP Code:
$iplocker=strstr(" ".$ipaddress," ".$user[ipaddress]);
if (($user[ipaddress]!="") && ($iplocker!=" ".$ipaddress)) {
|