Файл: flashgame/index5.php
Строк: 59
<?
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/governor-of-poker-2/GovernorofPoker2_PE_Alawar_Demo_RU.swf?buyUrl=http://www.alawar.ru/download/AlawarRuGovernorOfPoker2Rus.exe&moreGamesUrl=http://www.alawar.ru/download/AlawarRuGovernorOfPoker2Rus.exe&link=http%3A%2F%2Fwww.alawar.ru%2Fdownload%2FGovernorOfPoker2Rus_37363.exe" type="application/x-shockwave-flash" width="800" height="600" base="http://onlinegames.alawar.ru/onlinegames/unpacked/ru/governor-of-poker-2/"></embed></div>';
}else{
echo "<div class='err'>Игра доступна только для компьютера!</div>";
}
include_once '../sys/inc/tfoot.php';
?>