Archive for the 'PHP' Category

March 22, 2009

This is a moving blog!

All content is moving to a new home.  In an effort to reduce the number of blogs I personally maintain I am eliminating them all in favour for Ventrino.  In fact, Ventrino is the only site I maintain outside of the day job now :-)

February 16, 2009

Changes to Ventrino Support

More often than otherwise we receive complimentary comments about the support we give for the Ventrino product.  I am instantly humbled by these comments as they really should be directed to other users of the script rather than Adam and I.
To understand the support we offer you need to know a little history of the [...]

January 2, 2009

PHP to redirect IP addresses to different page

If you would like to redirect browsers based on their IP the following method can be used to handle multiple IP’s.  You can choose to redirect entire networks or a single ip.

<?php
//array of ip’s you wish to block. Note that you can block an
//entire class by replacing it with 0, so to block [...]