You are currently browsing all posts tagged with tool

.htpasswd Creator

Posted on October 2, 2008 at 9:56 am in

This scriptlet creates an encrypted password suitable for use in an .htpasswd file as part of Apache’s password protection and outputs content for a basic .htaccess and .htpasswd file. Requirments PHP4+ Apache web server (for password protecting directories via .htaccess/.htpasswd) Downloads Online Version Online .htpasswd Creator Support Available via the Quirm.net forum.

.htpasswd Creator - the full story »
Tags:

Fake Cron

Posted on October 2, 2008 at 9:05 am in

A simple method for running .php scripts once per day when you don’t have access to cron.

The script can be called using a single ‘include statement’ within any standard .php page on your site (eg. your Home page). However, your cron jobs will only run once per day – on the first request after midnight.

Fake Cron - the full story »
Tags:

PHP Error System

Posted on October 2, 2008 at 8:54 am in

This set of scriptlets allows you to have both customised Apache error pages and the opportunity to be notified, by email, when an error occurs on your site.

PHP Error System - the full story »
Tags:

WordPress Theme Development

Top