Tokiwa Battle Royale  GE777
A PHP Battle Royale inspired game
 All Data Structures Namespaces Files Functions Variables Pages
system.php
Go to the documentation of this file.
1 <?php
2 
3 /*Game system settings*/
4 
5 //文件验证字符串
6 $checkstr = "<? if(!defined('IN_GAME')) exit('Access Denied'); ?>\n";
7 //是否允许游客进入插件。0=不允许,1=允许
8 $isLogin = 1;
9 //是否缓存css文件。0=不缓存,1=缓存
11 //游戏版本
12 $gameversion = '<strike>GE486684</strike>GE777 ~YOU ARE BLESSED';
13 //站长留言
14 //$systemmsg = '';
15 //游戏开始方式 0=后台手动开始,1=每天固定时间开始,2=上局结束后,间隔固定小时后的整点开始,3=上局结束后,间隔固定分钟开始
17 //游戏开始的小时,如果,如果$startmode = 1,表示开始时间0~23,如果$startmode = 2,表示间隔小时,>0,如果$startmode = 3,表示间隔分钟,>0
19 //游戏开始的分钟数,范围1~59
21 //游戏所用配置文件
23 
24 
25 //同ip限制激活人数。0为不限制
27 //头像数量(男女相同)
29 //游戏进行状况显示条数
31 //生存者显示条数
33 //玩家排行榜显示条数
35 //历史优胜者显示条数
36 $winlimit = 50;
37 //枪声间隔时间(秒)
39 //失焦冻结时间,单位分钟
40 //$lostfocusmin = 10;
41 
42 //游戏内聊天信息显示条数
44 //聊天信息更新时间(单位:毫秒)
45 $chatrefresh = 15000;
46 //游戏进行中是否显示聊天。0为不显示,数字为显示条数
48 
49 //开启gzip压缩功能?0为不开启,1为开启
50 //$gzipcompress=0;
51 
52 /*template settings*/
53 //模板编号。默认为1
54 define('STYLEID', '1');
55 define('TEMPLATEID', '1');
56 define('TPLDIR', './templates/default');
57 
58 ?>
$chatinnews
Definition: system.php:47
$gamecfg
Definition: system.php:22
$alivelimit
Definition: system.php:32
$startmode
Definition: system.php:16
$chatrefresh
Definition: system.php:45
$ranklimit
Definition: system.php:34
$iplimit
Definition: system.php:26
$chatlimit
Definition: system.php:43
$allowcsscache
Definition: system.php:10
$winlimit
Definition: system.php:36
$gameversion
Definition: system.php:12
$isLogin
Definition: system.php:8
$noiselimit
Definition: system.php:38
$iconlimit
Definition: system.php:28
$checkstr
Definition: system.php:6
$starthour
Definition: system.php:18
$startmin
Definition: system.php:20
$newslimit
Definition: system.php:30