Напиши код такой:CODE:<?php
define('IN_EXBB', 1); // Скрипт относится к ExBB
require_once('include/common.php'); // Подключаем ядро ExBB
if(!isset($GLOBALS['fm']->user['id'])) {echo '<h2>$GLOBALS[fm]->user[id] - NOT FOUND</h2>';} else {echo '<h2>'.$GLOBALS['fm']->user['id'].'</h2>';}
?>
Посмотреть, что выведет, остальное:
CODE:if($GLOBALS['fm']->user['id'] !== 0) {
$imgname = $_GET["id"];
header("Content-type: image/jpeg");
readfile("http://im2.bsaa.info/respirator/".$imgname.".JPG");
} else {
header("Content-type: image/jpeg");
readfile("http://im2.bsaa.info/im/677-avatar.gif");
} удали(Отредактировано автором: 25 мая 2011 — 10:29) |