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

ADDADMIN by ip


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
loren28
Senior Member
Join Date: Nov 2006
Old 10-27-2007 , 05:14   ADDADMIN by ip
Reply With Quote #1

I have 2 ip on my computer.1 ip [lanip]10.0.27.etc and 1 ip [real ip]86.122.30.etc .I made new dedicated server whit amxmodx1.8 and i canno't put my self as admin whit any of 2 ip that i have.In the earlier version like amxmodx1.76d i was abble to put myself whit any of two ip that i have.So what it's the problem whit new amxmodx1.8 and how i resovle my problem?[idont want addadmin whit password or steamid]
loren28 is offline
Pro Patria Finland
Senior Member
Join Date: Apr 2006
Location: BaronPub.com
Old 10-27-2007 , 06:21   Re: ADDADMIN by ip
Reply With Quote #2

Why don't you want to use your steamid?
__________________
I am not a number. I am Gordon Freeman!
Pro Patria Finland is offline
loren28
Senior Member
Join Date: Nov 2006
Old 10-27-2007 , 06:30   Re: ADDADMIN by ip
Reply With Quote #3

If option addadmin by ip it's available i want to use.So any help?
loren28 is offline
Pro Patria Finland
Senior Member
Join Date: Apr 2006
Location: BaronPub.com
Old 10-27-2007 , 07:27   Re: ADDADMIN by ip
Reply With Quote #4

Quote:
Originally Posted by loren28 View Post
If option addadmin by ip it's available i want to use.So any help?
The reason I am asking is, that using it by SteamID is far more simpler, because it's surely static (unless you're cheating, or running a Steamless server, which seems highly possible on your case).

However, post your users.ini, if it seems right to people here, and you're absolutely sure you have everything right, file a bugreport.
__________________
I am not a number. I am Gordon Freeman!
Pro Patria Finland is offline
loren28
Senior Member
Join Date: Nov 2006
Old 10-27-2007 , 08:39   Re: ADDADMIN by ip
Reply With Quote #5

This it's my setings that i try:

1.
user.ini
; Examples of admin accounts:
; "STEAM_0:0:123456" "" "abcdefghijklmnopqrstu" "ce"
; "123.45.67.89" "" "abcdefghijklmnopqrstu" "de"
; "My Name" "my_password" "abcdefghijklmnopqrstu" "a"

"loopback" "" "abcdefghijklmnopqrstu" "de"
"10.0.27.10" "abcdefghijklmnopqrstu" "abcdefghijklmnopqrstu"

amxx.config

// Name of setinfo which should store a password on a client (you should change this)
// Note: Always prefix the field with an underscore (aka: "_")
// (Example: setinfo _pw "password")
//
// Default value: "_pw"
amx_password_field "_pw"

2.
user.ini
; Examples of admin accounts:
; "STEAM_0:0:123456" "" "abcdefghijklmnopqrstu" "ce"
; "123.45.67.89" "" "abcdefghijklmnopqrstu" "de"
; "My Name" "my_password" "abcdefghijklmnopqrstu" "a"

"loopback" "" "abcdefghijklmnopqrstu" "de"
"86.122.30.etc" "abcdefghijklmnopqrstu" "abcdefghijklmnopqrstu"

amxx.config

// Name of setinfo which should store a password on a client (you should change this)
// Note: Always prefix the field with an underscore (aka: "_")
// (Example: setinfo _pw "password")
//
// Default value: "_pw"
amx_password_field "_pw"

3.
user.ini
; Examples of admin accounts:
; "STEAM_0:0:123456" "" "abcdefghijklmnopqrstu" "ce"
; "123.45.67.89" "" "abcdefghijklmnopqrstu" "de"
; "My Name" "my_password" "abcdefghijklmnopqrstu" "a"

"loopback" "" "abcdefghijklmnopqrstu" "de"
"10.0.27.10" "abcdefghijklmnopqrstu" "abcdefghijklmnopqrstu"

amxx.config

// Name of setinfo which should store a password on a client (you should change this)
// Note: Always prefix the field with an underscore (aka: "_")
// (Example: setinfo _pw "password")
//
// Default value: "_pw"
amx_password_field _ma

4.
user.ini
; Examples of admin accounts:
; "STEAM_0:0:123456" "" "abcdefghijklmnopqrstu" "ce"
; "123.45.67.89" "" "abcdefghijklmnopqrstu" "de"
; "My Name" "my_password" "abcdefghijklmnopqrstu" "a"

"loopback" "" "abcdefghijklmnopqrstu" "de"
"86.122.30.etc" "abcdefghijklmnopqrstu" "abcdefghijklmnopqrstu"

amxx.config

// Name of setinfo which should store a password on a client (you should change this)
// Note: Always prefix the field with an underscore (aka: "_")
// (Example: setinfo _pw "password")
//
// Default value: "_pw"
amx_password_field _ma

Not working
loren28 is offline
Pro Patria Finland
Senior Member
Join Date: Apr 2006
Location: BaronPub.com
Old 10-27-2007 , 09:16   Re: ADDADMIN by ip
Reply With Quote #6

You're doing it wrong, you're missing the empty password:

Do:
Code:
"86.122.30.etc" "" "abcdefghijklmnopqrstu" "de"
Instead of
Code:
"86.122.30.etc" "abcdefghijklmnopqrstu" "de"
__________________
I am not a number. I am Gordon Freeman!
Pro Patria Finland is offline
loren28
Senior Member
Join Date: Nov 2006
Old 10-27-2007 , 09:20   Re: ADDADMIN by ip
Reply With Quote #7

I already try that but i forghet to show in post from abouve.
loren28 is offline
Pro Patria Finland
Senior Member
Join Date: Apr 2006
Location: BaronPub.com
Old 10-27-2007 , 09:22   Re: ADDADMIN by ip
Reply With Quote #8

Quote:
Originally Posted by loren28 View Post
I already try that but i forghet to show in post from abouve.
Also the last parameter can only be "abcde"
__________________
I am not a number. I am Gordon Freeman!
Pro Patria Finland is offline
loren28
Senior Member
Join Date: Nov 2006
Old 10-27-2007 , 09:46   Re: ADDADMIN by ip
Reply With Quote #9

Thanks this option "86.122.30.etc" "" "abcdefghijklmnopqrstu" "de" from u works but i only have one question[BUT NOT FULL ADMIN .If i give admin to somoane whit"de" it will have maximum admin flags?becouse if i make myself admin whit "86.122.30.etc" "" "abcdefghijklmnopqrstu" "de" and play game from thesame computer server NOT see me like full admin.And if i will give admin to somoaneelse i don't want to have full admin flags .

Last edited by loren28; 10-27-2007 at 10:20.
loren28 is offline
loren28
Senior Member
Join Date: Nov 2006
Old 10-27-2007 , 10:02   Re: ADDADMIN by ip
Reply With Quote #10

Only this option "86.122.30.etc" "" "abcdefghijklmnopqrstu" "de" works and i want to be able to be full admin .Why "86.122.30.etc" "" "abcdefghijklmnopqrstu" "abcdefghijklmnopqrstu" not working like in the amxmodx 1.76d ?
loren28 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 00:36.


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