mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-07 05:35:41 +12:00
Update checks.php
This commit is contained in:
parent
4945668402
commit
d5e5f03ef5
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
session_start();
|
||||
include("config.php");
|
||||
include("crosserver.php");
|
||||
include("header.php");
|
||||
?>
|
||||
<TABLE WIDTH=100% CELLPADDING=10><TR><TD>
|
||||
|
@ -23,9 +24,9 @@ USA<BR>
|
|||
<B>Identify Your Payment:</B><BR>
|
||||
Be sure to include a CLEAR note of what account this is for. Include your email address in case there are problems identifying the account.<BR>
|
||||
<UL><FONT COLOR=440044 SIZE=+0>
|
||||
Your USERNAME = <?echo($_SESSION['USERNAME']);?><B></B><BR>
|
||||
Your ACCOUNT ID = <?echo($_SESSION['PLAYER_ID']);?><B></B><BR>
|
||||
Your SERVER = <B><?phpecho($server_id);?></B> (make sure this is the one you play on)<BR>
|
||||
Your USERNAME = <?php echo(htmlspecialchars($_SESSION['USERNAME'])); ?><B></B><BR>
|
||||
Your ACCOUNT ID = <?php echo(htmlspecialchars($_SESSION['PLAYER_ID'])); ?><B></B><BR>
|
||||
Your SERVER = <B><?php echo($server_id); ?></B> (make sure this is the one you play on)<BR>
|
||||
|
||||
</UL></FONT>
|
||||
<B>Finally, let us know what it is for:</B><BR>
|
||||
|
|
Loading…
Add table
Reference in a new issue