1. Real IP of users: Add this code to your
inc/init.php file to make MyBB show real IP:
php
if (isset($_SERVER["HTTP_CF_CONNECTING_IP"])) {
$_SERVER['REMOTE_ADDR'] = $_SERVER["HTTP_CF_CONNECTING_IP"];
}
2. SSL: In ACP > Configuration > Server Settings, change
Forum URL to HTTPS if you are using SSL.
3. Rocket Loader: Disable if you experience problems with JavaScript.
4. Cache: Use Cloudflare cache rules for static files.
5. Development Mode: Enable when changing CSS/JS to see changes immediately.
This will ensure that Cloudflare works properly with MyBB.