5298 projects tagged "PHP"
Simple error handler class can be use to intercept and log PHP execution errors. The class provides an error handler function that outputs a stack back-trace with the functions, arguments, file, and lines of where an error occurs, as well the values of super-global variables $_GET, $_POST, and $_FILES, and also the IP address of the current user accessing the site. When used with a MySQL class that triggers PHP errors on a MySQL error, you can use it as a means to debug broken MySQL queries.
A Simple Version Control System is an easy to install and easy to to use version/revision control system. It differs from most other version control systems in that it is designed to keep track of files in place. It does not allow any changes to be made to files; all changes require the users to change files externally with FTP or SSH access. It is very easy to set up and use. Users do not need to work with repository, branches, commit, and check-out files. All a user needs to do is upload the changes files and click Update, or if enabled, just wait for it to be updated automatically.
The SupStar Job Card Management system manages the workshop jobs, technicians, and other details of a multi-branch computer sales or technical company. Its features include per technician reports, graphs on jobs and queue views, branched total reports, a calendar for call-out jobs, email and SMS notification to clients and staff, high security, and a full admin section.
The Analysis Console for Intrusion Databases (ACID) is a PHP-based analysis engine to search and process a database of incidents generated by security-related software such as IDSes and firewalls (e.g., Snort or ipchains). It provides a search interface for finding alerts matching practically any criteria. This includes arrival time, signature time, source/dest address/port, flags, payload, etc. ACID also provides the ability to annotate and logically group related events, delete false positives, or archive alerts among databases. Finally, a variety of statistics and graphs can be generated based on time, IP address, ports, alert classification, and sensor.
ACLbit is a command line tool to backup and restore POSIX ACLs on Linux file systems. The tool uses its backup database to inspect ACLs. The inspection part of ACLbit focuses on providing clear and concise output of effective access rights of a particular user. The main purpose is to make the life of sysadmins easier when finding out current access rights of a particular user when ACLs are in use, especially on systems with tens/hundreds of thousands of inodes. ACLbit is tool to backup ACLs only. It is not an archiver, so it does not backup the files themselves.