Interesting idea, but i dont like phpBB forum script.... And remove php warnings from header of your forum:
QUOTE
Warning: flock() expects parameter 1 to be resource, boolean given in /home/cstgrap/public_html/lgf-reflog.php on line 31
Warning: Cannot modify header information - headers already sent by (output started at /home/cstgrap/public_html/lgf-reflog.php:31) in /home/cstgrap/public_html/includes/sessions.php on line 286
Warning: Cannot modify header information - headers already sent by (output started at /home/cstgrap/public_html/lgf-reflog.php:31) in /home/cstgrap/public_html/includes/sessions.php on line 287
Warning: Cannot modify header information - headers already sent by (output started at /home/cstgrap/public_html/lgf-reflog.php:31) in /home/cstgrap/public_html/includes/sessions.php on line 288
Warning: Cannot modify header information - headers already sent by (output started at /home/cstgrap/public_html/lgf-reflog.php:31) in /home/cstgrap/public_html/includes/page_header.php on line 1137
Warning: Cannot modify header information - headers already sent by (output started at /home/cstgrap/public_html/lgf-reflog.php:31) in /home/cstgrap/public_html/includes/page_header.php on line 1139
Warning: Cannot modify header information - headers already sent by (output started at /home/cstgrap/public_html/lgf-reflog.php:31) in /home/cstgrap/public_html/includes/page_header.php on line 1140
try to use error_reporting(0);

Reply