Internet Explorer
                    
                    Internet Explorer is not supported. Please upgrade to a more modern browser.
I enter all the data from the database setup, after which I click save, but nothing is saved.
What can be wrong?

edit it manually in forum .php code
» DASH.MC-SERVERS.TECH |
» STORE.MCST.IO |
_pvpsmash_:
edit it manually in forum .php code
Please specify where exactly you need to replace it with your hands?
/modules/Core/pages/panel/minecraft_authme.php
from line 70 input your data
$result = [
	'address' => 'Your adress',
	'port' => (isset($_POST['db_port']) && !empty($_POST['db_port']) && is_numeric($_POST['db_port'])) ? $_POST['db_port'] : 3306,
	'db' => 'database',
	'user' => 'db user',
	'pass' => 'db password',
	'table' => 'authme',
	'hash' => Output::getClean(Input::get('hashing_algorithm')),
	'sync' => Input::get('authme_sync')
];