Jump to content

LFA

TCAdmin Developer
  • Posts

    2,133
  • Joined

  • Last visited

  • Days Won

    66

Everything posted by LFA

  1. Also you don't need to send the command again. Just click on start in the task popup.
  2. That debug console is only for javascript stuff. Follow the steps here to stop the monitor service and start it in console mode: http://help.tcadmin.com/Server_Components
  3. Are you sure that configuring the monitor in debug mode and then sending the command does not show anything? It should show the full stack trace when the error occurs.
  4. If you know how to use mysql use mysql. If not you can use sqlite. Create a support ticket with the remote desktop login for your server and I will take a look.
  5. it looks good to me. I'll do some tests.
  6. Uninstall. Delete the tcadmin2 folder and reinstall. Then you should be able to run the configuration utility and configure the connection correctly.
  7. Delete ConfigUtility.config. Restart the monitor and open the configuration utility again. Configure it to connect to the mysql server and follow the rest of the steps.
  8. open mysql.sql in notepad and replace TYPE=MyISAM with ENGINE=MyISAM
  9. What is the voice id that you are sending? Send the create command again and check the check file named BillingAPI.LastCommand.log
  10. You need to create the database and user before executing the script. mysql.exe is in the mysql\bin folder. Run it from a command prompt like this: c:\path\to\mysql.exe -utcadmin2 -ptcadminpass --database=tcadmin2 < "C:\Program Files\TCAdmin2\Database\MySQL.sql"
  11. Predefined commandlines are only specified in the game once. You don't need to create it for each client. I thin that the combination of predefined commandlines + custom commandlines does what you want. In the game's details create 3 predefined commandlines: CTF profile TDM profile WAR profile In config files create server_ctf.cfg, server_tdm.cfg, server_war.cfg. Each predefined command line executes its own file Common features can be in global.cfg to avoid configuring hostname, rcon etc more than once. In server_ctf.cfg, server_tdm.cfg, server_war.cfg the first line would be "exec global.cfg", then all the specific cvars.
  12. Also there is a tcadmin2_advanced in the download area.
  13. It works the same as v1. Send TEAMSPEAK3 as the voice id. Go to General Settings > Scheduled Tasks and you should see the task and the error that occurred. To view all console messages while the service is created enable debug mode for the monitor and start in console mode. http://help.tcadmin.com/Debug_Mode
  14. mysql -utcadmin2 -ptcadminpass --database=tcadmin2 < "C:\Program Files\TCAdmin2\Database\MySQL.sql"
  15. Check TCAdmin2\Logs\Monitor\console.log and check for any errors. You should be able to kill the process named TCAdminMonitor.exe in windows task manager.
  16. Log in to http://clients.tcadmin.com and check the emails link. It should be there. If it isn't create a support ticket.
  17. Have you tried using predefined commandlines with different .cfg for each one?
  18. This is true but TCAdmin and IIS both use http.sys. Any global change in IIS also affects TCAdmin. The error he had in a previous thread was caused by a bad setting in IIS.
  19. IIS configuration should not make any difference in this case. Try configuring your monitor in debug mode and check the console while installing the mod: http://help.tcadmin.com/Debug_Mode
  20. Are you sure about that? I processed all trial requests.
  21. It says here that you need to execute the script manually: http://help.tcadmin.com/Initial_Configuration It will be executed automatically if the database is empty in a future update.
  22. Did you execute the database script: Database\MySQL.sql
  23. I can't reproduce the error can you create a ticket with the url and login for your control panel?
×
×
  • 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