Правила форума Гаранты форума
Размещение рекламы AMX-X компилятор

Здравствуйте, гость Вход | Регистрация

Наши новости:

14-дек
24-апр
10-апр
11-апр

> Информационная доска

Данный раздел предназначен для обсуждения, а также решения технических проблем связанных с серверной частью. Обсуждения касательно игровых клиентов ведутся здесь.

1. Во время создания новой темы аккуратно оформляйте её, не допускайте грамматических ошибок.
2. Описывая проблему старайтесь, как можно больше рассказать о ней, а так же о действиях с сервером после которых она возникла, по возможности подкрепите информацию логами.
3. Если вопрос касается проблемы в работе сервера, то обязательно прикрепляйте список плагинов (введите в консоли сервера: meta list и amxx plugins), настройки server.cfg, логи. Так же указывайте операционную систему, версию HLDS (введите к консоли сервера: version) и где хостится сервер.

Длинную информацию скрывайте под спойлер.

Help и снова Amxbans 6.0.1

, amxbans 6.0.1
Статус пользователя hakery
сообщение 5.9.2010, 22:03
Сообщение #1
Стаж: 17 лет

Сообщений: 11
Благодарностей: 1
Полезность: 0

Люди добрые помогите с этой болячкой..раньше стоял 1,5b проблем не знал шас решил поставить 6,0,1 ставил с офф сайт настроил и сервер нефига ...на сайте не видет сервер а на сервере не банит....тупо скок не бань не банитнету между ними связи....в базе данных есть удалённый доступ так как я хостер я знаю)в консоле сервера ошибок нету..в логах сервера тоже...

вот мой modules.ini:
mysql
sqlite
fun
engine
fakemeta
geoip
sockets
regex
nvault
hamsandwich

кароче я там всё включил...


вот мой sql.cfg:
// SQL configuration file
amx_sql_host "dominion-tm.ru"
amx_sql_user "ban"
amx_sql_pass "******"
amx_sql_db "ban"
amx_sql_type "mysql"


plugin.ini:
amxbans_core.amxx
amxbans_main.amxx

;admin.amxx

ну эт кусок из всего списка..

amxbans.cfg
// AMXBans Configuration File
// File location: $moddir/addons/amxmodx/configs/amxbans.cfg
echo AMXBans is starting to execute amxbans.cfg

// Your SQL database prefix
// NOTE: The Prefix defined in your sql.cfg is NOT used for AMXBans anymore!!!
amx_sql_prefix "amx"

// Use the flagging only for this Server, or for all servers?
amxbans_flagged_all_server 1

// How AMXBans should handle the admins
// 0 = SQL, 1 = users.ini, 2 = load no admins
amxbans_use_admins_file 1

// AMXBans tries to get the address from the server automatically.
// You can set a different one here - ex. "<ip>:<port>"
amxbans_server_address ""

// Set this cvar to your favourite ban cmd style
// 1 (new): amx_ban <SteamID or Nickname or #authid or IP> <Time in Minutes> <Reason>
// 0 (old): amx_ban <Time in Minutes> <SteamID or Nickname or #authid or IP> <Reason>
amxbans_use_newbancmd 1

// Number of players in the Disconnected Menu
amxbans_discon_players_saved 10

// Bantime to use for custom banreasons, if a user has static bantime <minutes>
// -1 to disable custom reasons
amxbans_custom_statictime 1440

// Set this cvar to what the adminname should be on the webpages, if the server make the ban.
// Ie. amxbans_servernick "My Great server"
// Leave emty if you want to use the default hostname from server.cfg
amxbans_servernick ""

// Set this to 1 / 2 / 3 to enable debug messages from amxbans to amxx logs.
// with debug 3 you get the most output, but a bug can flood your logs. 2 should be ok normally
amxbans_debug 0

// Don't use http:// in this cvar. The url will be shown to banned players in the console.
amxbans_complain_url "dominion-tm.ru"

// Set this to 1 if you want the map name to show in the DB.
amxbans_add_mapname_in_servername 1

