====================
XBNBT BETA 81b.3.3
====================
http://sourceforge.net/projects/xbnbt/
A modifed BNBT BitTorrent tracker based on BNBT 8.1r3, The Trinity
EasyTracker 7.5r3 and CBTT 8.0.3.5. BNBT was written by Trevor Hogan.
BNBT is a complete port of the original Python BitTorrent tracker to C++
for speed and efficiency. BNBT also offers many additional features beyond
the original Python BitTorrent tracker, plus it's easy to use and customizable.
BNBT is covered under the GNU Lesser General Public License (LGPL).
========
Features
========
==========
KNOWN BUGS
==========
=========
CHANGELOG
=========
Beta 81b.3.3
- Fixed top search entry on index.html
- Fixed RSS links
- Fixed MySQL Users registration redirector
bnbt.cfg changes
xbnbt_mysqlusers_forums_link = ( eg. for IPB: http://localhost/forums/index.php?act=Reg )
- Fixed MySQL Users loaded status
- Fixed edit user problem when users was using non-alphabetic characters in their login
- Fixed IE6 Scrollbars bug ( CSS html{overflow-x:auto} )
- Fixed minor bugs
- Fixed more compiler warnings
- Optimised source code generally
- Added server responses for XML, RSS, CSS, ImageBarFill and ImageBarTrans to serve files directly from bnbt.cfg entries
bnbt.cfg entries added
xbnbt_serve_local = 1 ( 0-Disabled 1-Enabled )
xbnbt_image_bar_url = ( e.g. http://localhost/ )
xbnbt_image_bar_dir = ( e.g. C:\Program Files\Apache Group\Apache2\htdocs )
xbnbt_style_sheet_url = ( e.g. http://localhost/ )
xbnbt_style_sheet_dir = ( e.g. C:\Program Files\Apache Group\Apache2\htdocs )
- Added XML link to the navbar, only accessible by admins
- Added 'Frozen' state for Dynstat when torrents have no peers
* New file 'dynstat.bnbt' dictionary of frozen status
- Added meta tag title description and keywords
bnbt.cfg entries added
xbnbt_tracker_keywords = bittorrent, torrent, tracker, XBNBT
- Added meta tag robots blocking of all pages except index ( use robots.txt for full settings )
- Added Additional title to index.html and CSS
- Added CSS control of all horizontal lines <hr>
- Added CSS control for staticheader and staticfooter
- Modified bnbt.cfg values for XBNBT in a move to URL built from from FQDN and port
bnbt.cfg entries added
xbnbt_tracker_fqdn = ( eg.: my.host.com )
( removed ) xbnbt_tracker_url = http://localhost:6969/
- Added entries to lang.cfg
- Removed 'users_return' from lang.cfg and added function to 'users_created_user' ( delete these keys )
- Changed lang.cfg to use all strings, %d->%s ( search and replace )