CrimsonGT Posted October 20, 2009 Share Posted October 20, 2009 Im wondering how you guys handle tcadmin login information (username/password) for new and existing orders. Everything else is working right, but when I made a WHMCS account with the name demouser demouser (first/last) and created a server, it made a tcadmin account "demouser demouser". I looked through the WHMCS module documentation/forums again but didnt see anything relative. Just wondering how you guys handle this so that it creates a normal username, and how to save it so other orders are assigned to it. Link to comment Share on other sites More sharing options...
Dan M Posted October 20, 2009 Share Posted October 20, 2009 I take it you're not using the TCA Advanced module? http://clients.tcadmin.com/downloads.php Link to comment Share on other sites More sharing options...
CrimsonGT Posted October 20, 2009 Author Share Posted October 20, 2009 I am, I dont have any options for the tcadmin login info though on mine. Link to comment Share on other sites More sharing options...
proclan Posted October 20, 2009 Share Posted October 20, 2009 You need to add them under Products/custom fields Control Panel Username CustomField:username Control Panel Password CustomField: password Server Hostname CustomField:Hostname Rcon password CustomField:rconpassword Link to comment Share on other sites More sharing options...
CrimsonGT Posted October 21, 2009 Author Share Posted October 21, 2009 Ah okay gotcha. How exactly do you handle it for future orders? Just have them enter the same information or some way to save it to their whmcs account or anything? Link to comment Share on other sites More sharing options...
Dan M Posted October 21, 2009 Share Posted October 21, 2009 I don't use the modules, but I guess it will compare usernames against registered email addresses. Link to comment Share on other sites More sharing options...
KevinJ Posted January 22, 2010 Share Posted January 22, 2010 This doesn't seem to work for me. I've fiddled with the username option a lot and every time it seems to just end up blank. Using tcadmin_advance Link to comment Share on other sites More sharing options...
strikeR- Posted January 29, 2010 Share Posted January 29, 2010 I'm making some experiences with tcadmin_advantage module for WHMCS and found some bugs/problems that don't know if I'm doing something wrong or that is a module problem. » Product page (whmcs) Have that error: Warning: Missing argument 2 for tcadmin_advanced_getdescription() in /.../modules/servers/tcadmin_advanced/tcadmin_advanced.php on line 211 Don't know why, I think is a problem on the code... » Username and Password Issue * FIXED Right: $billing_api_values["user_name"] = "CustomField:Username"; $billing_api_values["user_password"] = "CustomField:Password"; *I know there is no support for that, but if someone of you have or had that problem, certainly can help me. Regards, Link to comment Share on other sites More sharing options...
Admin-Nation-Servers Posted January 29, 2010 Share Posted January 29, 2010 $billing_api_values["user_name"] = $params['CustomField']['Password']; $billing_api_values["user_password"] = $params['CustomField']['Username']; as for the error you received, did you edit it? Link to comment Share on other sites More sharing options...
strikeR- Posted January 29, 2010 Share Posted January 29, 2010 The warning that i received was without edit anything. The username is now fixed like i update my post. Just have the warning thing now Link to comment Share on other sites More sharing options...
Admin-Nation-Servers Posted January 29, 2010 Share Posted January 29, 2010 make sure this is what your code says on lines 209-214 function tcadmin_advanced_GetDescription($desc, $descwidth) { if($descwidth==null) $descwidth="200px"; return "<a href=\"#\" style=\"text-decoration:none;\" onmouseover=\"try{if(showhint)showhint('".$desc."', this, event, '".$descwidth."')}catch(err){}\">[?]</a>"; } Link to comment Share on other sites More sharing options...
strikeR- Posted January 29, 2010 Share Posted January 29, 2010 Yes i have that. This warning is showed many times. Is when the function tcadmin_advanced_GetDescription is called by the code. I'm the only with this ? This is only a warning not a error, but I should correct this Link to comment Share on other sites More sharing options...
Admin-Nation-Servers Posted January 30, 2010 Share Posted January 30, 2010 Add ini_set('display_errors', 0); to the top of the page. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.