Jump to content

M0RG4N

Administrator
  • Posts

    52
  • Joined

  • Last visited

  • Days Won

    8

Posts posted by M0RG4N

  1. On 9/26/2020 at 2:55 PM, LaGgIs said:

    I did btw should it be like this? with weird " <font color="blue">[</font><font color="blue">S</font><font color="yellow">W</font><font color="blue"

     

    spacer.png

    Can you reinstall 1.0.1 and see if its fixed now :)? 

  2. On 12/8/2013 at 6:58 PM, barrycarey said:

    Maintenance Mode For Individual Services - This would prevent clients from interacting with TCA while a member of support staff is working on the service. Giving the client a notification at the top of the page would be nice. This would be more much elegant than disabling their account while working on a service.

    Hey 🙂

    I have made a module for this, hope you like it: 

     

  3. On 5/30/2013 at 4:17 PM, barrycarey said:

    Hello,

     

    One thing I would love to see is the ability to put individual game servers in maintenance mode. Ideally this would disable all user controls so they cannot interact with the control panel. Along with giving them a notification their server is currently being worked on by a tech.

     

    We run into this issue a lot. Someone will put a ticket it about their server, we go and start working on it and at the same time they're changing things in the control panel.

     Hey! 🙂

    I have made a module for this, hope you like it: 

     

  4. 18 hours ago, wirr said:

    Bonjour à tous, les utilisateurs peuvent ils normalement gérer leurs base de donnée création, suppression, ... ?

    Yes, the users can create, reset and delete their databases. The module will automatically move their database if their server is moved location and also automatically delete the database when a service is being terminated 🙂

  5. Service Maintenance

    View File

    Service Maintenance module for TCAdmin - Allowing panel admins to put a service in maintenance mode whilst working on fixing issues.

    This module is useful if you do not wish for a client to be messing with the service whilst you are trying to fix an issue they have complained about.

     

    Features

    • Enable/Disable Maintenance mode for a service
    • Redirects to Maintenance page when maintenance is enabled (stops them accessing service home, file manager, action buttons etc)

    Installation

    1. Login to your TCAdmin and head to the Plugin Repository which is located in settings
    2. Click on Modules and then click the "Service Maintenance" module
    3. Once the page loads click "Install Module"
    4. You will now receive a short loading wait and you should see the module has been installed successfully :)!

    After the installation is complete you should now see a "Service Maintenance" switch on the actions page for a service:

    preview

    Known Issues

    • None as of 1.0.1

    If you find an issue or want something else implemented into this module. Please create an issue on the github page here: Issues · M0RG4N01/TCAdminServiceMaintenance (github.com)

     


     

  6. 14 minutes ago, Ragonz said:

    Annoyingly I can no longer edit the original post

     

    New addition - Config editor "Restores" (ie. A way a client can go back to a prior version of their config file after they have inevitably messed it up)

     

    Hey, can you try edit now I've changed a specific permission:

    preview

    to > Unlimited 

     

     

     

  7. On 7/27/2020 at 6:42 PM, Gardiny said:

    Hi, 

    Please can you help me with setup your MySQL manager plugin when i have all server on same site? its possible to connect on localhost. What i mean, i dont need publish MySQL ports and PHPmyadmin bcs security reasons.

    Its possible to setup in this scenario ?

    Now i try local settings and public setting too but i dont have any response and MySQL manager plugin looks like on the screen


     

    test.JPG

     

    If your service is on the master this is possible you just configure as normal but put localhost for the host server and then your sql details.

     

    Or are you trying to set it up on a remote server? Since this plugin is installed on the master it requires a user account to be able to communicate from the master to the host machine so that it can create users etc

  8. 1 hour ago, conceptr980 said:

    nah it was just licensing and i updated it while its good now ... thanks for all the support

     

    Alright great, and no problem if you have any more issues be sure to ask about them! 🙂

  9. Just now, conceptr980 said:

    now the last issue which is minor i guess that the wizard setup guide screen is popping up in the main page while everything else looks ok . is it file related ?

    Do you have a screenshot? 

    I think you're talking about the TCAdmin setup wizard right? 

  10. 5 hours ago, conceptr980 said:

    It seems that in my case i need to repair the database in order fix table issues. Any idea if there is a database repair tool for tcadmin ?

    You should be able to execute a query such as

    REPAIR TABLE NAMEHERE

    If you use sqlite you may need to delete the duplicate row yourself with an sqlite editor

    I have spoken with Luis and he has released an update for TCAdmin, he said:

    Quote

    @M0RG4N 2.0.150.6 should fix that duplicate error but only if the duplicate rows are exactly the same.

    You can update your TCAdmin to that version if you want 🙂

  11. 54 minutes ago, conceptr980 said:

    I dont know if this related but once i tried to install the plugin it kept loading then it hanged. afterward the entire tcadmin stopped responding with the following errors:

    "An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below."

    i think the plugin stuck at some point during installation. any idea how to remove or reinstall it manually so i can check ? Full Log attached

    20200721-error.log 1.67 kB · 0 downloads

    Hey,

     

    When you do to the plugin repository and go to the details page of the plugin, when you select the version you have installed or tried to install it may show an 'Uninstall Module' button 

     

    preview

     

    If you do not see this then check this location:

    C:\Program Files\TCAdmin2\ControlPanel.MVC\bin-extensions

    To see if you have the module installed in there 🙂

  12. On 7/15/2020 at 11:59 AM, JackRalph96 said:

    Hi there,

    I have a few queries regarding this module.

    So we already have a few 100 mysql databases already using the old system provided by luis to create mysql databases on phpmyadmin.  (https://help.tcadmin.com/Automatically_Create_a_MySQL_Database)

    is there any way as an admin to sync these with your module? Or do i slowly have to phase this out as customers slowly join and leave.

    Kind Regards
    Jack Ralph

    Zenithservers.co.uk

    Just an update -- I have added migration from the old system to the new, let me know how it goes :)!

  13. On 7/15/2020 at 11:59 AM, JackRalph96 said:

    Hi there,

    I have a few queries regarding this module.

    So we already have a few 100 mysql databases already using the old system provided by luis to create mysql databases on phpmyadmin.  (https://help.tcadmin.com/Automatically_Create_a_MySQL_Database)

    is there any way as an admin to sync these with your module? Or do i slowly have to phase this out as customers slowly join and leave.

    Kind Regards
    Jack Ralph

    Zenithservers.co.uk

    I will release an update shortly providing a 'Migrate' button for the clients to click to migrate any databases which were created using Luis's method

  14. 12 hours ago, 4evergaming said:

    Hi! I have tried the module and it doesn't work for me.
    It happens that when creating the database in the panel it is created but is not added to the list of the user's database, also it jumps an error that says "Unable to connect to the remote MySQL host. Please contact an Administrator! "

    I don't know how this is possible since the database is created correctly and throws error.

    Hugs and I await your response. Good module

    Edit:
    I use Linux Ubuntu 64 bit and MySQL Server 5.7.30

     

    Hey! 

    Please be sure that you are on the latest version: 1.0.1, in this version I made it so you can see the exact issue to why it didn't work correctly, you should see a message such as this instead:

    "Uh oh, something went wrong! Please contact an Administrator (see web console for details)!" -- You can then check the web console and you should see text telling you why it failed to work. 

    Usually it may be that the account you are using to create the databases in the configuration does not have the GRANT permission meaning it cannot create or grant the db user access to the database it just created. Hopefully this helps you, let me know 🙂

     

     

  15. MySql Manager


    This module allows clients to manage their own mysql databases. The number of allowed databases is based from their service amount. 

     

    Requirements

    • SQL Server e.g MySQL, MariaDB
    • In order for this plugin to work since it is running on your master, you must configure the user which you will be using the create databases (the one you configure the plugin to use) to allow access to the master ip address for creating user databases, etc. You can do this by executing a script such as this example to your mysql server: 
      GRANT ALL ON *.* to root@'MASTER_IP_ADDRESS' IDENTIFIED BY 'PASSWORD_HERE' with grant option;

       

    Features

    • Create MySql database for services
    • Delete MySql database for services
    • Automatically delete database on service termination or reinstall
    • Automatically backup and restore database on service move
    • Reset database password
    • Link to your phpMyAdmin
    • Grid to display configured databases
    • Download MySql Database backup
    • Restore MySql Database backup

    Installation

    1. Login to your TCAdmin and head to the Plugin Repository which is located in settings
    2. Click on Modules and then click the "MySql Manager" module
    3. Once the page loads click "Install Module"
    4. You will now receive a short loading wait and you should see the module has been installed successfully :)!

    After the installation is complete you should now see a "MySql" button on the sidebar under "Game & Voice Management".

    Configuration

    To configure a MySql server for all servers within a specific datacenter to use:

    1. Go to datacenters
    2. Click a specific datacenter
    3. Enter your MySql credentials as shown in the image below, relative to your server and then hit save!:                                                                                                         
    4.  spacer.png
    5. You will need to go to Servers and then select one or more servers you would like to be using the datacenter mysql configuration, scroll down and choose "Use datacenter configuration" and then you're good to go!

               preview

     

    To configure a MySql server for a specific server to use:

    1. Go to servers
    2. Click on a specific server
    3. In sever settings configure the MySql details as shown in the image below:
    4. spacer.png
    5. Hit save at the top and you're good to go!

     

    Known Issues

    • None as of 1.0.8

    If you find an issue or want something else implemented into this module. Please create an issue on the github page here: https://github.com/M0RG4N01/TCAdminMySqlModule/issues

    Credit to @Alexr03for helping out during the development of this module! 🙂


     

  16. 10 hours ago, SHAD0WRAIDERZA said:

    is this still in the works or is tca next well the beginning of it?

     

     

    I have just finished cleaning up my template as i changed from 2019 to 2020.

    Will TCA next now be the default theme for tcadmin and you will just build out from there?

    i too want to work on 1 theme and get it looking good and as TCA updates UI i just modify what i need to on my theme.

    Are we not able to get 1 "dev license" with every master license same as what WHMCS does instead of having to request trials?

     

    That is indeed still in the works, this is just another separate theme for now just to allow people who are used to the ASPX layout to easily adjust themselves to move over to MVC before the new template gets released 🙂

  17. 1 hour ago, mouseymars said:

    Vanilla does not accept input, and managed output will stop it working. tModLoader can be redirected, but won't accept commands. tShock works for both input and output.

     

    Terraria 1.4 does not show players, steam query has been removed.

    I don't believe Terraria has ever had steam query it was always tShock which brought a form of querying to it, and tModLoader I dont believe supports tShock at the moment too so getting all the players, etc is a struggle :L

    But the console wrapper provided definitely works with console output and input as it grabs the direct output, etc. from the game server console.

×
×
  • 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