Scripts

Sphidermap Class

October 2, 2008 - 9:59 am

A PHP class which uses Sphider’s sites and links tables to create a site map for a single site.

Sphidermap Class - continue reading …

.htpasswd Creator

October 2, 2008 - 9:56 am

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

Support

Available via the Quirm.net forum.

GMT to UTC

October 2, 2008 - 9:54 am

This scriptlet does exactly what it says on the box - it converts a GMT date in the format ‘dd/mm/yyyy’ into UTC format and vice versa.

Requirments:
PHP 4+

Downloads

GMT to UTC (2.6 KiB, 693 downloads)

Support

Available via the Quirm.net forum

Fake Cron

October 2, 2008 - 9:05 am

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 - continue reading …

MySQL Backup

October 2, 2008 - 9:02 am

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 Backup - continue reading …

Top