Check out the EVE-Development Network for support, bugfixes and new versions at www.eve-dev.net Requirements: - webserver (apache) - PHP4+ - Mysql 4+ - basic knowledge of the above Quick setup: - Setup a mysql database - Run sql/install.sql on that database - Extract archive to your webserver's rootdirectory - Set permissions so that the user your webserver runs under is allowed to create files in cache/map and cache/portraits. - Enable URL file access in your PHP configuration - Edit config.php: o KB_HOST should be set to the FQDN your killboard is at, e.g. kb.mycorp.com o Leave KB_SITE as it is o CORP_ID or ALLIANCE_ID should be set to the ID of your corp or alliance. You can lookup the id in the database tables kb3_corps (crp_id) or kb3_alliances (all_id). If it's not there yet, just add a new entry in the table and use that id instead. Make sure you set one of the two to 0. o KB_CACHE can be set to 1 to enable page caching. You probably won't need this for a single hosted killboard. If you do use it, make sure the directory used to store the cached pages in is outside your webroot. o STYLE_URL, COMMON_URL, IMG_URL need to be set correctly. E.g. http://kb.mycorp.com/style, or http://style.mycorpkillboard.com. This goes for the other 2 as well. o Database credentials go into the DB_HOST, DB_NAME, DB_USER, DB_PASS variables. - Remove the sql/ directory from your webroot. - Have fun ;) o/ rig0r