WebGuyz Posted January 21, 2008 Share Posted January 21, 2008 Hi, I am just starting to use WHMCS and wanting to create a autologin page for my customers to access their website control panel. I am trying to avoid the customers having to know more then 1 login/password. I need to be able to access the tblhosting table and get the domain,username and passord. From this info I build an web form to autologin to the customers web site. However, WHMCS encrypts the password so I would need to decrypt it before I could use it. How would that be done, how do I decrypt the passwords in that table? Thanks! 0 Quote Link to comment Share on other sites More sharing options...
Baja Posted January 21, 2008 Share Posted January 21, 2008 WebGuyz, I see you are about to make the switch. I think you will soon be happy. Not positive but, this might be what you are looking for. This is for Cpanel and Helm only to my knowledge but maybe it can get you headed in the right direction: http://forum.whmcs.com/showthread.php?t=6475 A little way down Troy talks about what he did. Better read the whole post though just in case. Let me know if you need any help. 0 Quote Link to comment Share on other sites More sharing options...
Nick Posted January 21, 2008 Share Posted January 21, 2008 There's a user-defined PHP function in WHMCS which decrypts WHMCS-encrypted passwords: decrypt($string) 0 Quote Link to comment Share on other sites More sharing options...
WebGuyz Posted January 23, 2008 Author Share Posted January 23, 2008 Thanks Baja and ecwNick!! Just what I was looking for. 0 Quote Link to comment Share on other sites More sharing options...
tkaprol Posted June 30, 2010 Share Posted June 30, 2010 Thank you Nick. This is not written at official documentation. 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.