Как это исправить?Deprecated: Function ereg() is
deprecated in /home/
u408697856/public_html/
chat.php on line 46 Deprecated:
Function ereg() is deprecated
in /home/u408697856/
public_html/chat.php on line 46
NetScreem, 45: if (ereg (\".gif$\", \"$file\"){
46: $file2=str_replace(\".gif\",\"\",
$file);
NetScreem, if (ereg (\".gif$\", \"$file\"){
46: $file2=str_replace(\".gif\",\"\",
$file);
47:
48:
49: $string=str_replace(\":
$file2\",\'<img src=\"pic/smiles/\'.
$file.\'\" alt=\"\">\',$string);}}
50: closedir ($dir);
51: return $string; }
Вместо функции ereg используй функцию preg_match ,или отключи вывод информации об устаревшых функциях!
Mhack™, Warning: preg_match(): No
ending delimiter \'.\' found in /
home/u408697856/public_html/
chat.php on line 46 Warning:
preg_match(): No ending
delimiter \'.\' found in /home/
u408697856/public_html/
chat.php on line 46
Переводи данные сообщения, вопросов возникать не будет))