Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Need help

Master Summoner
Joined
Feb 17, 2017
Messages
580
Reaction score
72
Orignal Picture
seedmaker - Need help - RaGEZONE Forums
Guys any one know how to move down Like this ?
seedmaker - Need help - RaGEZONE Forums





PHP:
<tr><td width="36" height="30" align="center" valign="middle">#</td><td width="60" height="30" align="center" valign="middle">NAME</td><td width="60" height="30" align="center" valign="middle">POINTS</td></tr><tr><?$duelWQuery=mssql_query("select TOP 5 * from MuOnline.dbo.".$duelTable." order by ".$duelWinColumn." desc");while($row=mssql_fetch_assoc($duelWQuery)){$_nickname=$row[$nameColumn];$_dWin=$row[$duelWinColumn];$rankMedalDuW++;$rankTitleDuW++;  switch ($rankMedalDuW) {    case 1:        $_rankMedalDuW = "oro.png";        break;    case 2:        $_rankMedalDuW = "plata.png";        break;    case 3:        $_rankMedalDuW = "bronce.png";        break;            case 4:        $_rankMedalDuW = "4";        break;    }  switch ($rankTitleDuW) {    case 1:        $_rankTitleDuW = "Primer puesto ORO";        break;    case 2:        $_rankTitleDuW = "Segundo puesto PLATA";        break;    case 3:        $_rankTitleDuW = "Tercer puesto BRONCE";        break;             }?><? if ($rankMedalDuW<=3) {?><td width="36" height="30" align="center" valign="middle" style="border-bottom:#222222 solid 1px;"><img src="template/<?=$core['config']['template']?>/images/<?=$_rankMedalDuW;?>" title="<?=$_rankTitleDuW;?>"></td><? } else { ?><td width="36" height="30" align="center" valign="middle" style="border-bottom:#222222 solid 1px;"><?=$_rankMedalDuW++;?></td><? } ?>                          <td width="60" height="30" align="center" valign="middle" style="border-bottom:#222222 solid 1px;">                            <?=$_nickname;?></td>                          <td width="60" height="30" align="center" valign="middle" style="border-bottom:#222222 solid 1px;">                            <?=$_dWin;?></td></tr><?}?></table></div></td></tr><tr><td class="n_foot"> </td></tr></table><center><img src="<?echo tmpDir ?>/images/Bord_menu.gif" width="156" height="1"></li></center></td></tr><tr><td style="background-image:url(<?echo tmpDir ?>/images/bg_snbbtm.png); height:27px; "></td></tr></table><td><table width="214" border="0" align="center" cellpadding="0" cellspacing="0" style="margin-top: 10px; "><tr><td height="48" style="background-image:url(<?echo tmpDir ?>/images/Los.png); "> </td></tr><tr><td style="background-image:url(<?echo tmpDir ?>/images/bg_snbmid.png) "><table width="95%" height="119" border="0" cellpadding="0" cellspacing="0" class="gen_table"><tr><td height="69" align="center" valign="top" class="n_back"><div id="RankDisplay"><table width="200" border="0" align="center" cellpadding="2" cellspacing="0"><tr>





and Also how to Translate this "Me gusta" "Te gusta" i already Search it in all.php Files but Cant find it
seedmaker - Need help - RaGEZONE Forums
im using Armusv3 Template MuCore website Please help :)
 
Last edited:
Custom Title Activated
Loyal Member
Joined
Aug 30, 2011
Messages
2,969
Reaction score
1,003
The top picture are you wanting to move it to underneath or side to side? I'm kinda confused.
 
Upvote 0
Master Summoner
Joined
Feb 17, 2017
Messages
580
Reaction score
72
The top picture are you wanting to move it to underneath or side to side? I'm kinda confused.

underneath sir coz iwant to add onother rankings like blood castle etc. but icant move it underneath



i think for the 'me gusta' it can be changed on the facebook plugin files or config, u change the language from spanish ot english and it will be in english.





Fixed facebook Plug in

js.src = "//connect.facebook.net/es_LA/sdk.js#xfbml=1&version=v2.8";
to
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.8";

=D
 
Upvote 0
Custom Title Activated
Loyal Member
Joined
Aug 30, 2011
Messages
2,969
Reaction score
1,003
Sorry i'm not on here much i will check for you later today or tomorrow when i get some free time. On the template it looks like its already underneath it.
 
Upvote 0
Master Summoner
Joined
Feb 17, 2017
Messages
580
Reaction score
72
it ok sir im still waiting for your help :) hmm no sir still in side to side icant underneath it coz idont know how :/
 
Upvote 0
Joined
May 26, 2009
Messages
17,304
Reaction score
3,217
i dont know good php/html but first thing i would test is (REMOVE THE code of the right BOX) and save and test if its gone and no further errors.
then just place the code below where you want.. for example below statistics/rankings etc and experiment until it shows where u want it to show
 
Upvote 0
Master Summoner
Joined
Feb 17, 2017
Messages
580
Reaction score
72
i already did sir some times website page notworking i copy the code of one box and paste it into underneath of the code its working but image is side to side
 
Upvote 0
Back
Top