<!DOCTYPE html><?php if(file_get_contents("solved.txt")=="" && $_GET['n']!="reset"){echo'<meta http-equiv="refresh" content="0.05">';} ?><html lang="en"><title>Test</title><meta name="viewport" content="width=device-width, initial-scale=1.5"><style>html{font-family:corbel; background:#ec9;}span,body,p,input,h1,h2,h3{padding:0.3em;margin-left:1em;color:#930;background:#dfe;}</style>
<?php
if($_GET['n']==""){exit('<b>?n=name</b></html>');}
if(
$_GET['n']=="reset"){unlink('solved.txt');unlink('iteration.txt');exit('<b>Ready</b></html>');}
if(
$_GET['n']=='0.php'){$code file('wd.txt')[4];}else{$code $_GET['n'];}
echo 
microtime(false);echo '<br>';

$a file_get_contents('iteration.txt');
for(
$i=($a+1);$i<($a+10000000);$i++){
if(
$code==crc32(base_convert($i,10,36))){echo $i.'-'.microtime(false); file_put_contents('solved.txt',$i); break;}}

//for($z=10;$z<236;$z++){for($y=1;$y<256;$y++){$try = chr($z);$try.=chr($y);if($code==crc32($z.$y)){echo $z.' '.$y.'-'.microtime(false); file_put_contents('solved.txt',$try); break 2;}else{echo $try;}}}

$b file_get_contents('solved.txt');
if(
$b==""){file_put_contents('iteration.txt',$i);}

echo 
'<br>'.microtime(false);
echo 
'<h1>'.number_format($a).'</h1><h1>'.base_convert($i,10,36).'</h1>'
?>