LFA Posted June 22, 2005 Share Posted June 22, 2005 Post your requests here. Don't ask for complicated scripts because I am sure nobody will do them Link to comment Share on other sites More sharing options...
ChrisOlver Posted June 24, 2005 Share Posted June 24, 2005 Request: ModernBill intergration Simple isnt it Link to comment Share on other sites More sharing options...
ECF Posted June 24, 2005 Share Posted June 24, 2005 <table border="0" align="center" width="90%" cellpadding="3" cellspacing="1"><tr><td class="SmallText">ChrisOlver</td></tr><tr><td class="quote"> Request: ModernBill intergration Simple isnt it </td></tr></table> That's a rather broad definition of what you want. You may want to expand on the functionalities you are looking for Be warned, if you say auto-setup, LFA will growl at you Link to comment Share on other sites More sharing options...
GHideout Posted June 24, 2005 Share Posted June 24, 2005 how about.... auto-setup. Link to comment Share on other sites More sharing options...
ChrisOlver Posted June 24, 2005 Share Posted June 24, 2005 <table border="0" align="center" width="90%" cellpadding="3" cellspacing="1"><tr><td class="SmallText">GHideout</td></tr><tr><td class="quote"> how about.... auto-setup. </td></tr></table> Auto Install.. Same as Auto setup just different name Intergration with user accounts, suspend features, intergrate maybe the packages into the games avaliable via the controlpanel.. many ideas etc etc Link to comment Share on other sites More sharing options...
LFA Posted June 24, 2005 Author Share Posted June 24, 2005 an easy integration would be to get the user's external id and check to see if that id has any pending payments. If it does disable the user and game servers. Al long as you know the SQL queries to use on the modernbill db it can be easily done. Then run this as a scheduled task every day. Link to comment Share on other sites More sharing options...
ECF Posted June 24, 2005 Share Posted June 24, 2005 <table border="0" align="center" width="90%" cellpadding="3" cellspacing="1"><tr><td class="SmallText">GHideout</td></tr><tr><td class="quote"> how about.... auto-setup. </td></tr></table> Allways a joker in the crowd Link to comment Share on other sites More sharing options...
ECF Posted June 24, 2005 Share Posted June 24, 2005 Please don't misunderstand people. LFA isn't going to be coding scripts for everyone that requests one. This is for users to share scripts or request scripts from Tcadmin users that have coding knowlege. LFA has enough on his plate, with updates Link to comment Share on other sites More sharing options...
ChrisOlver Posted June 25, 2005 Share Posted June 25, 2005 <table border="0" align="center" width="90%" cellpadding="3" cellspacing="1"><tr><td class="SmallText">Quote:</td></tr><tr><td class="quote"> an easy integration would be to get the user's external id and check to see if that id has any pending payments. If it does disable the user and game servers. Al long as you know the SQL queries to use on the modernbill db it can be easily done. Then run this as a scheduled task every day. </td></tr></table> Thats a bodge job with a mysql query was thinking more of a module for ModernBill Link to comment Share on other sites More sharing options...
Jaggl Posted June 25, 2005 Share Posted June 25, 2005 modern bill would be great! but what about a forum that the tcadmin cann fill out und the costomer can see it in the panel, i mean just a little bill form where the costomer can see his bill?! shit u guys know what i mean my englsih is bad Link to comment Share on other sites More sharing options...
coldblooded Posted June 30, 2005 Share Posted June 30, 2005 Restart scripts are great, any chance of one that stops all servers/a defined server? Link to comment Share on other sites More sharing options...
Stealth Posted June 30, 2005 Share Posted June 30, 2005 <table border="0" align="center" width="90%" cellpadding="3" cellspacing="1"><tr><td class="SmallText">coldblooded</td></tr><tr><td class="quote"> Restart scripts are great, any chance of one that stops all servers/a defined server? </td></tr></table> The panel does that already! Link to comment Share on other sites More sharing options...
coldblooded Posted June 30, 2005 Share Posted June 30, 2005 I'll explain a bit further. I'm a new customer (waiting for my master license). Before ordering I asked about the ability to schedule my servers to stop at a defined time every day, so the game logs can be transferred out, and then have the servers restart at a defined time to start new logs. I was told to check this forum, and I see the restart scripts so I'm half way there. Link to comment Share on other sites More sharing options...
ECF Posted June 30, 2005 Share Posted June 30, 2005 There may have to be a slight modification done to that script in order to stop the server for x amount of time. When you say transfering the logs out, are you actually sending them somewhere? Or simply stopping and starting the servers so the game creates a new log file? Link to comment Share on other sites More sharing options...
coldblooded Posted June 30, 2005 Share Posted June 30, 2005 I'm using Automize to ftp the log to our webserver, and delete the original after its sent so a new one is created when the server restarts. This is only done for select servers that want stats. Link to comment Share on other sites More sharing options...
ECF Posted June 30, 2005 Share Posted June 30, 2005 The script posted simply stops a server and then restarts it. You may need to create a batch file to accomplish what you are doing. So it would go something like this inside the batch file. 1. Run TCA stop script. 2. Run log copy and transfer. 3. Run TCA start script. All togather in one batch file and then add it as a scheduled task. We will see what the coder says, he may have a way to call external programs via scriting as well, which would make it even easier. Link to comment Share on other sites More sharing options...
LFA Posted June 30, 2005 Author Share Posted June 30, 2005 the easiest this to do would be to create a batch file that does the following: 1- run a script that stops the game servers (tcadminscripting.exe <filename.tcascript> 2- ftp the logs to the stats server 3- run a script that starts the game servers Link to comment Share on other sites More sharing options...
coldblooded Posted July 5, 2005 Share Posted July 5, 2005 Separate start and stop scripts would work great, Automize handles the FTP job for me. I have the beta running, if somebody could help with the scripts I'd be set. Link to comment Share on other sites More sharing options...
ECF Posted July 5, 2005 Share Posted July 5, 2005 Should be fairly easy, just take the restart script that has been posted and change it around a bit to start them as well. I'll point this out to the coder and see if he can post an updated start/stop script for you. Link to comment Share on other sites More sharing options...
LFA Posted July 6, 2005 Author Share Posted July 6, 2005 <table border="0" align="center" width="90%" cellpadding="3" cellspacing="1"><tr><td class="SmallText">coldblooded</td></tr><tr><td class="quote"> Separate start and stop scripts would work great, Automize handles the FTP job for me. I have the beta running, if somebody could help with the scripts I'd be set. </td></tr></table> I added the 2 scripts you asked for. http://forums.tcadmin.com/viewtopic.php?p=1206#1206 Link to comment Share on other sites More sharing options...
ECF Posted July 6, 2005 Share Posted July 6, 2005 Now simply create a batch file with the 2 scripts + your program in it. Then simply schedule it as a task in windows to run whenever you like Link to comment Share on other sites More sharing options...
coldblooded Posted July 6, 2005 Share Posted July 6, 2005 Wonderful, much appreciated! Link to comment Share on other sites More sharing options...
Campus@IGS Posted July 19, 2005 Share Posted July 19, 2005 Here's something my clients would love... Imagin this, You have a UT server running, you upload a crap load of new maps or mods, and restart the server, but bummer it never comes back up, it's crashing. If you are really lucky (after many many tries) youmay be able to get the ucc.log file to see the problem before the server was restarted by tcadmin and over writen. What if TCAdmin would run a script when it detected that server was crashed and then renamed or copied the ucc.log (or server.log, whatever) to crash.log before restarting the server. this would alow the server admin to easily get a copy of the log file and find out what is causing the server to crash. this would be a very helpfull script for all UT admins trouble shooting server crashes. Link to comment Share on other sites More sharing options...
Cybex Posted August 5, 2005 Share Posted August 5, 2005 Request: A script that puts a button in the client control panel where Steam enabled games can be updated with. For exameple, you have a CSS server and it has an update, simple press "Steam update server" button and Steam begins updating and restarts the server. Link to comment Share on other sites More sharing options...
ECF Posted August 5, 2005 Share Posted August 5, 2005 Request: A script that puts a button in the client control panel where Steam enabled games can be updated with. For exameple, you have a CSS server and it has an update, simple press "Steam update server" button and Steam begins updating and restarts the server. We thought about this one and had a major issue with it. What if the STEAM update fails? Then you have a client that can't access their server. Which is the reason why we went with the update utility. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.