Jump to content

LFA

TCAdmin Developer
  • Posts

    2,133
  • Joined

  • Last visited

  • Days Won

    66

Everything posted by LFA

  1. See here: http://help.tcadmin.com/TCAdmin2_advanced_module_for_WHMCS#Sending_Custom_Variable_Values If you are using the default Minecraft config you would need to create custom php config file like this: include('default_values.php'); $billing_api_values["gamevar_Xms"] = "512"; $billing_api_values["gamevar_Xmx"] = "512";In your WHMCS module settings set the Config File to the file you created.
  2. In v2 its named $[service.UserCommandLine] It's included in the default games. Commandlines > Default Custom Commandline
  3. 1- While we are in beta you can run v1 and v2 on the same server with your v1 license. 2- v2 uses sqlite instead of access. They work the same way. it is a single file in your database folder. 3- You can't use a v1 database with v2. You need to do a new installation. There is no upgrade tool yet. You can only export your v1 game configs into v2. You will need to stop the services in v1 and create them services again. We will have a way to import existing game servers soon. Next week probably.
  4. Anything in the Logs/Monitor/console.log? You will have to do a manual update to fix that.
  5. LFA

    IPTables

    I just noticed a bug with linux scripting. If you create a script with these contents: #~/bin/bash export > variables.txt After creating a service view variables.txt and you will see the tcadmin variables exist but you can't use them because of the period: ThisService.GamePort should be ThisService_GamePort I will fix it in the next update.
  6. This is fixed in 2.0.23. When updating to 2.0.24 you should not get this error again.
  7. LFA

    IPTables

    It is not opened automatically like Windows firewall but you can create an install script that opens the ports in Games > Select the game > Custom Scripts. Read here: http://help.tcadmin.com/Custom_Scripts
  8. LFA

    TCAdmin.Helper error

    I am going to need remote desktop access to the server so I can see what's causing this. Please create a ticket.
  9. LFA

    TCAdmin.Helper error

    It is a windows account. TCAGame is created when you create your first game server.
  10. If they are in WHMCS and not in tcadmin configure the client's service with the tcadmin2_advanced module and create it from there. Then overwrite the game server files and set the owner to tcagame.
  11. For that all you have to do is remove read access to server.properties. Have your clients use the config editor to edit the file. It does not have the IP field. File permissions are configured in Game Details > File System Permissions icon
  12. Can you try updating TCAdmin again? Do it from the control panel not from update tool. It looks like your database was not updated so it is missing that column.
  13. LFA

    TCAdmin.Helper error

    Make sure the user named TCAWeb has read permissions on the folder TCAdmin2\Monitor\Shared and restart the monitor. If this doesn't fix the error create a support ticket with the IP and login for your server and I will see what's wrong.
  14. Are you sure the master is using the mysql database? If you start it in console mode does it show dbms: mysql?
  15. Yes he should change the owner of the files. The game servers run in /home/tcagame/ by default.
  16. If an update fails, please make a copy of your console.log so we can troubleshoot and follow the manual update procedure: http://help.tcadmin.com/Updating. CSS and Minecraft configs updated and TF2 configs added in our forums. New Features Added admin, subadmin and reseller access to variable's commandline settings. This allows you to configure parameters that only an admin is able to edit. For example: tickrate max_fps, Minecraft ram, etc Bug Fixes Map packs, updates and mod icons are visible even if game doesn't have any configured. Page icons can't be translated. Sometimes $[PrivatePassword] is not replaced. Blank user type shown when creating a user. Access denied error when user saves a predefined commandline.
  17. What do you mean get the file list twice? Press F5 twice? I tried that on my server and it works. If it doesn't on yours create a support ticket with the remote desktop login and ftp login so I can have a look.
  18. 1- For event scripting (service created, deleted, beforestart, etc) the script can be in batch/shell or ironpython. I will try to make the v1 scripting (vb.net, c# with .tcascript) work in v2. If it is not possible it will also be ironpython. The v1 scripting has an error when running on .NET 2.0 and greater. This is the only reason v1 requires .NET 1.1. 2- The control panel is precompiled. When you precompile an ASP.NET application it makes a dll for each page. The dll name depends on the directory structure and file name.
  19. I am preparing it right now
  20. This should be fixed in 2.0.23
  21. If you are getting that error when the monitor is starting up it means you have another ftp server running on that port. Change it in the server settings and restart the monitor or change the other ftp server's port.
×
×
  • 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