Файл: vstr2.php
Строк: 34
<?
require'includes.php';
$align='left';
$title='Встречи';
aut();
head();
who_add(0,'enter');
echo '<br />';
echo "nDECODE nested eval(gzinflate()) from Taree Internet nn";
echo "1. Reading coded.txtn";
$fp1 = fopen ("coded.txt", "r");
$contents = fread ($fp1, filesize ("coded.txt"));
fclose($fp1);
echo "2. Decodingn";
while (preg_match("/eval/",$contents)) {
$contents=preg_replace("/<?|?>/", "", $contents); eval(preg_replace("/eval/", "$contents=", $contents)); } echo "3. Writing decoded.txtn"; $fp2 = fopen("decoded.txt","w"); fwrite($fp2, trim($contents)); fclose($fp2);
echo '<br />';
echo gb.'<a href="'.H.'enter">Прихожая</a>'.div;
foot(); // автор -=ШАХТЕР=- http://waphp.ru
?>