View file servise/scrin/site.php

File size: 825B
<?php
define('NTOP', 1);
$title = 'Скачать скриншот';
require_once ('../../system/connect.php');
require_once ('../../system/core.php');
require_once ('../../system/function.php');
require_once ('../../m/head.php');

echo '<div class="title2">Скачать скриншот</div>';


echo '<div class="main"><img src="http://mini.s-shot.ru/'.$_GET['x'].'x'.$_GET['y'].'/'.$_GET['x'].'/'.$_GET['format'].'/?'.$_GET['site'].'" width="'.$_GET['x'].'" height="'.$_GET['y'].'" /></div>';

echo '<div class="topni"><center><a href="http://mini.s-shot.ru/'.$_GET['x'].'x'.$_GET['y'].'/'.$_GET['x'].'/'.$_GET['format'].'/?'.$_GET['site'].'"><u>Скачать</u></a></center></div>';

echo '<div class="topni"> <a href="/servise/scrin">Назад</a></div>';

require_once ('../../m/foot.php');

?>