View file ä󿪫¬/modules/services/service/scrin/index.php

File size: 1.45Kb
<?
foreach (array('start', 'compress', 'sess', 'settings', 'db_connect', 'ipua', 'fnc', 'user') as $inc) {
    require_once "../../../../sys/inc/$inc.php";
}

$set['title']='Скриншотер';
include_once '../../../../sys/inc/thead.php';
err();
aut();

#Навигация
echo "<div class='card-header'>";
echo "<a href='/' data-toggle='tooltip' data-placement='right' title='" . lang('На главную') . "'><i class='fa fa-home fa-lg'></i></a> <i class='fa fa-angle-right fa-fw'></i> ";
echo "<a href='/modules/services/'>" . lang('Развлечения и сервисы') . "</a> <i class='fa fa-angle-right fa-fw'></i> Скриншотер";
echo "</div>";

echo "<div class='list-group-item'>";
echo '<form action="site.php"><b>Введите адрес (без http://):</b><br /><input class="form-control" style="width: 50%;" name="site" type="text" size="15"></input><br />
<b>Размер:</b><br /><input class="form-control" style="width: 20%;" name="x" type="text" value="240" size="3"></input>x<input class="form-control" style="width: 20%;" name="y" type="text" value="320" size="3"></input>
<br /><b>Формат:</b><br /><select class="form-control" style="width: 20%;" name="format"> <option value="PNG">PNG</option>  <option value="JPEG">JPEG</option> </select> <br />
<br><input class="knopka" type="submit" value="Сделать скрин"></input></form>';
echo "</div>"; 

include_once '../../../../sys/inc/tfoot.php';
?>