KO-CUCE V3 PANELDE USERLERIN BAKIYESINI GOREBILMESI ICIN,
PAGES KLASORUNUN ICINE ASAGIDAKI KODU " CASH.PHP " OLARAK KAYDEDIYORUZ ONCELIKLE.
DAHA SONRA ISE INDEX.PHP'DE POWER UP STOREYI ARATIP ONUN HEMEN ALTINA,
KODUNU EKLEYEREK BU ISLEMI GERCEKLESTIREBILIRIZ.
Ganks'a tesekkurler, kod guncellenmistir.
PAGES KLASORUNUN ICINE ASAGIDAKI KODU " CASH.PHP " OLARAK KAYDEDIYORUZ ONCELIKLE.
Kod:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9" />
<style type="text/css">
<!--
body,td,th {
font-weight: bold;
}
-->
</style>
<?
if ($_SESSION['sesusera'] == '') die ('Üye girişi et');
?>
<?
$kbul = odbc_exec($conn,"select * From tb_user Where StrAccountID='".$_SESSION['sesusera']."'");
$veri1 = odbc_exec($conn,"select CashPoint From tb_user Where StrAccountID='".$_SESSION['sesusera']."'");
$level1 = odbc_result($veri1,1);
echo ' <div align="center">
<br><br><br>
Kalan Cash Bakiyeniz
<br><br><br>
<table width="436" height="106" border="0">
<tr>
<td><div align="center" class="Tips3" title="<img src=imza/mini.php?karakter='.htmlspecialchars(trim($char1)).'>">'.$char1.' </div></td>
<td><div align="center"><font color="yellow">'.$level1.'</font></div></td>
<td><div align="center">'.$np1.'</div></td>
<td><div align="center">'.$aylik1.'</div></td>
</tr>
</table>
</div> ';
?>
DAHA SONRA ISE INDEX.PHP'DE POWER UP STOREYI ARATIP ONUN HEMEN ALTINA,
Kod:
<p><a href="index.php?sayfa=cash"><font color="green"><b>Cash Bakiyem</font></b></a>
KODUNU EKLEYEREK BU ISLEMI GERCEKLESTIREBILIRIZ.
Ganks'a tesekkurler, kod guncellenmistir.
Son düzenleme: