Jump to content
GIGN Forum

Neskaidriibas Ar Aktiivaakajiem Adminiem @ Web


Recommended Posts

karoce atradu

<?php

echo "<table id='admintop'>
<tr>
<th>Admins</th>
<th>Bani</th>
</tr>";

$con = mysql_connect("mysql_hosts","mysql_useris","mysql_parole");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
mysql_select_db("amxbans", $con);

$result = mysql_query("SELECT count(*), admin_nick FROM amx_bans GROUP BY admin_nick ORDER BY count(*) DESC LIMIT 5"); // DESC LIMIT 5 noziimee, ka vinjsh paraadiis 5 aktiivaakos

while($row = mysql_fetch_array($result))
{
$admins = $row['admin_nick'];
$skaits = $row['count(*)'];
echo "<tr>
<td>$admins</td>
<td>$skaits</td>
</tr>";
}
mysql_close($con);
?>
</table>


un sho liekam ieksh savas lapas galvenaa CSS:

/*-------------admintop---------------*/  
#admintop {
  font-size: 10px;
  color: #204815;
  }

#admintop td{
  border: dotted;
  border-width: 1 0 0 0;
  padding-right: 20px;
  }

#admintop th{
  text-align: left;
  }

cipa uzlieku to pirmo!! adminus raada bet to otru kaa jaaliek plz help!!

Link to comment
Share on other sites

pirmais :

<?php

echo "<table id='admintop'>
<tr>
<th>Admins</th>
<th>Bani</th>
</tr>";

$con = mysql_connect("mysql_hosts","mysql_useris","mysql_parole");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
mysql_select_db("amxbans", $con);

$result = mysql_query("SELECT count(*), admin_nick FROM amx_bans GROUP BY admin_nick ORDER BY count(*) DESC LIMIT 5"); // DESC LIMIT 5 noziimee, ka vinjsh paraadiis 5 aktiivaakos

while($row = mysql_fetch_array($result))
{
$admins = $row['admin_nick'];
$skaits = $row['count(*)'];
echo "<tr>
<td>$admins</td>
<td>$skaits</td>
</tr>";
}
mysql_close($con);
?>
</table>

otrais:

/*-------------admintop---------------*/  
#admintop {
  font-size: 10px;
  color: #204815;
  }

#admintop td{
  border: dotted;
  border-width: 1 0 0 0;
  padding-right: 20px;
  }

#admintop th{
  text-align: left;
  }

thx smile.gif tavu pirmo kodu ari sataisiju.

Aaa sapratu, tev vins jaieliek ieksa css koda, nu ta ir tada fignja kura atbild par tavu stilu saita, ja tu kaut ko tur maini visas web sadalas mainisies fons smile.gif

a kur tas fails tiesi atrodas????

Edited by lazda2
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...