Jump to content

LFA

TCAdmin Developer
  • Posts

    2,133
  • Joined

  • Last visited

  • Days Won

    66

Everything posted by LFA

  1. LFA

    missing column

    Use the web update to install the latest version and it will be fixed.
  2. Try this: delete all logs in Logs/Monitor/ Apply the update to 2.0.24 Check for errors in the logs that are created.
  3. The version used by TCAdmin is 2.6.911. I will update it soon.
  4. LFA

    Help IP

    Hay que hacer una actualizacion manual a la version que aparece en el pie de pagina: http://help.tcadmin.com/Updating#Manual_Update_Procedure_for_Windows
  5. Can you try with 2.0.24? also there's this fix for source engine crashes in the latest updates: http://forums.steamgames.com/forums/showthread.php?p=23359331
  6. 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. New Features Game keys can be imported. Bug Fixes GameTracker.com integration is working again. $[service.UserDirectory] variable not replaced. Batch/shell scripts variables now have the format Object_Property instead of Object.Property. Updatetool will retry if file is in use.
  7. Thanks. Will be fixed in 2.0.25
  8. Remember to do this only if the web update fails or if you are updating a remote. If you don't do the web update the database will not be updated and you will get errors when using the control panel.
  9. LFA

    Help IP

    Muestra algun error en Servers > Show Versions?
  10. LFA

    Help !

    What error is the reseller getting when creating a service?
  11. Not all games have an option to log the console to a file. Not all games have a text console that we can capture.
  12. LFA

    Blank Column

    The blank column is probably the "Browser" link. You can see it does not have a column title. You can add one if you want. I will update the duplicate description in the next update. I have tested auto translate on .24 and it works for me.
  13. Overwrite TCAdmin2\Monitor\ConfigUtility.config with a new one and restart the monitor. It will use the new settings. No need to load the website again.
  14. I will see if this is supported by mono.
  15. 1- Yes but not yet 2- This will not be supported.
  16. Yes this will be added.
  17. In query monitoring you can create rules that compares values of server variables. It would only work if the game reports the fps as a server variable. I don't think it does.
  18. Currently this is only available when running the master on Windows. The configuration utility asks if you want to use a custom certificate. Enable it and you can select it from the list of installed certificates.
  19. This is not available yet. You can only configure remotes to download files from the master.
  20. See the web console feature. Some games support this others don't.
  21. http://help.tcadmin.com/TCAdmin2_advanced_module_for_WHMCS#Config_File_.28default_values.php.29 $billing_api_values["gamevar_Xms"] = "ConfigOption:Memory";
  22. LFA

    IPTables

    probably early next week
  23. LFA

    IPTables

    These scripts will work on the next update not on the current version: Install script: iptables -I INPUT -p udp --dport $[ThisServer_GamePort] -j ACCEPT iptables -I INPUT -p udp --dport $[ThisServer_QueryPort] -j ACCEPT iptables -I INPUT -p udp --dport $[ThisServer_RConPort] -j ACCEPT /sbin/service iptables saveUninstall script: iptables -D INPUT -p udp --dport $[ThisServer_GamePort] -j ACCEPT iptables -D INPUT -p udp --dport $[ThisServer_QueryPort] -j ACCEPT iptables -D INPUT -p udp --dport $[ThisServer_RConPort] -j ACCEPT /sbin/service iptables save The iptables save command is for centos. I don't know how to save on Debian.
  24. LFA

    IPTables

    http://www.linuxquestions.org/questions/linux-security-4/how-to-open-ports-with-iptables-237939/ plus whatever command you use to save the ip tables. On centos it's: /sbin/service iptables save
×
×
  • 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