PDA

View Full Version : Just a question about SA rights


Tafel
31-05-2005, 00:12
Hi all
Do you guys now how can I grant SA rights to a TS user from webadmin panel WITHOUT change the user's account password? What I have to do?
I tried to leave passwords fields blank but I get a message like "Error: passwords blank" or something like that.

WalkaboutTigger
31-05-2005, 00:22
Not that I am aware of but you can do it through phpmyadmin.

xgreedyx
05-06-2005, 20:53
Ok bro try this if your running linux Server
Click start and put this in Run Box
telnet.exe YOUR IP GOS HERE 51234

Now you should see a ms dos bos that looks like this
[TS]

OK now you must have a SuperAdmin name that u use for superadmin on the webadmin
Type
slogin USERNAME PASSWORD
and hit enter

Once you logged in you need to select the sever
Type
sel 8767
and hit enter

ok now

Type
dbuserchangeattribs <DBUserID> <ServerAdminStatus>
And thats it
I pasted a Example just in case you have trouble use the command dbuserlist to find out the id of all registerd users and once you find it you can use dbuserchangeattribs to give him (SA) hope this helps you out.
------------------------------------------------------------------------
Name
dbuserchangeattribs - Changes the SA-Status of a registered user
Usage
dbuserchangeattribs <DBUserID> <ServerAdminStatus>
After selecting a virtual server (-> sel) you can use this command to
change the ServerAdminStatus of a registered user. To get the
DBUserID use dbuserlist (-> dbuserlist) or dbuserid (-> dbuserid).
The ServerAdminStatus can be 1 or 0, 1: user is SA, 0: user isn't.
Example
dbuserid SatanClaus
> 1234
> OK
dbuserchangeattribs 1234 1
> OK
------------------------------------------------------------------------