A simple PHP class which displays an accessible calendar for the month selected and returns the selected date as a unix timestamp which can then be passed to a secondary script of your choosing for processing.
You are currently browsing all posts tagged with script
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 Online Version Online .htpasswd Creator 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 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.

FlipFlop 3.0