Currently browsing 'tool'

.htpasswd Creator

Posted on Thursday, October 2nd, 2008 at 9:56 am in Scripts.

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.

Fake Cron

Posted on Thursday, October 2nd, 2008 at 9:05 am in Scripts.

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.

PHP Error System

Posted on Thursday, October 2nd, 2008 at 8:54 am in Scripts.

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.

Top