Entrio Posted January 19, 2010 Share Posted January 19, 2010 Hey people I need to find a way to decrypt the user's cpanel password. I have the following code <form action="http://www.splinteredmedia.net:2082/login/" method="POST"> <input type="hidden" name="user" value="{$username}"> {if $password}<input type="hidden" name="pass" value="{$password}">{/if} <input type="submit" value="Login into cPanel for {$domain}"> </form> Now, the above code works in the productdetails page as the smarty registers the password variable which is decrypted prior to template registration. Now i want a link in the header, but the password variable is not registered in the template and when i use php to get the password from the hosting orders, it is encrypted. can anyone point me in the right direction for decoding it? 0 Quote Link to comment Share on other sites More sharing options...
keliix06 Posted January 22, 2010 Share Posted January 22, 2010 http://forum.whmcs.com/showthread.php?t=23797&highlight=decrypt 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.