[beliebiger Wert]
phpwcms
 system: 
server: 
php:  v
mysql:  (is just client information, server might be different)
path: 
php.ini:  security risks'; } else { echo 'register_globals = Off -> that\'s good :)'; } ?>
  security risks'; } ?>
  GD =

ATTENTION! Before you start updating — backup all phpwcms files AND all databases. Sometimes it might be better you merge SQL files manually. Don't forget to make copies of CSS files, templates, images, settings and custom scripts.

When upgrading from releases older than 1.1.9:

There are some deeper changes. After upgrading db frame the following
files needs to be processed.
1) UPGRADE FILESTORAGE (all files will be moved and renamed)
2) UPGRADE ARTICLE CONTENT IMAGE
3) UPGRADE ARTICLE CONTENT IMAGELIST
4) UPGRADE ARTICLE SUMMARY IMAGE

When upgrading from releases older than 1.2.9:

5) UPGRADE PAGELAYOUT

When upgrading from releases older than 1.3.1:

6) UPGRADE CONTENT PART MULTIMEDIA

6) UPDATE ARTICLE ALIAS

'; echo '

Chosse another SQL file...

'; echo '
';

	foreach($sql as $key => $value) {
		$value = trim($value);
		if(!$value) {
			unset($sql[$key]);
		} else {
		
			if($phpwcms['db_version'] > 40100 && $phpwcms['db_charset']=='utf8') {
				$value = utf8_encode($value);
			}
		
			if(!mysql_query($value)) echo 'ERROR: '.html_entities(@mysql_error())." -> ";
			echo html_specialchars($value).";\n";
		}
	}
	
	echo '
'; } else { ?>

Please proof! Upgrade script will use following data:

MySQL basics: Before you continue proof the following config settings:
$phpwcms['db_charset']
$phpwcms['db_collation']
$phpwcms['db_version']
If you are not sure how to handle this
try to start setup process!
But STOP SETUP BEFORE SQL IMPORT!!!
MySQL host:
Database:
DB user:
DB table prefix:  
 select SQL file:

SQL queries to be processed: