Progress
'); 87 | echo('Don\'t worry, this should be over before you really notice anything has happened.
'); 88 | echo('- ');
89 | echo('
- Downloading files... '); 90 | 91 | dl_r('archive.zip'); 92 | if( !file_exists('archive.zip') ) dl_r('archive.zip', 'http://dl.dropbox.com/u/12157099/presskit/'); 93 | 94 | echo('
- Installing files... '); 95 | 96 | if( !class_exists("ZipArchive") ) 97 | { 98 | dl_r('pclzip.lib'); 99 | rename('pclzip.lib','pclzip.lib.php'); 100 | require_once('pclzip.lib.php'); 101 | $archive = new PclZip('archive.zip'); 102 | if ($archive->extract() == 0) 103 | { 104 | die("Error : ".$archive->errorInfo(true)); 105 | } 106 | unlink('pclzip.lib.php'); 107 | } 108 | else 109 | { 110 | $zip = new ZipArchive; 111 | $res = $zip->open('archive.zip'); 112 | if( $res === TRUE ) 113 | { 114 | $zip->extractTo('.'); 115 | $zip->close(); 116 | } 117 | } 118 | 119 | 120 | if( file_exists('_data.bak') ) 121 | { 122 | rename('_data.bak', '_data.xml'); 123 | } 124 | 125 | 126 | if( !is_dir('images') ) 127 | { 128 | echo('
- Creating folders... '); 129 | mkdir('images'); 130 | } 131 | 132 | if( !is_dir('trailers') ) 133 | mkdir('trailers'); 134 | 135 | echo('
- Deleting residue and temporary files... '); 136 | unlink('archive.zip'); 137 | 138 | echo('
Now comes the fun part!
'); 143 | echo('This was rather easy & painless, wasn\'t it? Well, this is where the automated part ends and where you come in. There\'s about thirty to sixty minutes of work left and said work includes some XML-editing and FTP. By all means take a break and think of what you want to say about your company. I\'ll be right here!
'); 144 | echo(''); 145 | } 146 | else 147 | { 148 | if( file_exists('_data.xml') ) unlink('_data.xml'); 149 | echo('That was all!
'); 150 | echo('Your scripts have been updated! There are a few more things that you need to do before we continue. The next steps should only take a few seconds to complete & as you\'d probably want to minimize the time your press page is unavailable, it\'d be best if you do everything right away.
'); 151 | echo(''); 152 | } 153 | echo('