mvn Posted January 11, 2023 Share Posted January 11, 2023  hi there, nice to meet you 🙂 i build a whmcs module for wordpress manager by softacolus, i create the api and all the actions now i Connects everything to the WHMCS module i use the softacolus api tath way:     $this->url = 'https://'.$this->username.':'.$this->password.'@'.$this->domain.':2083/frontend/jupiter/softaculous/index.live.php?';  so i need get the username and passsword of the package for the api call, i get the id in tblhosting from the url in GET variablle from the product page: clientarea.php?action=productdetails&id=349  but when i do sql command to select the information by the id i get Encrypted password and i can't use the password. how can i get the real password (decrypted) like he put in the whmcs admin in package ? i stack and stop working becuase of this, 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.