63 projects tagged "Dynamic Content"
PHP Shell is a shell wrapped in a PHP script. It's a tool you can use to execute arbiritary shell-commands or browse the filesystem on your remote Web server. This replaces, to a degree, a normal telnet-connection. You can use it for administration and maintenance of your Web site using commands like ps, free, du, df, and more.
RabbIt is a mutating, caching Web proxy used to speed up surfing over slow links like modems. It does this by removing advertising and background images and scaling down images to low quality JPEGs. RabbIT is written in Java and should be able to run on any platform. It does depend upon an image converter if image scaling is on. The recommended image converter is "convert" from the ImageMagick package.
The Machine Inventory Database (MID) is a Perl-based CGI interface to manage the machines on and off your network, both from the IP assignment perspective and the asset-tracking perspective. On top of acting as a frontend to a handful of MySQL tables, it handles IP assignment and acts as a frontend to the configuration files for BIND, YP, and DHCPD to reduce the chance for typos in the configuration files which tend to bring down service.
IP Traffic Volume uses Linux kernel iptables to log incoming and outgoing bytes though your network device(s) and can dump summarized log statistics in ASCII to the console or display in HTML via the included CGI interface for displaying on a Web server. It is highly configurable as to what kind of traffic is counted, e.g. to and from specific ports and/or specific IP addresses or groups of ports and addresses. It uses a mininum of resources and doesn't need a database for the logged data.
Embedded HTTP Server (EHS) is a C++ class which can be inherited from to give HTTP server functionality to any class or application. It supports form data via POST or GET, setting and reading cookies, and uploads via multi-part form attachments. It is useful for adding Web-based administration or statistics to any C++ program. It also supports HTTPS for doing secure transactions.