MTA Team 0xCiBeR Posted May 19, 2015 MTA Team Posted May 19, 2015 (edited) Well, I'm not very good with words and presentations, but I come to present something that I've been working on these days. This is an application for managing your server with a graphical interface. The application has two parts, the actual application (.exe) and a resource for communication. The application is made in C # In short: Application-> Resource Application <-Resource For now it has: Send messages to the server from the interface. A button to stop the server Change and password reset server Player Management (Kick, Ban, Slap, Etc.) Simple Stats. I plan to add more features, I will update the post with any new developments. Any suggestion is welcome, but it does not mean I'm going to include anything that is appointed. Pictures (Ignore my photo background ) http://imgur.com/nqX7ign,k8Y0xa1,xFQ85Ns,tNMLDTP,yI3F0GN,jbRU30z,CcFqzlS,WmIB5KT,yKAJUK8 I will release this when i'm sure it's ready and optimized. Edited May 20, 2015 by Guest DevOps Engineer, Cloud Advocate & Security Engineer(Red Team) | Coffee, Containers & Burp
MTA Team 0xCiBeR Posted May 20, 2015 Author MTA Team Posted May 20, 2015 Seem to be good, good luck! Thanks! DevOps Engineer, Cloud Advocate & Security Engineer(Red Team) | Coffee, Containers & Burp
xeon17 Posted May 20, 2015 Posted May 20, 2015 Awesome, the design could be better though. I got a suggestion if you allow, Near the edit(memo) for sending the message you could create another edit(memo) for name of the user who is using the program, so in server chat will appear his name and message. Good luck! A unique GangWar gamemode waiting for you!Click here for more information.
MTA Team 0xCiBeR Posted May 20, 2015 Author MTA Team Posted May 20, 2015 Awesome, the design could be better though. I got a suggestion if you allow,Near the edit(memo) for sending the message you could create another edit(memo) for name of the user who is using the program, so in server chat will appear his name and message. Good luck! Yeah, has been added. Thanks for the feedback. The design is not really completed yet, tho i'm not very good with designing. DevOps Engineer, Cloud Advocate & Security Engineer(Red Team) | Coffee, Containers & Burp
MTA Team 0xCiBeR Posted May 20, 2015 Author MTA Team Posted May 20, 2015 Great Job. Thanks! DevOps Engineer, Cloud Advocate & Security Engineer(Red Team) | Coffee, Containers & Burp
xeon17 Posted May 20, 2015 Posted May 20, 2015 Awesome, the design could be better though. I got a suggestion if you allow,Near the edit(memo) for sending the message you could create another edit(memo) for name of the user who is using the program, so in server chat will appear his name and message. Good luck! Yeah, has been added. Thanks for the feedback. The design is not really completed yet, tho i'm not very good with designing. I guess you have already planned it , but in my opinion the program should contain basic features as set dimension,interior,kick,ban,set nick,mute,freeze. About the design , you could create buttons on one side, and when you click on a button for example mute, a window should show up with a grid list which should contain 2,4,10 minutes and a edit(memo) for a custom duration. Also to make it look nice , you could add a icon per every button. And sorry if i'm boring ._. A unique GangWar gamemode waiting for you!Click here for more information.
Rio Posted June 6, 2015 Posted June 6, 2015 Excellent Stuff!! :) I'll Try It First!!!! Great Work!!! Keep It Up! Checkout My Loginpanel! - Download Now! Forum - Thread : Let's Go!
MrBugsFive Posted June 25, 2015 Posted June 25, 2015 Good, Cyber !! {OFF} You Manager From Server of MTA:DayZ !! Obrigado a todos que me ajudam Aqui, No Fórum. Help My Clicked in Photo /\ - Minere Bitcoin's, para comprar jogos em sites de bitcoins.
MTA Team 0xCiBeR Posted July 8, 2015 Author MTA Team Posted July 8, 2015 Thanks all, sorry for the delay to respond. I'm thinking of making this open source as I lack time to continue it. I'll update it soon. DevOps Engineer, Cloud Advocate & Security Engineer(Red Team) | Coffee, Containers & Burp
xXMADEXx Posted July 12, 2015 Posted July 12, 2015 Awesome. And I really hope that you do make it open source (if so, GitHub would be perfect) because I'm kinda curious about the backends of it. The Ultimate Lua Tutorial! | MTA PHP SDK
Perfect Posted July 16, 2015 Posted July 16, 2015 Great work you did there! It is a really useful program. And I have a suggestion, if you didn't already implemented it yet, adding a feature to change server name would be really good. Hope you will finish it soon or at least make it open source to speed up the process. And as xXMADEXx, I too want to know the backends of it. Multi Theft Auto Player since middle of 2011. Everybody want to act Crazy/Smart/Intelligent/Different/Unique/Innocent and Thats why I am Perfect.
DeVo Posted August 9, 2015 Posted August 9, 2015 Would be nice to see it in action. I wrote nothing. Nothing.
tosfera Posted January 15, 2016 Posted January 15, 2016 As far as I can see you're using the http function to call the actions, this forces the user to also have a webserver running at their local system or somewhere online. Am I correct? Most of the users wouldn't want it this way but it's quite a nice way, if you've protected it good enough. Too bad that you lack the time to continue it. If you want to contact me directly concerning Advanced-Gaming, please contact me at [email protected]
MTA Team 0xCiBeR Posted April 9, 2016 Author MTA Team Posted April 9, 2016 As far as I can see you're using the http function to call the actions, this forces the user to also have a webserver running at their local system or somewhere online. Am I correct?Most of the users wouldn't want it this way but it's quite a nice way, if you've protected it good enough. Too bad that you lack the time to continue it. It uses MTA's default web server. I'll explain the backends: I'm using C# as the language. For this, I've used Visual Studio 2013 with MTA:SA C# SDK https://wiki.multitheftauto.com/wiki/CSharp_SDK When you create the project, simply choose windows forms and start programming the basic interfaces. Then, on the server-side create a resources holding you functions added to the meta.xml allowing HTTP requests. The rest is pretty self-explanatory for people who know how to program in C#. I've also encrypted every data sent to the server and from it with a personal Key to prevent data sniffing. DevOps Engineer, Cloud Advocate & Security Engineer(Red Team) | Coffee, Containers & Burp
Simple0x47 Posted April 9, 2016 Posted April 9, 2016 Nice, with the time I think you're going to make a Mobile APP too "Keep making it simplex."
MTA Team 0xCiBeR Posted April 10, 2016 Author MTA Team Posted April 10, 2016 Nice, with the time I think you're going to make a Mobile APP too Actually i thought of it, but then i saw Google's Developer Licence costs $25 USD and i'm not in the position of buying nor I want to distribute the app out of the play store as it could be easily manipulated. DevOps Engineer, Cloud Advocate & Security Engineer(Red Team) | Coffee, Containers & Burp
Jaysds1 Posted April 12, 2016 Posted April 12, 2016 I will be watching this topic as I've became interested into it. My in-game name: Jaysds1 Retired CMG Scripter World Of Tanks GameMode (Open-Source): https://github.com/Jaysds1/mtasa-wot-gamemode Online GUI-Editor (WIP): https://forum.mtasa.com/topic/47678-online-gui-editor/
MTA Team 0xCiBeR Posted April 23, 2016 Author MTA Team Posted April 23, 2016 Bumping to show some progress: Yes, I've decided to make a mobile app. Yes, I'll continue to develop desktop app. If anyone is interested in contributing, please let me know. DevOps Engineer, Cloud Advocate & Security Engineer(Red Team) | Coffee, Containers & Burp
Simple0x47 Posted July 14, 2016 Posted July 14, 2016 I would like to colaborate, it will improve my C++ level "Keep making it simplex."
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now