====================
XBNBT BETA 80b.3.2
====================
========
Features
========
==========
KNOWN BUGS
==========
=========
CHANGELOG
=========
Beta 80b.3.2
- Fixed major bug with with compact announce mode
- Implimented IPB user integration ( PLEASE TREAT THIS FEATURE AS ALPHA CODE!! )
bnbt.cfg entries
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 )
- Fixed image filename problem when xbnbt_dynstat_savemode = 1
- Fixed crash at start if no image available when skinning enabled
- Fixed crash at start if no font file is found when dynstat enabled
- Fixed crash at start if no image output directory found when dynstat enabled
- Added authorisation request to the file response handler for improved security
- Added table headers to Your Torrents in login.html
- Added Tag and Date to Your Torrents in login.html
- Added sort, search facility and results count to Your Torrents in login.html
- Added 'Client' column to stats.html ( Some code from jTracker 0.1.25 and XBT? )
bnbt.cfg entries
xbnbt_showpPeer_info = 0 ( 0-Disable 1-Client Type 2-Peer ID )
- Rewrote trinity_use_mouseovers function: now handled internally by bnbt_tag
bnbt.cfg entries
bnbt_tag{X} = {tagname}{|{hoveronimage}{&{hoveroffimage}}}
e.g. ( with trinity_use_mouseovers = 1 )
bnbt_tag1 = Animation|/files/images/winxp/anime.gif&/files/images/winxp/transanime.gif
- Overhauled xbnbt.css: many changes and new classes, please use!
- Fixed all HTML, now generates valid HTML 4.01 Strict code
- Fixed HTML in header.html and footer.html files
- Added HTML, CSS & RSS validator to all pages
bnbt.cfg entries
xbnbt_show_validator = 0 ( 0-Disable 1-Text Link Type 2-Image Link )
xbnbt_rss_valid_image = ( URL to RSS validation image eg http://localhost:6969/files/png )
- Added JavaScript detection to check browser is enabled
- Added JavaScript 'ghosting'
- Added additional users online control
bnbt.cfg entries
xbnbt_users_online = 0 ( 0-Disable 1-Enable )
- Added a common navigation bar to top and bottom, and CSS controls on a per page basis
bnbt.cfg entries
xbnbt_show_navbar = 0 ( 0-Disable 1-Enable Top 2-Enable Bottom 3-Enable Both )
- Included updated install.php from BNBT 8.1R2
* modified MySQL tables to use BLOB instead of BINARY CHAR
- Included updated config.html from BNBT 8.1R2 ( docs )
- Included updated compile_other.html from BNBT 8.1R2 ( docs )
- Modified Makefiles to link required libraries under Linux
- Lots of miscellaneous bug fixes