licq
web
licqweb login
UIN
Password
licqweb
$fd = fopen("http://www.licq.org/licqweb-news.txt", "r"); if (!$fd) $fd = fopen("http://www.thejon.org/licqweb-news.txt", "r"); if ($fd) { $str = ""; while(!feof($fd)) $str .= fread($fd, 4096); fclose($fd); } echo "
News
".$str."
\n"; ?>