AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugin/Gameplay Ideas and Requests (https://forums.alliedmods.net/forumdisplay.php?f=60)
-   -   Remote RCON plugin (https://forums.alliedmods.net/showthread.php?t=252009)

h3bus 11-23-2014 17:36

Remote RCON plugin
 
Hello there,

I've been developping a remote RCON API for a plugin under development. Basically it execute RCON commands on distant servers.

I was wondering if this could be of some interest for anyone to publish it as its own plugin with some natives and an sm_remote_rcon command.

I ask this, because its some work to plublish and document and I won't be doing it if it is useless.

DarthMan 11-24-2014 09:17

Re: Remote RCON plugin
 
This soudns like a great idea , but will be cool to make it execute sourcemod commands too.

h3bus 11-24-2014 09:33

Re: Remote RCON plugin
 
Well, this is an RCON and can execute any commands.
Like this:
Code:

sm_remote_rcon "foo.server:27015" "MyRconPW" "Foo Command"

VoiDeD 11-24-2014 13:10

Re: Remote RCON plugin
 
Code:

rcon_address foo.server:27015; rcon_password MyRconPW; rcon Foo Command
??

h3bus 11-24-2014 13:17

Re: Remote RCON plugin
 
Well the goal is to have native so that plugins can do this, receiving status and responses.

But yes, a user command is not very usefull.

friagram 11-26-2014 11:13

Re: Remote RCON plugin
 
You can do this with socket.

h3bus 11-26-2014 11:14

Re: Remote RCON plugin
 
Yeah I know, I've already implemented this actually. This thread was just to know if this was of some interest for others.

Mathias. 11-28-2014 23:13

Re: Remote RCON plugin
 
It is sure useful to post any value resource if they are not duplicate which I think it is not. The snippet section is there for that.

Quote:

Originally Posted by VoiDeD (Post 2227871)
Code:

rcon_address foo.server:27015; rcon_password MyRconPW; rcon Foo Command

This only work from a server if both server use the same rcon which is quietly useful :D


All times are GMT -4. The time now is 03:38.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.