Netzbrett 1.4.4
copyright 2000 

Thomas Weinert
info@subjective.de
http://www.subjective.de

The program is pulished under the 
GNU Public Licence. See licence.txt for
details.

###########################################

Quick Install:

1. 
Copy all files into a new subdirectory
of your Homepage.

2a. 
Create a new subdirectory "data" if
you like to use text files
or

2b. 
use "mysql.sql" to make a new table in a
MySQL database.

3. 
look at the conf.php an change the
variables to fit your needs.

###########################################

Hints:

The script should be compatible to PHP 3
but Ive tested under PHP 4. If someone
finds a PHP 3 bug, please send me a mail.

On some servers PHP files uses another 
extension like .php3 oder .php4 change
the extensions of all files and the
include() params in index.php, last.php
and conf.php

IMPORTANT!

This script needs register_globals on.
The error reporting should be "E_ALL ^ E_NOTICE".

###########################################

History:
2002-12-02: 1.4.7 Important bugfix in netzbr.php
2000-12-18: 1.4.6 Minor bugfixes. A new option to 
                  disable the webpage input.
                  Fixed HTML errors in the output.
                  New reading function for text_fast.
2000-08-15: 1.4.5 New dump.php to create a 
                  database-dump from the entries.
                  Split input checks into standard
                  and strong. Added error message for
                  each field. Cookies are now not used
                  in admin mode.
2000-03-01: 1.4.4 New output-functions for
                  more performance.
2000-11-26: 1.4.3 Admin Bugfix for Database
2000-11-26: 1.4.2 Output Buffer and Bugfixes
2000-11-06: 1.4.1 New socket using the PHP 4 PEAR
                  database object.
2000-11-02: 1.4.0 new release
2000-10-20: 1.3.5 bugfix for import from 
                  Netzbrett 1.2.x
2000-10-16: 1.3.4 remove preg_* funktions
                  source documentation
2000-10-08: 1.3.3 Change funtion corrected.
                  Index Output fixed.
2000-10-02: 1.3.2 Links corrected. Rewrite of
                  the index output.
2000-09-27: 1.3.1 Email-Link corrected. Updated
                  sort function for text mode.
2000-09-26: 1.3.0 Complete rewrite. Split to 
                  different files. Now you can use 
                  text files or mysql. User data
                  now saved in cookies. Language
                  is an param now. New function to get
                  the last entry. Answer thread now
                  faster. The emails with the
                  new entry now includes a link.
2000-09-05: 1.2.5 Bugfix allowed tags
2000-08-04: 1.2.4 Bugfix for autom. hyperlinks
2000-08-03: 1.2.3 Bugfixes uncomment htmltags
2000-07-13: 1.2.2 Bugfixes Delete HTMLtags
                  works now.
2000-07-10: 1.2.1 Bugfix for Windows - now you 
                  can delete entries.
                  ... thx [__hugo__] 
2000-07-06: 1.2.0 Second public release 
2000-07-05: 1.1.4 New Function str2html, Bugfix
2000-06-27: 1.1.3 Bugfixes
2000-06-26: 1.1.2 Bugfix for ' and "
2000-06-26: 1.1.1 Pipeline bugfix in read_data, 
                  read_entry + today bugfix ... 
                  thx Peppo :-) 
2000-06-25: 1.1.0 Mulilanguage developing version 
                  in English/German/Italian
2000-06-19: 1.0.3 Rewrite of HTMLtag functions, 
                  Recognition of hyperlinks, 
                  Bug removing
2000-05-25: 1.0.2 Printview added. Bug removing 
2000-04-13: 1.0.1 Color mode, Admin mode
2000-04-11: 1.0.0 Initial release

###########################################

index.php :

The layout of your page. All php code 
of the Netzbrett is inlude the conf.php
Calls netzbrett_cookies() and
netzbrett_main() to include the forum.

###########################################

last.php : 

Sample for using the new 
netzbrett_last(); function. The param
is a link to the webaddress of the
forum.

###########################################

conf.php :

The configuration of your webboard.
All params have a short description.

###########################################

netzbr.php :

The program file.

###########################################

sck_text.php :

Functions for reading and writing forum data
to text files.

###########################################

sck_mysql.php :

Functions for reading and writing forum data
to a mySQL database.

###########################################

chkit.php :

Funktions for checking inputs.

###########################################

dump.php :

Create a database dump from the entries.

###########################################

de.txt, en.txt, it.txt, ...

Language files :-)

###########################################

licence.txt :

GPL licence

###########################################

readme.txt :

This file.