OBM (Open Business Management) is an Intranet application whose goal is to help manage a company, but can be used as a contact database or shared calendar. OBM is written in PHP and uses MySQL or PostgreSQL for storing data.
I find this little script very useful for web applications that need to automatically generate tables. I wrote it because I felt it was wrong to have a script execute create table SQL statements for tables that already existed.
YapGB is a free guestbook written in PHP, it features:
- no database needed, just a plain text file,
- allows modification and deletion of entries,
- fully customizable appearance through a template system.
- custom timezone.
- notification of new entries.
- smilies and BBCode support (*new).
YapGB is released under the terms of the Gnu GPL License. Latest version is 0.5.1 which adds the smilies and BBCode support. Also, it corrects a small bug with version 0.5.
This script will take some text and replace stuff like :) and :p with a graphics of smiley faces. It also does [b]bold[/b] to bold text and many other UBB codes. It works well with other scripts like Newspro as it can read in the news.txt file and convert UBB to HTML before displaying it. Will convert the other way around too.