Reserved Slots My.......
cracker_jackmac
Join Date: 2002-11-04 Member: 6891Members, Constellation, Reinforced - Shadow
<div class="IPBDescription">Adminmod not reserving</div> Hmmm.......Interesting thing here.....admin mod is not letting me use reserved slots on my linux server.
users.ini
my WonID is setup with access level 114687 (everything except Name reservation)
---------------------------------------------------------------------------------------------------------------------------
ips.ini
192.168.1.0
---------------------------------------------------------------------------------------------------------------------------
adminconfig.cfg
echo Executing Admin Mod config file
admin_bot_protection 0
admin_connect_msg "BBooonnnggggs R Us"
admin_debug 0
admin_fun_mode 0
admin_fx 0
admin_gag_name 0
admin_gag_sayteam 0
admin_highlander 1
admin_ignore_immunity 0
admin_plugin_file "addons/adminmod/config/plugin.ini"
admin_reconnect_timeout 300
admin_reject_msg "You do not have access to this command."
admin_repeat_freq 600
admin_repeat_msg "Boo! I see you"
admin_quiet 1
admin_vault_file "addons/adminmod/config/vault.ini"
admin_vote_autostart 0
admin_vote_echo 1
admin_vote_freq 600
admin_vote_maxextend 0
admin_vote_ratio 60
allow_client_exec 1
amv_log_passwords 0
amv_private_server
amv_prvt_kick_message
amv_reconnect_time 0
amv_vote_duration 30
default_access 1
encrypt_password 1
file_access_read 1
file_access_write 0
ips_file "addons/adminmod/config/ips.ini"
kick_ratio 60
map_ratio 80
maps_file 0
models_file 0
models_kick_msg "[ADMIN] That model is reserved on this server."
nicks_kick_msg "Bah, go away, your name is already in use or restricted"
password_field _pw-home
pretty_say 1
reserve_type 2
reserve_slots 2
reserve_slots_msg "Server is Full."
use_regex 0
users_file "addons/adminmod/config/users.ini"
vote_freq 180
words_file 0
//for the rate plugin
bbrate_bandwidth 376K
bbrate_lanmask 192.168.1.0 255.255.255.0
bbrate_report on
bbrate_mode full
---------------------------------------------------------------------------------------------------------------------------
<i>tail</i> server.cfg
exec addons/adminmod/config/adminmod.cfg
and for some reason or anyother, i can't use reserved slots!! if i get in, i can admin just fine! but with the ips.ini file, anyone on my (little) LAN should be able to occupy a reserved slot. Has anyone else had this problem? cuz i dunno if its adminmod (i've checked, and i think my settings are correct) or this mod messing with adminmod. i dunno. thnx
users.ini
my WonID is setup with access level 114687 (everything except Name reservation)
---------------------------------------------------------------------------------------------------------------------------
ips.ini
192.168.1.0
---------------------------------------------------------------------------------------------------------------------------
adminconfig.cfg
echo Executing Admin Mod config file
admin_bot_protection 0
admin_connect_msg "BBooonnnggggs R Us"
admin_debug 0
admin_fun_mode 0
admin_fx 0
admin_gag_name 0
admin_gag_sayteam 0
admin_highlander 1
admin_ignore_immunity 0
admin_plugin_file "addons/adminmod/config/plugin.ini"
admin_reconnect_timeout 300
admin_reject_msg "You do not have access to this command."
admin_repeat_freq 600
admin_repeat_msg "Boo! I see you"
admin_quiet 1
admin_vault_file "addons/adminmod/config/vault.ini"
admin_vote_autostart 0
admin_vote_echo 1
admin_vote_freq 600
admin_vote_maxextend 0
admin_vote_ratio 60
allow_client_exec 1
amv_log_passwords 0
amv_private_server
amv_prvt_kick_message
amv_reconnect_time 0
amv_vote_duration 30
default_access 1
encrypt_password 1
file_access_read 1
file_access_write 0
ips_file "addons/adminmod/config/ips.ini"
kick_ratio 60
map_ratio 80
maps_file 0
models_file 0
models_kick_msg "[ADMIN] That model is reserved on this server."
nicks_kick_msg "Bah, go away, your name is already in use or restricted"
password_field _pw-home
pretty_say 1
reserve_type 2
reserve_slots 2
reserve_slots_msg "Server is Full."
use_regex 0
users_file "addons/adminmod/config/users.ini"
vote_freq 180
words_file 0
//for the rate plugin
bbrate_bandwidth 376K
bbrate_lanmask 192.168.1.0 255.255.255.0
bbrate_report on
bbrate_mode full
---------------------------------------------------------------------------------------------------------------------------
<i>tail</i> server.cfg
exec addons/adminmod/config/adminmod.cfg
and for some reason or anyother, i can't use reserved slots!! if i get in, i can admin just fine! but with the ips.ini file, anyone on my (little) LAN should be able to occupy a reserved slot. Has anyone else had this problem? cuz i dunno if its adminmod (i've checked, and i think my settings are correct) or this mod messing with adminmod. i dunno. thnx
Comments
(WONID):(YourPassword):(ACCESSLEVEL)
// cracker jackmac
***In your adminmod.cfg file found in your addons/adminmod/config folder make sure you have a password field like set up similar to this, but doesn't have to be this, "_pw-adminmod" can be changed:
password_field _pw-adminmod
***Then, in your autoexec.cfg on you CLIENT machine add:
setinfo _pw-adminmod YourPassword
***Then try reconnecting.
(WONID):(YourPassword):(ACCESSLEVEL)
// cracker jackmac
If the server has free public slots, i have 0 problem connecting. Then i use admin_password ***** and i become highlander.
i'll try your autoconfig but i doubt i should need it because reserved slots should work with any LAN IP (as stated in the help file
<!--QuoteBegin--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->Setting up your ips.ini file
The ips.ini will determine which IP addresses have access to reserved slots. IP stands for Internet Protocol. IP addresses are a series of 4 numbers, with each number in the range 0 to 255
<!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
and as u can see, i've done that too.
so i don't even need to be in the user file (although i am)
<!--QuoteBegin--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->If you use subnets (common in Ethernet Local Area Networks) you can specify your subnet mask (kind of like and IP inside an IP)
129.49.231.126/255.255.255.0
To cover all IPs between 168.23.21.0 and 168.23.21.255, simply set the last digit to 0
168.23.21.0
<!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
I'd comment out everything in the IPS.ini file so it doesn't use that. As far as I know all the IPS.ini file does is allow you to use the reserved slot, it does not control your access level. You can set the reserved slot and more by properly setting up the "users.ini" file. Here's an example from my users.ini file:
<!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->
//Access Levels
//131071 -All
//126975 -All (No Immunity)
//65535 -All (No Exec)
//43751 -No Exec, no Ban, no reserved name
//39367 -Sub Admin
//32773 -Slot Kick Say
//32769 -Slot
//-----------------------------------------------------------------------------
//ADMINS
000000:password:131071
//Vadakill
000000:password:131071
//Arkaine
000000:password:126975
//Mark
000000:password:39367
//Mr.Ribber
000000:password:39367
//Rash
000000:password:39367
//Mr.Fleeps
<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
This is just a snippet as I have 30+ users in there with varying access levels. I keep the comment up on the top to remind me what access levels do what. The "000000" would be replaced with their actual WONID, "password" would be their actual password in plain text.