You are currently browsing all posts tagged with script

Accessible Calendar Class

Posted on October 2, 2008 at 10:04 am in

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.

Sphidermap Class

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

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

.htpasswd Creator

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

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

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

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

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.

WordPress Installation and Set Up

Top