Maki187 Posted November 25, 2014 Share Posted November 25, 2014 Hi, I did read documentation, but I still do not understand. How can I from custom addon fill service username and password feild. For example, I order game server, game server is created over whmcs etc etc, then, after all that, when game panel send me back username and password, how to implent it into client's service username and password feild ? 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted November 25, 2014 Share Posted November 25, 2014 With an action hook. This one. 0 Quote Link to comment Share on other sites More sharing options...
Maki187 Posted November 26, 2014 Author Share Posted November 26, 2014 Thank you, I'm not sure I get all that with hooks. Before that I did try this $table = 'tblhosting'; $update = array('username'=>$imeuser); $where = array('id'=>$params['pid']); update_query($table,$update,$where); but it's not working 0 Quote Link to comment Share on other sites More sharing options...
Maki187 Posted November 26, 2014 Author Share Posted November 26, 2014 I found where I was wrong, thanks. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.