Welcome to lsbBB, an open source extension for phpBB that provides integrations with LandSandBoat server.
- Create accounts in the XI database when user's register through phpBB
- Activate accounts in the XI database after phpBB user validation is complete
- Change account passwords in the XI database when phpBB password is changed
- Migrate existing users in the XI database into phpBB
- Adds accounts logged into the XI server to the Who Is Online list
- Auction House index page showing the latest listings
- Browse the Auction House by category
- Vana'diel World Map with Conquest information
- Zone pages displaying NPCs, Mobs, and Fishing for each zone
- Character profiles
- Item pages for every item in the XI database showing recipes, drop information and fishing information
- Search for any item
- You must already have a working install of phpBB version >=3.3
- You must have the LandSandBoat database installed on the same server as phpBB's database
git clone https://github.com/MadeToRaid/lsbbb.git phpbbroot/ext/madetoraid/lsbbb
You will need a set of icons for all items in game. FFXIAH conveniently hosts them here, or you can source your own.
tar -xf icons.tgz -C phpbbroot/ext/madetoraid/lsbbb/styles/all/theme/images/icons/
If you want maps to work, you will need to source the images. The Remapster project has created new maps for many areas. Download their "1024" maps and place them in:
phpbbroot/ext/madetoraid/lsbbb/styles/all/theme/images/maps/1024/
Go to your phpBB admin control panel's Customize tab and enabled the lsbBB extension
You can see a working copy of lsbBB at the Made to Raid Forums.
lsbBB is licensed under GNU GPL v3
Thanks to the maintainers of LandSandBoat and phpBB. This project does not exist without their hard work.