// If you want to see ban announcments in the HLSW chat, set this to 1
amxbans_show_in_hlsw 1

// Print green hudmessages on the top left when banning
amxbans_show_hud_messages 1

// What flag should admins have to get the high ban times.
amxbans_higher_ban_time_admin "n"

// What flag should admins have to NOT get their Nick printed when banning/Unbanning
amxbans_admin_mole_access "r"

// If an admin has the admin_mole_access, should his name be shown when he bans?
amxbans_show_name_evenif_mole 1

// Show if a player has been banned before as amx_chat to admins. 0 to disable
amxbans_show_prebanned 1

// How many previous offences does the player needs, to be notified in the amx_chat?
amxbans_show_prebanned_num 2

// Currently not known
amxbans_default_ban_reason unknown

// To be able to ban players not in the server. 1 enabled and 0 disabled.
amxbans_ban_evenif_disconnected 1

// Flagtimes, like the bantimes below
amx_setflagtimes "1 h" "4 h" "10 h" "1 d" "1 w" "4 w" "12 w" "0"

// Ban times for admins with d-flag, set the highest time in minutes they can ban with "amx_ban"
// IMPORTANT: Put the lowest value first and the highest value last. You can have 1 to 14 values
// "0 m" = permanent ban!
// Values you can use:
// 1 - 59 with the flag m is for minutes
// 1 - 23 with the flag h is for hours
// 1 - 6 with the flag d is for days
// The w flag is for weeks

// Example:
// "5 m" is 5 minutes
// "1 h" is 1 hour
// "1 d" is 1 day
// "1 w" is 1 week

amx_setlowbantimes "5 m" "30 m" "1 h" "3 h" "10 h" "1 d"

// Ban times for admin with n-flag and d-flag
// IMPORTANT: Put the lowest value first and the highest value last. You can have 1 to 14 values
// "0 m" = permanent ban!
// Values you can use:
// 1 - 59 with the flag m is for minutes
// 1 - 23 with the flag h is for hours
// 1 - 6 with the flag d is for days
// The w flag is for weeks
//
// Example:
// "5 m" is 5 minutes
// "1 h" is 1 hour
// "1 d" is 1 day
// "1 w" is 1 week

amx_sethighbantimes "5 m" "30 m" "1 h" "3 h" "1 d" "1 w" "0 m"

/********************************************************************************
*/

// 3rd party amxbans plugins
// needs the amxbans_freeze plugin
//
// "a" = freeze
// "b" = strip weapons
// "c" = block chat
// "d" = player glow red (not tested)
amxbans_freeze_mode "abc"

/********************************************************************************
*/

// AMXBans configuration file echo
echo AMXBans amxbans.cfg is fully executed

я от части тронул..бо один файл настраивал а толку мало...
эх ну геморой придумали... cray.gif
sorry почему то теги не работают у меня(((
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   Цитировать сообщение
Статус пользователя balaban
сообщение 5.9.2010, 23:06
Сообщение #2


Стаж: 18 лет

Сообщений: 2131
Благодарностей: 1074
Полезность: 1160

MyArena.ru
Меценат Меценат

meta list выдай
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   + Цитировать сообщение
Статус пользователя anto
сообщение 5.9.2010, 23:26
Сообщение #3


Стаж: 16 лет

Сообщений: 128
Благодарностей: 5
Полезность: < 0

amxbans_use_admins_file попробуй 0
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   + Цитировать сообщение
Статус пользователя Z[1].
сообщение 6.9.2010, 0:06
Сообщение #4


Стаж: 18 лет

Сообщений: 981
Благодарностей: 287
Полезность: 265

hakery,
// AMXBans tries to get the address from the server automatically.
// You can set a different one here - ex. "<ip>:<port>"
amxbans_server_address ""

впиши айпи и порт сервера
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   + Цитировать сообщение
  Тема закрытаНачать новую тему
 
0 пользователей и 1 гостей читают эту тему: