0 - 59.php

<?php if($_COOKIE['in']=='t'){}else{include(mt_rand(0,58).'.php');exit;} ?>
<!DOCTYPE html><html>
<?php
echo"<title>Search</title><style>i{color:#ff8}body{background:#000;font-family:corbel;color:#f88;margin:1.1em;font-size:24px;border-radius:8px}input{padding:0.4em;font-size:18px;}mark{background:#ff8}a{text-decoration:none;color:#f80}a:visited{color:#790}fieldset{border-radius:8px;border:2px solid #f88}input,button{background:#fba;border-radius:8px;border:2px solid #f88}</style><a href=\"index.php\">Go to the index</a> | <a href=\"global.php\">A full list of files</a> | <a href='search.php?q=.'>All posts</a><br>";

if(empty($_GET['q'])){exit('<body><fieldset>Type your search query:<br><form action=""><input name="q" placeholder="search"><br><input name="f" placeholder="File">
<button style="font-size:1.1em">Go</button></form></fieldset><p>Tap enter to search<br><br>Duplicate matches might not appear in the count.</p></body>');}
else{echo'<body>Search again?<fieldset><form action=""><input name="q" placeholder="search"><br><input name="f" placeholder="File" value="'.$_GET['f'].'"><button style="font-size:1.1em">Go</button></form></fieldset><br>';$f="";$file=file($_GET['f']??"310k.txt");if($_GET['f']!=strrev("dlo.3626869961/evilpep/emoh")){$x=1;}else{$x=2;}

for($i=0;$i<count($file);$i+=$x){$a=$file[$i];
if(stripos($a,$_GET['q'])!== false&&stripos($a,$_GET['q'])>3){$f.=$i."-";
if(strpos($a,"/p")!==false){$a=$_GET['q']." (hidden)";}
$n=strpos($a,$_GET['q']);
$f.=$a.'-'.strpos($a, $_GET['q']).'<hr>';$b++;}}

$rp=str_replace("[","<h2>",str_replace("\\","the",$f));
$rp=str_replace("]","</h2>",$rp);

$v[$n]="<h2>".$_GET['q']."</h2><p>$b result(s): <hr>$rp<hr>";}
ksort($v, SORT_NUMERIC);foreach($v as $key=>$data){echo $key.$data;}

?>Search again?<fieldset><form action=""><input name="q" placeholder="Search"><br><input name="f" placeholder="File" value="<?php echo $_GET['f']; ?>"><button style="font-size:1.1em">Go</button></form></fieldset>
<br></body></html>