Archive for February, 2010

Malware Scanner

Well one of the latest issues out there in the development would is this issue of infected websites that drop malware. Most of the time this is caused by not keeping your code up to date in the most secure methods of coding. Most open source code is taking this into consideration. However if its [...]

Generic Input Sanitizer

With the ever increasing attacks on websites for place malware links and site defacement a programmer must be ready.  Also many times these attacks are on older systems that need to be supported.  I have developed a PHP 5.x approach to this.  The code is a block of code that can be added at the [...]