Scripts
Sphidermap Class
A PHP class which uses Sphider’s sites and links tables to create a site map for a single site.
.htpasswd Creator
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
htpasswd (2.2 KiB, 1,667 downloads)
Online Version
Support
Available via the Quirm.net forum.
GMT to UTC
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
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
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 …