
CloudCUBE
Member-
Posts
152 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Downloads
Everything posted by CloudCUBE
-
is your whmcs able to connect to tcadmin? put this in your /whmcs folder and name it curltest.php <?php $ch = curl_init("http://<yourcontrolpanel>billingapi.aspx"); curl_exec($ch); curl_close($ch); ?> If the page does not load then your firewall is blocking communication between tcadmin and whmcs.
-
are you not aware tcadmin2 is completely new from the ground up? adding features from tcadmin1 is not a matter of copying and pasting. luis is doing a fantastic job and to see people complain is just disrespectful
-
+1 Everytime he replies to a ticket i just hear Enrique Iglesias - Hero. I was wondering why it wasn't inserting into the script! thankyou. I've done this pretty quickly but i'll share it anyway. just make a custom variable and a custom script. --Custom Script-- @echo off echo zipping the '%ThisService_WorldName%' folder. C:\modules\zip\7za.exe a "C:\TCAFiles\Users\%ThisUser_UserName%\%ThisService_ServiceId%\%ThisService_WorldName%_backup.zip" "C:\TCAFiles\Users\%ThisUser_UserName%\%ThisService_ServiceId%\%ThisService_WorldName%" -mx0 -xr!java -xr!plugins -xr!*.jar -xr!*.yml -xr!*.bat echo your file is now available in your root directory '%ThisService_WorldName%_backup.zip' Operating System: Windows (it's a batch command) Batch Prompt for variables values Stop service before executing Execute as the service's user User access --Variable-- Variable Name: WorldName Default Value: Blank - Variable Options Script Parameter User/Admin access Value is required Required message: please select a world Item Type: Combobox Label: Select the world folder you want zipped. Source: File system Filter Type: Directories Exclude Filter: plugins*;java*;config*;coremods*;lib*;miscperipherals*;mods* Item Value and Display: Name Modules needed is 7za command line (http://www.7-zip.org/download.html) You can also change the store options (compression) with -mx 1-9 Enjoy
-
Bzip with the fast downloads?
CloudCUBE replied to Ben-EdgeGameServers.com's topic in Feature and Module Ideas
If Luis adds an event such as 'Before FASTDL Sync' you can .bzip all .bsp file extensions before the sync is executed. Which would solve your issue. -
Can user set variables for scripting be added. For example if i wanted to zip someones minecraft world folder i would create a custom script using 7zip my command would be as follows. C:\modules\zip\7za.exe a "C:\TCAFiles\Users\%ThisUser_UserName%\%ThisService_ServiceId%\world_backup.zip" "C:\TCAFiles\Users\%ThisUser_UserName%\%ThisService_ServiceId%\world The problem here is not everyone has their folder named 'world' as its defined in level-name= would it be possible to have some sort of configuration editor to submit user set variables for example. C:\modules\zip\7za.exe a "C:\TCAFiles\Users\%ThisUser_UserName%\%ThisService_ServiceId%\world_backup.zip" "C:\TCAFiles\Users\%ThisUser_UserName%\%ThisService_ServiceId%\%UserSet_Custom1% This could be used for so many things such as defining your level-name or entering FTP details to have contents uploaded to an external server after zipping etc.
-
[add function] copy\paste\cut in File manager
CloudCUBE replied to alpen's topic in Feature and Module Ideas
Most FTP clients will do this for you. -
Try using the product addon feature in WHMCS and just use cPanel on a VM (costs $15 for a cPanel VM license per month)
-
Bzip with the fast downloads?
CloudCUBE replied to Ben-EdgeGameServers.com's topic in Feature and Module Ideas
Perhaps use custom scripting with a custom action or icon for now. -
WHMCS Addon Feature Requiest - Service Status
CloudCUBE replied to brad.vilayer's topic in Feature and Module Ideas
I talked to Luis about adding a status feature in his API, he has said he has added it to the list of things to do. I've got a working phone system going so you can start/stop/restart and reset your password over an API through any phone you wish (locked to account pin) It also gets the status with a workaround. -
I dont understand why this is a good idea, i could see it being abused. when people order a server make them choose a location closest to them
-
awesome update luis - all servers updated with no issues. cheers for all your hard work!
-
Does it stop or crash? Maybe there is a query or rule failure and TCAdmin is stopping the service.
-
in the games config for tcadmin look under the query tab
-
Can you get this for Windows, plus the ability to use a remote SQL server - will pay good money for it
-
Thanks, Update works without a hitch.
-
You add the server in the masters control panel, once you've saved the server identity proceed to install the remote with the same file you used to install the master (nix* version) once tcadmin has installed on your linux box you'll goto the same web utility you did on your master and you'll have to select remote instead of master, fill in some information and at one point it'll tell you to upload a config from your master (you can find it in the server configuration you made in your master, previous step) as always, help.tcadmin.com
-
had the same problem, luis just create two orders under one WHMCS account and have the create commands send at the same time.
-
Hi, make sure that one service isn't running on the admin account within TCAdmin as subadmins wont have the permissions to view these services. try creating a service on a normal user account and see if it shows when logged in as a subuser
-
Hi, We used the TCAdmin1 news feature quite a lot - it had the advantage over WHMCS emails because people were notified when they logged into their GamePanel and would actually read it. on that note, i would like to be able to have an option to force upon login for the news to be smack bang infront of the screen for them to read. It's really hard to make changes when people dont even check their emails so news in the GamePanel would be a real advantage.
-
we had the same issues, luis gave me this to enter.
-
perhaps some connectivity issues between your hardware?
-
WHMCS will think its sucessful because its sent the command - i'd suggest testing billing by running the 'create' command in whmcs, then watching the monitor console with SSH, make sure debug mode is on, although luis put it on by default in the latest update.
-
Under the games configuration click on "Query Monitoring" - you should see a restart command there if the query tool is unable to receive a response from the service.
-
I'd consider checking your hardware first, you can't just reboot it every 4 hours it'll progressively get worse over time and your clients will not enjoy it