Файл: flashgame/index6.php
Строк: 64
<?
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();
aut();
$copy = 'упс';
if ($webbrowser){
echo "<div class='mess'>";
echo '<embed src="http://onlinegames.alawar.ru/onlinegames/unpacked/ru/snowy-treasure-hunter-3/loader_rus.swf?gamefile=http%3A%2F%2Fonlinegames.alawar.ru%2Fonlinegames%2Funpacked%2Fru%2Fsnowy-treasure-hunter-3%2Fsnowyth3_rus.swf&alawar_f=false&dload_f=close_w&close_f=close_w&link=http%3A%2F%2Fwww.alawar.ru%2Fdownload%2FSnowyTreasure3Rus_37363.exe" type="application/x-shockwave-flash" width="640" height="480" base="http://onlinegames.alawar.ru/onlinegames/unpacked/ru/snowy-treasure-hunter-3/"></embed></div>';
}else{
echo "<div class='err'>Игра доступна только для компьютера!</div>";
}
include_once '../sys/inc/tfoot.php';
?>