steam.roy Posted June 30, 2011 Share Posted June 30, 2011 Hello, A) What are the plans for scripting in version 2? Include the following: 1. How is the SDK changing (ie. any changes in the big picture of the sdk)? 2. Is there going to support for login then redirect to another page (maybe something like http://docs.whmcs.com/AutoAuth but for tcadmin2)? 3. Are we going to be allowed to code a override on some of the TCAdmin modules? 4. What is the way that you are looking at for allowing us to add our own modules? ie. Widget, menus etcs 5. Are we going to be able to change what renders on a page? B) What was the reason for the naming style on ControlPanel/bin/APP_WEB_% App_Web_2ea1er4q.dll ASP.interface_base_usercontrols_grid_gridcolumns_servicemanager_ascx ASP.interface_base_usercontrols_grid_gridcolumns_servicestatus_ascx ASP.interface_base_usercontrols_grid_gridcolumns_slowbind_ascx App_Web_7txcfhme.dll ASP.interface_gamehosting_creategame_aspx ASP.interface_gamehosting_creategameconfigfile_aspx ASP.interface_gamehosting_creategamecustomvariable_aspx ASP.interface_gamehosting_creategamekey_aspx ?. AND SO ON? ASP.interface_gamehosting_voiceservers_aspx ASP.interface_gamehosting_uservoiceservers_aspx ASP.interface_gamehosting_usergameservers_aspx ASP.interface_gamehosting_updateservices_aspx I can not see the link between the name and what is inside them. C) What would people like to do in the scripting space for tcadmin2? Thanks Link to comment Share on other sites More sharing options...
djonz Posted June 30, 2011 Share Posted June 30, 2011 A) 2- There is already one for the V1. I'm sure it simply need a little adaptation. You can find it there : http://clientforums.tcadmin.com/showthread.php?t=3408 B) This is the the same structure as the folders if you look correctly. Link to comment Share on other sites More sharing options...
LFA Posted June 30, 2011 Share Posted June 30, 2011 1- For event scripting (service created, deleted, beforestart, etc) the script can be in batch/shell or ironpython. I will try to make the v1 scripting (vb.net, c# with .tcascript) work in v2. If it is not possible it will also be ironpython. The v1 scripting has an error when running on .NET 2.0 and greater. This is the only reason v1 requires .NET 1.1. 2- The control panel is precompiled. When you precompile an ASP.NET application it makes a dll for each page. The dll name depends on the directory structure and file name. Link to comment Share on other sites More sharing options...
steam.roy Posted July 2, 2011 Author Share Posted July 2, 2011 A) 2- There is already one for the V1. I'm sure it simply need a little adaptation. You can find it there : http://clientforums.tcadmin.com/showthread.php?t=3408 What support is there going to be for us to add our own pages? Are we going to be able to add them to the menu? Are we going to be able to code a full theme, just not CSS, HtmlHeader, HtmlFooter? Or even have the html header & footer load from files, so we have our own code in them? What is App_Theme? What is it used for? Thanks Link to comment Share on other sites More sharing options...
LFA Posted July 2, 2011 Share Posted July 2, 2011 1- Yes but not yet 2- This will not be supported. Link to comment Share on other sites More sharing options...
steam.roy Posted July 4, 2011 Author Share Posted July 4, 2011 Ok, 1- I am guessing i should start playing around with IronPython. Mainly used C# and VB for .net. What version of IronPython does tcadmin2 use(2.7?)? Link to comment Share on other sites More sharing options...
LFA Posted July 4, 2011 Share Posted July 4, 2011 The version used by TCAdmin is 2.6.911. I will update it soon. Link to comment Share on other sites More sharing options...
steam.roy Posted July 4, 2011 Author Share Posted July 4, 2011 Thanks Link to comment Share on other sites More sharing options...
steam.roy Posted July 16, 2011 Author Share Posted July 16, 2011 BTW how long do you think until we can code our own pages? And how long do you think until sub users (I am guessing you are still going to have them)? So I plan out some things Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now