Файл: flashgame/index1.php
Строк: 54
<?
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/cradle-of-rome/CoR.swf?language=ru&country=RU&adUrl=http://www.alawar.ru/download/CradleofRomeRus.exe&link=http%3A%2F%2Fwww.alawar.ru%2Fdownload%2FCradleofRomeRus_37363.exe" type="application/x-shockwave-flash" width="520" height="390" base="http://onlinegames.alawar.ru/onlinegames/unpacked/ru/cradle-of-rome/"></embed></div>';
}else{
echo "<div class='err'>Игра доступна только для компьютера!</div>";
}
include_once '../sys/inc/tfoot.php';
?>