Auth

Халява Auth 2.0

Нет прав для скачивания
Хостинг игровых серверов

MrGrouz

Прохожий
28 Фев 2018
62
21
26
Г. Тюмень
Пользователь MrGrouz разместил новый ресурс:

Auth - Авторизация по паролю

Код:
1) Если вы не авторизованы/не зарегистрированы, вам выводится GUI, которое запрещает игроку вращать камеру

2) Заблокированы все команды, которые обрабатывает сервер

Команда для смены пароля adminchangepassword [steamid/ник] [новый пароль]
яя уже выкладывал данный плагин,но это версия изменена!
тсейчас если после последнего ввода пароля ваш ip не поменялся, то вводить его повторно не нужно!


Узнать больше об этом ресурсе...
 

sanek125rus

Прохожий
16 Фев 2019
43
12
28
Во время работы выдает ошибки
Код:
Sqlite command callback raised an exception in 'Auth v2.9.0' plugin (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.Auth+c__AnonStorey5.<>m__0 (System.Collections.Generic.List`1[T] res) [0x00075] in <25fb88ff4e5b4cf194a4e9cc231bcc3e>:0
  at Oxide.Core.SQLite.Libraries.SQLite+SQLiteQuery+<>c__DisplayClass23_0.b__0 () [0x0005d] in :0
 

sanek125rus

Прохожий
16 Фев 2019
43
12
28
Код:
Sqlite handle raised an exception in 'Auth v2.9.0' plugin (ArgumentException: Parameter '@_M_U_R_' specified but none of the passed arguments have a property with this name (in 'INSERT INTO players (name, steam_id, reg_ip, last_ip, password, reg_login_time, last_login_time) VALUES ('(((_S_@_M_U_R_@_Y_)))', '76561198438577741', '178.126.195.51', '178.126.195.51', 'VOVA2006', 1580936576, 1580936576);'))
  at Oxide.Core.Database.Sql+<>c__DisplayClass28_0.b__0 (System.Text.RegularExpressions.Match m) [0x000de] in :0
  at System.Text.RegularExpressions.RegexReplacement.Replace (System.Text.RegularExpressions.MatchEvaluator evaluator, System.Text.RegularExpressions.Regex regex, System.String input, System.Int32 count, System.Int32 startat) [0x0009c] in <0079a30f96a047348857e1cecc6c638a>:0
  at System.Text.RegularExpressions.Regex.Replace (System.String input, System.Text.RegularExpressions.MatchEvaluator evaluator, System.Int32 count, System.Int32 startat) [0x0000e] in <0079a30f96a047348857e1cecc6c638a>:0
  at System.Text.RegularExpressions.Regex.Replace (System.String input, System.Text.RegularExpressions.MatchEvaluator evaluator) [0x00023] in <0079a30f96a047348857e1cecc6c638a>:0
  at Oxide.Core.Database.Sql.ProcessParams (System.String sql, System.Object[] argsSrc, System.Collections.Generic.List`1[T] argsDest) [0x0001b] in :0
  at Oxide.Core.Database.Sql.Build (System.Text.StringBuilder sb, System.Collections.Generic.List`1[T] args, Oxide.Core.Database.Sql lhs) [0x00025] in :0
  at Oxide.Core.Database.Sql.Build (System.Text.StringBuilder sb, System.Collections.Generic.List`1[T] args, Oxide.Core.Database.Sql lhs) [0x000a3] in :0
  at Oxide.Core.Database.Sql.Build () [0x00015] in :0
  at Oxide.Core.Database.Sql.get_SQL () [0x00000] in :0
  at Oxide.Core.SQLite.Libraries.SQLite+SQLiteQuery.Handle () [0x00081] in :0