|
so i really can`t allow that class ip ? so i dont have anymore problems with the google bots ?
i just need to know if i can or not ... because if i can`t i will just add all that ips manually but is kinda crazy because all time that ips from class is change ...
example:
$allowed_ips = array(
'66.249.231.423', //Google
'66.249.49.42', //Google
);
its working ... but ...
i try to add the code like this
$allowed_ips = array(
'66.249.', //Google
);
and its not working ... any idea ?
Last edited by ZoC; 03-23-2010 at 01:11 PM..
|