A free php script to auto install Opencart/Wordpress?

bitwickedIndia

Maroon Man
Aug 13, 2013
19
0
0
India
witkind.blogspot.in
Do you guys know of a php script to create subdomain and install opencart/wordpress using that sub-domain. Looking for a free one. Any example will also do. Anything to look at while writing a new one!
 


Do you guys know of a php script to create subdomain and install opencart/wordpress using that sub-domain. Looking for a free one. Any example will also do. Anything to look at while writing a new one!

Are you looking for it to create when an external user signs up? If so, just enable the native wordpress multi-site function.

See here: Create A Network « WordPress Codex
 
Ok, but actually I was looking forward to do it with Opencart. But I think I will just write one, because Opencart relies on creating the config.php file and the database tables. I need to replicate the process with my custom php script. I will keep a template config.php to create a new one on each user signup. Cpanel API 2 is a great tool and I will use to create a new db and addon domains for each user.:cool2: