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
1_user_profile_basicdata.tpl.php
Go to the documentation of this file.
1
<?php
if
(!defined(
'IN_GAME'
)) exit(
'Access Denied'
); ?>
2
<table>
3
<tr>
4
<td>账号</td>
5
<td><pre>	</pre></td>
6
<td><?php echo $username?></td>
7
</tr>
8
<tr>
9
<td>参加游戏场数</td>
10
<td><pre>	</pre></td>
11
<td><?php echo $validgames?></td>
12
</tr>
13
<tr>
14
<td>获胜场数</td>
15
<td><pre>	</pre></td>
16
<td><?php echo
$wingames
?></td>
17
</tr>
18
<tr>
19
<td>胜率</td>
20
<td><pre>	</pre></td>
21
<td><?php echo
$winning_rate
?></td>
22
</tr>
23
<tr>
24
<td>战斗力</td>
25
<td><pre>	</pre></td>
26
<td><?php echo
$credits
?></td>
27
</tr>
28
<tr>
29
<td>切糕</td>
30
<td><pre>	</pre></td>
31
<td><?php echo $credits2?></td>
32
</tr>
33
</table>
$credits
$credits
Definition:
login.php:116
$wingames
$wingames
Definition:
valid.php:15
$winning_rate
$winning_rate
Definition:
user_profile.php:35
gamedata
templates
1_user_profile_basicdata.tpl.php
Generated on Thu Nov 20 2014 11:38:04 for Tokiwa Battle Royale by
1.8.8