Securing phpBB
phphBB is a popular and powerful Open Source bulletin board. Here are five ways to improve the security of your phpBB installation.
- Disable Anonymous posting.
- Secure admin folder
- Remove memberlist.php.
- Use the most secure Admin settings and change passwords regularly.
- Account activation – Admin
- Enable Visual Confirmation – Yes
- User email via board – Enabled
- Enable HTML – Disabled
- Enable gallery avatars – No
- Finally subscribe to the phpBB mailing list and keep your installation up to date!
You can do this via forum permissions or preferably add the following to posting.php after the session management section.
if ($userdata['user_id'] == ANONYMOUS)
{
redirect(append_sid('login.'.$phpEx));
}
This will disable anonymous posts across all forums regardless of their settings.
Restrict access to the forums admin folder using Apache by adding the following to httpd.conf or using .htaccess files.
<Directory "/var/www/html/docs/forums">
Options None
AllowOverride None
Order allow,deny
Allow from <IP ADDRESS>
</Directory>
<IP ADDRESS> should contain addresses that can access your admin pages.
The file memberlist.php contains a complete list of all the registered users on your forum. Remove the hyperlink from overall_header.tpl in your templates directory then delete the memberlist.php file.
You should use the following settings in your forums configuration.
You should ensure that users with Admin permissions change passwords regularly and that you change the database password from time to time.
If you’re using MySQL you can do this as follows.
set password for user = PASSWORD('p@55w0rd')
Where ‘user’ is your forum database user and ‘p@55w0rd’ is the new password. Don’t forget to update config.php with any password changes.









I’ve found a cracking article on how to remove ‘Red eye’ from digital photographs using the 
Now this is an interesting new technology. The new wireless USB protocol is due to be completed at the end of March. With a range of about 10 metres and a peak data speed of 480mbps is hard to see how this technology can fail.
So what’s next for the technology?
The second is called HD-DVD and is backed by NEC, Toshiba, Sanyo and Microsoft. The maximum capacity of HD-DVD is less then BLU-RAY but the maximum bit rate is the same. Both formats support MPEG2 and MPEG4 with high definition video.