Path: CGI : Message Board :

Message Board Software Message Board Service...

Message board software written in C++. This program uses text files (CSV) to implement
the data storage for the message board data.

Hackers can be blocked when they spam the message board.

The message board allows people to have public online corrresponds on tree of topics.

Each topic has a message at the top of the message board page. The new posts show up
at the top of the message board page.


CGI_URL: /scripts/msg.exe
DATA_DIR: C:\Inetpub\scripts\
MESSAGE BOARD: message_board1.csv
TOPIC TREE FILE: tree.csv
PASSWORD FILE: passwords.csv
IDENTIFIER NUMBER: id.dat


  message_board.zip - C++ Windows CGI program for a message board.