hi (sorry for my bad english lol i'm italian :/ )
can you help me please?
i search coding old me.php in my newcrypto , only where you see the character
this is my "me.php"
i want it that way :
code my "me.php"
PHP Code:<div class="col col-2-3" style="background: url('/app/tpl/skins/img/big-box.png') bottom; height: 300px; border-radius: 9px;"> <table class="inner height: 300px; width:100%; border="0"> </tr><td rowspan="3" height="100px" style="background: url('/app/tpl/skins/img/white_sofa.png') 41px 105px no-repeat;"><span style="display: block; background: url(http://www.habbo.com/habbo-imaging/avatarimage?figure=<?php echo $myrow['look']; ?>&direction=2&head_direction=2&gesture=sml&action=sit,crr=6&size=m) center no-repeat; height: 220px;"></span></div> </td> <td colspan="2"> <span class="me-stats" style="background: rgba(0, 0, 0, 0.5) url('/app/tpl/skins/img/user.gif') 12px center no-repeat;">Nome: <?php echo $myrow['username']; ?></span> </td> </tr> <td colspan="2"> <span class="me-stats" style="background: rgba(0, 0, 0, 0.5) url('/app/tpl/skins/img/motto.png') 10px center no-repeat;">Motto: <?php echo htmlspecialchars($myrow['motto']); ?></span> </td> </tr> <tr> <td colspan="2"> <?php { $asd = RunQuery($pdo, "SELECT * FROM user_badges WHERE user_id = :id LIMIT 1 AND badge_slot >= 1 ORDER BY badge_slot DESC LIMIT 5"); if($asd->rowCount()==0){ echo"<i>Non hai nessun Distintivo</i>";} else { while($badge = $asd->fetch(PDO::FETCH_ASSOC));{ echo '<span style="display: inline-block; background: rgba(0, 0, 0, 0.75) <img src=\"".$cimagesurl.$badgesurl'.$badge['badge_id']. '.gif")center no-repeat; margin: 0 14px; width: 60px; height: 60px; border-radius: 5px;"></span></a>'; } } } ?> </td> </tr> <tr height="65px"> <td style="width: 33.3333%;" align="center"> <span class="me-stats" style="background: rgba(0, 0, 0, 0.5) url('/app/tpl/skins/img/credit.gif') 10px center no-repeat;">Crediti: <span style="float: right;"><?php echo $myrow['credits']; ?></span></span> </td> <td style="width: 33.3333%;" align="center"> <span class="me-stats" style="background: rgba(0, 0, 0, 0.5) url('/app/tpl/skins/img/pixel.gif') 10px center no-repeat;">Pixels: <span style="float: right;"><?php echo $myrow['activity_points']; ?></span></span> </td> <td style="width: 33.3333%;" align="center"> <span class="me-stats" style="background: rgba(0, 0, 0, 0.5) url('/app/tpl/skins/img/diamond.gif') 10px center no-repeat;">Diamanti: <span style="float: right;"><?php echo $myrow['vip_points']; ?></span></span> </td> </tr> </table> </div>




Reply With Quote

