Menú principal

Noticias:

Proximamente Se completara el foro

Part 2: MMO CMS Web Installation via /installer

Publicado por Configservermu.net, Mar 31, 2025, 04:31 PM

Tema anterior - Siguiente tema

Configservermu.net

Part 3: MMO CMS Web Installation via /installer

Once you've uploaded and configured all the files correctly, and the PHP version and extensions are set, it's time to run the installer.

---

1. Access the installer

Open your browser and go to:

➡️ yourdomain.com/installer

You'll see a screen like this:



> 🛡� For security reasons, MMO CMS does not display the actual form data once submitted.

---

2. Fill out the connection form

Here's what each field means:

🔹 SERVER IP
The IP address where your SQL Server database is hosted. If you're on the same VPS, use `127.0.0.1`.

🔹 PORT
Default SQL Server port is `1433`. Make sure it's open in your firewall or hosting service.

🔹 TIMEZONE
Your timezone in standard format. Common examples: 
- `America/Buenos_Aires` 
- `America/Santiago` 
- `Europe/Madrid`

🔹 USERNAME
Your SQL Server username – usually `sa` or whatever you've created.

🔹 PASSWORD
Password for your SQL Server user.

🔹 DATABASE
The name of your MuOnline database where all server tables are located.

🔹 ADMIN USERNAME
The username you want to use for the MMO CMS admin panel.

🔹 ADMIN PASSWORD
Password for the administrator account you're creating.

🔹 CONNECTION TYPE
Choose `dblib` if you're using SQL Server (recommended). Other options like `sqlsrv` only appear if that extension is enabled.

---

Once you've filled out the form, click Continue to validate the information.

➡️ If everything is correct, you'll move to step 2: table creation.

---

3. Validate connection and continue

Once all form fields are completed, click Continue.

➡️ If the data is correct, you'll see a screen like this:



At this stage, the system creates all required tables in your database.

---

⚠️ Can't see this screen or getting an error?

Check the following:

SQL Server password for the `sa` user is correct 
Port 1433 is open and accessible on your server 
Server IP is reachable from the web environment (e.g. use 127.0.0.1 if local)

---

Part 4: Add Cron Job and Finalise Installation

After completing the database connection and table creation, the system will prompt you to set up a Cron Job, required for automatic tasks like rankings, events, voting, etc.

You'll see a screen like this:



---

How to add the Cron Job in cPanel

1. Log into your cPanel 
2. Find and open "Cron Jobs" 
3. At the bottom under "Add New Cron Job", configure:

Common setting: Once per minute (`* * * * *`) 
Command: Paste the command given by the CMS in the previous step (example):

wget -q -O /dev/null https://yoursite.com/ajax/crons.php?id=YOURKEY



⚠️ Don't forget to replace "yoursite.com" with your actual domain.

---

Finalise Installation

Once the cron job has been added correctly, click "Continue" in the installer. 
If everything is properly configured, you'll see the following screen:



Finalise Installation 
Installation Complete! 
Thank you for choosing MMOCMS. We hope you enjoy using our CMS. 
Remember to click the button below to delete the installer and view your site properly.

CLICK HERE TO FINALISE INSTALLATION

---

That's the end of the MMO CMS installation. In the next section, you can start configuring the panel and customising your website.