Raised This Month: $51 Target: $400
 12% 

You have been banned from this server


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Arsenal_Fan
Member
Join Date: Nov 2004
Location: Highbury
Old 11-27-2004 , 08:30   You have been banned from this server
Reply With Quote #1

I'm an admin, and when map is change i recieve the message "You have been banned from this server", not all the time, but sometimes, and not only me, other admins too ... what is the problem, ppl?
Plz, help ..
Arsenal_Fan is offline
bo0m
Senior Member
Join Date: Oct 2004
Location: staten islan, ny, us
Old 11-27-2004 , 15:11  
Reply With Quote #2

Hmmmmmmmmmm, that's extrememly strange. Please let us see your modules, plugins, users.ini.
bo0m is offline
Send a message via AIM to bo0m
Arsenal_Fan
Member
Join Date: Nov 2004
Location: Highbury
Old 11-28-2004 , 10:13  
Reply With Quote #3

Quote:
Originally Posted by bo0m
Hmmmmmmmmmm, that's extrememly strange. Please let us see your modules, plugins, users.ini.
Sure!
modules.ini:
Quote:
; ------------------------------
; Fun - provides extra functions
; ------------------------------
fun_amxx_i386.so
fun_amxx.dll
fun_amxx_amd64.so

; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life
; ----------------------------------------------------
;engine_amxx_i386.so
;engine_amxx.dll
;engine_amxx_amd64.so

; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine
; ----------------------------------------------------------
;fakemeta_amxx_i386.so
;fakemeta_amxx.dll
;fakemeta_amxx_amd64.so

; -------------------------------------------
; Database Access - only enable one of these
; -------------------------------------------
; MySQL
;mysql_amxx_i386.so
;mysql_amxx.dll
;mysql_amxx_amd64.so
; PostgreSQL
;pgsql_amxx_i386.so
;pgsql_amxx.dll
; Microsoft SQL
;mssql_amxx.dll

; ---------------------------------------------
; GeoIP - determines the country of ip adresses
; ---------------------------------------------
;geoip_amxx_i386.so
;geoip_amxx.dll
;geoip_amxx_amd64.so

; ------------------------------------
; Array - advanced arrays in scripting
; ------------------------------------
;array_amxx_i386.so
;array_amxx.dll
;array_amxx_amd64.so

; --------------------------------
; Sockets - network socket support
; --------------------------------
;sockets_amxx_i386.so
;sockets_amxx.dll
;sockets_amxx_amd64.so

; --------------------------
; Regular Expression support
; --------------------------
;regex_amxx_i386.so
;regex_amxx.dll
;regex_amxx_amd64.so

; ----------------------------------------------------------
; Counter-Strike - adds functions specific to Counter-Strike
; ----------------------------------------------------------
cstrike_amxx_i386.so
cstrike_amxx.dll
cstrike_amxx_amd64.so

; -----------------------------------------------------
; CSX - adds functionality for CS statistics and events
; -----------------------------------------------------
csx_amxx_i386.so
csx_amxx.dll
csx_amxx_amd64.so
plugins.ini:

Quote:
; Admin Base - Always one has to be activated
admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)

; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management

; Menus
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
;telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)

; Chat / Messages
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
scrollmsg.amxx ; displays a scrolling message
imessage.amxx ; displays information messages
adminvote.amxx ; vote commands

; Map related
nextmap.amxx ; displays next map in mapcycle
mapchooser.amxx ; allows to vote for next map
timeleft.amxx ; displays time left on map

; Configuration
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and commands

; Counter-Strike
;restmenu.amxx ; restrict weapons menu
statsx.amxx ; stats on death or round end (CSX Module required!)
miscstats.amxx ; bunch of events announcement for Counter-Strike
;stats_logging.amxx ; weapons stats logging (CSX Module required!)

amx_atac.amxx
amx_atac_cfg.amxx
adminlisten.amxx
; Custom - Add 3rd party plugins here
users.ini:

