After few days using CCET 17inch Flat Panel,0.26mm, 1280x1024@75Hz, Contrast Ratio 400:1, Brightness 250 cd/m2, Portrait etc. I bought one more. Need to replace last one, 19inch CRT i use for Linux. Info here
Enable html code for news section in admincp. Then use html tags like <img src="images/image.jpg" align="right"> Must be html tags, IBF code doesn't work. Enjoy xper
A book of condolence dedicated to murdered schoolgirls Jessica Chapman and Holly Wells has been stolen from a cathedral. The Very Reverend Gordon Mursell, Dean of Birmingham Cathedral, appealed to the thief who made off with the book - one of five containing hundreds of messages - to hand it back. The book was reported missing after staff spotted a man acting strangely near the side altar set aside for people to inscribe messages to the parents of the schoolgirls. The Very Rev Mursell said: "This mindless theft is a terrible insult both to the people of Birmingham and to the families to whom it was going to be sent." Source: Anonova.com
Most users ever online was 114 on Aug 25 2001, 04:11 AM At that time this site was on my home server running EnGarde Secure Linux on K62-300 with 128 MB RAM, apache, PHP and MySQL and 1 Mbit xDSL Line. With that configuration 2x800, 1 gig ram etc on dedicated server Linux can handle thousands of requests. Something is wrong with their server or are victims of Distributed Denial Of Service.
wrong path to php in httpd.conf? where is your php? /wwwroot/php or /urs/local/lib/php, /usr/lib/php If you use php as module it looks like this in httpd.conf: <IfModule mod_php4.c> php_value include_path ".:/usr/local/lib/php" php_admin_flag safe_mode on </IfModule> <IfModule mod_php3.c> php3_include_path ".:/usr/local/lib/php" php3_safe_mode on </IfModule> and in php.ini like this: ; you can enclose strings in double-quotes include_path = ".:/usr/local/lib/php"