Just some great web applications for your perusal.
Some of these are not applications but just frameworks.
Make it easy for people to publish stuff on the web.
Joomla! is one of the most powerful Open Source Content Management Systems on the planet. It is used all over the world for everything from simple websites to complex corporate applications. Joomla! is easy to install, simple to manage, and reliable.
Crafty Syntax Live Help (CSLH) is an open source live support solution that helps customer support with live help functionality that can be proactively pushed to visitors to your site or requested by the consumer. Crafty Syntax includes a large range of features to allow multiple operators, multiple departments and multiple languages to be used.
Crafty Syntax Live Help is free and is progammed in PHP with Mysql for the datatabase. Other highlighted features include the ability to create your own questions, auto inviting visitors, referer tracking, page tracking, ability to view what the customer is typing as they type, multiple chat sessions, sound alert, leave a message if offline, push urls, quick responses, Customizable graphics, and multiple operators. runs on your server and is open source GPL.
http://drupal.org/project/drake
http://dev.sypad.com/projects/drake/
Drake is a module for Drupal that lets you execute your CakePHP applications inside Drupal. It provides a bridge between Drupal and CakePHP, allowing your CakePHP applications to be run with or without Drupal, with no need to change your source code.
What is CakePHP?
CakePHP is a rapid development framework for PHP. It helps developers build robust applications, fast. Here’s what the CakePHP team says:
Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility.
Why Drake?
Drupal is one of the best content management systems around, and while it provides a smart yet compact framework for buidling modules, it doesn’t offer the developer all the features an elegant platform should provide. CakePHP is a robust framework (probably the best PHP framework out there), but offers no out-of-the-box CMS capabilities. So it was just natural to combine them.
You can use Drupal to build up your website and manage its contents, or even extend your offering by using Drupal modules. When you need to provide your own custom development, you program them using CakePHP as your framework. With Drake, you combine both worlds, running your CakePHP applications on your website, without having to deal with the inner details of the Drupal API, or having to build a system such as Drupal using CakePHP.
Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility.
Some stuff, to protect ur stuff.
ModSecurity for Apache 2.0 is now available. The exciting new features include XML support, event correlation, transaction scoring, anomaly detection, data persistence, a wealth of anti-evasion functions, regex back-references, support for sessions, and many more. This release further increases the flexibility of the core engine and enables you to do what you want exactly when you want it.
Oldy but Goody
phpSecureSite is a modular authentication and session-handling system for PHP, released under the GNU GPL license. It is primarily intended for use in closed web-applications, where users are required to enter a username and password to gain access. It is made to be fully integrated with the web-application, so that users will not notice that you are using a separate authentication and session system. This means that you must code the front-end (such as login screens) yourself. More information can be found on the about page.