Modifying a phpBB forum from its base installation can add new features or change behavior to get a final product that works how you want it to do. In order to do this, you download and install a mod. This typically comes in the form of a zip file containing instructions and some new php/html files. Installations consist of copying files to your web server and changing the code … [Read more...]
Archives for 2008-11-21
Scripting Windows Firewall Exceptions
Windows XP SP2 and beyond use Windows Firewall to prevent from outside attack. If you have a legitimate program that needs access you can add an exception to the computer for that program. You can do this through the Control Panel on each machine, the Group Policy for multiple machines (more info from Microsoft), or through a script for maximum flexibility. The scripting … [Read more...]