
02-12-2009, 10:32 AM
|
 |
|
|
Join Date: Oct 2008
Location: Macedonia
Posts: 200
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
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); }
|
Good, but I installed the entire members becoming Administrator shit :@ my usergroup id 4 is Administrator .. Having lost the posts etc.
|