PtokaX forum

PtokaX => Support => Topic started by: illustris on 26 February, 2016, 02:39:28

Title: Editing registered users database
Post by: illustris on 26 February, 2016, 02:39:28
Is there any way to edit the new RegisteredUsers.pxb like the old .xml to change profile and passwords easily?
Title: Re: Editing registered users database
Post by: PPK on 26 February, 2016, 06:44:45
Simple way is one line script:
Code (Lua) Select
RegMan.ChangeReg(sNick, sPass, iProfileNumber)
For example:
Code (Lua) Select
RegMan.ChangeReg("PPK", "MyNewPassword", 2)