1. Post #1
    BlazR's Avatar
    November 2014
    95 Posts
    There are far better programs for this kind of thing already on the forum. This just happens to be the one I wrote.
    Don't trust me? Don't use it.
    It works on the current development branch. I only tried it on Legacy for a moment and it did not work.
    Basically allows you to connnect and issue commands to the server via rcon. There is a basic user list with some
    right-click menu functions (kick, ban, kickall, and owner). The other commands need to be entered through the
    "Run Command" button. A list of available commands can be found with the "List Commands" button. Fancy that.

    Screenies:

    image hosting no register


    image hosting sites

    There are a few bugs that I know about already.

    - Sometimes the status command does not return the current status (infrequent & trivial, usually on reconnecting)
    - The text in the output area may be 'run together' sometimes. The server likes to return responses in a big string with no line breaks.
    - Lack of useful error messages. I plan on adding popups to give more information about what actually went wrong.

    Requires the Java 7 JRE to run.

    Changelog

    Version 1.1.1

    You can also download this program on the Oxide Mod Forums here.

    VirusTotal Scan
    MD5: 7c98d787ea9aa7f907e1a939f3cde707
    SHA1: d3e84fd4a05e14b6906a3ee1766f7a51b1afc649
    SHA256: f3cf2fb0fba832a49c435693f82bcad4440bf8410f00c51b79 2cf82b3037cea4
    Reply With Quote Edit / Delete Reply Windows 7 United States Show Events Funny Funny x 1Useful Useful x 1 (list)

  2. Post #2
    BlazR's Avatar
    November 2014
    95 Posts
    Edited:

    Moved new versions to first post to keep it simple

  3. Post #3

    June 2014
    4 Posts
    I'd like to try it, but I'm afraid its going to harvest my passwords - sorry :\

  4. Post #4
    BlazR's Avatar
    November 2014
    95 Posts
    Indeed. I have nothing better to do than troll you for your password.

    Edited:

    Moved new version to first post for clarity
    Reply With Quote Edit / Delete Reply Windows 7 United States Show Events Funny Funny x 1Informative Informative x 1 (list)

  5. Post #5

    February 2014
    134 Posts
    I'd like to try it, but I'm afraid its going to harvest my passwords - sorry :\
    So, use fake passwords and run a wireshark in the background. If the application sends passwords (which I doubt) you'll be able to see.

  6. Post #6
    BlazR's Avatar
    November 2014
    95 Posts
    It does transmit your password. In plaintext too! Just like every RCON client does since the Source Server RCON protocol doesn't use encryption. I promise it doesn't go anywhere but where you tell it, but if someone is eavesdropping your connection, they'll get your password. Just like they will with any other client that uses this protocol.

  7. Post #7
    BlazR's Avatar
    November 2014
    95 Posts
    New version 1.0.0

    Changes in 1.0.0:
    - Major internal code restructuring
    - Buttons enable/disable properly according to connection status
    - Connection status is now correctly detected, even if remote end closes connection
    - Options in GUI can now be saved to disk and loaded on startup
    - Added more color scheme options
    - Auto-Status Check checkbox removed. Behavior is now default.
    - Status check button removed. Behavior is now default.

  8. Post #8
    BlazR's Avatar
    November 2014
    95 Posts
    New Version 1.1.0

    Changes in 1.1.0:
    - Fixed repeating disconnected text
    - Added menu for setting refresh interval
    - Added checkbox option for auto-scrolling text

    Edited:

    New Version 1.1.1

    Changes in 1.1.1:
    - Finally fixed that damn repeating "Not Connected" text bug

  9. Post #9
    BlazR's Avatar
    November 2014
    95 Posts
    Update on 1.2.0:
    I'm currently working on version 1.2.0 which will include an ability to check a player's ban statuses through Steam. That feature is pretty much ready to go. I'm holding back the release because I need to work on how the program handles the server responses. It seems that if you send multiple commands or a command immediately after it attempts a status update, the program gets confused on what responses go to what command and you will end up getting "disconnected" or will end up with incorrect data in the users table. So I want to get that straightened out before the next release.

    EDIT: Fairly certain I jacked up the kick command in the user table in 1.1.1 too. It requires the player's steam id and I'm giving it the player's name which would explain why it's not working. Sorry 'bout that one. It'll be fixed in 1.2.0. You can always enter the command manually with "Run Command" since I flubbed it in the menu.