Jump to content

PingPerfect Admin.xml


Butzen

Recommended Posts

Hi,

Im, at PerfectPing too.

My problem is that i cant make groups or admins on the admin.xml

Everytime the xml. was overwriting by a new one.

We are 3 friends on the server and no one can use commands for the server.

Can someone help me out. explane me the correct xml commands for usergroups or admins.

Sorry, for my bad english.

Have a nice day

Link to comment
Share on other sites

  • Boxelware Team

It's overwritten because the --admin parameter is set when starting the game. If you can't set it when starting up the server, then I'd suggest contacting PingPerfect to give you the option of setting it when starting up the server.

Link to comment
Share on other sites

hi,

the server is running 24/7 this is the xml

<?xml version="1.0" encoding="utf-8"?>

<Administration>

<administration>

<defaultAuthorizationGroup>

<commands>

<command name="help"/>

<command name="players"/>

<command name="seed"/>

<command name="suicide"/>

<command name="version"/>

<command name="w"/>

<command name="whisper"/>

</commands>

</defaultAuthorizationGroup>

<authorizationGroups>

<group name="Moderators">

<users/>

<user name="Butzen" id="76561198003182616"/>

<user name="KingGeorge" id="76561198036431423"/>

<commands>

<command name="ban"/>

<command name="banip"/>

<command name="blacklist"/>

<command name="echo"/>

<command name="give"/>

<command name="groups"/>

<command name="kick"/>

<command name="like"/>

<command name="run"/>

<command name="save"/>

<command name="unban"/>

<command name="unbanip"/>

<command name="whitelist"/>

</commands>

<users/>

<user name="Butzen" id="76561198003182616"/>

<user name="KingGeorge" id="76561198036431423"/>

</group>

</authorizationGroups>

<administrators>

<admin name="Butzen" id="76561198003182616"/>

<admin name="KingGeorge" id="76561198036431423"/>

</administrators>

</administration>

</Administration>

 

 

maybe i make it wrong and this make the overwrite ?!?!

thanks for your help

Link to comment
Share on other sites

Hello I've seen somebody who has the exact same problem in pingperfect.

What I would do is create a ZIP folder of the full thing open it with zip see if the file server.bat or server file now shows up.

Right click edit if you can.

Then remove the --admin part or something like that it was. (I think I don't know it out of the top of my head)

Somebody can correct me if I am wrong but it should go from

 

--galaxy-name avorion_galaxy --admin avorion_admin

to

--galaxy-name avorion_galaxy

and then hopefully it won't overwrite it.(edited to correct command line)

 

Save that folder and see if you can upload the files again somehow. I am not sure how to upload it exactly not using the service myself so don't know the webpage and never used it.

Link to comment
Share on other sites

No I haven't I don't have the file but would you be able to ZIP it the thing is with pingperfect you cant see all files and its all browser based files.

So there is no server.bat on the browser pingperfect files.

I guess if you zip it put it on your actual pc everything would show up right?

Then once you edited that you can upload it again but would you need to unzip first again?

(trying to get the info for a friend who's trying to set the server up)

Link to comment
Share on other sites

  • 1 month later...

hi,

the server is running 24/7 this is the xml

<?xml version="1.0" encoding="utf-8"?>

<Administration>

<administration>

<defaultAuthorizationGroup>

<commands>

<command name="help"/>

<command name="players"/>

<command name="seed"/>

<command name="suicide"/>

<command name="version"/>

<command name="w"/>

<command name="whisper"/>

</commands>

</defaultAuthorizationGroup>

<authorizationGroups>

<group name="Moderators">

<users/>

<user name="Butzen" id="76561198003182616"/>

<user name="KingGeorge" id="76561198036431423"/>

<commands>

<command name="ban"/>

<command name="banip"/>

<command name="blacklist"/>

<command name="echo"/>

<command name="give"/>

<command name="groups"/>

<command name="kick"/>

<command name="like"/>

<command name="run"/>

<command name="save"/>

<command name="unban"/>

<command name="unbanip"/>

<command name="whitelist"/>

</commands>

<users/>

<user name="Butzen" id="76561198003182616"/>

<user name="KingGeorge" id="76561198036431423"/>

</group>

</authorizationGroups>

<administrators>

<admin name="Butzen" id="76561198003182616"/>

<admin name="KingGeorge" id="76561198036431423"/>

</administrators>

</administration>

</Administration>

 

 

maybe i make it wrong and this make the overwrite ?!?!

thanks for your help

 

I think I know why you have issues.

 

First of all you do not need to have to have Butzen and KingGeorge set as admins as well as moderators. If they are admins they have all permissions.

 

Second the XML file is not valid.

 

<Users/> implies a closed tag. Equal to <Users></Users> and your moderators must be within that tag so instead of

 

<users/>

    <user name="Butzen" id="76561198003182616"/>

    <user name="KingGeorge" id="76561198036431423"/>

    ....

 

it should be

<Users>

    <user name="Butzen" id="76561198003182616"/>

    <user name="KingGeorge" id="76561198036431423"/>

</Users>

....

 

Good luck!

 

 

Link to comment
Share on other sites

  • 3 months later...

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
×
×
  • Create New...