Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 2500 bytes) in C:\AppServ\www\top100.php on line 24
max_execution_time = 30 ; Maximum execution time of each script, in secondsmax_input_time = 60 ; Maximum amount of time each script may spend parsing request datamemory_limit = 128M ; Maximum amount of memory a script may consume (128MB)
<? $file_array = file("c:\pvp\save\spherechars.scp"); if(!$file_array) { echo("Ошибка открытия файла"); } else { for($i=0; $i < count($file_array); $i++) { if(strncmp($file_array[$i],"NAME=",4)==0) printf("%s<br>", substr($file_array[$i],5)); } }?>