You do not have permission to access this page.
') );
}
if (isset($_GET['updated'])) {
?>';
switch( $_GET[ 'action' ] ) {
case "upgrade":
if( isset( $_GET[ 'n' ] ) == false ) {
$n = 0;
} else {
$n = intval( $_GET[ 'n' ] );
}
$blogs = $wpdb->get_results( "SELECT * FROM $wpdb->blogs WHERE site_id = '$wpdb->siteid' AND spam = '0' AND deleted = '0' AND archived = '0' ORDER BY registered DESC LIMIT $n, 5", ARRAY_A );
if( is_array( $blogs ) ) {
print "";
foreach( $blogs as $details ) {
if( $details[ 'spam' ] == 0 && $details[ 'deleted' ] == 0 && $details[ 'archived' ] == 0 ) {
$siteurl = $wpdb->get_var( "SELECT option_value from {$wpmuBaseTablePrefix}{$details[ 'blog_id' ]}_options WHERE option_name = 'siteurl'" );
print "- $siteurl
";
if($http_fopen) {
$fp = fopen( $siteurl . "wp-admin/upgrade.php?step=1", "r" );
if( $fp ) {
while( feof( $fp ) == false ) {
fgets($fp, 4096);
}
fclose( $fp );
}
} else {
$client = new Snoopy();
@$client->fetch($siteurl . "wp-admin/upgrade.php?step=1");
}
}
}
print "
";
?>
If your browser doesn't start loading the next page automatically click this link: Next Blogs
You can upgrade all the blogs on your site through this page. It works by calling the upgrade script of each blog automatically. Hit the link below to upgrade.
Upgrade Site