Файл: index.php
Строк: 64
<?php
# Автор: Иван Данилов
require_once('inc/cfg.php'); # Подключаем конфиг
require_once('inc/head.php'); # Подключаем шапку
echo'<div class="Раздел">Заказ iframe</div>
<div class="Меню">
<form action="pay.php" method="post">
<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr>
<th width="15%"><center><img src="img/index_url.png"></center></th>
<th width="85%"><input type="text" name="Сайт" placeholder="ВашСайт.ру" size="13" style="width:95%;"></th>
</tr></table>
<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr>
<th width="15%"><center><img src="img/index_day.png"></center></th>
<th width="85%"><input type="text" name="Дни" placeholder="Минимум '.$МинДней.' суток" size="13" style="width:95%;"></th>
</tr></table>
<input type="submit" value="Заказать" style="width:98%;"></form></div>
<div class="Раздел">Акция</div><div class="Меню">
При заказе на <font color="red"><b>15 дней</b></font> и больше, вы получаете <font color="red"><b>+15%</b></font> к заказу!
</div>
<div class="Раздел">Получить тест на час</div><div class="Меню">';
$Тест_Заказы = mysql_result(mysql_query("SELECT COUNT(*) FROM `заказы` WHERE `Тест` = 1 AND `Конец` >= $Время"), 0);
if($Тест_Заказы >= "1"){
$Активный_Тест_Заказ = mysql_fetch_array(mysql_query("select `Конец`,`Начало`,`Ссылка` from `заказы` WHERE `Тест` = 1 AND `Конец` >= $Время ORDER BY Ид DESC limit 1"));
$Тест_Заказ_Время = round((intval($Активный_Тест_Заказ['Конец']) - $Время)/60);
echo'Получить тест можно будет через <b>'.$Тест_Заказ_Время.'</b> мин. На данный момент, наши услуги тестирует сайт: <b>'.$Активный_Тест_Заказ['Ссылка'].'</b>';
}else{
echo'
<form action="test.php" method="post">
<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr>
<th width="15%"><center><img src="img/index_url.png"></center></th>
<th width="85%"><input type="text" name="Сайт" placeholder="ВашСайт.ру" size="13" style="width:95%;"></th></tr></table>
<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr>
<th width="15%"><center><a href="javascript:void(0)" onclick="reload()"><img name="captcha" alt="Обновит" src="code.php"></a></center></th>
<th width="85%"><input type="text" name="Капча" placeholder="Код с картинки" size="3" style="width:95%;"></th></tr></table>
<input type="submit" value="Получить" style="width:98%;"></form>
';
}
echo'</div>
<div class="Раздел">Информация</div>
<div class="Меню">
<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr>
<th width="15%"><center><img src="img/info.png"></center></th>
<th width="85%">Хостов в сутки: '.$Хосты.'<br/>Цена за сутки: '.$Цена.' руб.</th>
</tr></table></div>
<div class="Раздел">Правила</div>
<div class="Меню">
<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr>
<th width="15%"><center><img src="img/warning.png"></center></th>
<th width="85%"> Сайты имеющие переадресайии, iframe, слишком нагруженные, будут удалятся (Без возврата средств). Проверить сайт на iframe можно <a href="look.php"><font color=red>тут</font></a>.</th>
</tr></table>
</div><a class="Раздел" href="pl.php"> Список заказов</a>';
require_once('inc/foot.php'); # Подключаем ноги