Jump to Content


Latest Posts

Simple Greater Than or Equal To Validator for ZF

A simple validator for the Zend Framework to check if a value is greater than or equal to a specified value. The Validator Put this in library/Carbidefinger/Validate/Greaterthaneq.php <?php /** * Greater than or equal to Validator * *...

Modified Pre-Order Tree Traversal with Zend_Db

Hector Virgen has released a brilliant Zend_Db_Table extension enabling simple use of the Modified Pre-order Tree Traversal pattern. ...

Free RBL Checker Tool

I have written an AJAX based RBL checker tool as an extension to this site, in the hope that it is useful. You can access it at http://www.nickpack.com/tools/rblcheck Simply enter any IPv4 address into it and it will search a pre-defined list of RB...

XBOX360 Error codes - What the RROD actually means

If there is a problem with the Xbox360 The LEDs in the ring of light will flash in a particular pattern. ...

Hello World Example WHM Plugin

This is a simple hello world example plugin skeleton for WHM plugins, intended primarily to give people somewhere to start. #!/usr/bin/perl #WHMADDON:helloworld:Hello World <b>Example</b> #############################################...
Back to top