I need a very simple PHP script created for me. I need the ablity to create websites from my blackberry. I can currently do it, howwever, I have to use three different things and would like to make it one easy step. Here's what I do
Use Setup Account Script
SSH to the server and use wget and unzip functions
Use script to send email out
I would like the ablity to do all of this from one PHP script. Here's what I need the script to do
1. Create a cPanel Account (I already got a script for this, so this part shouldn't be too hard to intergrate)
2. wget a file from another server and unzip it. The file will be named www so all that needs to happen is for the script to grab the file from the other server and place it in the new account's directoy and then unzip it
3. Send a preset email out (I already setup this part, so that shouldn't be much trouble)
If it is possible, what I would love the script to also do is to put the domain into a common file the website has.