You are currently browsing the Scripts category

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.

MySQL Backup

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

This script outputs a basic backup of a MySQL database in sql format directly to your web browser.

You can either backup all tables within the database or chose to just backup specific tables. Simply run this script, copy the output, paste it into plain text file and save it for future use.

MySQL backupzip

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

This script creates .gz zipped backups of a variable number of MySQL databases – 1 archive per database – within a dedicated area of your web server

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.

Access Key Class

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

Following on from a post on permanent tangent, I am now releasing a PHP Accesskey Class for user definable access keys. Full instructions for its use are included in the download archive.

WordPress Installation and Set Up

Top