Runing KISSmo Paste
";
system('grep -l ' . escapeshellarg($_POST['query']) . ' *p/*.txt');
echo "
";
}
?>
Paste | Archive
";
$dir_open = opendir('./p/');
while(false !== ($filename = readdir($dir_open))){
if($filename != "." && $filename != ".."){
$link = " $filename
";
echo $link;
}
}
closedir($dir_open);
?>