========
Features
========
=========
CHANGELOG
=========
Beta 81b.3.1
- Updated to BNBT 8.1r3 core, then modified to include threads, links and XML dump.
- Fixed FreeBSD compile errors
- Added OpenBSD and NetBSD support
- Fixed sort problem introduced in previous release
- Modified makefiles for FreeBSD
- Added sort to tag column on index.html and login.html
- Added filter link to tag icons on index.html
- Added tag icons to login.html
- Added sort to client column on stats.html
- Added sort to IP column on stats.html
- Added sort to average upload rate column on stats.html
- Added sort to average download rate column on stats.html
- Added sort to uploader column on index.html
- Modified IPB integration to work with other forums and portals, i.e. PHPNuke, phpBB and others
( PLEASE TREAT THIS FEATURE AS ALPHA CODE!! )
bnbt.cfg entries added ( Automatic migration )
xbnbt_mysqlusers_database = forum ( The mysql users database name )
xbnbt_mysqlusers_forums_admin = admin ( The mysql users member to make XBNBT admin )
xbnbt_mysqlusers_forums_link = http://localhost/forums ( The URL to your forum )
xbnbt_mysqlusers_host = localhost ( Your FQDN for mySQL server hosting the mysql users database )
xbnbt_mysqlusers_ignore_group1 = 1 ( group to ignore when processing users )
xbnbt_mysqlusers_ignore_group2 = 2 ( group to ignore when processing users )
xbnbt_mysqlusers_ignore_group3 = 5 ( group to ignore when processing users )
xbnbt_mysqlusers_interval = 10 ( Time in minutes to reload mysql users database )
xbnbt_mysqlusers_override_users = 0 ( 0-Disable mysql users integration 1-Enable mysql users integration )
xbnbt_mysqlusers_password = ( Your mySQL password for mysql users database )
xbnbt_mysqlusers_port = 3306 ( Your mySQL port number )
xbnbt_mysqlusers_table = ibf_members ( The table for mysql users database )
xbnbt_mysqlusers_table_email = email ( email field in mysql users database )
xbnbt_mysqlusers_table_group = mgroup ( group field in mysql users database )
xbnbt_mysqlusers_table_id = id ( id field in mysql users database )
xbnbt_mysqlusers_table_joined = joined ( joined field in mysql users database )
xbnbt_mysqlusers_table_name = name ( name field in mysql users database )
xbnbt_mysqlusers_table_password = password ( password field in mysql users database )
xbnbt_mysqlusers_user = root ( Your mySQL user name for mysql users database )
bnbt.cfg entries removed
xbnbt_ipb_database = forum ( The IPB database name in mySQL)
xbnbt_ipb_forums_admin = admin ( The IPB member to make XBNBT admin )
xbnbt_ipb_forums_link = http://localhost/forums ( The URL to your forum )
xbnbt_ipb_forums_prefix = ibf_ ( The table prefix for IPB database )
xbnbt_ipb_host = localhost ( Your FQDN for mySQL server hosting the IPB database )
xbnbt_ipb_interval = 10 ( Time in minutes to reload IPB users )
xbnbt_ipb_override_users = 0 ( 0-Disable IPB integration 1-Enable IPB integration )
xbnbt_ipb_password = ( Your mySQL password for IPB database )
xbnbt_ipb_port = 3306 ( Your mySQL port number )
xbnbt_ipb_user = root ( Your mySQL user name for IPB database )
- Modified xbnbt.css