What is CIBBL Engine?

CIBBL Engine is a custom built set of PHP using the CodeIgniter framework to run and manage a Blood Bowl League. It's backed by a database which is currently MySQL.

The CIBBL Engine is currently in it's second version. Version 1.0 was able to run the Central Illinois Blood Bowl League(CIBBL) for nearly one (1) year. Version 2.0, what you are currently viewing, was built due to an expainsion of players. The old version was unable to deal with large number of teams due to no query caching and a minimum of 20 queries to just display one (1) team. Version 2.0 was reorgainzed to let the database handle more of the base data management and greatly reduce the number of queries. The displaying of a team now is just two (2) queries assuming those queries are not found in the cache.

What are the main features of CIBBL Engine?
- Public Knowledge of Team Standings
No more wondering how your team is doing this season.
- Accurate Team and Player Status and Value
No need to remember how to update the team value when players are injured/gain skills.
- Intelligent Query Caching
This reduces hits against the database and provides quicker page displays.
- Role Based Authenitcation
Provide different access to the site based upon your logged in role.
- Easy to Customize
With just a little PHP and HTML knowledge the site is fully customizable with out knowing how to work with databases or deal with the logic of managing players.
What License is CIBBL Engine Released Under?

CIBBL Engine is released under the BSD License.

How to get CIBBL Engine

Currently, CIBBL Engine can be gotten by sending an email to .

A word of warning for those not use to setting up LAMP or random open source products; there is no simple installer. The database will be set up by running a SQL file, configuration files need to be manually edited.

Enhancements/Bug Fixes History

Blood Bowl, the Games Workshop logo, Games Workshop and Warhammer are trademarks of Games Workshop Limited. Used without permission. No challenge to their status is intended.
This website is completely unofficial and in no way endorsed by Games Workshop Limited. For more information, see Games Workshop's IP policy
The comments are property of their posters, all the rest © 2007-2012 by A. Brown

Powered by CodeIgniter and CIBBL Engine 2.0.

Best viewed in Firefox 3.0