Strict Standards: Resource ID#25 used as offset, casting to integer (25) in /home/tvoyweb/domains/tvoyweb.ru/public_html/forums/include/fm.class.php on line 401

Strict Standards: Resource ID#27 used as offset, casting to integer (27) in /home/tvoyweb/domains/tvoyweb.ru/public_html/forums/include/fm.class.php on line 401

Strict Standards: Resource ID#28 used as offset, casting to integer (28) in /home/tvoyweb/domains/tvoyweb.ru/public_html/forums/include/fm.class.php on line 401
ТвойWeb :: Версия для печати :: скрипт чата на пхп
ТвойWeb » WebMaster класс » PHP/Perl » скрипт чата на пхп

Страниц (1): [1]
 

1. mtwob - 12 Мая, 2006 - 09:31:28 - перейти к сообщению
Здравствуйте.

Помогите испраить глюк в одной строчке.. в шестой

собственно сам глюк
Warning: fread() [function.fread]: Length parameter must be greater than 0 in d:\hst\maximumfm-ru_ddb5877d\http\chat\incl\hdr.inc on line 6

вот она 6я строка:
CODE:

function opu(){global $usr;$fd=fopen($usr,"r") or die('...');$fs=fread($fd,filesize($usr));fclose($fd);return $fs;}

еще вложенный файл со скриптом
2. Леголегс - 12 Мая, 2006 - 10:24:08 - перейти к сообщению
mtwob
Ну дык всё написано: у тебя filesize($usr) равно 0, а так низзя. Делай if(filesize($usr)==0)return ""; в начале функции.

Форум на AlfaSpace.NET


Powered by ExBB
ExBB FM 1.0 RC1 by TvoyWeb.ru
InvisionExBB Style converted by Markus®

[Script Execution time: 0.0331]     [ Gzipped ]



Notice: ob_end_flush(): failed to send buffer of ob_gzhandler (1) in /home/tvoyweb/domains/tvoyweb.ru/public_html/forums/include/page_tail.php on line 33