PHP

Zabbix - Open source website and server monitoring solution

The monitoring solution for everyone

Nowadays it's very important to observe the availability of websites to prevent loss of sales and profit. But a system that informs you when it is already too late and the website is not reachable, can not be the only solution. Such a system has the job to inform the administrator about problems before the website is down, and in the majority of cases this is really possible, for example:
nearly...
05-16-2009 0 Comment(s) read the full article

Improve the security of your PHP applications

PHP-Intrusion Detection System make it easy!

PHPIDS can help you to improve the security of your applications, in a very smart way. IDS is not a global filter and doesn't strip any information out of the userinput, it only analyze the input if anyone tries to get code or other malicious things into your application. After the analysis, you get a report from the IDS and can decide what to do.

You can also configure PHPIDS to log the...
04-28-2009 326 Comment(s) read the full article

Automate the deploy process with Phing

What is Phing?

Phing is a project build system based on Apache Ant. You can do anything with it that you could do with a traditional build system like GNU make. Phing uses easy to understand and simple XML build files, to configure your tasks. It's easy to extend Phing with your own filters and tasks.
04-19-2009 1 Comment(s) read the full article