#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.phpPo zadání hesla se nestane nic.
Zde je settings.php
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'] = '© 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
?>