Hi,
This requirement is for an update to this following free script available from zubrag.com "CPanel MYSQL Automatic Database Creator".
Current Situation:
The following script performs a single MYSQL Database Creation, given the necessary parameters.
Requirement:
Modify this script to provide multiple MYSQL Database Creations. This script will allow uploading a comma or tab delimited text file containing one or more entries, each entry will create 1 MYSQL Database.
The format of each entry is as follows:
CPanel_Username,CPanel_Password,CPanel_Hostname,CPanel_Skin,DB_Name,DB_User,DB_Password
=====================================================================
DB_Name is the 1 to 7 character database name. MYSQL will create a complete database name consisting of the "CPanel_Username+DB_Name"
DB_User is the 1 to 7 character database user name. MYSQL will create a complete user name consisting of the "CPanel_Username+DB_User"
=====================================================================
The script must support SSL (https)
The CPanel root logon port of our system is Port 2087
The MYSQL host is LOCALHOST
The user will have all database permissions
=====================================================================
The following code is only an example. You do not have to use it.
The only necessity is that the requirements are fullfilled.
Estimated time is 1.5 hours. You will have to test it on your CPanel system.
=====================================================================




















