Bot to create sub domains and install WP clone on each

debtdue

Newbie
Joined
Apr 29, 2011
Messages
33
Reaction score
5
Is there a bot or program that will setup as many sub domains as I want and then install a wordpress clone on each one?

Wasn't able to find anything by searching but this would come in very handy for automating something I can't stand to do.

thanks.
 
That sounds like a cool idea, wonder if someone has a tool for this.
 
so you mean creating all of this in cpanel? or some kind of ftp software?
 
I don't know about the cloned wp installation part, but I came across this script while searching for a solution to speed up the process of creating subdomains. Hope it helps.

Code:
http://www.zubrag.com/scripts/cpanel-subdomains-creator.php
 
First one would really need to know what the setup is. If you are referring to a linux box you just have setup as webserver it would be very easy to dump a small script to create subdomains and copy the existing WP site into each of them; maybe perl or even bash depending on your needs.

Or are you just going through cpanel then use something like autoit to read in a text file of subdomains and go and create them in cpanel in the browser and then you could even have the bot ftp in and dump the master into it. Its really something you could have coded up in a few hours.
 
Back
Top