added error reporting line
[specialops2.git] / README
blobdc96c2716e48e32c6188c052535bfe146be9e38c
1 Special Ops Boards 2
3 © 2004-2005 Ant P (http://specialops.ath.cx/)
4 License: ZLib. See the file "COPYING" for the license terms.
6 >> Intro
7 This message board system started off as mBoard, a featureless GameFAQs spinoff
8 board I made in a few hours that never really gained popularity. The code in
9 mBoard, as well as what I had in Special Ops 1.x was crap. So I threw it all
10 out and rewrote (mostly) from scratch.
11 The result of it is better than EGFC. lolz onion = pwned
13 You need these for it to work:
14         PHP 5, mysqli, SPL
15         MySQL 5, InnoDB
17 >> Installation
18 Identical to GameFAQs Hell (use linux btw). The DB files are in res/. There
19 isn't any board editor yet because I'm lazy.
21 >> To Do list (major)
22         Moderation system
23         Paged topic lists
25 >> Developer info
26 The latest version of the source (which may not work) is always available at:
27         http://specialops.ath.cx/repos/so2/trunk/
28 The code is best viewed at 160 cols, tabwidth 4.
29 Code formatting is mostly based on the Linux kernel standards.
30 Bugs or whatever go to:
31         irc://specialops.ath.cx/whitefyre
33 $Id$