Еще нашел какие то траблы !!
скрин ниже ....
<?
defined('_IN_JOHNADM') or die('Error: restricted access');
if ($rights < 9) {
echo display_error('Доступ закрыт');
require_once ('../incfiles/end.php');
exit;
}
switch ($mod) {
case '1' :
break;
default :
echo '<div class="phdr"><a href="inde $req = mysql_query("SELECT `id`,`text`, `from` FROM `forum` where type='t' ORDER BY time DESC LIMIT 6; ");
while ($arr = mysql_fetch_array($req)){
$nikuser = mysql_query("SELECT `from`,`time`,`text` FROM `forum` WHERE `type` = 'm' AND `close` != '1' AND `refid` = '" . $arr['id'] . "'ORDER BY time DESC LIMIT 1;");
$nam =