I've waited over a day for this..
So, I'll ask here.
Hi,
I need some major help and I need it fast.
A friend of mine has made a script so one can automatically set an account up.. the following is my submit.php file, and I think I might need a access key.. but, I have no idea how I would insert that.. I have it, but I don't know how to insert it.. the current test is at http://www.pchangout.net/hosting/ this is driving me nuts.. The following is my submit.php, please tell me whats wrong, what to add, or give me a new file
cPanel.net Support Ticket Number:
cPanel.net Support Ticket Number:
So, I'll ask here.
Hi,
I need some major help and I need it fast.
A friend of mine has made a script so one can automatically set an account up.. the following is my submit.php file, and I think I might need a access key.. but, I have no idea how I would insert that.. I have it, but I don't know how to insert it.. the current test is at http://www.pchangout.net/hosting/ this is driving me nuts.. The following is my submit.php, please tell me whats wrong, what to add, or give me a new file
Code:
<?php
$socket = fsockopen("www.pchangout.net");
$authstr = "jesse:hidden_passwrd";
$pass = base64_encode($authstr);
$in = "GET scripts/wwwacct?sign=&plan=jesse_Basic&domain=$newdomain.pchangout.net&username=$newdomain&password=$password"a=0&customip=--Auto+Assign--&ip=1&cgi=1&frontpage=1&maxftp=unlimited&maxpop=unlimited&maxlst=unlimited&maxsql=unlimited&maxsub=unlimited&maxpark=unlimited&maxaddon=unlimited&msel=n%2Cy%2C500%2Cn%2Cvertex%2Cunlimited%2Cunlimited%2Cunlimited%2Cunlimited%2Cunlimited%2C10000%2Cn%2Cunlimited%2Cunlimited%2Cdefault%2Cjesse_Basic \r\n HTTP/1.0\r\nAuthorization: Basic $pass \r\n";
fputs($socket,$in);
?>
cPanel.net Support Ticket Number: