Jump to content

LFA

TCAdmin Developer
  • Posts

    2,133
  • Joined

  • Last visited

  • Days Won

    66

Everything posted by LFA

  1. Fullscreen mode enabled Fullscreen mode disabled Based on the Unreal Wordpress theme UnrealGames - Fullscreen.zip UnrealGames.zip
  2. There are no plans for an integrated billing system. We will have to contact WHMCS and see if they can add hourly and daily billing.
  3. Can you create a ticket with the url and login for your control panel and remote desktop access?
  4. Try this: Edit the file TCAdminMonitor.exe.config in notepad. Find this line: <add key="TCAdmin.DebugSql" value="False" /> Change to this: <add key="TCAdmin.DebugSql" value="True" /> Save and start the monitor in console mode. Start the task that was created or create a new game server. You will see messages in the console while the game server is created. Copy and paste the messages here.
  5. Where exactly are you getting this error? In the task popup or right after clicking on create?
  6. Currently v2 does not support external ftp servers. The sever where the files are located has to be running as a master or remote. In the server's settings you configure it to download from the master or remote the same way you would do it in v1.
  7. Bug fixes When OS is Win2003 or lower the monitor checks if the IIS Admin service is disabled and shows an error. (If IIS is installed, the monitor needs this service to have manual or automatic startup) TCAdmin update fails when service manager is running in console mode. SQL error when saving game server stats if server's regional settings is configured to a language that uses comma as decimal separator. Extraction of zip files on Linux creates invalid file names. Extraction of .tar.bz2 and .tar.gz fails if the file is downloaded from FTP. If service status is "Start Error" it shows up as "Unknown" in the control panel. Status in services list does not change from "Loading..." to "Unknown" when the dedicated server is offline. Custom commandlines in commandline manager fails if the game's custom command line is not set. Commandline manager without predefined command lines causes a javascript error when saving. Access denied error when a user tries to change a game server's commandline. Language cache is cleared after importing a language file. If TCAdmin is not shutdown correctly all running tasks are set to cancelled on next startup.
  8. New features Added support for multiple languages. You can download the Spanish language file here. Import in General Settings > Global Configuration > Installed Languages. You can also add languages manually. Bug fixes IPv6 addresses are not imported. Javascript error when creating a configuration editor. Error with slots and hostname when a reseller created a game server. Error when remote monitor is configured without db connection and TCAdmin is updated. Connection error on remote when master is behind a hardware firewall and remote. Process id 0 is no longer reported as running. Added role and username required validations.
  9. attached This is not 100% complete. es-MX.xml
  10. We work more on v2 than v1. There will be a beta update next week with some bug fixes and support for multiple languages. We don't have any api for v2 yet but it will be similar to v1 with a billing api, scripts and custom pages.
  11. Try removing "USING BTREE" from the script.
  12. Maybe it's because the mysql script has not been executed completely?
  13. MySQL should work correctly. It is what I use for development. What version of MySQL are you running?
  14. For sqlite databases there is a plugin for firefox named SQLite Manager.
  15. If the server's IP changes you'll have to change it in the database before starting the monitor. Table is tc_servers column is primary_ip.
  16. Create a support ticket with the url and login for your control panel so I can take a look.
  17. In the server settings make sure the user files path exists and the tcadmin user has permissions to read and write to it. Also if you changed the default folder template in the server settings make sure it is valid. The default is $[service.UserName]\$[service.ServiceId]\. It works on both Windows and Linux.
  18. The error is caused by missing dependencies for /opt/mono/lib/libgdiplus.so You can check dependencies with this command: ldd /opt/mono/lib/libgdiplus.so Then install missing dependencies. For example: yum install fontconfig yum install libpng yum install libjpeg yum install giflib yum install libtiff yum install libexif If you already have installed a higher version try creating a link for the version required. For example if you have libtiff4 and you need libtiff3: ln -s /usr/lib/libtiff.so.4 /usr/lib/libtiff.so.3
  19. After you save you can click on the cancel button and it will take you to the previous page.
  20. You can add custom variables in the game > Variables. Then use them in the config file template. You can also enable them for use in the command line builder. I will fix that preview bug. For now you can click on the small >. It will hide the left side. Then click on it again to show it again. Then you will need to resize it with your mouse.
  21. Install 2.0.5 again for the fix.
  22. Yes this is going to get fixed when the templates feature is ready.
×
×
  • 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