
06-12-2010, 02:31:35
|
| |
Ufak Bir Yardim | | Kod: echo'<table>
<tr>
<th class="topLine">Hesap:</th>
<td class="tdunkel">'.$_SESSION['user_name'].'</td>
</tr>
<tr>
<th class="topLine">Krallık:</th>
<td class="thell">'.$reich.'</td>
</tr>
<tr>
<th class="topLine">Karakter Sayısı:</th>
<td class="tdunkel">'.$getStats->ges_chars.'</td>
</tr>
<tr>
<th class="topLine">Oyun Süresi:</th>
<td class="thell">'.$getStats->ges_spielzeit.' Dakika</td>
</tr>';
$sqlAcc = "SELECT account.social_id AS loeschcode, safebox.password AS lagerpw
FROM account.account
LEFT JOIN player.safebox
ON account.id=safebox.account_id
WHERE account.id='".$_SESSION['user_id']."'";
$qryAcc = mysql_query($sqlAcc) or die(mysql_error());
$getAcc = mysql_fetch_object($qryAcc);
if(empty($getAcc->lagerpw)) $getAcc->lagerpw = '000000';
echo'<tr>
<th class="topLine">Karakter Silme Şifresi:</th>
<td class="tdunkel">'.$getAcc->loeschcode.'</td>
</tr>
</table>';
echo'</div><div class="clear"></div>';
}
else
{ Kodlamaya sahibim Fakat depo şifrelerimi göstermiyor sıkıntım nerede acaba ? Cevap için teşekkürler. |