Tokiwa Battle Royale
GE777
A PHP Battle Royale inspired game
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
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=缓存
10
$allowcsscache
= 1;
11
//游戏版本
12
$gameversion
=
'<strike>GE486684</strike>GE777 ~YOU ARE BLESSED'
;
13
//站长留言
14
//$systemmsg = '';
15
//游戏开始方式 0=后台手动开始,1=每天固定时间开始,2=上局结束后,间隔固定小时后的整点开始,3=上局结束后,间隔固定分钟开始
16
$startmode
= 3;
17
//游戏开始的小时,如果,如果$startmode = 1,表示开始时间0~23,如果$startmode = 2,表示间隔小时,>0,如果$startmode = 3,表示间隔分钟,>0
18
$starthour
= 5;
19
//游戏开始的分钟数,范围1~59
20
$startmin
= 1;
21
//游戏所用配置文件
22
$gamecfg
= 1;
23
24
25
//同ip限制激活人数。0为不限制
26
$iplimit
= 0;
27
//头像数量(男女相同)
28
$iconlimit
= 20;
29
//游戏进行状况显示条数
30
$newslimit
= 50;
31
//生存者显示条数
32
$alivelimit
= 30;
33
//玩家排行榜显示条数
34
$ranklimit
= 20;
35
//历史优胜者显示条数
36
$winlimit
= 50;
37
//枪声间隔时间(秒)
38
$noiselimit
= 200;
39
//失焦冻结时间,单位分钟
40
//$lostfocusmin = 10;
41
42
//游戏内聊天信息显示条数
43
$chatlimit
= 50;
44
//聊天信息更新时间(单位:毫秒)
45
$chatrefresh
= 15000;
46
//游戏进行中是否显示聊天。0为不显示,数字为显示条数
47
$chatinnews
= 50;
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
$chatinnews
Definition:
system.php:47
$gamecfg
$gamecfg
Definition:
system.php:22
$alivelimit
$alivelimit
Definition:
system.php:32
$startmode
$startmode
Definition:
system.php:16
$chatrefresh
$chatrefresh
Definition:
system.php:45
$ranklimit
$ranklimit
Definition:
system.php:34
$iplimit
$iplimit
Definition:
system.php:26
$chatlimit
$chatlimit
Definition:
system.php:43
$allowcsscache
$allowcsscache
Definition:
system.php:10
$winlimit
$winlimit
Definition:
system.php:36
$gameversion
$gameversion
Definition:
system.php:12
$isLogin
$isLogin
Definition:
system.php:8
$noiselimit
$noiselimit
Definition:
system.php:38
$iconlimit
$iconlimit
Definition:
system.php:28
$checkstr
$checkstr
Definition:
system.php:6
$starthour
$starthour
Definition:
system.php:18
$startmin
$startmin
Definition:
system.php:20
$newslimit
$newslimit
Definition:
system.php:30
gamedata
system.php
Generated on Thu Nov 20 2014 11:38:02 for Tokiwa Battle Royale by
1.8.8