MmoWeb
ENG
ENG
  • Main
  • Quick start guide
    • Registration
    • First payment
    • Balance replenishment
    • Tariff purchase
    • Settings
      • 1. Login servers
      • 2. Game servers
      • 3. Mail server management
      • 4. Projects
      • 5. Payment system
        • Payment agregator setup
        • Ingame currency setup
        • Payment bonus
        • Discounts setup
    • CMS setup
      • 1. Download cms files
      • 2. CMS setup
      • 3. Launching the installer
      • 4. Checking of Connection to the MMO account
      • 5. The first uploading of settings to your account
  • Plugins
    • How to buy
    • Extending plugin action period
    • Available plugins
      • Bonus code
      • Shop
  • REST API
  • FAQ
  • Contacts
Powered by GitBook
On this page
  • Installing an API Key
  • Setting up a database connection
  • Setting up access to the admin panel

Was this helpful?

  1. Quick start guide
  2. CMS setup

2. CMS setup

Cms settings configuration

Previous1. Download cms filesNext3. Launching the installer

Last updated 10 months ago

Was this helpful?

First of all, after uploading files to the root of the site, you need to set up a connection to your hosting's MySQL database.

The database must already be created!

We will need following data for configuration:

  • Database name;

  • Database Login;

  • Database password.

After you specify all data above to connect to the MySQL database, you need to find the Config.php file in the root of the site

Open it in a text editor such as NotePad ++.

Installing an API Key

Copy the secret key

Paste it into your Config.php file like in example below:

/**
* Это главный ключ группы он хранится в админ панеле
* This is the main key of the group it is stored in the admin panel.
*/
define('API_KEY',       "q08YmsGbX0lC)54U7ZJ1")

Setting up a database connection

Key

Value

DB_HOST

Specify the address of the database. This is usually localhost

DB_NAME

The name of the database where the personal account tables will be stored

DB_USER

Database connection login

DB_PASSWORD

Database connection password

After you fill in the connection data, you need to set a new Login and Password to enter the admin panel of the cabinet.

By default, these settings are:

Login: admin

Password: admin

Setting up access to the admin panel

Key

Value

ADMIN_PANEL

Is the panel active: true/false

ADMIN_LOGIN

Login login to the admin panel

ADMIN_PASSWORD

Password to enter the admin panel

TEMPLATE_WYSIWYG

Whether to use text editor: true/false

The admin panel will be available at url: https: //www.yousite/admin if the following setting is active:

define('ADMIN_PANEL',       true);

The basic settings are now complete.

Now let's move on to running the installer.

The key is located in the iz panel, in the information block, in the Group secret key field:

mmoweb.b
config file
DataBase connection settings
Setting up access to the MMO admin panel