Website
All content about Website — 35 results.
Website
How to Migrate Your MU Server's Website to New Hosting Without Downtime
Migrate your MU Online server's website to new hosting without players noticing, with file synchronization, a pre-launch test, and a controlled DNS switch.
How to Create Vote and Reward System on MU Online Server
Learn how to implement an automatic vote and reward system on your MU Online server using SQL Server, PHP, and voting sites like GTOP100 and Xtremetop100.
How to Create Real-Time Ranking Website for MU Server
Build a live-updating ranking portal for MU Online S6 servers — covering all 6 classes, guild boards, and database architecture.
How to create a PK Clear system via website in MU Online
Build a PK Clear system via website in MU Online to remove the killer status from characters, with a secure stored procedure, optional charging, and protection against abuse.
How to build a Vote4Coins system (Gtop100, XtremeTop) in MU Online
Build a complete Vote4Coins system for your MU Online server, rewarding players who vote on lists like Gtop100 and XtremeTop via a secure callback (postback), with anti-fraud, cooldown and automatic coin crediting.
How to integrate donations with Mercado Pago on your MU server website
Integrate Mercado Pago into your MU Online server website to receive donations via Pix and card, with payment preferences, a confirmation webhook and automatic credit delivery in a secure, idempotent way.
How to install AppServ for your MU Online server website
Complete guide to installing AppServ for running a MU Online server website on Windows: what AppServ is and what it includes (Apache, PHP, MySQL, phpMyAdmin), when to choose AppServ over XAMPP, the full installation walkthrough with each configuration screen explained (Apache port, admin email, MySQL root password, charset), where AppServ installs its files (C:\\AppServ\\www\\), how to access phpMyAdmin, installing IonCube Loader in AppServ for protected MU web systems, configuring the virtual host for multiple sites, solving the most common AppServ problems (port 80 conflict, MySQL not starting, phpMyAdmin access), the AppServ vs XAMPP comparison in detail, and the security hardening steps before going live.
How to set up SMTP for account recovery in MU Online
Set up SMTP email delivery on your MU Online server website and implement a secure token-based password recovery flow, with PHPMailer, expiration and abuse protection.
How to Create Your MU Online Server Website from Scratch
Complete guide to building a MU Online private server website: web stack setup, SQL Server integration, account registration and ranking pages.
How to build nickname and class change via the website in MU Online
Implement nickname and class changes via the website in MU Online with name validation, safe foreign-key updates, and optional WCoin billing.
How to build an API between the website and the GameServer in MU Online
Learn how to build a PHP REST API between your website and the MU Online GameServer to exchange data securely, trigger commands and sync information without exposing the SQL database directly to the web.
How to integrate donations with PayPal and PIX on your MU Online server
Learn how to build a complete donation system for your MU Online server, integrating PayPal via IPN/Webhook and PIX through Brazilian gateways, with automatic VIP and WCoin crediting and no manual intervention.
How to create a web administration panel for MU Online
Build a secure web administration panel for your MU Online server, with strong authentication, permission control, account and character management, bans, item delivery and complete audit logs.
How to create a server status page (online/offline) for MU
Learn how to build a status page that shows in real time whether your MU Online ConnectServer, GameServer and database are online, with a player count and uptime history.
How to build a website reset system in MU Online
Implement a website reset system in MU Online with secure PHP validation, stored procedures in SQL Server and protection against fraud and duplicate resets.
How to integrate the Cash Shop (WCoin) into your MU server site
Connect the game's Cash Shop to your MU Online server site, managing WCoin, WCoinP, and Goblin Point balances with atomic SQL transactions, a top-up panel, and secure credit delivery.
How to Implement Referral System on MU Server
Learn to build a complete referral system for your MU Online server, including SQL tables, reward logic, and website integration with anti-abuse controls.
How to set up SSL/HTTPS on a MU Online server website
Learn how to install and configure HTTPS on your MU Online server website with Let's Encrypt, IIS and Apache, including forced redirection, automatic renewal and fixing the most common errors.
How to optimize your MU Online server website for SEO
Learn how to optimize your MU Online server website for Google, with titles, meta tags, speed, structured data and content that attracts new players.
How to install XAMPP for a MU Online server website
Complete guide to installing XAMPP for running a MU Online server's website: what XAMPP includes (Apache, PHP, MySQL/MariaDB, phpMyAdmin), the critical difference between XAMPP's MySQL and SQL Server (the game database), how to choose the right PHP version for your web system, the full XAMPP installation and control panel walkthrough, where to put the website files (htdocs folder), how to create and import the MySQL database for the web system via phpMyAdmin, how to install IonCube Loader in XAMPP for PHP-encoded MU web systems, the four most common XAMPP problems and fixes (port 80 conflict, MySQL not starting, wrong PHP version, blank page), and how to use XAMPP on a VPS vs a local development machine.
Install MySQL and phpMyAdmin for the MU Online server website
Complete guide to installing MySQL and phpMyAdmin for a MU Online server website: the critical difference between MySQL (for the website) and SQL Server (for the game), when to install MySQL separately vs using XAMPP or AppServ, the full MySQL Community Server installation walkthrough (7 steps including the authentication method choice for PHP compatibility), how to install phpMyAdmin manually and configure config.inc.php, how to create the website database and import the web system's SQL file, how to create a dedicated MySQL user (never use root in the site config), common MySQL connection errors and how to fix them, and security best practices (no port 3306 exposed, strong root password, dedicated user).
How to build a real-time web ranking with cache for MU Online
Build a web ranking of characters and guilds for MU Online that seems to update in real time, using layered caching, a JSON endpoint, and incremental front-end updates without taking down SQL Server.
How to build a Discord bot showing your MU server status
Build a Discord bot that displays online/offline status, connected players, and rankings for your MU Online server, with automatic updates and slash commands.
How to install MuCMS and configure themes on your MU server site
Learn to install MuCMS step by step and customize the themes of your MU Online server site, adjusting colors, banners, and layout without breaking the system.
How to install WebEngine CMS for your MU Online server
Install and configure WebEngine CMS from scratch for your MU Online server site, connecting to the emulator's database securely and enabling essential modules like rankings, downloads, and account registration.
How to build a news and events system for your MU server website
Build a complete news and event calendar system for your MU Online website, with an admin panel, database, paginated listing, and highlighting of active events.
How to build a secure account registration system for MU Online
Build a PHP account registration system for your MU Online server that is hardened against SQL injection, weak passwords and bots, using prepared statements, correct hashing and strict validation.
How to Configure SSL and HTTPS Certificate on MU Server Website
Step-by-step guide to install and configure an SSL/TLS certificate on your MU Online private server website using Let's Encrypt, IIS, and Apache/XAMPP.
How to Implement Support Ticket System on MU Server
Learn to structure and operate an efficient support ticket system for your MU Online Season 6 server, from scratch to advanced workflows.
How to build a web support ticket system for MU Online
Build a support ticket system on your MU Online server's website, with tickets opened by players, staff replies, statuses, categories and an admin panel in PHP and SQL.
How to build a web item shop (webshop) for MU Online
A complete guide to building a secure webshop for your MU Online server, integrating credit balances, automatic item delivery to the warehouse, and protection against fraud.
How to protect your MU server website against SQL injection
Understand how SQL injection attacks your MU Online server's website and apply real defenses with prepared statements, validation, least privilege, and monitoring to shield accounts and items.
How to Implement Automatic Ranking System on MU Website
Learn how to build an automatic ranking system integrated with your MU Online SQL Server database, with real-time updates via stored procedures and PHP.
How to integrate Discord (event webhook) into your MU server
Connect your MU Online server to Discord via webhooks to announce invasions, resets, new registrations, and server status automatically, with pretty embeds, rate limiting, and a message queue.
How to create a referral system in MU Online
Implement a referral system on your MU Online server's website, with unique links, Cash rewards, and protection against self-referral fraud.