Quote:
Originally Posted by Jafo232
If you want to do that you could treat the valid country codes section as an EXCLUDE list, then just change this line in whois.php:
Code:
if (!in_array($country, $valid_countries)) { $userdata->set('usergroupid', 4); }
To this:
Code:
if (in_array($country, $valid_countries)) { $userdata->set('usergroupid', 4); }
|
Thanks. I have a serious problem with china's spammers. It's easier type only the exclude countries than type all valid countries, no?
Thanks again and waiting for the first