PHP: <? $addr=$_SERVER['REMOTE_ADDR']; $gif=imagecreate(150,40); $bg=imagecolorallocate($gif,0,0,0); $tx=imagecolorallocate($gif,255,128,128); $line=imagecolorallocate($gif,0,128,255); imagefilledrectangle($gif,0,0,100,40,$bg); imagestring($gif,4,7,10,"$addr",$tx); header("Content-Type: image/gif"); imagegif($gif); ?> Ну а остальное - это просто фон из картинки и шрифт внешний... Ну и инфы можно поболе разной напихать.
вот тема: https://forum.antichat.ru/threadnav20996-1-10.html и в этой же теме вложил скрипт с рандумом картинок и т.д. https://forum.antichat.ru/threadnav20996-4-10.html