BanManager - MYSQL

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Uživatelský avatar
Kesuordep
Příspěvky: 188
Registrován: 24 říj 2014, 21:29
Reputation: 0

BanManager - MYSQL

#1 Příspěvekod Kesuordep » 29 říj 2014, 16:10

Server: 93.91.240.151:27595

Dobrý den,

Neví někdo proč se mi nejde připojit na databázi BanManager?

Config:
Spoiler: zobrazit

Kód: Vybrat vše

localDatabase:
  host: localhost
  port: 3306
  database: 93.91.240.151
  username: 161818_mysql_db
  password: 'HESLO'
  bansTable: bm_bans
  bansRecordTable: bm_ban_records
  ipBansTable: bm_ip_bans
  ipBansRecordTable: bm_ip_records
  kicksTable: bm_kicks
  mutesTable: bm_mutes
  mutesRecordTable: bm_mutes_records
  playerIpsTable: bm_player_ips
  warningsTable: bm_warnings
  banAppealsTable: bm_ban_appeals
  pinsTable: bm_pins
  staffTable: bm_staff
externalDatabase:
  enabled: false
  host: localhost
  port: 3306
  database: frostcast
  username: root
  password: ''
  bansTable: bm_ban_all
  unbansTable: bm_unban_all
  ipBansTable: bm_ipban_all
  ipUnbansTable: bm_ipunban_all
  mutesTable: bm_mute_all
  unmutesTable: bm_unmute_all
useUTF8: false
logIPs: true


Měl jsem to už i takhle:
Spoiler: zobrazit

Kód: Vybrat vše

localDatabase:
  host: neco.fakaheda.eu
  port: 3306
  database: 93.91.240.151
  username: 161818_mysql_db
  password: 'HESLO'
  bansTable: bm_bans
  bansRecordTable: bm_ban_records
  ipBansTable: bm_ip_bans
  ipBansRecordTable: bm_ip_records
  kicksTable: bm_kicks
  mutesTable: bm_mutes
  mutesRecordTable: bm_mutes_records
  playerIpsTable: bm_player_ips
  warningsTable: bm_warnings
  banAppealsTable: bm_ban_appeals
  pinsTable: bm_pins
  staffTable: bm_staff
externalDatabase:
  enabled: false
  host: localhost
  port: 3306
  database: frostcast
  username: root
  password: ''
  bansTable: bm_ban_all
  unbansTable: bm_unban_all
  ipBansTable: bm_ipban_all
  ipUnbansTable: bm_ipunban_all
  mutesTable: bm_mute_all
  unmutesTable: bm_unmute_all
useUTF8: false
logIPs: true


část z logu:

Kód: Vybrat vše

15:07:01 INFO]: [BanManager] Enabling BanManager v4.0
> [15:07:19 ERROR]: [BanManager] jdbc:mysql://localhost:3306/93.91.240.151?autoReconnect=true&failOverReadOnly=false&maxReconnects=10
> [15:07:19 ERROR]: [BanManager] Could not be resolved because of an SQL Exception: Could not create connection to database server. Attempted reconnect 10 times. Giving up..
> [15:07:19 ERROR]: [BanManager] Unable to connect to the database, it has been disabled
> [15:07:19 INFO]: [BanManager] Disabling BanManager v4.0
> [15:07:37 ERROR]: [BanManager] jdbc:mysql://localhost:3306/93.91.240.151?autoReconnect=true&failOverReadOnly=false&maxReconnects=10
> [15:07:37 ERROR]: [BanManager] Could not be resolved because of an SQL Exception: Could not create connection to database server. Attempted reconnect 10 times. Giving up..
> [15:07:37 INFO]: [BanManager] has been disabled

Uživatelský avatar
DenOwq
Příspěvky: 2703
Věk: 28
Registrován: 06 bře 2014, 21:26
Reputation: 2

Re: BanManager - MYSQL

#2 Příspěvekod DenOwq » 29 říj 2014, 16:13

Příště si zakrej heslo.
Spoiler: zobrazit

Kód: Vybrat vše

localDatabase:
  host: localhost
  port: 3306
  database: 161818_mysql_db
  username: 161818_mysql_db
  password: 'HESLO'
  bansTable: bm_bans
  bansRecordTable: bm_ban_records
  ipBansTable: bm_ip_bans
  ipBansRecordTable: bm_ip_records
  kicksTable: bm_kicks
  mutesTable: bm_mutes
  mutesRecordTable: bm_mutes_records
  playerIpsTable: bm_player_ips
  warningsTable: bm_warnings
  banAppealsTable: bm_ban_appeals
  pinsTable: bm_pins
  staffTable: bm_staff
externalDatabase:
  enabled: false
  host: localhost
  port: 3306
  database: frostcast
  username: root
  password: ''
  bansTable: bm_ban_all
  unbansTable: bm_unban_all
  ipBansTable: bm_ipban_all
  ipUnbansTable: bm_ipunban_all
  mutesTable: bm_mute_all
  unmutesTable: bm_unmute_all
useUTF8: false
logIPs: true

HESLO samozřejmě změn.
Muhahha.

Uživatelský avatar
Kesuordep
Příspěvky: 188
Registrován: 24 říj 2014, 21:29
Reputation: 0

Re: BanManager - MYSQL

#3 Příspěvekod Kesuordep » 29 říj 2014, 16:14

//EDIT Přídání dalšího problému

Ještě se mi nejde přihlásit do Administrace na tomto odkazu:
http://fernetcraft.fakaheda.eu/banmanagement/index.php
Po zadání hesla se nestane nic.

