15871 projects tagged "Linux"
objectManager is a simple to use PHP object/MySQL database layer that allows objects to be inserted, retrieved, updated, and and deleted from a MySQL database. Each operation that would normally take many of lines of code, is achieved with one function. The system depends on objectManager.class.php for all tasks, from which any class can inherit to make that class persistent.
Tribes Console Log Parser (TCLP) parses Starsiege Tribes server logfiles to pull out name/IP correlations and scoring information. This data is entered into a MySQL database. The data can be retrieved either by manually entering SQL commands or through the provided Web (PHP) interface.
This is a project to create/maintain webportfwd. Webportfwd is a program which listens on specified ports for incoming HTTP requests. When requests come in, it replies back with a redirect to tell the browser where the real URL lives. This allows one machine to receive multiple HTTP connections to multiple ports, and depending on the port contacted, it will reply with the URL for the service that the user expects to find on that port. The ports it listens to and the URLs it sends out are stored in a text configuration file.