I need a web based installer script written in PHP that would allow me to install WordPress but with a few changes.
This install script will allow a user to install WordPress on their site, but when installing you can pre-configure options before WordPress is actually installed, that way once WordPress is installed the options will already be there.
Options (Besides the options WordPress offers in their setup):
– User can choose the permalink structure (Can choose from a drop down list)
– User can create categories
– User will be able to select a theme to be activated from a drop down list. When a theme is chosen, the script will need to copy certain files for that theme to the root of the WordPress installation. (Each theme has different files)
– User can enter API key for a plugin that will be pre-activated. The API key will be saved to the WordPress database.
– User can pre-select to activate optional plugins. If checked, the script pre-activate those plugins.
– User will have an option to select which pages to auto-create. (Check box next to each page). If checked, the script will create that page.
Once all the options have been selected, user clicks “Install” and there WordPress site is installed and setup.
Please PM Questions