Site
All content about Site — 14 results.
Site
How to customize the MuCMS theme for your MU Online server's website
A complete guide to customizing the MuCMS visual theme: file structure, safe editing of PHP/Blade templates, color palette, integration with ranking and the shop, and best practices for not losing your customization during updates.
Conversion funnel: turning visitors into active players on your MU Online server
Map and optimize the funnel that takes a visitor from your site to an active player on your MU Online server, with metrics for each stage, common bottlenecks, and tactics to boost your conversion rate.
Web Application Firewall (WAF) to protect your MU Online server's site
Set up a WAF (Web Application Firewall) in front of your MU Online server's site, panel, and API, with rules against SQL injection, XSS, login brute force, and ranking-scraping bots.
How to Build an Affiliate System for Your MU Online Server Website
Implement an affiliate program for your MU Online server website: referral link generation, cookie tracking, commissions in Zen or Coins, an affiliate dashboard, and anti-fraud rules.
How to build an automated changelog page for your MU Online site
Build a changelog page that updates itself from a structured file, with change categorization, versioning, and Discord integration — cutting down the manual work of communicating updates.
How to host your MU Online server's website
Complete guide to getting your MU Online server's website online: the three hosting options (same VPS as the game / separate shared Linux hosting / local XAMPP or AppServ), how to upload files via FTP with FileZilla step by step, how to install the IonCube Loader in cPanel and in XAMPP, configuring the database connection in the site's config file (SQL Server and MySQL connection strings), setting folder permissions correctly (644 for files, 755 for directories, 777 for writable directories), how to troubleshoot blank pages and IonCube errors, linking the site to the game's player database so rankings and account registration work, and the security rules for the website database connection (dedicated user, never expose SQL port to internet).
How to optimize registration conversion on your MU Online server's website
Reduce friction in your MU Online server's registration form and increase the percentage of visitors who become active accounts: essential fields, validation, flow UX, and metrics to track.
How to Configure Ranking and VIP on the MU Server Website
Learn how to configure a functional ranking and VIP system on your MU Online server website, integrating your database and web panel correctly.
How to Use a CDN to Speed Up Your MU Online Server Website's Assets
Set up a CDN to serve images, CSS, JS, and the downloadable client for your MU Online server website, reducing load times and origin server load during launch spikes.
How to configure the RankingServer on your MU Online server
Learn how to configure a RankingServer to display reset, master and guild rankings on your MU Online server, with data collection, automatic updates and site integration.
How to Integrate Website and Game on Your MU Online Server
Learn how to connect your MU Online game server to a web panel, sharing the same database and enabling account management, rankings, and web features.
How to fix special character encoding errors on your MU Online site and server
Diagnose and fix encoding issues (accents and special characters showing up as garbled symbols) on your MU Online server's site, database, and game client, covering UTF-8, Latin1/ANSI, and the client's legacy encoding.
How to Turn Your MU Online Server Website Into an Installable PWA
Turn your MU Online server website into an installable Progressive Web App, with manifest, service worker, offline caching, and push notifications to boost player retention.
How to set up SMTP email on your MU Online server website
Complete guide to configuring SMTP email on your MU Online server website: what SMTP is and why it's needed (password recovery, account activation, admin notifications), how to choose a sending email address (from your domain vs a free service), what SMTP settings you need from your provider (host, port, security type, credentials), step-by-step configuration for the most common MU server web systems, how to use Gmail and Outlook as free SMTP relays (with the modern app password method), how to test if emails are actually being delivered, why emails go to spam and how to fix it (SPF, DKIM, DMARC records), and common SMTP errors with solutions.