PDA

View Full Version : Tried Everything unable to Add Admins in UAIO


skibe
09-24-2013, 15:26
First of all, I'm a newbie admin and English is not my first language so forgive me for any mistake.

When I created my first server some weeks back (Internet+LAN) and installed important plugins like metamod, AMXX and UAIO. Everything was fine I was able to add admins and give privileges and everything... And then somebody hacked my server with something called slow hack.

I cleaned all files, downloaded fresh cstrike hlds and installed plugins meta, amxx and uaio. But for some reason UAIO is unable to add admins or recognize them or detect them I don't know what.

I have tried everything from these forums from google but still nothing.

Many people on this forums have found same problem with only Vote Menu working for them. Some of them have solved their problems and some of them remained unanswered.

Only thing I'm able to work on UAIO is "default" admin which is usually set for Public, I was able to give super privileges to public clients.

here is my uaio-admins.ini


;------------------------------------------------------------------------------------------
; uaio_admins.ini Version 1.50 Date: DEC/20/2005
;
; RS UAIO (Ultimate All-In-One) Admin Menu
; File: UAIO Admins File
;
; Created By: Rob Secord, B.Sc.
; Alias: xeroblood (aka; Achilles; sufferer)
; Email: [email protected]
;
; Updated By: Dan Weeks
; Alias: $uicid3
; Email: [email protected]
;
;------------------------------------------------------------------------------------------

;---------------------------------------------------------------------------------------
; SteamID Group(s)
;---------------------------------------------------------------------------------------

;---------------------------------------------------------------------------------------
; Default Access (For non-admin players) -- Only Change Groups (If Required)!
; Do Not Remove!
; This Default Public-Admin IS Required, Remove Flags from Groups in uaio_groups.ini
; To Restrict Access to Commands by Public Players!
;---------------------------------------------------------------------------------------
admin "default" "grp_vote_public grp_good_public grp_evil_public grp_misc_public"

;I was able to give super privileges to any user including my self using these privileges.
;admin "default" "grp_vote_typeS grp_good_typeS grp_evil_typeS grp_misc_typeS"


;---------------------------------------------------------------------------------------
; Registered (Official) Admins
;---------------------------------------------------------------------------------------

; These are YOU (YOUR SERVER) when using a ListenServer or LAN
admin "STEAM_ID_PENDING" "grp_vote_typeS grp_good_typeS grp_evil_typeS grp_misc_typeS"
admin "VALVE_ID_LOOPBACK" "grp_vote_typeS grp_good_typeS grp_evil_typeS grp_misc_typeS"
admin "127.0.0.1" "grp_vote_typeS grp_good_typeS grp_evil_typeS grp_misc_typeS"
admin "loopback" "grp_vote_typeS grp_good_typeS grp_evil_typeS grp_misc_typeS"

; Add Admins below here:

; Me (xeroblood) (example only, remove if you want to ;)
admin "1857286" "grp_vote_typeS grp_good_typeS grp_evil_typeS grp_misc_typeS"

;$uicid3 (Once again this is only an example of full admin for uaio)
admin "1432421" "grp_vote_typeS grp_good_typeS grp_evil_typeS grp_misc_typeS"

;I have listed all the possible admin entries for an admin.
;I have tested them individually as well as in combinations.
;I have tested uaio from same pc as server from a LAN-client as well as from external-client.

admin "DrSnowBee" "grp_vote_typeS grp_good_typeS grp_evil_typeS grp_misc_typeS"
admin "STEAM_0:0:74036972" "grp_vote_typeS grp_good_typeS grp_evil_typeS grp_misc_typeS"
admin "74036972 " "grp_vote_typeS grp_good_typeS grp_evil_typeS grp_misc_typeS"
admin "192.168.1.1:27005" "grp_vote_typeS grp_good_typeS grp_evil_typeS grp_misc_typeS"
admin "192.168.1.55" "grp_vote_typeS grp_good_typeS grp_evil_typeS grp_misc_typeS"

I have learned new AMXMODx can activate modules on its own still here is my modules.ini



;;;
; To enable a module, remove the semi-colon (;) in front of its name.
; If it's not here, simply add it its name, one per line.
; You don't need to write the _amxx part or the file extension.
;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;
;; SQL Modules usually need to be enabled manually ;;
;; You can have any number on at a time. Use ;;
;; amx_sql_type in sql.cfg to specify the default ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;

;mysql
;sqlite

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;
;; Put third party modules below here. ;;
;; You can just list their names, without the _amxx ;;
;; or file extension. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;



