WordPress 2.7 Released
WordPress has been upgraded to version 2.7! The biggest improvement is the administration panel, which is now more efficient and extremely customizable.
Read more about WordPress 2.7 "Coltrane" or download it here
LMS New Feature: Email Form
LockMyStuff.com has been updated to version 1.1.0, which introduced an email feature that allows you to email your encrypted text. When you have encrypted your text, you'll see a link to show the email form. You can send the encrypted text (or link if it is stored), along with an optional message. You can also choose to include the encryption key. This feature makes it easier to send your encrypted messages.
Strong Passwords
Passwords are the most common way to restrict access to user or administrator accounts online. This means that a security system is only as strong as it's password, so a good password is essential if you want to keep motivated individuals out.
A strong password consists of letters (both cases), numbers, and other symbols. The strongest passwords have all of these in a random combination. The weakest passwords are ones that follow patterns, or worse, use words found in the dictionary.
The strongest passwords tend to be computer generated, and a great place to find strong passwords is at GRC's Ultra High Security Password Generator.
ISPConfig – Open Source Web Hosting Panel
ISPConfig is an Open Source software package for managing shared web hosting. It is a free alternative to software like Plesk and CPanel, and supports all major Linux distributions (no Windows support). It provides a web-based control panel interface for managing all the hosting services including the Web, FTP, DNS, and mail servers. This basically eliminates the need to know how it all works (though it doesn't hurt to know).
Installation is completely automated, and takes only a few minutes if you are installing on a clean system. Keep in mind, however, that troubleshooting can be difficult if something goes wrong. Paid installation service is also available.
If you are looking for an alternative to expensive hosting control panels, this is it. You may also be interested to know that this website (and others hosted at UltraMega) is managed using this software. It really makes things much easier.
Simple PHP Page Template System
A common use for PHP is managing page templates. This makes is much easier to make changes to the layout on several pages by just editing one file. In this tutorial, I will explain some simple methods for managing templates in PHP. One involves using simple includes, and the others are slightly more advanced and flexible.
