LFA Posted June 7, 2019 Share Posted June 7, 2019 New Added a Workshop Mod installer. See https://help.tcadmin.com/Workshop_Browser Added sub admin role permission to allow viewing services owned by other sub admins. Bug Fixes Fixed MVC templates on Firefox. Control panel website is compatible with MySQL strict mode. Fixed memory leak on some Windows servers. Reseller could enable services when package was disabled. Chrome autocomplete was not allowing editing of sub users. Link to comment Share on other sites More sharing options...
Dennis Posted June 7, 2019 Share Posted June 7, 2019 Added a Workshop Mod installer. See https://help.tcadmin.com/Workshop_Browser Finally a native way to do this Link to comment Share on other sites More sharing options...
Alexr03 Posted June 7, 2019 Share Posted June 7, 2019 New Added a Workshop Mod installer. See https://help.tcadmin.com/Workshop_Browser YEET! Bye bye my custom script! Looks sick! Link to comment Share on other sites More sharing options...
ECF Posted June 7, 2019 Share Posted June 7, 2019 Get ready for crashing boxes when users click to install every mod known to man on their server Link to comment Share on other sites More sharing options...
Alexr03 Posted June 8, 2019 Share Posted June 8, 2019 Get ready for crashing boxes when users click to install every mod known to man on their server lmao! Imagining the Scheduled Tasks now. 0.o Going to be lots and lots of installs. Anyhow, good luck in the new business. I will miss ya Kev <3 Link to comment Share on other sites More sharing options...
Dennis Posted June 8, 2019 Share Posted June 8, 2019 Imagining the Scheduled Tasks now. 0.o Remember to clean them up regularly. The panel might load slower. Link to comment Share on other sites More sharing options...
Alexr03 Posted June 8, 2019 Share Posted June 8, 2019 Remember to clean them up regularly. The panel might load slower. You can clear them? 0.o How? Link to comment Share on other sites More sharing options...
Dennis Posted June 8, 2019 Share Posted June 8, 2019 (edited) DELETE FROM tc_tasks WHERE status IN (3, 4, 5) AND last_run_time < '2019-1-1'; DELETE FROM tc_task_steps WHERE task_id NOT in (SELECT task_id FROM tc_tasks); We do this regularly. Our database once took up gigabytes of space, and connections to the database seemed slow. Removing old tasks fixed it ;-) Edit: Also remember to optimize the tables afterwards: optimize table tc_tasks; optimize table tc_task_steps; Edited June 8, 2019 by DennisMidjord Link to comment Share on other sites More sharing options...
Alexr03 Posted June 8, 2019 Share Posted June 8, 2019 DELETE FROM tc_tasks WHERE status IN (3, 4, 5) AND last_run_time < '2019-1-1'; DELETE FROM tc_task_steps WHERE task_id NOT in (SELECT task_id FROM tc_tasks); We do this regularly. Our database once took up gigabytes of space, and connections to the database seemed slow. Removing old tasks fixed it ;-) Edit: Also remember to optimize the tables afterwards: optimize table tc_tasks; optimize table tc_task_steps; Wow! Yep, that sped up our panel a bit. Thanks for sharing! <3 Maybe TCAdmin should have this built into the Recurring Tasks Link to comment Share on other sites More sharing options...
Mods Posted June 10, 2019 Share Posted June 10, 2019 YEET! Bye bye my custom script! Looks sick! Wow. This is quite a step forward for TCAdmin; we were going to try and figure out how to do precisely this via MVC templates. Awesome! Link to comment Share on other sites More sharing options...
LFA Posted June 11, 2019 Author Share Posted June 11, 2019 More features for the workshop browser are on the way. Update button and scheduled task for automatic updates. Also automatic background images for steam game servers when using MVC. Link to comment Share on other sites More sharing options...
Mods Posted June 11, 2019 Share Posted June 11, 2019 More features for the workshop browser are on the way. Update button and scheduled task for automatic updates. Also automatic background images for steam game servers when using MVC. Sweet, was about to send in a suggestion! Would also be nice to browse only installed mods, and perhaps the ability to showcase a 'Last updated' date. Link to comment Share on other sites More sharing options...
Alexr03 Posted June 11, 2019 Share Posted June 11, 2019 Sweet, was about to send in a suggestion! Would also be nice to browse only installed mods, and perhaps the ability to showcase a 'Last updated' date. MVC is cool Been creating a near enough REST API - Hopefully will make external applications easier to build. And also creating a C# Wrapper to develop external programs easier. https://github.com/Alexr03/TCAdmin-Wrapper Thanks Luis the help with this <3 Link to comment Share on other sites More sharing options...
DeteCT0R Posted June 15, 2019 Share Posted June 15, 2019 MVC is cool Been creating a near enough REST API - Hopefully will make external applications easier to build. And also creating a C# Wrapper to develop external programs easier. https://github.com/Alexr03/TCAdmin-Wrapper Thanks Luis the help with this <3 There some info how sould i compile? Link to comment Share on other sites More sharing options...
Alexr03 Posted June 15, 2019 Share Posted June 15, 2019 There some info how sould i compile? It's not really in a stage to be used since it's being worked on. I'm currently busy with other things right now but I shall continue work on it soon. Link to comment Share on other sites More sharing options...
CloudNine Posted February 13 Share Posted February 13 On 6/8/2019 at 2:24 PM, Alexr03 said: Wow! Yep, that sped up our panel a bit. Thanks for sharing! Maybe TCAdmin should have this built into the Recurring Tasks 5 Years later, still not integrated Link to comment Share on other sites More sharing options...
Dennis Posted February 13 Share Posted February 13 5 minutes ago, CloudNine said: 5 Years later, still not integrated It is and has been for years (since August 2019, v2.0.133) You can configure TCAdmin to delete scheduled tasks after X days. You can even configure it to only delete tasks with a certain status or on a specific server. Create a new Recurring Task with the action "Delete Scheduled Tasks". Link to comment Share on other sites More sharing options...
CloudNine Posted February 13 Share Posted February 13 9 minutes ago, Dennis said: It is and has been for years (since August 2019, v2.0.133) You can configure TCAdmin to delete scheduled tasks after X days. You can even configure it to only delete tasks with a certain status or on a specific server. Create a new Recurring Task with the action "Delete Scheduled Tasks". Alright, i stand corrected, but there are others that need to be trimmed occassionally too such as: tc_user_messages Link to comment Share on other sites More sharing options...
Dennis Posted February 13 Share Posted February 13 Make a suggestion to have that as a feature Link to comment Share on other sites More sharing options...
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