NamelessMC

Internet Explorer

Internet Explorer is not supported. Please upgrade to a more modern browser.

Question Bug Authme intergration
Started by belfis127

belfis127

belfis127

Member
Joined
21 Aug 2022
Last Seen
21 Aug 2022
Topics
1
Posts
1

I enter all the data from the database setup, after which I click save, but nothing is saved.

What can be wrong?

belfis127 · about 1 year ago
_pvpsmash_

_pvpsmash_

Member
Joined
21 Jun 2022
Last Seen
22 Jan 2024
Topics
6
Posts
30

edit it manually in forum .php code

» DASH.MC-SERVERS.TECH |

» STORE.MCST.IO |

_pvpsmash_ · about 1 year ago
belfis

belfis

Member
Joined
18 Oct 2021
Last Seen
17 Sep 2022
Topics
1
Posts
3
_pvpsmash_:

edit it manually in forum .php code

Please specify where exactly you need to replace it with your hands?

belfis · about 1 year ago
belfis

belfis

Member
Joined
18 Oct 2021
Last Seen
17 Sep 2022
Topics
1
Posts
3

/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')
];
x1
belfis · about 1 year ago