Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: reikia modo

Parašė bruzgis· 2008 Bal. 18 15:04:42
#11

Cia jeigu kas nors naudos ta prodownload...


echo "<img src='".THEME."paneles/uploaderiai.png'>";
openside("");
echo "<table border='0' cellpadding='0' cellspacing='0' width='140'>";
$result = dbquery("SELECT * FROM ".$db_prefix."users  ORDER BY user_mp3 DESC LIMIT 10");
if (dbrows($result) != 0) {
   while($data = dbarray($result)) {
      $itemsubject = trimlink($data['user_name'], 40);
echo "  <tr>
    <td width='120'><img src='".THEME."images/bullet.gif'> ".$itemsubject."</td>
    <td width='20'>".$data['user_mp3']."</td>
  </tr> ";
}}
echo "</table>";
closeside();