Does any one know of a way to login to cpanel without having the login box.
The most common way is http://username:[email protected]:2083/
however, this does not work with my host. The port # is correct, & i've tried using the ip address rather than "mysite.com"
The reason I would like to use this method it for auto creation of pop3. The link would be something like :
fopen ("http://username:password@Server's IP:2082/frontend/Xskin/mail/doaddpop.html?email=$NewEmail&domain=$domain&password=$Password"a=50", "r");
This is a snippit of a php script, & is not the entire code.
Thanks for any help anyone can give.
The most common way is http://username:[email protected]:2083/
however, this does not work with my host. The port # is correct, & i've tried using the ip address rather than "mysite.com"
The reason I would like to use this method it for auto creation of pop3. The link would be something like :
fopen ("http://username:password@Server's IP:2082/frontend/Xskin/mail/doaddpop.html?email=$NewEmail&domain=$domain&password=$Password"a=50", "r");
This is a snippit of a php script, & is not the entire code.
Thanks for any help anyone can give.