4 $fp = fopen("$adv.txt", "w+");
7 while( strpos($line, "File not found") == 0 ) {
8 $line = trim( implode(" ", file("http://irc.honemsetodouc.com/koucka/adventure/$adv/$pos.txt")) );
9 //$line = $str_replace("", "", $line);
10 fwrite($fp, $line."\r\n");
This page took 1.705036 seconds and 4 git commands to generate.