ULX

Author Topic: can't add people  (Read 3185 times)

0 Members and 1 Guest are viewing this topic.

Offline jay209015

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 934
  • Karma: 62
    • Dev-Solutions
can't add people
« on: July 26, 2007, 06:22:50 PM »
ok first of all i read http://forums.ulyssesmod.net/index.php/topic,732.0.html and it didn't work. As i am typing this I am at my console.

Code: [Select]
] ulx adduser paka operator 0
(ADMIN) (Console) added user paka to group "operator"

Code: [Select]
# userid name uniqueid connected ping loss state adr
#  5 "Death (John Zombie)" STEAM_0:1:11827544 07:40 95 0 active 71.127.43.113:60158
#  3 "paka" STEAM_0:1:13718703 19:55 89 0 active 71.91.201.170:27005
#  6 "k kiid" STEAM_0:0:13431018 05:51 195 0 active 88.106.31.72:27005

Code: [Select]
] lua_run PrintTable( ULib.ucl )
> PrintTable( ULib.ucl )...
initClient = function: 025184B0
passTimeout = function: 02518450
checkPass = function: 02518420
checkAuth = function: 02518438
callbacks:
1 = function: 025184B0
2 = function: 02518D20
3 = function: 02910A54
addGroup = function: 025183C0
addUser = function: 025183D8
awaitingauth:
addAccessCallback = function: 025159F0
authed:
Player [1][Death (John Zombie)]:
deny:
type = steamid
groups:
1 = user
1 = operators
account = death (john zombie)
id = STEAM_0:1:11827544
allow:
uniqueid = 3627027955
Player [3][k kiid]:
type = guest
groups:
1 = user
2 = user
id =
account = MingeBag
acl:
allow:
deny:
uniqueid = 2598790016
Player [NULL]:
deny:
type = steamid
groups:
1 = user
1 = operators
account = death (john zombie)
id = STEAM_0:1:11827544
allow:
uniqueid = 3627027955
Player [2][paka]:
deny:
type = steamid
groups:
1 = user
1 = operators
account = paka
id = STEAM_0:1:13718703
allow:
uniqueid = 1579440743
Player [NULL]:
deny:
type = steamid
groups:
1 = user
1 = superadmin
2 = immunity
account = jay209015
id = STEAM_0:1:13630765
allow:
uniqueid = 2461969730
users:
jay209015:
deny:
type = steamid
groups:
1 = superadmin
2 = immunity
id = STEAM_0:1:13630765
pass =
allow:
death (john zombie):
deny:
type = steamid
groups:
1 = operators
id = STEAM_0:1:11827544
pass =
allow:
paka:
deny:
type = steamid
groups:
1 = operator
id = STEAM_0:1:13718703
pass =
allow:
query = function: 02510D28
removeUser = function: 025183F0
probe = function: 02518408
groups:
immunity:
allow:
deny:
superadmin:
allow:
deny:
operators:
allow:
deny:
operator:
allow:
deny:
callCallbacks = function: 02514D78


Code: [Select]
] lua_run PrintTable( util.KeyValuesToTable( file.Read( "../settings/users.txt" ) ) )
> PrintTable( util.KeyValuesToTable( file.Read( "../settings/users.txt" ) ) )...
operators:
death (john zombie) = STEAM_0:1:1182754
paka = STEAM_0:1:1371870
superadmin:
jay209015 = STEAM_0:1:1363076
[sns] yue = STEAM_0:0:1128984

Code: [Select]
] ulx userallow paka "ulx slap"
Player must have at least operator access first!


Every thing looks right but status doesn't show him being operator and i can't use userallow.  Please I need help
An error only becomes a mistake when you refuse to correct it. --JFK

"And thus the downfall of the great ULX dynasty was wrought not by another dynasty, but the slow and steady deterioration of the leaders themselves, followed by the deprecation of the great knowledge they possessed." -Gmod, Chapter 28, verse 34 -- Stickly

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: can't add people
« Reply #1 on: July 26, 2007, 06:50:12 PM »
Did you try rejoining the server?
Experiencing God's grace one day at a time.

Offline jay209015

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 934
  • Karma: 62
    • Dev-Solutions
Re: can't add people
« Reply #2 on: July 26, 2007, 07:49:27 PM »
yes I tried having them rejoin and I tried changelevel and I tried restarting the server nothing. I can't add anyone else but me.
An error only becomes a mistake when you refuse to correct it. --JFK

"And thus the downfall of the great ULX dynasty was wrought not by another dynasty, but the slow and steady deterioration of the leaders themselves, followed by the deprecation of the great knowledge they possessed." -Gmod, Chapter 28, verse 34 -- Stickly

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: can't add people
« Reply #3 on: July 26, 2007, 08:06:15 PM »
Well, not sure this would fix it all entirely, but its a good start....
You're settings/users.txt file is missing trailing numbers on the steamids.
This is common when copying and pasting out of the Steam Client. I'm pretty sure the "Having trouble with access?" post you read (THANKS FOR READING AND FOLLOWING AS MUCH AS YOU DID!!! IT HELPS US HELP YOU!) mentions this.

From your status
Code: [Select]
#  5 "Death (John Zombie)" STEAM_0:1:11827544 07:40 95 0 active 71.127.43.113:60158
#  3 "paka" STEAM_0:1:13718703 19:55 89 0 active 71.91.201.170:27005

From your settings/users.txt
Code: [Select]
operators:
death (john zombie) = STEAM_0:1:1182754
paka = STEAM_0:1:1371870

Paka's real steamid has a 3 on the end.
Death's real steamid has a 4 on the end, that is missing from your settings/users.txt

Start with removing the invalid records for those imported into data/ULib/users.txt ... correct the settings/users.txt, then try again.
We'll see what happens from there.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline jay209015

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 934
  • Karma: 62
    • Dev-Solutions
Re: can't add people
« Reply #4 on: July 27, 2007, 07:07:52 AM »
OMG  :-[ that was it, I feel smart lol. Thanks.
An error only becomes a mistake when you refuse to correct it. --JFK

"And thus the downfall of the great ULX dynasty was wrought not by another dynasty, but the slow and steady deterioration of the leaders themselves, followed by the deprecation of the great knowledge they possessed." -Gmod, Chapter 28, verse 34 -- Stickly

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: can't add people
« Reply #5 on: July 27, 2007, 03:47:30 PM »
Glad we could help.
Its so much easier and nicer to help those that read/search first, follow directions...then post :)
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline spbogie

  • Ulysses Team Member
  • Sr. Member
  • *****
  • Posts: 456
  • Karma: 41
Re: can't add people
« Reply #6 on: July 28, 2007, 08:38:52 PM »
Also, remove the s from the end of operators in your /settings/users.txt file. Currently you have both the default operator group, and an aditional operators group.
I have not failed. I've just found 10,000 ways that won't work. - Thomas A. Edison
I reject your reality and substitute my own. - Adam Savage