Archive for the 'Scripting' Category

Directory size monitoring with VBScript

Friday, September 9th, 2005

Need to monitor the size of a folder but don’t want to invest in some crappy software for the purpose? Use VBScript to email you when it exceeds a certain size.

Large BLOB to MSSQL database

Friday, September 9th, 2005

While trying to maintain security restrictions for a new system I’m developing to deliver data to our customers I came up with the following chunks of code to insert data in 256k chunks into a Microsoft SQL Server database.

ETN.fm trance track as an image

Thursday, June 16th, 2005

Using a template image as your signature, use PHP and GD2 to render the currently playing track onto your forum signature.

PHP Upload

Wednesday, June 15th, 2005

A PHP upload script that uses MD5 passwords, sessions, passwords and layers

Mail File Batch Script

Wednesday, June 15th, 2005

Quickly and simply email a file as an attachment to an email address using the command line.