Raised This Month: $ Target: $400
 0% 

You Don't Have Access to the server


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
demonicserver
Member
Join Date: Jul 2007
Old 07-28-2007 , 02:14   You Don't Have Access to the server
Reply With Quote #1

Hello, some Jerk tried to ruin a server where i am Admin, he has done something that doesen't allow normal players to Join server. So only Admins can Join the server. When someone want o Join the server it respods with the error "You Don't have access to the server" (or at Serbian "Nemate pristup serveru...). What to do to solve that problem?

Thank you and sorry for my bad English!
demonicserver is offline
Lee
AlliedModders Donor
Join Date: Feb 2006
Old 07-28-2007 , 02:32   Re: You Don't Have Access to the server
Reply With Quote #2

amx_mode 1
Lee is offline
demonicserver
Member
Join Date: Jul 2007
Old 07-29-2007 , 01:05   Re: You Don't Have Access to the server
Reply With Quote #3

amx_mode IS set to 1

So something else is causing the problem!
demonicserver is offline
vvg125
AMX Mod X Beta Tester
Join Date: Dec 2006
Location: Queens (Douglaston), New
Old 07-29-2007 , 01:12   Re: You Don't Have Access to the server
Reply With Quote #4

If that's not the problem, it's another mod causing it. What are you running?
__________________
vvg125 is offline
Send a message via AIM to vvg125 Send a message via MSN to vvg125 Send a message via Yahoo to vvg125
demonicserver
Member
Join Date: Jul 2007
Old 07-29-2007 , 01:33   Re: You Don't Have Access to the server
Reply With Quote #5

AMXMODX v1.76d
MetaMod v1.19

Other plugins are not installed on amxx, just the standard ones

Code:
; AMX Mod X plugins

; 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!)
demonicserver is offline
Lee
AlliedModders Donor
Join Date: Feb 2006
Old 07-29-2007 , 01:45   Re: You Don't Have Access to the server
Reply With Quote #6

If he had access to server files, that doesn't tell us anything. If that is the case, you can try downloading the original .sma files and then recompile them.

Are you absolutely sure amx_mode is set to 1? Don't rely on what config files tell you; type amx_cvar amx_mode..

Failing that, the quickest solution would be to totally reinstall - especially since you have a pretty stock configuration. You can keep your data/csstats.dat file.
Lee is offline
vvg125
AMX Mod X Beta Tester
Join Date: Dec 2006
Location: Queens (Douglaston), New
Old 07-29-2007 , 01:49   Re: You Don't Have Access to the server
Reply With Quote #7

Quote:
Originally Posted by demonicserver View Post
AMXMODX v1.76d
MetaMod v1.19

Other plugins are not installed on amxx, just the standard ones

Code:
; AMX Mod X plugins

; 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!)
Actually... I was referring to MetaMod plugins.
__________________
vvg125 is offline
Send a message via AIM to vvg125 Send a message via MSN to vvg125 Send a message via Yahoo to vvg125
demonicserver
Member
Join Date: Jul 2007
Old 07-29-2007 , 02:27   Re: You Don't Have Access to the server
Reply With Quote #8

Quote:
Originally Posted by Lee View Post
If he had access to server files, that doesn't tell us anything. If that is the case, you can try downloading the original .sma files and then recompile them.

Are you absolutely sure amx_mode is set to 1? Don't rely on what config files tell you; type amx_cvar amx_mode..

Failing that, the quickest solution would be to totally reinstall - especially since you have a pretty stock configuration. You can keep your data/csstats.dat file.
The only access he had was the Admin Status and the rcon password, he didn't had the access to server files!
I have tried to put amx_mode to 0 then the players are able Join the server, but after few rounds i have lost my Admin rights, 'till the mapchange.

Quote:
Originally Posted by vvg125 View Post
Actually... I was referring to MetaMod plugins.

Only Amxx!
demonicserver is offline
vvg125
AMX Mod X Beta Tester
Join Date: Dec 2006
Location: Queens (Douglaston), New
Old 07-29-2007 , 02:29   Re: You Don't Have Access to the server
Reply With Quote #9

Quote:
Originally Posted by demonicserver View Post
The only access he had was the Admin Status and the rcon password, he didn't had the access to server files!
I have tried to put amx_mode to 0 then the players are able Join the server, but after few rounds i have lost my Admin rights, 'till the mapchange.
Then he just went around messing with a few CVARs on your server. It's entirely your responsibility to keep the RCON password safe...
__________________
vvg125 is offline
Send a message via AIM to vvg125 Send a message via MSN to vvg125 Send a message via Yahoo to vvg125
demonicserver
Member
Join Date: Jul 2007
Old 07-29-2007 , 02:56   Re: You Don't Have Access to the server
Reply With Quote #10

That's not my server so it's not my responsibility, i am only Admin on the server it's not my fault because the Head Admin told the guy the rcon

btw: thx anyway ;)
demonicserver 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 23:10.


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