Jump to content

Access denied @ 'getPlayerIP'


Recommended Posts

Hi! I install the mod to my server, connection done, etc. SQL up to the phpmyadmin.com, 

I can register, but if i want to login , i got that ( invalid username or password)

 

My ACL like this :    <group name="Admin"> 
      <acl name="Moderator"/> 
      <acl name="SuperModerator"/> 
      <acl name="Admin"/> 
      <acl name="RPC"/> 
      <object name="resource.admin"/> 
      <object name="resource.webadmin"/> 
      <object name="user.DIMITRIJ0814"/> 
   </group> 

 

What the problem?

Link to comment

Welcome to the Forums,

You need to grant the resource Administrator rights in order to use the "getPlayerIP" function.

<group name="Admin"> 
      <acl name="Moderator"/> 
      <acl name="SuperModerator"/> 
      <acl name="Admin"/> 
      <acl name="RPC"/> 
      <object name="resource.admin"/> 
      <object name="resource.webadmin"/> 
      <object name="resource.EXAMPLE"/> 
      <object name="user.DIMITRIJ0814"/> 
</group> 

Replace EXAMPLE with the resource name.

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...