NamelessMC

Internet Explorer

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

belfis

Member

Feed

There are no wall posts here yet.

About

Registered:
over 2 years ago
Last Seen:
about 1 year ago
Profile Views:
565

Latest Posts

about 1 year ago
Authme intergration

/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')
];

about 1 year ago
Authme intergration

_pvpsmash_:

edit it manually in forum .php code

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

over 2 years ago
Server Status widget

hi,

can i display more than 1 server there? for example, like on the status page.