Просмотр файла Quest_Sunduk_mertveca_Rotor_version/kvest/221122.php

Размер файла: 1.16Kb
<?php
#================================================#
#     == Игра Квест для Rotor CMS (not license) ==        #
#              "Сундук Мертвеца"                 #
#             Made by:  Shur1k                   #
#             Site:  WAP.ROVNO.UA                #
#             ICQ: 444307535                     #
#================================================# 

require_once ('../includes/start.php');
require_once ('../includes/functions.php');
require_once ('../includes/header.php');
include_once ('../themes/' . $config['themes'] . '/index.php');

show_title('setting.png', 'Квест игра Сундук Мертвеца'); $config['newtitle'] = 'Квест игра Сундук Мертвеца';


include_once ("kvest/221122.dat");




$quot_file = file(BASEDIR."includes/kvest.php");
$quot_rand = array_rand($quot_file);
echo $quot_file[$quot_rand].'<br />'; 


echo '<hr>';
echo '<img src="../images/img/back.gif" alt="image" /> <a href="index.php?'.SID.'">Начать сначала</a>';
include_once "../themes/".$config['themes']."/foot.php";
include_once "../themes/".$config['themes']."/foot.php";
?>