Jump to content

LFA

TCAdmin Developer
  • Posts

    2,133
  • Joined

  • Last visited

  • Days Won

    66

Everything posted by LFA

  1. Happens when using mysql 6 alpha. Use mysql 5.5
  2. LFA

    hi mem usage

    Read here: http://www.linuxatemyram.com/
  3. LFA

    hi mem usage

    libpcap is bandwidth monitoring not ram or cpu. Read here: http://www.linuxatemyram.com/
  4. stop the service rename orangebox folder to css run the steam update rename css folder to orangebox start the service
  5. When you create a game server with whmcs the server is selected using your configuration in the api settings. Round robin and "server with less slots" is available. CPU load balancing is not available yet.
  6. Is this change in the directory structure permanent or a bug in the steam update?
  7. try this: cd /home/tcadmin/Monitor ./monitor-service restart
  8. Install missing dependencies for libgdiplus.so ldd /opt/mono-2.10.2/lib/libgdiplus.so
  9. LFA

    sqlite error

    Update to 2.0.31 using the control panel even if it says you have the same version.
  10. make sure the service manager is installed and started: cd /home/tcadmin/Monitor ./serviceman-service install ./serviceman-service start If it is not installed it will not start automatically after reboot.
  11. If you mean auto restart when you reboot this is done automatically as long as: The game server's startup is set to automatic in the service settings The service manager's startup is set to autamatic in Windows. If you mean auto restart when the service crashes this is configured for each game in General Settings > Games > Select the game > Query Monitoring.
  12. The remote servers are not running the same version as the master. Update them to 2.0.31: http://help.tcadmin.com/Updating#Manual_Update
  13. In game tools a task is created but it is configured to run right away. In the next update you will be able to schedule the execution.
  14. Just move everything to the new server and run installservices.bat. If everything is in the same path it should start correctly.
  15. If the monitor or service manager crash check the console logs to see why this happens. You can configure the monitor and service manager services to restart automatically if it crashes. Start > Administrative Tools > Services > Double click on the service > Recovery Tab.
  16. This will be available in the next update.
  17. Execute this command in your database: delete from tc_tasks where task_id=136
  18. You can see an example using xml with php here: http://www.w3schools.com/php/php_xml_simplexml.asp You will have to use simplexml_load_string instead of simplexml_load_file and documentation here: http://us2.php.net/manual/en/book.simplexml.php
  19. You need to use PHP's xml functions to parse the contents and read the player values.
  20. The config for ventrilo is already included by default. If you mean the actual files you download them from ventrilo.com For Teamspeak: http://help.tcadmin.com/Teamspeak_Server_Configuration
  21. Like this. Replace c.user_id=1 with the id of the user you want. SELECT a.ip_address, a.game_port, b.* FROM tc_game_services a, tc_game_service_live_stats b, tc_services c WHERE online = 1 AND a.service_id = b.service_id AND c.service_id = a.service_id AND c.user_id=1;
  22. If WHMCS says the command was successful a task was created in tcadmin. go to TCAdmin > General Settings > Scheduled Tasks > Day and click on the task that was created. If there was an error you will see it there.
  23. LFA

    I can't add TS3

    Follow the instructions here: http://www.gametracker.com/games/ts3/forum.php?thread=42258
  24. LFA

    I can't add TS3

    Do you have a firewall blocking the TS3 telnet 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