You are currently browsing all posts tagged with script

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.

SAXON

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

SAXON is an open source online news management system.

Some time ago, I needed a simple, PHP, news management system for a client of mine but I couldn’t find anything that suited. Whilst there are plenty of news management systems out there, most came with emoticons and other bits & pieces that I felt weren’t suitable for a small business web site. Others were overly heavy in features that, frankly, I didn’t need or want.

WordPress Installation and Set Up

Top