;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;
;; These modules will be auto-detected and loaded ;;
;; as needed. You do not need to enable them here ;;
;; unless you have problems. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;

fun
engine
fakemeta
;geoip
;sockets
regex
nvault
cstrike
csx
hamsandwich

I have added admins manually as well as from uaio_addadmin command... Still no admin can get access.

When write in console uaio_admins it shows:



---> default = grp_vote_public grp_good_public grp_evil_public grp_misc_public
---> STEAM_ID_PENDING = grp_vote_typeS grp_good_typeS grp_evil_typeS grp_misc_typeS
---> VALVE_ID_LOOPBACK = grp_vote_typeS grp_good_typeS grp_evil_typeS grp_misc_typeS
---> 127.0.0.1 = grp_vote_typeS grp_good_typeS grp_evil_typeS grp_misc_typeS
---> loopback = grp_vote_typeS grp_good_typeS grp_evil_typeS grp_misc_typeS
---> 1857286 = grp_vote_typeS grp_good_typeS grp_evil_typeS grp_misc_typeS
---> 1432421 = grp_vote_typeS grp_good_typeS grp_evil_typeS grp_misc_typeS
---> DrSnowBee = grp_vote_typeS grp_good_typeS grp_evil_typeS grp_misc_typeS
---> STEAM_0:0:74036972 = grp_vote_typeS grp_good_typeS grp_evil_typeS grp_misc_typeS
---> 74036972 = grp_vote_typeS grp_good_typeS grp_evil_typeS grp_misc_typeS
---> 192.168.1.1:27005 = grp_vote_typeS grp_good_typeS grp_evil_typeS grp_misc_typeS
---> 192.168.1.55 = grp_vote_typeS grp_good_typeS grp_evil_typeS grp_misc_typeS

My uaio_groups.ini


;------------------------------------------------------------------------------------------
; uaio_groups.ini Version 1.50 Date: DEC/20/2005
;
; RS UAIO (Ultimate All-In-One) Admin Menu
; File: UAIO Groups File
;
; By: Rob Secord, B.Sc.
; Alias: xeroblood (aka; Achilles; sufferer)
; Email: [email protected]
;
; Updated By: Dan Weeks
; Alias: $uicid3
; Email: [email protected]
;
;------------------------------------------------------------------------------------------

;---------------------------------------------------------------------------------------
; Group-Name Type Command Flags
;---------------------------------------------------------------------------------------

;---------------------------------------------------------------------------------------
; Groups for Vote-Command Access
;---------------------------------------------------------------------------------------

group "grp_vote_public" "vote" "abcdf"
group "grp_vote_typeS" "vote" "abcdefghijkl"
group "grp_vote_typeA" "vote" "abcdefhijkl"
group "grp_vote_typeB" "vote" "abcdefhjkl"
group "grp_vote_typeC" "vote" "abcdej"

;---------------------------------------------------------------------------------------
; Groups for Good-Command Access
;---------------------------------------------------------------------------------------

group "grp_good_public" "good" ""
group "grp_good_typeS" "good" "abcdefghijklmnopqrs"
group "grp_good_typeA" "good" "abcdeghijklmnopqr"
group "grp_good_typeB" "good" "bdeghijklmnopq"
group "grp_good_typeC" "good" "eghijklmnopq"

;---------------------------------------------------------------------------------------
; Groups for Evil-Command Access
;---------------------------------------------------------------------------------------

group "grp_evil_public" "evil" ""
group "grp_evil_typeS" "evil" "abcdefghijklmnopqrstuvw"
group "grp_evil_typeA" "evil" "abcdefghijklmnopq"
group "grp_evil_typeB" "evil" "bcdeghijklmop"
group "grp_evil_typeC" "evil" "bcdeghi"

;---------------------------------------------------------------------------------------
; Groups for Misc-Command Access
;---------------------------------------------------------------------------------------

group "grp_misc_public" "misc" ""
group "grp_misc_typeS" "misc" "abcdefghijklmnopq"
group "grp_misc_typeA" "misc" "abcdefghijklopq"
group "grp_misc_typeB" "misc" "cdefhijo"
group "grp_misc_typeC" "misc" "cdefhJ"

my meta and amxx list



