Просмотр файла gallerygrab/index.php

Размер файла: 1.11Kb
<?php
######################
####     граббэрр;)           ####
######################
////// автор - SindBAD ||||\\
//|||||(ICQ:324576933)////\\
//error_reporting(0);
error_reporting(E_ALL);
header("Content-type: text/html; charset=utf-8");
$a=explode("
",file_get_contents('config.txt'));
$tmp=file_get_contents('http://'.$a[3].'/main.xhtml');
if(!empty($_SERVER['QUERY_STRING']))
{
$counter=$a[2];
}
else{
$counter=$a[1];
}
$name=$a[0];
$cnt=file_get_contents('http://'.$a[3].'/index.php?'.$_SERVER['QUERY_STRING']);
$cnt=str_replace('<link href="css/style.css" rel="stylesheet" type="text/css" />','<link href="style.css" rel="stylesheet" type="text/css" />',$cnt);
//if(strstr($a[3],$cnt))
//echo $a[3];
$cnt=str_replace("\"/index.php",'"'.$_SERVER['PHP_SELF'],$cnt);
$cnt=str_replace("\"?i",'"http://'.$a[3].'/?i',$cnt);
$cnt=str_replace("HOTRED",$name,$cnt);
$cnt=str_replace('<div class="ads">','<div class="ads">'.$a[4],$cnt);
$aa=explode('<div class="foot">',$cnt);
$cnt=$aa[0];
$cnt.='<div class="foot">'.$name.'<br />
</div>
<div>'.$counter.'</div>
</body>
</html>';
echo $cnt;
?>