21 projects tagged "PHP"
The Sethi Family Guestbook is a multi-format guestbook script written as a single PHP file that requires no installation. It features page spanning, (optional) private comments, user-selection of number of entries per page to display, multiple guestbook formats (elegant, simple, or standard), and background color. No database is required. It supports image verification using random text as part of a CAPTCHA system. It also uses other techniques to foil spam robots. It supports multiple formats, mangled email display, and a fully customizable interface.
W-Agora (Web-Agora) is a database-driven communications system which allows you and your visitors to store and display messages, files, and other information on your web site. More than "just another Web BBS/forum software", W-Agora is designed so it can be easily customizable through a Web browser and the use of templates. It can be used as a BBS, guestbook, download area, or publishing system. Several database backends are supported such as MySQL, Postgres, mSQL, Oracle and DBM.
Empris (The Emergencies Personnel Information System) is a platform and database independent method for receiving job or volunteer resumes online, and subsequently evaluating, indexing, searching, and managing them. It is ideal for HR managers or volunteer coordinators. It was and is being developed for Oxfam Community Aid Abroad Australia using PHP.
vTemplate is a PHP class that is intended to make splitting PHP from HTML a simple and natural task. It has easily understandable syntax that is much easier to use than other template classes. It compiles a template into native PHP code using one PCRE call, thus the parsing is extremely fast. It also has powerful caching and debugging classes to extend the functionality.
SQLiteWebAdmin is a tool for the Web-based administration of SQLite databases, which have native support in PHP 5. You can manage multiple SQLite databases, create new databases, show and edit database properties, create new tables, show and edit table structures, browse table data, selecting table data, and show and add indexes.
A tool which splits a single WAV file into multiple wav files based on silence.
An attempt at cloning the original Pong for the Atari 2600 in pure C++ and SDL.