amxx list
Currently loaded plugins:
name version author file status
[ 1] Admin Base 1.8.2 AMXX Dev Team admin.amxx running
[ 2] Admin Commands 1.8.2 AMXX Dev Team admincmd.amxx running
[ 3] Admin Help 1.8.2 AMXX Dev Team adminhelp.amxx running
[ 4] Slots Reservation 1.8.2 AMXX Dev Team adminslots.amxx running
[ 5] Multi-Lingual System 1.8.2 AMXX Dev Team multilingual.am running
[ 6] Menus Front-End 1.8.2 AMXX Dev Team menufront.amxx running
[ 7] Commands Menu 1.8.2 AMXX Dev Team cmdmenu.amxx running
[ 8] Players Menu 1.8.2 AMXX Dev Team plmenu.amxx running
[ 9] Maps Menu 1.8.2 AMXX Dev Team mapsmenu.amxx running
[ 10] Plugin Menu 1.8.2 AMXX Dev Team pluginmenu.amxx running
[ 11] Admin Chat 1.8.2 AMXX Dev Team adminchat.amxx running
[ 12] Anti Flood 1.8.2 AMXX Dev Team antiflood.amxx running
[ 13] Scrolling Message 1.8.2 AMXX Dev Team scrollmsg.amxx running
[ 14] Info. Messages 1.8.2 AMXX Dev Team imessage.amxx running
[ 15] Admin Votes 1.8.2 AMXX Dev Team adminvote.amxx running
[ 16] NextMap 1.8.2 AMXX Dev Team nextmap.amxx running
[ 17] Nextmap Chooser 1.8.2 AMXX Dev Team mapchooser.amxx running
[ 18] TimeLeft 1.8.2 AMXX Dev Team timeleft.amxx running
[ 19] Pause Plugins 1.8.2 AMXX Dev Team pausecfg.amxx running
[ 20] Stats Configuration 1.8.2 AMXX Dev Team statscfg.amxx running
[ 21] StatsX 1.8.2 AMXX Dev Team statsx.amxx running
[ 22] AMX Super 4.2 Bmann_420 amx_super.amxx running
[ 23] AMX_Super Menu 0.8.1 Yami Kaitou amx_super_menu. running
[ 24] UAIO (Admin Menu) 1.50 xeroblood/$uicid uaio_admin.amxx running
[ 25] UAIO Manager 2.1 $uicid3 uaio_manager.am debug
25 plugins, 25 running
meta list
Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] AMX Mod X RUN - amxmodx_mm.dll v1.8.2 ini Start ANY
[ 2] Fun RUN - fun_amxx.dll v1.8.2 pl2 ANY ANY
[ 3] Engine RUN - engine_amxx.dll v1.8.2 pl2 ANY ANY
[ 4] FakeMeta RUN - fakemeta_amxx.dl v1.8.2 pl2 ANY ANY
[ 5] CStrike RUN - cstrike_amxx.dll v1.8.2 pl2 ANY ANY
[ 6] CSX RUN - csx_amxx.dll v1.8.2 pl2 ANY ANY
[ 7] Ham Sandwich RUN - hamsandwich_amxx v1.8.2 pl2 ANY ANY
7 plugins, 7 running
uaio_help


[AMXX] UAIO (Admin Menu) You Have Not Yet Registered Yourself As A UAIO Admin!

[AMXX] UAIO (Admin Menu) Make Sure You Have Properly Added Your STEAM ID to 'addons/amxmodx/configs/uaio/uaio_admins.ini',

[AMXX] UAIO (Admin Menu) And That You Have Properly Added Groups to 'addons/amxmodx/configs/uaio/uaio_groups.ini',

[AMXX] UAIO (Admin Menu) And Finally That You Have Properly Assigned Groups to Your
When I was changing parameters on hlds shortcut like changes values of
-game cstrike -console -pingboost 3 +sys_ticrate 1000 +heapsize 524288 +maxplayers 18 +map de_dust2 +port 27015 +fps_max 60
[Im not sure if parameters is the reason for this plugin not working properly]

removing some and adding some In the middle of my testing some how my problem got was fixed [uaio admin privileges] ... I thought all is well and lets advance on tuning and adding more plugins like csdm and other fun stuff. And when I checked my game again all admin privileges are now gone.

Now everything all plugins and tuning works fine including uaio plugin except its Admin privileges.

Note #1
---> amxx admin works all fine with all privileges...

Note #2
---> "uaio_mode" command in console, says:
"[AMXX] UAIO (Admin Menu) Disabled"

---> I then type "uaio_mode 1" command in console, says:
"[AMXX] UAIO (Admin Menu) Enabled"

---> I then type "uaio_mode" command in console, says:
"[AMXX] UAIO (Admin Menu) Disabled"


Thanks for reading and bearing my English. I will appreciate any reply.

Slimer
10-11-2013, 11:28
Look into your logs