Completely new at this.
This is the script config. What I'm wanting to do is to make the index page created my temp.html page for the client to start with. The script creates the subdomain but it just has a directory listing for the index page.
I would really like to start with m y index page but put the new subdomains client name in the page on startup I guess with a varable.
The script:
<?
//
$cpmod='x'; // cPanel skin ( ex; x, bluelagoon, x2 etc.) (cAsE sEnsiTIvE)
$table='MyDomain_'; // table
$host='localhost'; // hostname
$port='2082'; // cPanel port
$title="xxxxxx"; // Page Title
$domain="xxxxxxx"; // Your domain which this script will run off
$debugon='0'; // Debugging (under construction)
$admin_email="xxxxxxx"; // Your email
$quota="2"; // Quota, in MegaBytes
$email_notification="1"; // Send Admin a email when a new user Sign Up (email specified above)
$email_user_notification="0"; // Send the user a email with their account information when they signup
$add_mail='1';
//cPanel Username & Password
$reseller_pass='xxxxxxxx'; // cPanel Password
$ownername="xxxxxxxxx"; // cPanel UserName
//SubDomain Settings
$add_sub="1"; // Add SubDomain on account creation?
// FTP Settings
$add_ftp="1"; // Add FTP account on account creation? (1=Yes/2=No)
// Do NOT change the settings below this point
$cp_email="$email@$domain";
$homedir="/$email";
$base_domain=$domain;
$tables=$ownername_
?>
And thanks for any and all replies,
Sam