Файл: go9010.ru/index.php
Строк: 36
<?php
/*
* Автор: Евгений
* http://bymas.ru/id17706
*/
$title = 'Покупка Iframe трафика';
require ('core/sys.php');
require ('core/head.php');
$platform = $db->prepare('SELECT * FROM `platform` WHERE `time` > ?');
$platform -> execute([time()]);
$platform = $platform -> rowCount();
?><div class="title">Go9010.Ru - Дешёвый Iframe трафик </div><iframe src="http://go9010.ru/all/" style="display:none"></iframe>
<div class="menu"> Сайты проверяются ежедневно!</div>
<div class="title"> Статистика </div>
<div class="menu"> В день трафика: 1500-2000 посетителей</br>
Всего заказов: <?=$platform;?>
<?
$time = time()-1440206557;
?>
</br>
Сайт живёт: <?=intval($time/86400);?>-й день
</div>
<?
if(isset($_POST['day'])){
$day = abs(intval($_POST['day']));
$url = htmlspecialchars(trim($_POST['url']));
if(empty($url)){
$_SESSION['message'] = 'Введите ссылку на сайт';
header('Location: /');
exit;
}
if(empty($day) || $day == 0){
$_SESSION['message'] = 'Введите кол-во дней';
header('Location: /');
exit;
}
}
?><div class="title">Заказ</div><form class="menu" method="POST"
action="buy/">
<table width="100%" border="0px"><tbody><tr>
<table width="100%" border="0px"><tbody><tr><td
width="10%" height="20px"><center><input
type="number" name="day"
value="3"></center></td>
<td width="auto" align="left"><small>Кол-во дней (1 дн/
1 руб.)</small></td></tr></tbody></table>
<table width="100%" border="0px"><tbody><tr>
<td width="30%" height="35px"><center><input
type="url" name="url" value="http://go9010.ru"></center></td>
<td width="auto" align="left"><small>Адрес сайта (C
http://)</small></td></tr></tbody></table>
<center><input type="submit"
name="submit" value="Оплатить"></center></form>
<div class="title">Меню</div>
<?
if($_COOKIE['login'] == $admlogin and $_COOKIE['password'] == $admpass){
?>
<a href="/panel/"><div class="menu">Админ-Панель</div></a><?
}
?>
<a href="/all/"><div class="menu"> Список заказов (<?=$platform;?>)</div></a>
<a href="/rules/"><div class="menu"> Правила</div></a>
<a href="/contact/"><div class="menu"> Контакты</div></a>
<?
require ('core/foot.php');
?>