function get_key_from_mailru ($keys) { $end=0; $sf=0; while(!$end) { $html=file_get_contents("http://stat.go.mail.ru/stats?&q=".urlencode($keys)."&sf=$sf"); $htm=explode("",$html); for ($i=1;$i',$htm[$i]); $tmp=explode('',$tmp[1]); $key=$tmp[0]; $tmp=explode('',$htm[$i]); $tmp=explode('',$tmp[1]); $out[$key]=$tmp[0]; } if (!eregi("алее",$html)) {$end=1;} $sf=$sf+50; } return $out; }