A thin wordpress php installer.
- No Php skils are required. Just put this file in your destination folder with a wordpress zip file beside
- ...what you are doing. Seriusly, if you don't know what are you doing please ask first.
- A server
- An FTP connection
- Internet
- A Brain (that works, if you haven't one you can find it here ) :)
- He installs wordpress by the zip (needed) side this php file.
- He works great :) now with new graphics too!
- He request you the folder to install (automatically catch it, the default one as '/')
New Graphics and Folder support
- Added folder support
- Added graphic (thanks to codrops for the design inspirations)
- Bug Fixes (we all says this, but most of time is just some stuff that we don't knwo how to say :| )
(beta... alpha... pre alpha... naah! This was too baad maaaan!)
- ... Seriusly... the code was just this:
$zip = new ZipArchive;
if ($zip->open('wordpress.4.1.zip') === TRUE) {
$zip->extractTo('/');
$zip->close();
echo 'ok';
} else {
echo 'failed';
}
- Ajax response of installation
- Zip get from wordpress.org of the latest wordpress version (sure)
- Choose old version (a select that make you choose an older wordpress version) (unsafe)