I am trying to write a PHP script which will allow me to create pop3 & forwarding accounts from a remote location, similar to those found in webmail signups. I know this is possible as it is used in a webmail script called FreshMail (https://www.freshdevelop.com/fm_standard.php). I would like to see how this script work to create POP3 account but it is encoded with IONCUBE

The easiest way I have found to do this so far is URL based, similar to the code below.
Code:
http://username:password@domain:2082/frontend/bluehost/mail/doaddpop.html?email=test123&domain=domain&password=test321
I believe there are other ways of doing this, can anyone help me with this ?

If anyone can help me on this, please send me an email to: andy252@mytrashmail.com