Fix course bitfield table: correct bit positions and values
The table had courses renumbered sequentially as bits 0-10, but the
code uses value = 2^ID where bit position equals the course ID.
Every row was wrong (e.g. HunterLife was listed as bit 0/value 1,
actually ID 2/value 4; NetCafe is 2^26, not 256). Fix all values
and update the SQL examples accordingly.
Consolidate docs/ content into wiki as single source of truth
Port logging config, MHFML tags, course bitfields, security checklist,
command security classification, player commands reference, DB
troubleshooting/backup/tuning, and firewall/monitoring guides from the
v9.2.x-stable docs/ into the wiki. All schema references adapted to
current main branch field names.