ErrorDocument * index.php

Using a site's home page as an error document is a good way to prevent people and 'bots from learning more about the site architecture. Routing all error requests to the home page, or some other page, will reduce information leaks, such as 'file not fou… more »

Fly High - JetScripts

Cool scripts that are worth buying. The purchase price is far less than the cost of the time you'd have to spend to write them yourself, and, in my case, the code's much better, too. :) http://jetscripts.com/sanitizer.htm - This is a much improved v… more »

PHP cPanel email address import .CSV file notification script

This script reads a .CSV file with a field order of email address, domain, password, and quota and issues messages to distribute the new passwords. <?php $sData=file_get_contents('email_accounts.txt'); $aData=explode("\n",$sData); foreach ($aDat… more »

Rounded Rectangles Notes

Creating rounded rectangles has become a bit of a quest. This blog links to a utility that lets you create a rounded rectangle image that can be used in a page to help organize the content (http://wirehopper.com/design/rounded.php). It has a link to… more »

Multi-Lingual Site Configuration with Apache

Most browsers send the prefered language to servers when they access sites. This can be used to select the appropriate content, using Apache's mod_negotiation. Sample .htaccess file Options +MultiViews LanguagePriority fr en AddLanguage en .en… more »

:: Next >>