Quantcast
Channel: RaGEZONE - MMO Development Forums
Viewing all articles
Browse latest Browse all 34395

[Help] How to Fixed Logo Guild Show in Website..!

$
0
0
Help How to Fixed Logo Guild Show in Website... (PHP +MSSQL)

example images :


Code :
PHP Code:

<? $ICN_CS=mssql_query("select OWNER_GUILD,SIEGE_START_DATE,SIEGE_END_DATE from MuOnline.dbo.MuCastle_DATA");

while(
$row=mssql_fetch_assoc($ICN_CS)){

$ICN_OWNER_GUILD=$row['OWNER_GUILD'];        

$ICN_CS_Start=$row['SIEGE_START_DATE'];

$ICN_CS_Battle=$row['SIEGE_END_DATE'];

$ICN_CSlogo="select G_Name,G_Mark,G_Master from MuOnline.dbo.Guild where G_Name='$ICN_OWNER_GUILD'";

$ICN_sql_siegelogo_check=mssql_query($ICN_CSlogo);        

$row1=mssql_fetch_row($ICN_sql_siegelogo_check);        

$ICN_logosiege=urlencode(bin2hex($row1[1]));

$ICN_duenologo="select Name from MuOnline.dbo.Character where Name='$row1[2]'";        

$ICN_sql_duenologo_check=mssql_query($ICN_duenologo);        

$row2=mssql_fetch_row($ICN_sql_duenologo_check); ?>

<table border="0" cellpadding="0" cellspacing="0">

<tr><td bgcolor="#CCCC99"><img src="get.php?aL=<?=$ICN_logosiege;?>.png" alt="logo" width="100" height="100"></a></td></tr></table>

<div class="siege_winner"><p>Guild: <b>

<?=$ICN_OWNER_GUILD;?></b></p>

<p>Master: <span><?=$row2[0];?></span></p></div>

<div class="siege_prox">Last Castle Date: <?=$ICN_CS_Start;?> <span>Next Castle Date: 

<?=$ICN_CS_Battle;?></span></div>

<? }?>

thank for fixed :)

Viewing all articles
Browse latest Browse all 34395

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>