Zde je settings.php

Spoiler: zobrazit

Kód: Vybrat vše

<?php
/**
* This is the general configuaration file for Ban Management.
* In here you can control your encoding for server transfers,
* define what tables you want enabled, set your password for ACP,
* and more.
**/

$settings['utf8'] = true; // Encoding (Recommended TRUE)
$settings['latest_bans'] = true;  // Latest Bans table
$settings['latest_mutes'] = true; // Latest Mutes table
$settings['latest_warnings'] = true; // Latest warnings table
$settings['servers'] = '';
$settings['password'] = 'Heslo_dlouhe_24_znaku'; // ACP Password (Keep it strong)
$settings['footer'] = '&copy; Your Server '.date('Y'); // Footer for all pages
$settings['admin_link'] = true; // Show the admin link in the footer of all page
$settings['bm_info'] = true; // Show ban management infomation aside 'Account Status'
$settings['bm_info_icon'] = true; // Show the 'info' icon next to the title of bm_info
$settings['pastbans'] = true; // Show amount of players banned under the search

$settings['player_current_ban'] = true;
$settings['player_current_mute'] = true;
$settings['player_previous_bans'] = true;
$settings['player_previous_mutes'] = true;
$settings['player_kicks'] = true;
$settings['player_warnings'] = true;
$settings['player_current_ban_extra_html'] = '';
$settings['player_current_mute_extra_html'] = '';
   
/**
* These are the language options for Ban Management
**/

$language['brand'] = 'Ban Management'; // The branding of all pages
$language['header-title'] = 'Account Status'; // Edit the 'Account Status' text above the search
$language['description'] = ''; // Meta Description for search engines
$language['title'] = 'Ban Management vytvoreny Frostcast'; // Title of all pages
$language['latest_bans_title'] = 'Posledni bany'; // The text displayed over the latest bans table
$language['latest_mutes_title'] = 'Posledni umlceni'; // The text displayed over the latest mutes table
$language['latest_warnings_title'] = 'Podlesni varovani'; // The text displayed over the latest warnings table
$language['nav-home'] = 'Domu'; // The text displayed in the navbar for 'Home'
$language['nav-stats'] = 'Statistiky'; // The text displayed in the navbar for 'Servers'
$language['past_player_bans'] = 'Past Player Bans'; // The text displayed on the homepage
$language['bm_info_text'] = // The text displayed if bm_info is set to true. Enter your text below, HTML elements supported
'
   Ban Management is powerful ban and mute application that allows players to check if and why they were banned or muted and who
   it was by. You can also see how much time is left of your ban or mute.

';

/**
* These are the settings for editing the layout of Ban Management
**/

$theme['navbar-dark'] = false; // Enable dark theme for the navbar

?>

Uživatelský avatar
DenOwq
Příspěvky: 2703
Věk: 28
Registrován: 06 bře 2014, 21:26
Reputation: 2

Re: BanManager - MYSQL

#4 Příspěvekod DenOwq » 29 říj 2014, 16:48

Přidej jiný config, zde se nic moc nenastavuje.
Muhahha.

Uživatelský avatar
DenOwq
Příspěvky: 2703
Věk: 28
Registrován: 06 bře 2014, 21:26
Reputation: 2

Re: BanManager - MYSQL

#5 Příspěvekod DenOwq » 29 říj 2014, 17:05

Ah změn to heslo se musí zapojit v administraci na
http://fernetcraft.fakaheda.eu/banmanagement/index.php?action=admin
a přihlaš se pomocí hesla co je v configu
Muhahha.

Uživatelský avatar
Kesuordep
Příspěvky: 188
Registrován: 24 říj 2014, 21:29
Reputation: 0

Re: BanManager - MYSQL

#6 Příspěvekod Kesuordep » 29 říj 2014, 17:24

Trochu to objasni.
Tím jsem zjístil že se mám připjojit. přes heslo je v FTP serveru. PS: Co je na MYSQL .. jiné tam nevidím v configu serveru.

Uživatelský avatar
DenOwq
Příspěvky: 2703
Věk: 28
Registrován: 06 bře 2014, 21:26
Reputation: 2

Re: BanManager - MYSQL

#7 Příspěvekod DenOwq » 29 říj 2014, 17:26

DenOwq píše:Ah změn to heslo se musí zapojit v administraci na
http://fernetcraft.fakaheda.eu/banmanagement/index.php?action=admin
a přihlaš se pomocí hesla co je v configu

V configu sis nastavil heslo, běž na tu stránku a zadej to heslo, přidej server a spokojeně žij.
Muhahha.

Uživatelský avatar
Kesuordep
Příspěvky: 188
Registrován: 24 říj 2014, 21:29
Reputation: 0

Re: BanManager - MYSQL

#8 Příspěvekod Kesuordep » 29 říj 2014, 17:31

Ale já to heslo zadávám a nejde

DoMin0o
Příspěvky: 65
Registrován: 14 říj 2014, 20:02
Reputation: 0

Re: BanManager - MYSQL

#9 Příspěvekod DoMin0o » 31 říj 2014, 21:57

Měl jsem stejný problém. Měl jsem nastavené heslo k připojení do administrace, ale stejně mi to nefungovalo. Vyřešil jsem to tak že jsem BanManager downgradnul a pak vše šlapalo jak má.
Moje sepsané návody:
Cinema (Instalace, Použití, Informace o pluginu, Funkce, Vysvětlení)
Další sepíšu na žádost, popř. co mě napadne..


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 18 hostů