Вот на скринах ,сейчас на сайте ВСЕ то все нормально, а когда перехожу в раздел сейчас на сайте парни или девушки то там с жирным шрифтом, я уже не знаю из за чего так
<?
define('ROOT','./');
define('GCMS',true);
require_once ('system/power.php');
if ($count > 0) {
switch($do){
//парни
case 'm':
$count = $db -> dbcount('COUNT(`id`)','users',"`sex` = 'm' and `id` in (select `id` from `online`)"
$diz -> title('Парней: '.$count);
$diz -> head('Парней: '.$count);
echo '<table cellspacing="0" cellpadding="0" border="0" width="100%"><tr valign="top">';
echo '<td width="30%"><a class="button_razdel" href="/online.php">Все</a></td>';
echo '<td width="30%"><a class="button_razdel"><b>Парни</b></a></td>';
echo '<td width="30%"><a class="button_razdel" href="?do=w">Девушки</a></td>';
echo '</tr></table>';
if($count>0){
$num = isset($ya['num']) ? $ya['num'] : 10;
$total = intval(($count - 1) / $num) + 1;
if (!isset($_GET['page']) || !is_numeric($_GET['page']) || $_GET['page'] < 1 )
{
$page = 1;
} elseif($_GET['page'] > $total)
{ $page = $total;
} else $page = intval(abs($_GET['page']));
$start = $page * $num - $num;
$sql = $db -> query("SELECT * FROM `users` where `sex` = 'm' and `id` in (select `id` from `online`) ORDER BY `login` DESC LIMIT ".$start.",".$num);
while ($arr = $sql -> fetch_assoc()) {
if($arr['id']!=0){
$login = $func->famname($arr['id']);
$ava=$func->avatar($arr['id']);
$onof=$func->online($arr['id'],ture);
}
if($ya['level']>2 and $aut == true)$arbyz= '<br/>Браузер: '.strtok($arr['browser'],' ').' ('.$func->browser($arr['browser']).')';
if($ya['level']>4 and $aut == true)$ipa= '<br/>IP: '.strtok($arr['ip'],' ');
echo '<div class="mail"><a href="'.ROOT.'id'.$arr['id'].'"><table>
<tr valign="top">
<td height="0" width="26">
'.$ava.'</td>
<td>
<br/>'.$login.' '.$onof.'</td>
</tr></table></div>';
}
$act = '?do=m';
echo $func -> pagenav($act,$page,$total);
}else echo '<div class="fon">Парней нет в сети</div>';
break;
//девушки
case 'w':
$count = $db -> dbcount('COUNT(`id`)','users',"`sex` = 'w' and `id` in (select `id` from `online`)"
$diz -> title('Девушек: '.$count);
$diz -> head('Девушек: '.$count);
echo '<table cellspacing="0" cellpadding="0" border="0" width="100%"><tr valign="top">';
echo '<td width="30%"><a class="button_razdel" href="/online.php">Все</a></td>';
echo '<td width="30%"><a class="button_razdel" href="?do=m">Парни</a></a></td>';
echo '<td width="30%"><a class="button_razdel"><b>Девушки</b></a></td>';
echo '</tr></table>';
if($count>0){
$num = isset($ya['num']) ? $ya['num'] : 10;
$total = intval(($count - 1) / $num) + 1;
if (!isset($_GET['page']) || !is_numeric($_GET['page']) || $_GET['page'] < 1 )
{
$page = 1;
} elseif($_GET['page'] > $total)
{ $page = $total;
} else $page = intval(abs($_GET['page']));
$start = $page * $num - $num;
$sql = $db -> query("SELECT * FROM `users` where `sex` = 'w' and `id` in (select `id` from `online`) ORDER BY `login` DESC LIMIT ".$start.",".$num);
while ($arr = $sql -> fetch_assoc()) {
if($arr['id']!=0){
$login = $func->famname($arr['id']);
$ava=$func->avatar($arr['id']);
$onof=$func->online($arr['id'],ture);
}
if($ya['level']>2 and $aut == true)$arbyz= '<br/>Браузер: '.strtok($arr['browser'],' ').' ('.$func->browser($arr['browser']).')';
if($ya['level']>4 and $aut == true)$ipa= '<br/>IP: '.strtok($arr['ip'],' ');
echo '<div class="mail"><a href="'.ROOT.'id'.$arr['id'].'"><table>
<tr valign="top">
<td height="0" width="26">
'.$ava.'</td>
<td>
<br/>'.$login.' '.$onof.'</td>
</tr></table></div>';
}
$act = '?do=w';
echo $func -> pagenav($act,$page,$total);
}else echo '<div class="fon">Девушек нет в сети</div>';
break;
//все
default:
$count = $db -> dbcount('COUNT(`session`)','online',"`id`<>'0'"
$diz -> head('На сайте: '.$count);
$online = $db -> dbcount('COUNT(`session`)','online');
$us = $db -> dbcount('COUNT(`login`)','online',"`login` != ''"
$diz -> title('На сайте: '.$count);
$w = $db -> dbcount('COUNT(`id`)','users',"`sex` = 'w' and `id` in (select `id` from `online`)"
$m = $db -> dbcount('COUNT(`id`)','users',"`sex` = 'm' and `id` in (select `id` from `online`)"
echo '<table cellspacing="0" cellpadding="0" border="0" width="100%"><tr valign="top">';
echo '<td width="30%"><a class="button_razdel"><b>Все</b></a></td>';
echo '<td width="30%"><a class="button_razdel" href="?do=m">Парни</a></td>';
echo '<td width="30%"><a class="button_razdel" href="?do=w">Девушки</a></td>';
echo '</tr></table>';
$num = isset($ya['num']) ? $ya['num'] : 10;
$total = intval(($count - 1) / $num) + 1;
if (!isset($_GET['page']) || !is_numeric($_GET['page']) || $_GET['page'] < 1 )
{
$page = 1;
} elseif($_GET['page'] > $total)
{ $page = $total;
} else $page = intval(abs($_GET['page']));
$start = $page * $num - $num;
$sql = $db -> query("SELECT * FROM `online` ORDER BY `login` DESC LIMIT ".$start.",".$num);
while ($arr = $sql -> fetch_assoc()) {
if($arr['id']!=0){
$login = $func->famname($arr['id']);
$ava=$func->avatar($arr['id']);
$onof=$func->online($arr['id'],true);
}
if($ya['level']>2 and $aut == true){$arbyz= '<br/>Браузер: '.strtok($arr['browser'],' ').' ('.$func->browser($arr['browser']).')';}
if($ya['level']>4 and $aut == true){$ipa= '<br/>IP: '.strtok($arr['ip'],' ');}
echo '<div class="mail"><a href="'.ROOT.'id'.$arr['id'].'"><table>
<tr valign="top">
<td height="0" width="26">
'.$ava.'</td>
<td>
<br/>'.$login.' '.$onof.'</td>
</tr></table></div>';
}
$act = '?';
echo $func -> pagenav($act,$page,$total);
}
} else echo '<div class="fon">На сайте ни кого.</div>';
echo '<div class="levo"><a href="/" class="levo_tuch">'.$diz -> img('home.png').' На главную</a></div>';
#####Копирайт#######
$diz -> out($msg);
?>
Не то?
а рядом посмотри на своем скрине