Configurable admin-directory
From Game Section
NOTE THAT THIS PAGE IS ABOUT GAME SECTION 1.1.x
NOTE THAT THIS IS INCLUDED IN GAME SECTION 1.2.x BY DEFAULT
Defaultly, in 1.1.x, you only can add games, gamedata, ... when your admin-directory is default (/admin/). But more and more people change the name of their admin-directory for security-reasons.
So, we must to change the code. When you changed, follow this:
1. Upload the changed file to your admin directory
2. Create a directory called games in your admin-directory
3. Give that directory CHMOD 777 rights
Changed File
When you don't want to change your file manually, download this file.
The Code Changes
Repeat this so everything is replaced:
Open {admin}/games.php and find:
MYBB_ROOT."admin/
Replace with:
MYBB_ADMIN_DIR."

