Forum System
development version: 1.03stable version: 1.00
This is the code that runs http://technolust.forums.prv.pl/. Written just for fun and education. The idea of this forum system was to not only give my friends an online discussion forum, but to build other services and integrate them into the system. An example of such service is the Ticket Reservation System, which I successfully used for quite a bit of time. The code is dirty, ugly and unfinished in many areas, but worked fine for my purposes. Today the forum is no longer really active. As I'm not really proud of this code, I believe it would be a waste not to share something I spend a couple of months developing.
To update the post tables from the 1.0 stable release to the current development version use this update script. The first and only argument is the location of the file to unpack into the current directory containing the new forum. Example:
sd@infinity ~/web/forum $ ./import.sh ../forum-1.03.tar.bz2
Current development version 1.03
- download current development version forum-1.03.tar.bz2
- download update script forum-update.tar.bz2
md5sum: b19d773f3237a5e5c2005396437dc657 forum-1.03.tar.bz2 md5sum: 79da732b92ab99750ffb73c88610922c forum-update.tar.bz2Previous development version (for the sake of completion)
md5sum: e410a7c86bbf160eed69c4fb252fc67e forum-1.02.tar.bz2 md5sum: a333630b15b8889e0f92679ae9e26f1f forum-1.01.tar.bz2
Current stable version 1.0
- download current stable version forum-1.0.tar.gz
md5sum: 50d4a033d742e0a7cdf79899ddcc10c2 forum-1.0.tar.gz

