Hello. I'm building up an MTA-PHP-SDK and trying to send a call to a resource, I can not - it pops up this error:
[2017-10-05 15:06:31] Authorized serial account protection is enabled for the ACL group(s): `Admin` See https://mtasa.com/authserial
I've tried many things, including turning it off in mtaserver.conf, but it still appears, any suggestions? Code from mtaserver.conf:
<!-- This parameter lists the ACL groups that are protected by serial authorization.
Login attempts to a protected account from a second serial are blocked until the serial is manually authorized via
the authserial command.
For more info see: https://mtasa.com/authserial
Note: This is security critical feature and disabling auth_serial_groups can affect visibility in the master server list.
Values: Comma separated list of ACL groups. Default - Admin --><auth_serial_groups></auth_serial_groups><!-- This parameter specifies if the authorized serial login checks should also apply to the http interface.
Protected account login attempts to the http interface will only succeed if the IP address matches one
recently used by the account holder in-game
For more info see: https://mtasa.com/authserialhttp
Note: This is security critical feature and disabling auth_serial_http can affect visibility in the master server list.
Values: 0 - Off, 1 - Enabled. Default - 1 --><auth_serial_http>0</auth_serial_http>
Question
developa
Hello. I'm building up an MTA-PHP-SDK and trying to send a call to a resource, I can not - it pops up this error:
[2017-10-05 15:06:31] Authorized serial account protection is enabled for the ACL group(s): `Admin` See https://mtasa.com/authserial
I've tried many things, including turning it off in mtaserver.conf, but it still appears, any suggestions? Code from mtaserver.conf:
Link to comment
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now