Просмотр файла wapp_antifront.com/chat/ongif.php
<? Error_Reporting(E_ALL & ~E_NOTICE); /////////////// игнорируем ошибки header("Content-type:text/vnd.wap.wml;charset=utf-8"); //////// тип и кодировка документа include 'dan.php'; include 'kto.php'; $image = imagecreatetruecolor(12,15); imagefill($image, 0, 0, 0xffffff); ImageString ($image, 2, 0, 0,"$vseon",1); header("Content-type: image/gif"); imagegif($image); ?>