hm also wenn dir die zeit zum ausführen des crons nicht reicht
sollte dir das helfen
so sind aber nur die ip's aus DE AT und CH in der liste:

suche
PHP-Code:
 $anfuegen db_query("INSERT INTO laendercode (IP_FROM, IP_TO, CC2, CC3, land) values ('$werte_array[0]','$werte_array[1]','$werte_array[2]','$werte_array[3]','$werte_array[4]')"); 
ersetze mit

PHP-Code:
if ($werte_array[2] == 'DE' OR $werte_array[2] == 'AT' OR $werte_array[2] == 'CH'){
      
$anfuegen db_query("INSERT INTO laendercode (IP_FROM, IP_TO, CC2, CC3, land) values ('$werte_array[0]','$werte_array[1]','$werte_array[2]','$werte_array[3]','$werte_array[4]')");


MFg Lokutos