I need a script made that will make bulk autoblogs on a cpanel host (it is a vps i have access to whm) from a list of keywords
the keyword list would be 1 keyword per line
here is what the script needs to do
make a new subdomain for each keyword
make a new database for each keyword
copy a template wordpress installation files and folders to each subdomain folder
edit the wp-config file for each new copy of the template files and folders (only one word need changing)
copy a template sql file to each subdomain folder that has been made and edit the new file with a simple search and replace of 2 different words (1 for the keyword and 1 for the database name)
(note the keyword has about 37 entries in this file that needs changing)
after both files have been edited i need the new edited sql file imported to the corosponding database
thank you
the keyword list would be 1 keyword per line
here is what the script needs to do
make a new subdomain for each keyword
make a new database for each keyword
copy a template wordpress installation files and folders to each subdomain folder
edit the wp-config file for each new copy of the template files and folders (only one word need changing)
copy a template sql file to each subdomain folder that has been made and edit the new file with a simple search and replace of 2 different words (1 for the keyword and 1 for the database name)
(note the keyword has about 37 entries in this file that needs changing)
after both files have been edited i need the new edited sql file imported to the corosponding database
thank you