Tokiwa Battle Royale  GE777
A PHP Battle Royale inspired game
 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>&#9;</pre></td>
6 <td><?php echo $username?></td>
7 </tr>
8 <tr>
9 <td>参加游戏场数</td>
10 <td><pre>&#9;</pre></td>
11 <td><?php echo $validgames?></td>
12 </tr>
13 <tr>
14 <td>获胜场数</td>
15 <td><pre>&#9;</pre></td>
16 <td><?php echo $wingames?></td>
17 </tr>
18 <tr>
19 <td>胜率</td>
20 <td><pre>&#9;</pre></td>
21 <td><?php echo $winning_rate?></td>
22 </tr>
23 <tr>
24 <td>战斗力</td>
25 <td><pre>&#9;</pre></td>
26 <td><?php echo $credits?></td>
27 </tr>
28 <tr>
29 <td>切糕</td>
30 <td><pre>&#9;</pre></td>
31 <td><?php echo $credits2?></td>
32 </tr>
33 </table>
$credits
Definition: login.php:116
$wingames
Definition: valid.php:15
$winning_rate