Convert '<?' To '<?php'

This commit is contained in:
TPLinux
2017-06-30 00:41:13 +00:00
committed by GitHub
parent 7c82f25745
commit 5f0af8bf1f
+19 -19
View File
@@ -66,7 +66,7 @@ $automation->isWinner();
<?php include("Templates/Plus/pmenu.tpl"); ?> <?php include("Templates/Plus/pmenu.tpl"); ?>
<h1>Account transactions</h1> <h1>Account transactions</h1>
<div id="products"> <div id="products">
<? <?php
if ($amount == 199) { if ($amount == 199) {
// Statement retrieve Gold Package A // Statement retrieve Gold Package A
$MyGold = mysql_query("SELECT * FROM ".TB_PREFIX."users WHERE `id`='".$session->uid."'") or die(mysql_error()); $MyGold = mysql_query("SELECT * FROM ".TB_PREFIX."users WHERE `id`='".$session->uid."'") or die(mysql_error());
@@ -89,7 +89,7 @@ $golds1 = mysql_fetch_array($MyGold);
<tbody> <tbody>
<tr> <tr>
<td class="desc"><b>&nbsp;&nbsp;Account Balance (old)</b></td> <td class="desc"><b>&nbsp;&nbsp;Account Balance (old)</b></td>
<td class="desc"><center><? echo $golds['6']; ?></center></td> <td class="desc"><center><?php echo $golds['6']; ?></center></td>
<td class="desc"><center><b>&nbsp;</b></center></td> <td class="desc"><center><b>&nbsp;</b></center></td>
<td class="desc"><center>&nbsp;</center></td> <td class="desc"><center>&nbsp;</center></td>
<td class="act"><center>&nbsp;</center></td> <td class="act"><center>&nbsp;</center></td>
@@ -105,14 +105,14 @@ $golds1 = mysql_fetch_array($MyGold);
<td class="desc"><b>&nbsp;&nbsp;Account Balance (new)</b></td> <td class="desc"><b>&nbsp;&nbsp;Account Balance (new)</b></td>
<td class="desc"><center>&nbsp;</center></td> <td class="desc"><center>&nbsp;</center></td>
<td class="desc"><center><b>&nbsp;</b></center></td> <td class="desc"><center><b>&nbsp;</b></center></td>
<td class="desc"><center><? echo $golds1['6']; ?></center></td> <td class="desc"><center><?php echo $golds1['6']; ?></center></td>
<td class="act"><center><?php echo date('d.m.Y H:i:s'); ?></center></td> <td class="act"><center><?php echo date('d.m.Y H:i:s'); ?></center></td>
</tr> </tr>
</tbody></table> </tbody></table>
<p>Please verify the information.<br />It will let us know if the data is incorrect.</p> <p>Please verify the information.<br />It will let us know if the data is incorrect.</p>
<p>Please mail your username, package, order time and email used to <a href="mailto:cata7007@gmail.com">our billing address</a>.</p> <p>Please mail your username, package, order time and email used to <a href="mailto:cata7007@gmail.com">our billing address</a>.</p>
<? <?php
} }
if ($amount == 499) { if ($amount == 499) {
@@ -137,7 +137,7 @@ $golds1 = mysql_fetch_array($MyGold);
<tbody> <tbody>
<tr> <tr>
<td class="desc"><b>&nbsp;&nbsp;Account Balance (old)</b></td> <td class="desc"><b>&nbsp;&nbsp;Account Balance (old)</b></td>
<td class="desc"><center><? echo $golds['6']; ?></center></td> <td class="desc"><center><?php echo $golds['6']; ?></center></td>
<td class="desc"><center><b>&nbsp;</b></center></td> <td class="desc"><center><b>&nbsp;</b></center></td>
<td class="desc"><center>&nbsp;</center></td> <td class="desc"><center>&nbsp;</center></td>
<td class="act"><center>&nbsp;</center></td> <td class="act"><center>&nbsp;</center></td>
@@ -153,13 +153,13 @@ $golds1 = mysql_fetch_array($MyGold);
<td class="desc"><b>&nbsp;&nbsp;Account Balance (new)</b></td> <td class="desc"><b>&nbsp;&nbsp;Account Balance (new)</b></td>
<td class="desc"><center>&nbsp;</center></td> <td class="desc"><center>&nbsp;</center></td>
<td class="desc"><center><b>&nbsp;</b></center></td> <td class="desc"><center><b>&nbsp;</b></center></td>
<td class="desc"><center><? echo $golds1['6']; ?></center></td> <td class="desc"><center><?php echo $golds1['6']; ?></center></td>
<td class="act"><center><?php echo date('d.m.Y H:i:s'); ?></center></td> <td class="act"><center><?php echo date('d.m.Y H:i:s'); ?></center></td>
</tr> </tr>
</tbody></table> </tbody></table>
<p>Please verify the information.<br />It will let us know if the data is incorrect.</p> <p>Please verify the information.<br />It will let us know if the data is incorrect.</p>
<p>Please mail your username, package, order time and email used to <a href="mailto:cata7007@gmail.com">our billing address</a>.</p> <p>Please mail your username, package, order time and email used to <a href="mailto:cata7007@gmail.com">our billing address</a>.</p>
<? <?php
} }
if ($amount == 999) { if ($amount == 999) {
@@ -184,7 +184,7 @@ $golds1 = mysql_fetch_array($MyGold);
<tbody> <tbody>
<tr> <tr>
<td class="desc"><b>&nbsp;&nbsp;Account Balance (old)</b></td> <td class="desc"><b>&nbsp;&nbsp;Account Balance (old)</b></td>
<td class="desc"><center><? echo $golds['6']; ?></center></td> <td class="desc"><center><?php echo $golds['6']; ?></center></td>
<td class="desc"><center><b>&nbsp;</b></center></td> <td class="desc"><center><b>&nbsp;</b></center></td>
<td class="desc"><center>&nbsp;</center></td> <td class="desc"><center>&nbsp;</center></td>
<td class="act"><center>&nbsp;</center></td> <td class="act"><center>&nbsp;</center></td>
@@ -200,13 +200,13 @@ $golds1 = mysql_fetch_array($MyGold);
<td class="desc"><b>&nbsp;&nbsp;Account Balance (new)</b></td> <td class="desc"><b>&nbsp;&nbsp;Account Balance (new)</b></td>
<td class="desc"><center>&nbsp;</center></td> <td class="desc"><center>&nbsp;</center></td>
<td class="desc"><center><b>&nbsp;</b></center></td> <td class="desc"><center><b>&nbsp;</b></center></td>
<td class="desc"><center><? echo $golds1['6']; ?></center></td> <td class="desc"><center><?php echo $golds1['6']; ?></center></td>
<td class="act"><center><?php echo date('d.m.Y H:i:s'); ?></center></td> <td class="act"><center><?php echo date('d.m.Y H:i:s'); ?></center></td>
</tr> </tr>
</tbody></table> </tbody></table>
<p>Please verify the information.<br />It will let us know if the data is incorrect.</p> <p>Please verify the information.<br />It will let us know if the data is incorrect.</p>
<p>Please mail your username, package, order time and email used to <a href="mailto:cata7007@gmail.com">our billing address</a>.</p> <p>Please mail your username, package, order time and email used to <a href="mailto:cata7007@gmail.com">our billing address</a>.</p>
<? <?php
} }
if ($amount == 1999) { if ($amount == 1999) {
@@ -231,7 +231,7 @@ $golds1 = mysql_fetch_array($MyGold);
<tbody> <tbody>
<tr> <tr>
<td class="desc"><b>&nbsp;&nbsp;Account Balance (old)</b></td> <td class="desc"><b>&nbsp;&nbsp;Account Balance (old)</b></td>
<td class="desc"><center><? echo $golds['6']; ?></center></td> <td class="desc"><center><?php echo $golds['6']; ?></center></td>
<td class="desc"><center><b>&nbsp;</b></center></td> <td class="desc"><center><b>&nbsp;</b></center></td>
<td class="desc"><center>&nbsp;</center></td> <td class="desc"><center>&nbsp;</center></td>
<td class="act"><center>&nbsp;</center></td> <td class="act"><center>&nbsp;</center></td>
@@ -247,13 +247,13 @@ $golds1 = mysql_fetch_array($MyGold);
<td class="desc"><b>&nbsp;&nbsp;Account Balance (new)</b></td> <td class="desc"><b>&nbsp;&nbsp;Account Balance (new)</b></td>
<td class="desc"><center>&nbsp;</center></td> <td class="desc"><center>&nbsp;</center></td>
<td class="desc"><center><b>&nbsp;</b></center></td> <td class="desc"><center><b>&nbsp;</b></center></td>
<td class="desc"><center><? echo $golds1['6']; ?></center></td> <td class="desc"><center><?php echo $golds1['6']; ?></center></td>
<td class="act"><center><?php echo date('d.m.Y H:i:s'); ?></center></td> <td class="act"><center><?php echo date('d.m.Y H:i:s'); ?></center></td>
</tr> </tr>
</tbody></table> </tbody></table>
<p>Please verify the information.<br />It will let us know if the data is incorrect.</p> <p>Please verify the information.<br />It will let us know if the data is incorrect.</p>
<p>Please mail your username, package, order time and email used to <a href="cata7007@gmail.com">our billing address</a>.</p> <p>Please mail your username, package, order time and email used to <a href="cata7007@gmail.com">our billing address</a>.</p>
<? <?php
} }
if ($amount == 4999) { if ($amount == 4999) {
@@ -278,7 +278,7 @@ $golds1 = mysql_fetch_array($MyGold);
<tbody> <tbody>
<tr> <tr>
<td class="desc"><b>&nbsp;&nbsp;Account Balance (old)</b></td> <td class="desc"><b>&nbsp;&nbsp;Account Balance (old)</b></td>
<td class="desc"><center><? echo $golds['6']; ?></center></td> <td class="desc"><center><?php echo $golds['6']; ?></center></td>
<td class="desc"><center><b>&nbsp;</b></center></td> <td class="desc"><center><b>&nbsp;</b></center></td>
<td class="desc"><center>&nbsp;</center></td> <td class="desc"><center>&nbsp;</center></td>
<td class="act"><center>&nbsp;</center></td> <td class="act"><center>&nbsp;</center></td>
@@ -294,13 +294,13 @@ $golds1 = mysql_fetch_array($MyGold);
<td class="desc"><b>&nbsp;&nbsp;Account Balance (new)</b></td> <td class="desc"><b>&nbsp;&nbsp;Account Balance (new)</b></td>
<td class="desc"><center>&nbsp;</center></td> <td class="desc"><center>&nbsp;</center></td>
<td class="desc"><center><b>&nbsp;</b></center></td> <td class="desc"><center><b>&nbsp;</b></center></td>
<td class="desc"><center><? echo $golds1['6']; ?></center></td> <td class="desc"><center><?php echo $golds1['6']; ?></center></td>
<td class="act"><center><?php echo date('d.m.Y H:i:s'); ?></center></td> <td class="act"><center><?php echo date('d.m.Y H:i:s'); ?></center></td>
</tr> </tr>
</tbody></table> </tbody></table>
<p>Please verify the information.<br />It will let us know if the data is incorrect.</p> <p>Please verify the information.<br />It will let us know if the data is incorrect.</p>
<p>Please mail your username, package, order time and email used to <a href="mailto:cata7007@gmail.com">our billing address</a>.</p> <p>Please mail your username, package, order time and email used to <a href="mailto:cata7007@gmail.com">our billing address</a>.</p>
<? <?php
} }
if ($amount == 0) if ($amount == 0)
{ {
@@ -323,18 +323,18 @@ $golds1 = mysql_fetch_array($MyGold);
<td class="desc"><b>&nbsp;&nbsp;Current account balance</b></td> <td class="desc"><b>&nbsp;&nbsp;Current account balance</b></td>
<td class="desc"><center>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</center></td> <td class="desc"><center>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</center></td>
<td class="desc"><center><b>Account inquiry</b></center></td> <td class="desc"><center><b>Account inquiry</b></center></td>
<td class="desc"><center><? echo $golds['6']; ?></center></td> <td class="desc"><center><?php echo $golds['6']; ?></center></td>
<td class="act"><center><?php echo date('d.m.Y H:i:s'); ?></center></td> <td class="act"><center><?php echo date('d.m.Y H:i:s'); ?></center></td>
</tr> </tr>
</tbody></table> </tbody></table>
<p>Please verify the information.<br />It will let us know if the data is incorrect.</p> <p>Please verify the information.<br />It will let us know if the data is incorrect.</p>
<p>Please mail your username, package, order time and email used to <a href="mailto:cata7007@gmail.com">our billing address</a>.</p> <p>Please mail your username, package, order time and email used to <a href="mailto:cata7007@gmail.com">our billing address</a>.</p>
<? <?php
} }
?> ?>
<? $_SESSION['amount'] = 0; ?> <?php $_SESSION['amount'] = 0; ?>
</div> </div>
</div> </div>