View file Services and entertainment/plugins/services/service/scrin/site.php

File size: 1.08Kb
<?
include_once '../../../../sys/inc/start.php';
include_once '../../../../sys/inc/compress.php';
include_once '../../../../sys/inc/sess.php';
include_once '../../../../sys/inc/home.php';
include_once '../../../../sys/inc/settings.php';
include_once '../../../../sys/inc/db_connect.php';
include_once '../../../../sys/inc/ipua.php';
include_once '../../../../sys/inc/fnc.php';
include_once '../../../../sys/inc/user.php';


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


echo "<div class='nav2'>";
echo '<a href="http://mini.s-shot.ru/'.htmlspecialchars($_GET['x']).'x'.htmlspecialchars($_GET['y']).'/'.htmlspecialchars($_GET['x']).'/'.htmlspecialchars($_GET['format']).'/?'.htmlspecialchars($_GET['site']).'">
<img src="http://mini.s-shot.ru/'.htmlspecialchars($_GET['x']).'x'.htmlspecialchars($_GET['y']).'/'.htmlspecialchars($_GET['x']).'/'.htmlspecialchars($_GET['format']).'/?'.htmlspecialchars($_GET['site']).'" width="240" height="320" /></a>';
echo "</div>"; 

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