Jump to content

Alexr03

Administrator
  • Posts

    217
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by Alexr03

  1. This does happen on Windows too. Try opening lots of tabs at once, such as the GameServers list. I have replied to a ticket we currently have open, check it out for a video of this happening. ---------------------------------------- Seems to be fixed in the 2.0.127.0 update.
  2. Thanks! Yeah, I have already got the development web.config from you, thanks for that! I'm sure other people will appreciate it! (Just the damn _DefaultSidebar not being recognised) Will most likely be adding a table showing the players online, maybe with some buttons for quick rcon commands to kick/ban them etc (if thats possible, but i'm going to try it anyway haha)
  3. Hi! So, i've been playing around with the new TCAdmin MVC layouts, and I must say i've been having fun with it, playing around with the Kendo UI and things. I've managed to intergrate the our Classic UI CSS into the new MVC after a bit of tweaking. (See here on our classic theme https://clientforums.tcadmin.com/showthread.php?t=12932) Right now it seems, alright added some things to the Sidebar, added a map with all locations of our servers and highlights the server location and also with our other locations. Look below for some images: Let me know what you think.
  4. I'll add mine in here aswell. Keep the bugs all together. The `System` user that creates themes is a hyperlink and will throw an exception due to non existant user. Addon to Dennis Report of theme repetition - It seems to happen when you are logged on as a user with only one service, I take a guess that it does not redirect the user and just creates the iframe of the actual url the user is meant to be going to. Because if I put the Service URL in manually (Service/Home/xxxxx) it will navigate there just fine. https://i.alexr03.com/DiscordCanary_nfJHm4NlOF.png This is also noticeable when you navigate to the Mod Manager of a Service and press "Cancel" <legend> tag is not closed correctly in the _Favorities.cshtml it is missing a `<` after the resource. Sometimes pages load endlessly until manually reloaded by the user in the browser. As far as ive seen it only happens for iframes.
  5. [Make a script with the `Before Stopped`event] Give this a try: import clr; clr.AddReference("TCAdmin.GameHosting.SDK"); import TCAdmin.GameHosting.SDK.Objects.Server import TCAdmin.GameHosting.SDK.Objects.Service service = Service(ThisService_ServiceId) server = Server(service.ServerId) server.GameAdminService.ExecuteRConCommand(ThisService_ServiceId, service.Variables["RConPassword"], "CommandHere"); Never tested it just of the top of my head but the basic idea is there.
  6. To anyone interested, I am now handling authentication and what permissions they have on TCAdmin side. So from now they need the permissions within TCAdmin to execute them within Discord Example: https://files.alexr03.com/w2V8nHW6XU.mp4 The file manager on discord also follows the same rules located in the `File System Permissions` in the game config. So if a `User` has no permissions to see .exe files it will not show up in the Discord file manager. But will show up if a sub-admin has access to such files.
  7. Never really seen that output before. But now that I actually ran a steam update I do see it, to be honest I looks far cleaner without these extra outputs.
  8. Looks like the arguments are escaping instead of being used in steamcmd. In the game config under Steam Settings do you have anything in the `Extra Command Line Options` or is it laid out exactly like this?
  9. Agreed, As much as I love Linux, always use Windows for game hosting and even TCAdmin should be run on Windows because of the framework it's built upon, sometimes Mono just doesn't want to cooperate
  10. When TCAdmin new update is out, legend has it there is more customisation abilities.
  11. Could be something they can implement but I think having one directly integrated into TCAdmin so they don't rely on 3rd party services might be better since we might be able to theme the banners the way we want them.
  12. As this bot in it's current state is for staff, the staff member must have their Discord ID in the configuration in order to execute commands. For commands that affects remote servers they require somewhat `privileged` permissions which is just a different list in the configuration file with ID's of the staff that have all permissions. Eventually I will be integrating the permissions based on the role they have within TCAdmin. Shouldn't be that hard to implement, i'll have to integrate some kind of system to ask the discord user who they are on LYHMEPanel, try and authenticate them then whatever their `role` on TCAdmin has they will have them permissions within the bot.
  13. Nope, uses TCAdmin to communicate just input data in the app.config (on the bot side) and done!
  14. Still developing it and expanding functionality. File Manager Start service Stop service Restart service Suspend Service Unsuspend Service Get a Service graph (players, cpu, ram) Restart monitors by name or all Update monitors by name or all Sending RCON commands to services File Manager features: [in files] Edit file Copy file to directory Download file Delete file Extract file [Not implemented yet] [in Directory] Create file Upload file [Not implemented yet] Compress [Not implemented yet] If you'd like a more in-depth view of it in action lmk.
  15. Have you tried running the server with the same parameters that TCAdmin does? Service >> Service Settings >> Next to `commandline` click Preview. Copy each line into CMD on the machine (assuming it's windows). Does it run correctly?
  16. Possible feature request that TCAdmin allows to generate their own banners for the servers?
  17. Don't be rushing with getting the update out. Take you guys time with it! One question about it: As it will be released in beta, is it possible to run the new layout on a new website in IIS? Just incase there are issues with the update, clients wont be affected and can use the old panel we have.
  18. Hi, I was about to suggest reading the announcements but even without the update coming you can still make the software look good with CSS. Take a look at my thread here: https://clientforums.tcadmin.com/showthread.php?t=12932
  19. What do you guys think? https://files.alexr03.com/2vN93M04sZ.mp4 It's very basic at the moment, but I think it quite cool
  20. Can't wait to see the new layout!! +1 Would be great to see how it looks.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use