Quote:
; Access flags:
; a - immunity (can't be kicked/baned/slayed/slaped and affected by other commmands)
; b - reservation (can join on reserved slots)
; c - amx_kick command
; d - amx_ban and amx_unban commands
; e - amx_slay and amx_slap commands
; f - amx_map command
; g - amx_cvar command (not all cvars will be available)
; h - amx_cfg command
; i - amx_chat and other chat commands
; j - amx_vote and other vote commands
; k - access to sv_password cvar (by amx_cvar command)
; l - access to amx_rcon command and rcon_password cvar (by amx_cvar command)
; m - custom level A (for additional plugins)
; n - custom level B
; o - custom level C
; p - custom level D
; q - custom level E
; r - custom level F
; s - custom level G
; t - custom level H
; u - menu access
; z - user (no admin)

; Account flags:
; a - disconnect player on invalid password
; b - clan tag
; c - this is steamid/wonid
; d - this is ip
; e - password is not checked (only name/ip/steamid needed)

; Format of admin account:
; <name|ip|steamid> <password> <access flags> <account flags>

; Examples of admin accounts:
; "123.43.43.53" "" "abcdefghijklmnopqrstu" "de"
; "STEAM_0:0:14332" "my_password" "abcdefgnstu" "c"
; "My Name" "my_password" "abcdefghijklmnopqrstu" "a"

"e[X]treme | Arsenal_Fan" "MY_PASSWORD" "abcdefghijklmnopqrstu" "a"
..
Arsenal_Fan is offline
bo0m
Senior Member
Join Date: Oct 2004
Location: staten islan, ny, us
Old 11-28-2004 , 15:42  
Reply With Quote #4

I think the flags might be "ba". And another thing, fix up the modules.ini to either windows or linux, though that probably wouldn't cause this problem (just to be on the safe side).
bo0m is offline
Send a message via AIM to bo0m
Arsenal_Fan
Member
Join Date: Nov 2004
Location: Highbury
Old 11-28-2004 , 16:40  
Reply With Quote #5

Quote:
Originally Posted by bo0m
I think the flags might be "ba". And another thing, fix up the modules.ini to either windows or linux, though that probably wouldn't cause this problem (just to be on the safe side).
ok, about "clan tag" i have never heard, and about what does it do.
Question: If i don't choose in modules.ini either windows or linux what can happen? It can choose what to use, nope?
Arsenal_Fan is offline
bo0m
Senior Member
Join Date: Oct 2004
Location: staten islan, ny, us
Old 11-28-2004 , 16:53  
Reply With Quote #6

I don't think anything will happen, but just to be on the safe side like I said.
bo0m is offline
Send a message via AIM to bo0m
SnakZ
Junior Member
Join Date: Jun 2004
Old 12-29-2004 , 12:48  
Reply With Quote #7

its bast to use ur steam ID


"STEAM ID" "" "abcdefghijklmnopqrstu" "ce"
SnakZ is offline
slmclarengt
Veteran Member
Join Date: Jul 2004
Location: The Cookie Jar... or Pul
Old 12-29-2004 , 13:13  
Reply With Quote #8

b0om: the reason you are getting "Banned from this server" is because you have the flag "a" and you are not using "setinfo _pw <password>" in your config.cfg to set your passwords and neither are your admins. If you want to use this, here is a step-by-step guide.

1) Your password for now is "sheep"
2) Your admin name for now is "e[X]treme | Arsenal_Fan"
3) Your flags will be "a" NOT ba
4) Users.ini your admin would look like this
Code:
"e[X]treme | Arsenal_Fan" "sheep" "abcdefghijklmnopqrstu" "a"
5) You would then either go into your console when you are playing the game (EG: CS, DOD, TFC etc...) and type this "setinfo _pw sheep" that would append (edit) your config.cfg on your local game machine so that when you connect to your server, you will have the correct password because if you check your amxx.cfg it has an amx setinfo password line. Or for security, this is the EASIEST:
Create a new file in your cstrike folder called "adminsetinfo.cfg" and make sure setinfo _pw is NOT in config.cfg. So, all you have to do is edit the "adminsetinfo.cfg" file and add "setinfo _pw sheep" to it. Then follow the steps below and DONT mess them up please. go to the star ***

It is default to "_pw" it is recommended to change it for this reason:

Say you connect to your server and you play, you have admin and thats all fine. Now, you get sick of your server and connect to another server. The moment you connect, your config.cfg sends your _pw line to the server so now in the logs, that server has your password. so, change your _pw to like _amxxpw in the amxx.cfg

*** OR - do this, go into your steam folder, then [email protected] > counter-strike and you will see "hlds.exe" right click that and copy it and paste it like on the desktop. Now, right click it, and select properties and add this line to your properties where you see like "run commands" or something: put "-applaunch 10" "-exec adminsetinfo.cfg" - so now, use that icon on your desktop to connect to your server with your password. Or, if you connect to another server, just use steam to connect so that it does not send your password. OR just use the simple way by risking sending your password to multiple people. Hope this helps, if not post here again/PM me
__________________
But we don’t beat the Reaper by living longer. We beat the Reaper by living well. -Dr. Randy Pausch, R.I.P.

Come play WC3:FT on BnD Clan Server! You know you want to: Connect to WC3:FT BnD - go ahead click me!
slmclarengt is offline
bo0m
Senior Member
Join Date: Oct 2004
Location: staten islan, ny, us
Old 12-29-2004 , 14:14  
Reply With Quote #9

Hey, slm, I didn't post this topic, you got wrong guy lol.
bo0m is offline
Send a message via AIM to bo0m
Arsenal_Fan
Member
Join Date: Nov 2004
Location: Highbury
Old 12-29-2004 , 14:46  
Reply With Quote #10

Quote:
Originally Posted by bo0m
Hey, slm, I didn't post this topic, you got wrong guy lol.

Anyway tnx. But I think all those things happeneds beacause of ATAC plugin. When some1 killing his teammate so other player (he's can be from opposit team/side) gets overflowed and banned

Quote:
) Your admin name for now is "e[X]treme | Arsenal_Fan"
3) Your flags will be "a" NOT ba
4) Users.ini your admin would look like this Code:
"e[X]treme | Arsenal_Fan" "sheep" "abcdefghijklmnopqrstu" "a"
This is exactly what I have.
And since I have rented server I don't join any others
__________________
GuNNeR
Arsenal_Fan is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:15.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode