SÉ jelző oldalra (K)

Indította DjMira, 2011-12-18, 18:44:17

Sziasztok hogyan tudom megcsinálni honlapon hogy jelleze menyi sém van?

2011-12-18, 18:55:48 #1 Utolsó szerkesztés: 2011-12-18, 19:22:51 Szerző: [MOD]Wolfy
chas vagy coins ?
hogyan számolod a sé-t?

echo'<table>
<tr>
   <th class="topLine">Felhasználónév:</th>
   <td class="tdunkel">'.$_SESSION['user_name'].'</td>
</tr>
<tr>
   <th class="topLine">Birodalom:</th>
   <td class="thell">'.$reich.'</td>
</tr>
<tr>
   <th class="topLine">Karakterek:</th>
   <td class="tdunkel">'.$getStats->ges_chars.'</td>
</tr>
<tr>
   <th class="topLine">Játék idő:</th>
   <td class="thell">'.$getStats->ges_spielzeit.' Perc</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">Törlökód:</th>
   <td class="tdunkel">'.$getAcc->loeschcode.'</td>
</tr>
   <tr>
   <th class="topLine">Sárkány Érme:</th>
   <td class="tdunkel">'.$_SESSION['user_coins'].'</td>
</tr>
   </table>';
echo '</center></p>';

itt egy komplet amiben van: felhasználó név,Birodalom(képet keres hozzá),karakterek száma,játékidő,törlökód,sé,

Köszönöm szépen témát zárom !