Author Topic: Remote Admin (server version 0.7 client version 0.8)  (Read 12236 times)


Really useful mod, but it does look too compact.

you need to think about the design more, although the concept is great. 5/5

This looks pretty nice but can you make a feature that allows you to enter code into your server's console by the GUI? That would be a pretty handy feature if you could do that. :)
I considered it, but I believe that would get the add-on failed.
Espically if you had to host it through me.

So, is anyone using this yet?
I'd love to try and connect to theirs.
« Last Edit: May 05, 2013, 09:29:43 AM by DrenDran »

"evel"

You mean "eval?"

Anyway, this is kick ass. I was waiting so long for someone to do this. Thanks bro.


That's a person's name.

Yeah I just realized that now, silly me.

You should create an API for other mods to add controls and info.

You should create an API for other mods to add controls and info.

Maybe similar to the mini-game GUI in a way.

You should create an API for other mods to add controls and info.
That's already started, believe it or not.
Functions are declaired as such:
Code: [Select]
function blrscmdCOMMAND(%sender,%arg1,%arg2,%arg3)
{
//do stuff
}
For example, the "Next Track" command:
Code: [Select]
function blrscmdNEXTTRACK(%sender)
{
if(isFunction("SK_NextTrack"))
{
SK_NextTrack();
messageall('',"<color:FFFF00>BLRS has changed the track!");
%sender.send("WORKED\t\n");
}
else
%sender.send("WRONG\t\n");
}

I've just been waiting for Zapk/Subpixel to finish the new gui since I'd need it to start with the client side.
Speaking of which...



Keep in mind they're not quite done still.
« Last Edit: May 05, 2013, 01:55:21 PM by DrenDran »

Hold on a sec, is there a way you can make this thing host only, like setting the password and allowing access? Even if I have to edit it inside the script that will good enough.

Hold on a sec, is there a way you can make this thing host only, like setting the password and allowing access? Even if I have to edit it inside the script that will good enough.
Set the password and don't tell anyone it.
Okay, other super admins could change it, but from what I've seen few servers have more than one SA. I suppose you could select a random port and not tell anyone that either, but that's kind of a long shot.
The information part (chats and deaths and whatever) is still public, but no one but you will be able to do anything.
Also, get the latest version 0.6 if you have 0.4

Set the password and don't tell anyone it.
Okay, other super admins could change it, but from what I've seen few servers have more than one SA. I suppose you could select a random port and not tell anyone that either, but that's kind of a long shot.
The information part (chats and deaths and whatever) is still public, but no one but you will be able to do anything.
Also, get the latest version 0.6 if you have 0.4
Oh okay, so for ex. nobody can kick/ban/kill/deadmin and admin except for host or no? Can SA Warn people? Another quick question, if a SA can do the things I listed above does it say who did those things or just it does say like "Was kicked by Remote Client" or something.

Oh okay, so for ex. nobody can kick/ban/kill/deadmin and admin except for host or no? Can SA Warn people? Another quick question, if a SA can do the things I listed above does it say who did those things or just it does say like "Was kicked by Remote Client" or something.
No offence but think about it for a second.
Unless Badspot gave me access to his authentication server while no one was looking, I'd have no way of matching people to their names.
(I could take a client side variable, but you could easily change that, and what would happen if you were doing it from the website)

Whoever knows the password can use the features. (Thought that'd be obvious lol)
The features are more or less as powerful as being an admin on the server.
So if only Super admins can access it, you really have nothing to worry about.

Also I saw a few servers start to use this on the BLRS server list, but I can't connect to them. So I'm guessing they didn't port forward.


There's been a handful of servers coming on and off the list today.
Unfortunatly I haven't been able to connect to any of them but my own.