<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; }
#msg ul, pre { overflow: auto; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[12605] trunk: Set svn-eolstyle on some files.</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.wordpress.org/changeset/12605">12605</a></dd>
<dt>Author</dt> <dd>westi</dd>
<dt>Date</dt> <dd>2010-01-06 07:50:12 +0000 (Wed, 06 Jan 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>Set svn-eolstyle on some files. See <a href="http://trac.wordpress.org/ticket/11644">#11644</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpactivatephp">trunk/wp-activate.php</a></li>
<li><a href="#trunkwpincludesmssettingsphp">trunk/wp-includes/ms-settings.php</a></li>
<li><a href="#trunkwpsignupphp">trunk/wp-signup.php</a></li>
</ul>

<h3>Property Changed</h3>
<ul>
<li><a href="#trunkwpactivatephp">trunk/wp-activate.php</a></li>
<li><a href="#trunkwpadmineditformphp">trunk/wp-admin/edit-form.php</a></li>
<li><a href="#trunkwpadmineditpagedraftsphp">trunk/wp-admin/edit-page-drafts.php</a></li>
<li><a href="#trunkwpadmineditpostdraftsphp">trunk/wp-admin/edit-post-drafts.php</a></li>
<li><a href="#trunkwpadminincludesmsphp">trunk/wp-admin/includes/ms.php</a></li>
<li><a href="#trunkwpadminlinkimportphp">trunk/wp-admin/link-import.php</a></li>
<li><a href="#trunkwpadminmsadminphp">trunk/wp-admin/ms-admin.php</a></li>
<li><a href="#trunkwpadminmseditphp">trunk/wp-admin/ms-edit.php</a></li>
<li><a href="#trunkwpadminmsoptionsphp">trunk/wp-admin/ms-options.php</a></li>
<li><a href="#trunkwpadminmssitesphp">trunk/wp-admin/ms-sites.php</a></li>
<li><a href="#trunkwpadminmsupgradesitephp">trunk/wp-admin/ms-upgrade-site.php</a></li>
<li><a href="#trunkwpadminmsusersphp">trunk/wp-admin/ms-users.php</a></li>
<li><a href="#trunkwpincludesmetaphp">trunk/wp-includes/meta.php</a></li>
<li><a href="#trunkwpincludesmsdefaultfiltersphp">trunk/wp-includes/ms-default-filters.php</a></li>
<li><a href="#trunkwpincludesmsfunctionsphp">trunk/wp-includes/ms-functions.php</a></li>
<li><a href="#trunkwpincludesmssettingsphp">trunk/wp-includes/ms-settings.php</a></li>
<li><a href="#trunkwpincludespostthumbnailtemplatephp">trunk/wp-includes/post-thumbnail-template.php</a></li>
<li><a href="#trunkwpsignupphp">trunk/wp-signup.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpactivatephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-activate.php (12604 => 12605)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-activate.php        2010-01-06 07:44:25 UTC (rev 12604)
+++ trunk/wp-activate.php        2010-01-06 07:50:12 UTC (rev 12605)
</span><span class="lines">@@ -1,88 +1,88 @@
</span><del>-&lt;?php
-define( &quot;WP_INSTALLING&quot;, true );
-
-/** Sets up the WordPress Environment. */
-require( dirname(__FILE__) . '/wp-load.php' );
-
-require( 'wp-blog-header.php' );
-require_once( ABSPATH . WPINC . '/registration.php');
-
-if( is_object( $wp_object_cache ) )
-        $wp_object_cache-&gt;cache_enabled = false;
-
-do_action(&quot;activate_header&quot;);
-
-function wpmu_activate_stylesheet() {
-        ?&gt;
-        &lt;style type=&quot;text/css&quot;&gt;        
-                form { margin-top: 2em; }
-                #submit, #key { width: 90%; font-size: 24px; }
-                #language { margin-top: .5em; }
-                .error { background: #f66; }
-                span.h3 { padding:0 8px; font-size:1.3em; font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif; font-weight:700; color:#333333; }
-        &lt;/style&gt;
-        &lt;?php
-}
-add_action( 'wp_head', 'wpmu_activate_stylesheet' );
-
-get_header();
-?&gt;
-
-&lt;div id=&quot;content&quot; class=&quot;widecolumn&quot;&gt;
-        &lt;?php if ( empty($_GET['key']) &amp;&amp; empty($_POST['key']) ) { ?&gt;
-                
-                &lt;h2&gt;&lt;?php _e('Activation Key Required') ?&gt;&lt;/h2&gt;
-                &lt;form name=&quot;activateform&quot; id=&quot;activateform&quot; method=&quot;post&quot; action=&quot;&lt;?php echo 'http://' . $current_site-&gt;domain . $current_site-&gt;path ?&gt;wp-activate.php&quot;&gt;
-                        &lt;p&gt;
-                            &lt;label for=&quot;key&quot;&gt;&lt;?php _e('Activation Key:') ?&gt;&lt;/label&gt;
-                            &lt;br /&gt;&lt;input type=&quot;text&quot; name=&quot;key&quot; id=&quot;key&quot; value=&quot;&quot; size=&quot;50&quot; /&gt;
-                        &lt;/p&gt;
-                        &lt;p class=&quot;submit&quot;&gt;
-                            &lt;input id=&quot;submit&quot; type=&quot;submit&quot; name=&quot;Submit&quot; class=&quot;submit&quot; value=&quot;&lt;?php _e('Activate &amp;raquo;') ?&gt;&quot; /&gt;
-                        &lt;/p&gt;
-                &lt;/form&gt;
-                
-        &lt;?php } else {
-
-                $key = !empty($_GET['key']) ? $_GET['key'] : $_POST['key'];
-                $result = wpmu_activate_signup($key);                
-                if ( is_wp_error($result) ) {
-                        if ( 'already_active' == $result-&gt;get_error_code() || 'blog_taken' == $result-&gt;get_error_code() ) {
-                            $signup = $result-&gt;get_error_data();
-                                ?&gt;
-                                &lt;h2&gt;&lt;?php _e('Your account is now active!'); ?&gt;&lt;/h2&gt;
-                                &lt;?php
-                            if( $signup-&gt;domain . $signup-&gt;path == '' ) {
-                                    printf(__('&lt;p class=&quot;lead-in&quot;&gt;Your account has been activated. You may now &lt;a href=&quot;%1$s&quot;&gt;login&lt;/a&gt; to the site using your chosen username of &quot;%2$s&quot;.  Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can &lt;a href=&quot;%4$s&quot;&gt;reset your password&lt;/a&gt;.&lt;/p&gt;'), 'http://' . $current_site-&gt;domain . $current_site-&gt;path . 'wp-login.php', $signup-&gt;user_login, $signup-&gt;user_email, 'http://' . $current_site-&gt;domain . $current_site-&gt;path . 'wp-login.php?action=lostpassword');
-                            } else {
-                                    printf(__('&lt;p class=&quot;lead-in&quot;&gt;Your blog at &lt;a href=&quot;%1$s&quot;&gt;%2$s&lt;/a&gt; is active. You may now login to your blog using your chosen username of &quot;%3$s&quot;.  Please check your email inbox at %4$s for your password and login instructions.  If you do not receive an email, please check your junk or spam folder.  If you still do not receive an email within an hour, you can &lt;a href=&quot;%5$s&quot;&gt;reset your password&lt;/a&gt;.&lt;/p&gt;'), 'http://' . $signup-&gt;domain, $signup-&gt;domain, $signup-&gt;user_login, $signup-&gt;user_email, 'http://' . $current_site-&gt;domain . $current_site-&gt;path . 'wp-login.php?action=lostpassword');
-                            }
-                        } else {
-                                ?&gt;
-                                &lt;h2&gt;&lt;?php _e('An error occurred during the activation'); ?&gt;&lt;/h2&gt;
-                                &lt;?php
-                            echo '&lt;p&gt;'.$result-&gt;get_error_message().'&lt;/p&gt;';
-                        }
-                } else {
-                        extract($result);
-                        $url = get_blogaddress_by_id( (int) $blog_id);
-                        $user = new WP_User( (int) $user_id);
-                        ?&gt;
-                        &lt;h2&gt;&lt;?php _e('Your account is now active!'); ?&gt;&lt;/h2&gt;
-                        
-                        &lt;div id=&quot;signup-welcome&quot;&gt;
-                                &lt;p&gt;&lt;span class=&quot;h3&quot;&gt;&lt;?php _e('Username:'); ?&gt;&lt;/span&gt; &lt;?php echo $user-&gt;user_login ?&gt;&lt;/p&gt;
-                                &lt;p&gt;&lt;span class=&quot;h3&quot;&gt;&lt;?php _e('Password:'); ?&gt;&lt;/span&gt; &lt;?php echo $password; ?&gt;&lt;/p&gt;
-                        &lt;/div&gt;
-                                        
-                        &lt;?php if( $url != 'http://' . $current_site-&gt;domain . $current_site-&gt;path ) : ?&gt;
-                                &lt;p class=&quot;view&quot;&gt;&lt;?php printf(__('Your account is now activated. &lt;a href=&quot;%1$s&quot;&gt;View your site&lt;/a&gt; or &lt;a href=&quot;%2$s&quot;&gt;Login&lt;/a&gt;'), $url, $url . 'wp-login.php' ); ?&gt;&lt;/p&gt;
-                        &lt;?php else: ?&gt;
-                                &lt;p class=&quot;view&quot;&gt;&lt;?php printf( __( 'Your account is now activated. &lt;a href=&quot;%1$s&quot;&gt;Login&lt;/a&gt; or go back to the &lt;a href=&quot;%2$s&quot;&gt;homepage&lt;/a&gt;.' ), 'http://' . $current_site-&gt;domain . $current_site-&gt;path . 'wp-login.php', 'http://' . $current_site-&gt;domain . $current_site-&gt;path ); ?&gt;&lt;/p&gt;
-                        &lt;?php endif;
-                }                
-        }
-        ?&gt;
-&lt;/div&gt;
-
-&lt;?php get_footer(); ?&gt;
</del><ins>+&lt;?php
+define( &quot;WP_INSTALLING&quot;, true );
+
+/** Sets up the WordPress Environment. */
+require( dirname(__FILE__) . '/wp-load.php' );
+
+require( 'wp-blog-header.php' );
+require_once( ABSPATH . WPINC . '/registration.php');
+
+if( is_object( $wp_object_cache ) )
+        $wp_object_cache-&gt;cache_enabled = false;
+
+do_action(&quot;activate_header&quot;);
+
+function wpmu_activate_stylesheet() {
+        ?&gt;
+        &lt;style type=&quot;text/css&quot;&gt;        
+                form { margin-top: 2em; }
+                #submit, #key { width: 90%; font-size: 24px; }
+                #language { margin-top: .5em; }
+                .error { background: #f66; }
+                span.h3 { padding:0 8px; font-size:1.3em; font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif; font-weight:700; color:#333333; }
+        &lt;/style&gt;
+        &lt;?php
+}
+add_action( 'wp_head', 'wpmu_activate_stylesheet' );
+
+get_header();
+?&gt;
+
+&lt;div id=&quot;content&quot; class=&quot;widecolumn&quot;&gt;
+        &lt;?php if ( empty($_GET['key']) &amp;&amp; empty($_POST['key']) ) { ?&gt;
+                
+                &lt;h2&gt;&lt;?php _e('Activation Key Required') ?&gt;&lt;/h2&gt;
+                &lt;form name=&quot;activateform&quot; id=&quot;activateform&quot; method=&quot;post&quot; action=&quot;&lt;?php echo 'http://' . $current_site-&gt;domain . $current_site-&gt;path ?&gt;wp-activate.php&quot;&gt;
+                        &lt;p&gt;
+                            &lt;label for=&quot;key&quot;&gt;&lt;?php _e('Activation Key:') ?&gt;&lt;/label&gt;
+                            &lt;br /&gt;&lt;input type=&quot;text&quot; name=&quot;key&quot; id=&quot;key&quot; value=&quot;&quot; size=&quot;50&quot; /&gt;
+                        &lt;/p&gt;
+                        &lt;p class=&quot;submit&quot;&gt;
+                            &lt;input id=&quot;submit&quot; type=&quot;submit&quot; name=&quot;Submit&quot; class=&quot;submit&quot; value=&quot;&lt;?php _e('Activate &amp;raquo;') ?&gt;&quot; /&gt;
+                        &lt;/p&gt;
+                &lt;/form&gt;
+                
+        &lt;?php } else {
+
+                $key = !empty($_GET['key']) ? $_GET['key'] : $_POST['key'];
+                $result = wpmu_activate_signup($key);                
+                if ( is_wp_error($result) ) {
+                        if ( 'already_active' == $result-&gt;get_error_code() || 'blog_taken' == $result-&gt;get_error_code() ) {
+                            $signup = $result-&gt;get_error_data();
+                                ?&gt;
+                                &lt;h2&gt;&lt;?php _e('Your account is now active!'); ?&gt;&lt;/h2&gt;
+                                &lt;?php
+                            if( $signup-&gt;domain . $signup-&gt;path == '' ) {
+                                    printf(__('&lt;p class=&quot;lead-in&quot;&gt;Your account has been activated. You may now &lt;a href=&quot;%1$s&quot;&gt;login&lt;/a&gt; to the site using your chosen username of &quot;%2$s&quot;.  Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can &lt;a href=&quot;%4$s&quot;&gt;reset your password&lt;/a&gt;.&lt;/p&gt;'), 'http://' . $current_site-&gt;domain . $current_site-&gt;path . 'wp-login.php', $signup-&gt;user_login, $signup-&gt;user_email, 'http://' . $current_site-&gt;domain . $current_site-&gt;path . 'wp-login.php?action=lostpassword');
+                            } else {
+                                    printf(__('&lt;p class=&quot;lead-in&quot;&gt;Your blog at &lt;a href=&quot;%1$s&quot;&gt;%2$s&lt;/a&gt; is active. You may now login to your blog using your chosen username of &quot;%3$s&quot;.  Please check your email inbox at %4$s for your password and login instructions.  If you do not receive an email, please check your junk or spam folder.  If you still do not receive an email within an hour, you can &lt;a href=&quot;%5$s&quot;&gt;reset your password&lt;/a&gt;.&lt;/p&gt;'), 'http://' . $signup-&gt;domain, $signup-&gt;domain, $signup-&gt;user_login, $signup-&gt;user_email, 'http://' . $current_site-&gt;domain . $current_site-&gt;path . 'wp-login.php?action=lostpassword');
+                            }
+                        } else {
+                                ?&gt;
+                                &lt;h2&gt;&lt;?php _e('An error occurred during the activation'); ?&gt;&lt;/h2&gt;
+                                &lt;?php
+                            echo '&lt;p&gt;'.$result-&gt;get_error_message().'&lt;/p&gt;';
+                        }
+                } else {
+                        extract($result);
+                        $url = get_blogaddress_by_id( (int) $blog_id);
+                        $user = new WP_User( (int) $user_id);
+                        ?&gt;
+                        &lt;h2&gt;&lt;?php _e('Your account is now active!'); ?&gt;&lt;/h2&gt;
+                        
+                        &lt;div id=&quot;signup-welcome&quot;&gt;
+                                &lt;p&gt;&lt;span class=&quot;h3&quot;&gt;&lt;?php _e('Username:'); ?&gt;&lt;/span&gt; &lt;?php echo $user-&gt;user_login ?&gt;&lt;/p&gt;
+                                &lt;p&gt;&lt;span class=&quot;h3&quot;&gt;&lt;?php _e('Password:'); ?&gt;&lt;/span&gt; &lt;?php echo $password; ?&gt;&lt;/p&gt;
+                        &lt;/div&gt;
+                                        
+                        &lt;?php if( $url != 'http://' . $current_site-&gt;domain . $current_site-&gt;path ) : ?&gt;
+                                &lt;p class=&quot;view&quot;&gt;&lt;?php printf(__('Your account is now activated. &lt;a href=&quot;%1$s&quot;&gt;View your site&lt;/a&gt; or &lt;a href=&quot;%2$s&quot;&gt;Login&lt;/a&gt;'), $url, $url . 'wp-login.php' ); ?&gt;&lt;/p&gt;
+                        &lt;?php else: ?&gt;
+                                &lt;p class=&quot;view&quot;&gt;&lt;?php printf( __( 'Your account is now activated. &lt;a href=&quot;%1$s&quot;&gt;Login&lt;/a&gt; or go back to the &lt;a href=&quot;%2$s&quot;&gt;homepage&lt;/a&gt;.' ), 'http://' . $current_site-&gt;domain . $current_site-&gt;path . 'wp-login.php', 'http://' . $current_site-&gt;domain . $current_site-&gt;path ); ?&gt;&lt;/p&gt;
+                        &lt;?php endif;
+                }                
+        }
+        ?&gt;
+&lt;/div&gt;
+
+&lt;?php get_footer(); ?&gt;
</ins><span class="cx">Property changes on: trunk/wp-activate.php
</span><span class="cx">___________________________________________________________________
</span><span class="cx">Name: svn:eol-style
</span><span class="cx">   + native
</span></span></pre></div>
<a id="trunkwpadmineditformphp"></a>
<div class="propset"><h4>Property changes: trunk/wp-admin/edit-form.php</h4>
<pre class="diff"><span>
<span class="cx">Name: svn:eol-style
</span><span class="cx">   + native
</span></span></pre></div>
<a id="trunkwpadmineditpagedraftsphp"></a>
<div class="propset"><h4>Property changes: trunk/wp-admin/edit-page-drafts.php</h4>
<pre class="diff"><span>
<span class="cx">Name: svn:eol-style
</span><span class="cx">   + native
</span></span></pre></div>
<a id="trunkwpadmineditpostdraftsphp"></a>
<div class="propset"><h4>Property changes: trunk/wp-admin/edit-post-drafts.php</h4>
<pre class="diff"><span>
<span class="cx">Name: svn:eol-style
</span><span class="cx">   + native
</span></span></pre></div>
<a id="trunkwpadminincludesmsphp"></a>
<div class="propset"><h4>Property changes: trunk/wp-admin/includes/ms.php</h4>
<pre class="diff"><span>
<span class="cx">Name: svn:eol-style
</span><span class="cx">   + native
</span></span></pre></div>
<a id="trunkwpadminlinkimportphp"></a>
<div class="propset"><h4>Property changes: trunk/wp-admin/link-import.php</h4>
<pre class="diff"><span>
<span class="cx">Name: svn:eol-style
</span><span class="cx">   + native
</span></span></pre></div>
<a id="trunkwpadminmsadminphp"></a>
<div class="propset"><h4>Property changes: trunk/wp-admin/ms-admin.php</h4>
<pre class="diff"><span>
<span class="cx">Name: svn:eol-style
</span><span class="cx">   + native
</span></span></pre></div>
<a id="trunkwpadminmseditphp"></a>
<div class="propset"><h4>Property changes: trunk/wp-admin/ms-edit.php</h4>
<pre class="diff"><span>
<span class="cx">Name: svn:eol-style
</span><span class="cx">   + native
</span></span></pre></div>
<a id="trunkwpadminmsoptionsphp"></a>
<div class="propset"><h4>Property changes: trunk/wp-admin/ms-options.php</h4>
<pre class="diff"><span>
<span class="cx">Name: svn:eol-style
</span><span class="cx">   + native
</span></span></pre></div>
<a id="trunkwpadminmssitesphp"></a>
<div class="propset"><h4>Property changes: trunk/wp-admin/ms-sites.php</h4>
<pre class="diff"><span>
<span class="cx">Name: svn:eol-style
</span><span class="cx">   + native
</span></span></pre></div>
<a id="trunkwpadminmsupgradesitephp"></a>
<div class="propset"><h4>Property changes: trunk/wp-admin/ms-upgrade-site.php</h4>
<pre class="diff"><span>
<span class="cx">Name: svn:eol-style
</span><span class="cx">   + native
</span></span></pre></div>
<a id="trunkwpadminmsusersphp"></a>
<div class="propset"><h4>Property changes: trunk/wp-admin/ms-users.php</h4>
<pre class="diff"><span>
<span class="cx">Name: svn:eol-style
</span><span class="cx">   + native
</span></span></pre></div>
<a id="trunkwpincludesmetaphp"></a>
<div class="propset"><h4>Property changes: trunk/wp-includes/meta.php</h4>
<pre class="diff"><span>
<span class="cx">Name: svn:eol-style
</span><span class="cx">   + native
</span></span></pre></div>
<a id="trunkwpincludesmsdefaultfiltersphp"></a>
<div class="propset"><h4>Property changes: trunk/wp-includes/ms-default-filters.php</h4>
<pre class="diff"><span>
<span class="cx">Name: svn:eol-style
</span><span class="cx">   + native
</span></span></pre></div>
<a id="trunkwpincludesmsfunctionsphp"></a>
<div class="propset"><h4>Property changes: trunk/wp-includes/ms-functions.php</h4>
<pre class="diff"><span>
<span class="cx">Name: svn:eol-style
</span><span class="cx">   + native
</span></span></pre></div>
<a id="trunkwpincludesmssettingsphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/ms-settings.php (12604 => 12605)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/ms-settings.php        2010-01-06 07:44:25 UTC (rev 12604)
+++ trunk/wp-includes/ms-settings.php        2010-01-06 07:50:12 UTC (rev 12605)
</span><span class="lines">@@ -1,245 +1,245 @@
</span><del>-&lt;?php
-if( isset( $current_site ) &amp;&amp; isset( $current_blog ) )
-        return;
-
-// depreciated
-$wpmuBaseTablePrefix = $table_prefix;
-
-$domain = addslashes( $_SERVER['HTTP_HOST'] );
-if( substr( $domain, 0, 4 ) == 'www.' )
-        $domain = substr( $domain, 4 );
-if( strpos( $domain, ':' ) ) {
-        if( substr( $domain, -3 ) == ':80' ) {
-                $domain = substr( $domain, 0, -3 );
-                $_SERVER['HTTP_HOST'] = substr( $_SERVER['HTTP_HOST'], 0, -3 );
-        } elseif( substr( $domain, -4 ) == ':443' ) {
-                $domain = substr( $domain, 0, -4 );
-                $_SERVER['HTTP_HOST'] = substr( $_SERVER['HTTP_HOST'], 0, -4 );
-        } else {
-                die( 'WPMU only works without the port number in the URL.' );
-        }
-}
-$domain = preg_replace('/:.*$/', '', $domain); // Strip ports
-if( substr( $domain, -1 ) == '.' )
-        $domain = substr( $domain, 0, -1 );
-
-$path = preg_replace( '|([a-z0-9-]+.php.*)|', '', $_SERVER['REQUEST_URI'] );
-$path = str_replace ( '/wp-admin/', '/', $path );
-$path = preg_replace( '|(/[a-z0-9-]+?/).*|', '$1', $path );
-
-function get_current_site_name( $current_site ) {
-        global $wpdb;
-        $current_site-&gt;site_name = wp_cache_get( $current_site-&gt;id . ':current_site_name', &quot;site-options&quot; );
-        if ( !$current_site-&gt;site_name ) {
-                $current_site-&gt;site_name = $wpdb-&gt;get_var( $wpdb-&gt;prepare( &quot;SELECT meta_value FROM $wpdb-&gt;sitemeta WHERE site_id = %d AND meta_key = 'site_name'&quot;, $current_site-&gt;id ) );
-                if( $current_site-&gt;site_name == null )
-                        $current_site-&gt;site_name = ucfirst( $current_site-&gt;domain );
-                wp_cache_set( $current_site-&gt;id . ':current_site_name', $current_site-&gt;site_name, 'site-options');
-        }
-        return $current_site;
-}
-
-function wpmu_current_site() {
-        global $wpdb, $current_site, $domain, $path, $sites;
-        if( defined( 'DOMAIN_CURRENT_SITE' ) &amp;&amp; defined( 'PATH_CURRENT_SITE' ) ) {
-                $current_site-&gt;id = (defined( 'SITE_ID_CURRENT_SITE' ) ? constant('SITE_ID_CURRENT_SITE') : 1);
-                $current_site-&gt;domain = DOMAIN_CURRENT_SITE;
-                $current_site-&gt;path   = $path = PATH_CURRENT_SITE;
-                if( defined( 'BLOGID_CURRENT_SITE' ) )
-                        $current_site-&gt;blog_id = BLOGID_CURRENT_SITE;
-                return $current_site;
-        }
-
-        $current_site = wp_cache_get( &quot;current_site&quot;, &quot;site-options&quot; );
-        if( $current_site )
-                return $current_site;
-                
-        $wpdb-&gt;suppress_errors();
-        $sites = $wpdb-&gt;get_results( &quot;SELECT * FROM $wpdb-&gt;site&quot; ); // usually only one site
-        if( count( $sites ) == 1 ) {
-                $current_site = $sites[0];
-                $path = $current_site-&gt;path;
-                $current_site-&gt;blog_id = $wpdb-&gt;get_var( &quot;SELECT blog_id FROM {$wpdb-&gt;blogs} WHERE domain='{$current_site-&gt;domain}' AND path='{$current_site-&gt;path}'&quot; );
-                $current_site = get_current_site_name( $current_site );
-                wp_cache_set( &quot;current_site&quot;, $current_site, &quot;site-options&quot; );
-                return $current_site;
-        }
-        $path = substr( $_SERVER[ 'REQUEST_URI' ], 0, 1 + strpos( $_SERVER[ 'REQUEST_URI' ], '/', 1 ) );
-        if( constant( 'VHOST' ) == 'yes' ) {
-                $current_site = $wpdb-&gt;get_row( $wpdb-&gt;prepare(&quot;SELECT * FROM $wpdb-&gt;site WHERE domain = %s AND path = %s&quot;, $domain, $path) );
-                if( $current_site != null )
-                        return $current_site;
-                $current_site = $wpdb-&gt;get_row( $wpdb-&gt;prepare(&quot;SELECT * FROM $wpdb-&gt;site WHERE domain = %s AND path='/'&quot;, $domain) );
-                if( $current_site != null ) {
-                        $path = '/';
-                        return $current_site;
-                }
-
-                $sitedomain = substr( $domain, 1 + strpos( $domain, '.' ) );
-                $current_site = $wpdb-&gt;get_row( $wpdb-&gt;prepare(&quot;SELECT * FROM $wpdb-&gt;site WHERE domain = %s AND path = %s&quot;, $sitedomain, $path) );
-                if( $current_site != null )
-                        return $current_site;
-                $current_site = $wpdb-&gt;get_row( $wpdb-&gt;prepare(&quot;SELECT * FROM $wpdb-&gt;site WHERE domain = %s AND path='/'&quot;, $sitedomain) );
-                if( $current_site == null &amp;&amp; defined( &quot;WP_INSTALLING&quot; ) == false ) {
-                        if( count( $sites ) == 1 ) {
-                                $current_site = $sites[0];
-                                die( &quot;That blog does not exist. Please try &lt;a href='http://{$current_site-&gt;domain}{$current_site-&gt;path}'&gt;http://{$current_site-&gt;domain}{$current_site-&gt;path}&lt;/a&gt;&quot; );
-                        } else {
-                                die( &quot;No WPMU site defined on this host. If you are the owner of this site, please check &lt;a href='http://codex.wordpress.org/Debugging_WPMU'&gt;Debugging WPMU&lt;/a&gt; for further assistance.&quot; );
-                        }
-                } else {
-                        $path = '/';
-                }
-        } else {
-                $current_site = $wpdb-&gt;get_row( $wpdb-&gt;prepare(&quot;SELECT * FROM $wpdb-&gt;site WHERE domain = %s AND path = %s&quot;, $domain, $path) );
-                if( $current_site != null )
-                        return $current_site;
-                $current_site = $wpdb-&gt;get_row( $wpdb-&gt;prepare(&quot;SELECT * FROM $wpdb-&gt;site WHERE domain = %s AND path='/'&quot;, $domain) );
-                if( $current_site == null &amp;&amp; defined( &quot;WP_INSTALLING&quot; ) == false ) {
-                        if( count( $sites ) == 1 ) {
-                                $current_site = $sites[0];
-                                die( &quot;That blog does not exist. Please try &lt;a href='http://{$current_site-&gt;domain}{$current_site-&gt;path}'&gt;http://{$current_site-&gt;domain}{$current_site-&gt;path}&lt;/a&gt;&quot; );
-                        } else {
-                                die( &quot;No WPMU site defined on this host. If you are the owner of this site, please check &lt;a href='http://codex.wordpress.org/Debugging_WPMU'&gt;Debugging WPMU&lt;/a&gt; for further assistance.&quot; );
-                        }
-                } else {
-                        $path = '/';
-                }
-        }
-        return $current_site;
-}
-
-$current_site = wpmu_current_site();
-if( !isset( $current_site-&gt;blog_id ) )
-        $current_site-&gt;blog_id = $wpdb-&gt;get_var( &quot;SELECT blog_id FROM {$wpdb-&gt;blogs} WHERE domain='{$current_site-&gt;domain}' AND path='{$current_site-&gt;path}'&quot; );
-
-if( constant( 'VHOST' ) == 'yes' ) {
-        $current_blog = wp_cache_get( 'current_blog_' . $domain, 'site-options' );
-        if( !$current_blog ) {
-                $current_blog = $wpdb-&gt;get_row( $wpdb-&gt;prepare(&quot;SELECT * FROM $wpdb-&gt;blogs WHERE domain = %s&quot;, $domain) );
-                if( $current_blog )
-                        wp_cache_set( 'current_blog_' . $domain, $current_blog, 'site-options' );
-        }
-        if( $current_blog != null &amp;&amp; $current_blog-&gt;site_id != $current_site-&gt;id ) {
-                $current_site = $wpdb-&gt;get_row( $wpdb-&gt;prepare(&quot;SELECT * FROM $wpdb-&gt;site WHERE id = %d&quot;, $current_blog-&gt;site_id) );
-        } else {
-                $blogname = substr( $domain, 0, strpos( $domain, '.' ) );
-        }
-} else {
-        $blogname = htmlspecialchars( substr( $_SERVER[ 'REQUEST_URI' ], strlen( $path ) ) );
-        if( strpos( $blogname, '/' ) )
-                $blogname = substr( $blogname, 0, strpos( $blogname, '/' ) );
-        if( strpos( &quot; &quot;.$blogname, '?' ) )
-                $blogname = substr( $blogname, 0, strpos( $blogname, '?' ) );
-        $reserved_blognames = array( 'page', 'comments', 'blog', 'wp-admin', 'wp-includes', 'wp-content', 'files', 'feed' );
-        if ( $blogname != '' &amp;&amp; !in_array( $blogname, $reserved_blognames ) &amp;&amp; !is_file( $blogname ) ) {
-                $path = $path . $blogname . '/';
-        }
-        $current_blog = wp_cache_get( 'current_blog_' . $domain . $path, 'site-options' );
-        if( !$current_blog ) {
-                $current_blog = $wpdb-&gt;get_row( $wpdb-&gt;prepare(&quot;SELECT * FROM $wpdb-&gt;blogs WHERE domain = %s AND path = %s&quot;, $domain, $path) );
-                if( $current_blog )
-                        wp_cache_set( 'current_blog_' . $domain . $path, $current_blog, 'site-options' );
-        }
-}
-
-if( defined( &quot;WP_INSTALLING&quot; ) == false &amp;&amp; constant( 'VHOST' ) == 'yes' &amp;&amp; !is_object( $current_blog ) ) {
-        if( defined( 'NOBLOGREDIRECT' ) ) {
-                $destination = constant( 'NOBLOGREDIRECT' );
-                if ( $destination == '%siteurl%' )
-                        $destination = &quot;http://&quot; . $current_site-&gt;domain . $current_site-&gt;path;
-                header( &quot;Location: &quot; .  $destination);
-                die();
-        } else {
-                header( &quot;Location: http://&quot; . $current_site-&gt;domain . $current_site-&gt;path . &quot;wp-signup.php?new=&quot; . str_replace( '.' . $current_site-&gt;domain, '', $domain ) );
-                die();
-        }
-
-}
-
-if( defined( &quot;WP_INSTALLING&quot; ) == false ) {
-        if( $current_site &amp;&amp; $current_blog == null ) {
-                if( $current_site-&gt;domain != $_SERVER[ 'HTTP_HOST' ] ) {
-                        header( &quot;Location: http://&quot; . $current_site-&gt;domain . $current_site-&gt;path );
-                        exit;
-                }
-                $current_blog = $wpdb-&gt;get_row( $wpdb-&gt;prepare(&quot;SELECT * FROM $wpdb-&gt;blogs WHERE domain = %s AND path = %s&quot;, $current_site-&gt;domain, $current_site-&gt;path) );
-        }
-        if( $current_blog == false || $current_site == false )
-                is_installed();
-}
-
-$blog_id = $current_blog-&gt;blog_id;
-$public  = $current_blog-&gt;public;
-
-if( $current_blog-&gt;site_id == 0 || $current_blog-&gt;site_id == '' )
-        $current_blog-&gt;site_id = 1;
-$site_id = $current_blog-&gt;site_id;
-
-$current_site = get_current_site_name( $current_site );
-
-if( $blog_id == false ) {
-    // no blog found, are we installing? Check if the table exists.
-    if ( defined('WP_INSTALLING') ) {
-        $blog_id = $wpdb-&gt;get_var( &quot;SELECT blog_id FROM $wpdb-&gt;blogs LIMIT 0,1&quot; );
-        if( $blog_id == false ) {
-            // table doesn't exist. This is the first blog
-            $blog_id = 1;
-        } else {
-            // table exists
-            // don't create record at this stage. we're obviously installing so it doesn't matter what the table vars below are like.
-            // default to using the &quot;main&quot; blog.
-            $blog_id = 1;
-        }
-        $current_blog-&gt;blog_id = $blog_id;
-    } else {
-        $check = $wpdb-&gt;get_results( &quot;SELECT * FROM $wpdb-&gt;site&quot; );
-        if( $check == false ) {
-            $msg = ': DB Tables Missing';
-        } else {
-            $msg = '';
-        }
-        die( &quot;No Blog by that name on this system.&quot; . $msg );
-    }
-}
-
-$wpdb-&gt;suppress_errors( false );
-
-if( '0' == $current_blog-&gt;public ) {
-        // This just means the blog shouldn't show up in google, etc. Only to registered members
-}
-
-function is_installed() {
-        global $wpdb, $domain, $path;
-        $base = stripslashes( $base );
-        if( defined( &quot;WP_INSTALLING&quot; ) == false ) {
-                $check = $wpdb-&gt;get_results( &quot;SELECT * FROM $wpdb-&gt;site&quot; );
-                $msg = &quot;If your blog does not display, please contact the owner of this site.&lt;br /&gt;&lt;br /&gt;If you are the owner of this site please check that MySQL is running properly and all tables are error free.&lt;br /&gt;&lt;br /&gt;&quot;;
-                if( $check == false ) {
-                        $msg .= &quot;&lt;strong&gt;Database Tables Missing.&lt;/strong&gt;&lt;br /&gt;Database tables are missing. This means that MySQL is either not running, WPMU was not installed properly, or someone deleted {$wpdb-&gt;site}. You really &lt;em&gt;should&lt;/em&gt; look at your database now.&lt;br /&gt;&quot;;
-                } else {
-                        $msg .= '&lt;strong&gt;Could Not Find Blog!&lt;/strong&gt;&lt;br /&gt;';
-                        $msg .= &quot;Searched for &lt;em&gt;&quot; . $domain . $path . &quot;&lt;/em&gt; in &quot; . DB_NAME . &quot;::&quot; . $wpdb-&gt;blogs . &quot; table. Is that right?&lt;br /&gt;&quot;;
-                }
-                $msg .= &quot;&lt;br /&gt;\n&lt;h1&gt;What do I do now?&lt;/h1&gt;&quot;;
-                $msg .= &quot;Read the &lt;a target='_blank' href='http://codex.wordpress.org/Debugging_WPMU'&gt;bug report&lt;/a&gt; page. Some of the guidelines there may help you figure out what went wrong.&lt;br /&gt;&quot;;
-                $msg .= &quot;If you're still stuck with this message, then check that your database contains the following tables:&lt;ul&gt;
-                        &lt;li&gt; $wpdb-&gt;blogs &lt;/li&gt;
-                        &lt;li&gt; $wpdb-&gt;users &lt;/li&gt;
-                        &lt;li&gt; $wpdb-&gt;usermeta &lt;/li&gt;
-                        &lt;li&gt; $wpdb-&gt;site &lt;/li&gt;
-                        &lt;li&gt; $wpdb-&gt;sitemeta &lt;/li&gt;
-                        &lt;li&gt; $wpdb-&gt;sitecategories &lt;/li&gt;
-                        &lt;/ul&gt;&quot;;
-                $msg .= &quot;If you suspect a problem please report it to the support forums but you must include the information asked for in the &lt;a href='http://codex.wordpress.org/Debugging_WPMU'&gt;WPMU bug reporting guidelines&lt;/a&gt;!&lt;br /&gt;&lt;br /&gt;&quot;;
-                if( is_file( 'release-info.txt' ) ) {
-                        $msg .= 'Your bug report must include the following text: &quot;';
-                        $info = file( 'release-info.txt' );
-                        $msg .= $info[ 4 ] . '&quot;';
-                }
-
-                die( &quot;&lt;h1&gt;Fatal Error&lt;/h1&gt; &quot; . $msg );
-        }
-}
-
-?&gt;
</del><ins>+&lt;?php
+if( isset( $current_site ) &amp;&amp; isset( $current_blog ) )
+        return;
+
+// depreciated
+$wpmuBaseTablePrefix = $table_prefix;
+
+$domain = addslashes( $_SERVER['HTTP_HOST'] );
+if( substr( $domain, 0, 4 ) == 'www.' )
+        $domain = substr( $domain, 4 );
+if( strpos( $domain, ':' ) ) {
+        if( substr( $domain, -3 ) == ':80' ) {
+                $domain = substr( $domain, 0, -3 );
+                $_SERVER['HTTP_HOST'] = substr( $_SERVER['HTTP_HOST'], 0, -3 );
+        } elseif( substr( $domain, -4 ) == ':443' ) {
+                $domain = substr( $domain, 0, -4 );
+                $_SERVER['HTTP_HOST'] = substr( $_SERVER['HTTP_HOST'], 0, -4 );
+        } else {
+                die( 'WPMU only works without the port number in the URL.' );
+        }
+}
+$domain = preg_replace('/:.*$/', '', $domain); // Strip ports
+if( substr( $domain, -1 ) == '.' )
+        $domain = substr( $domain, 0, -1 );
+
+$path = preg_replace( '|([a-z0-9-]+.php.*)|', '', $_SERVER['REQUEST_URI'] );
+$path = str_replace ( '/wp-admin/', '/', $path );
+$path = preg_replace( '|(/[a-z0-9-]+?/).*|', '$1', $path );
+
+function get_current_site_name( $current_site ) {
+        global $wpdb;
+        $current_site-&gt;site_name = wp_cache_get( $current_site-&gt;id . ':current_site_name', &quot;site-options&quot; );
+        if ( !$current_site-&gt;site_name ) {
+                $current_site-&gt;site_name = $wpdb-&gt;get_var( $wpdb-&gt;prepare( &quot;SELECT meta_value FROM $wpdb-&gt;sitemeta WHERE site_id = %d AND meta_key = 'site_name'&quot;, $current_site-&gt;id ) );
+                if( $current_site-&gt;site_name == null )
+                        $current_site-&gt;site_name = ucfirst( $current_site-&gt;domain );
+                wp_cache_set( $current_site-&gt;id . ':current_site_name', $current_site-&gt;site_name, 'site-options');
+        }
+        return $current_site;
+}
+
+function wpmu_current_site() {
+        global $wpdb, $current_site, $domain, $path, $sites;
+        if( defined( 'DOMAIN_CURRENT_SITE' ) &amp;&amp; defined( 'PATH_CURRENT_SITE' ) ) {
+                $current_site-&gt;id = (defined( 'SITE_ID_CURRENT_SITE' ) ? constant('SITE_ID_CURRENT_SITE') : 1);
+                $current_site-&gt;domain = DOMAIN_CURRENT_SITE;
+                $current_site-&gt;path   = $path = PATH_CURRENT_SITE;
+                if( defined( 'BLOGID_CURRENT_SITE' ) )
+                        $current_site-&gt;blog_id = BLOGID_CURRENT_SITE;
+                return $current_site;
+        }
+
+        $current_site = wp_cache_get( &quot;current_site&quot;, &quot;site-options&quot; );
+        if( $current_site )
+                return $current_site;
+                
+        $wpdb-&gt;suppress_errors();
+        $sites = $wpdb-&gt;get_results( &quot;SELECT * FROM $wpdb-&gt;site&quot; ); // usually only one site
+        if( count( $sites ) == 1 ) {
+                $current_site = $sites[0];
+                $path = $current_site-&gt;path;
+                $current_site-&gt;blog_id = $wpdb-&gt;get_var( &quot;SELECT blog_id FROM {$wpdb-&gt;blogs} WHERE domain='{$current_site-&gt;domain}' AND path='{$current_site-&gt;path}'&quot; );
+                $current_site = get_current_site_name( $current_site );
+                wp_cache_set( &quot;current_site&quot;, $current_site, &quot;site-options&quot; );
+                return $current_site;
+        }
+        $path = substr( $_SERVER[ 'REQUEST_URI' ], 0, 1 + strpos( $_SERVER[ 'REQUEST_URI' ], '/', 1 ) );
+        if( constant( 'VHOST' ) == 'yes' ) {
+                $current_site = $wpdb-&gt;get_row( $wpdb-&gt;prepare(&quot;SELECT * FROM $wpdb-&gt;site WHERE domain = %s AND path = %s&quot;, $domain, $path) );
+                if( $current_site != null )
+                        return $current_site;
+                $current_site = $wpdb-&gt;get_row( $wpdb-&gt;prepare(&quot;SELECT * FROM $wpdb-&gt;site WHERE domain = %s AND path='/'&quot;, $domain) );
+                if( $current_site != null ) {
+                        $path = '/';
+                        return $current_site;
+                }
+
+                $sitedomain = substr( $domain, 1 + strpos( $domain, '.' ) );
+                $current_site = $wpdb-&gt;get_row( $wpdb-&gt;prepare(&quot;SELECT * FROM $wpdb-&gt;site WHERE domain = %s AND path = %s&quot;, $sitedomain, $path) );
+                if( $current_site != null )
+                        return $current_site;
+                $current_site = $wpdb-&gt;get_row( $wpdb-&gt;prepare(&quot;SELECT * FROM $wpdb-&gt;site WHERE domain = %s AND path='/'&quot;, $sitedomain) );
+                if( $current_site == null &amp;&amp; defined( &quot;WP_INSTALLING&quot; ) == false ) {
+                        if( count( $sites ) == 1 ) {
+                                $current_site = $sites[0];
+                                die( &quot;That blog does not exist. Please try &lt;a href='http://{$current_site-&gt;domain}{$current_site-&gt;path}'&gt;http://{$current_site-&gt;domain}{$current_site-&gt;path}&lt;/a&gt;&quot; );
+                        } else {
+                                die( &quot;No WPMU site defined on this host. If you are the owner of this site, please check &lt;a href='http://codex.wordpress.org/Debugging_WPMU'&gt;Debugging WPMU&lt;/a&gt; for further assistance.&quot; );
+                        }
+                } else {
+                        $path = '/';
+                }
+        } else {
+                $current_site = $wpdb-&gt;get_row( $wpdb-&gt;prepare(&quot;SELECT * FROM $wpdb-&gt;site WHERE domain = %s AND path = %s&quot;, $domain, $path) );
+                if( $current_site != null )
+                        return $current_site;
+                $current_site = $wpdb-&gt;get_row( $wpdb-&gt;prepare(&quot;SELECT * FROM $wpdb-&gt;site WHERE domain = %s AND path='/'&quot;, $domain) );
+                if( $current_site == null &amp;&amp; defined( &quot;WP_INSTALLING&quot; ) == false ) {
+                        if( count( $sites ) == 1 ) {
+                                $current_site = $sites[0];
+                                die( &quot;That blog does not exist. Please try &lt;a href='http://{$current_site-&gt;domain}{$current_site-&gt;path}'&gt;http://{$current_site-&gt;domain}{$current_site-&gt;path}&lt;/a&gt;&quot; );
+                        } else {
+                                die( &quot;No WPMU site defined on this host. If you are the owner of this site, please check &lt;a href='http://codex.wordpress.org/Debugging_WPMU'&gt;Debugging WPMU&lt;/a&gt; for further assistance.&quot; );
+                        }
+                } else {
+                        $path = '/';
+                }
+        }
+        return $current_site;
+}
+
+$current_site = wpmu_current_site();
+if( !isset( $current_site-&gt;blog_id ) )
+        $current_site-&gt;blog_id = $wpdb-&gt;get_var( &quot;SELECT blog_id FROM {$wpdb-&gt;blogs} WHERE domain='{$current_site-&gt;domain}' AND path='{$current_site-&gt;path}'&quot; );
+
+if( constant( 'VHOST' ) == 'yes' ) {
+        $current_blog = wp_cache_get( 'current_blog_' . $domain, 'site-options' );
+        if( !$current_blog ) {
+                $current_blog = $wpdb-&gt;get_row( $wpdb-&gt;prepare(&quot;SELECT * FROM $wpdb-&gt;blogs WHERE domain = %s&quot;, $domain) );
+                if( $current_blog )
+                        wp_cache_set( 'current_blog_' . $domain, $current_blog, 'site-options' );
+        }
+        if( $current_blog != null &amp;&amp; $current_blog-&gt;site_id != $current_site-&gt;id ) {
+                $current_site = $wpdb-&gt;get_row( $wpdb-&gt;prepare(&quot;SELECT * FROM $wpdb-&gt;site WHERE id = %d&quot;, $current_blog-&gt;site_id) );
+        } else {
+                $blogname = substr( $domain, 0, strpos( $domain, '.' ) );
+        }
+} else {
+        $blogname = htmlspecialchars( substr( $_SERVER[ 'REQUEST_URI' ], strlen( $path ) ) );
+        if( strpos( $blogname, '/' ) )
+                $blogname = substr( $blogname, 0, strpos( $blogname, '/' ) );
+        if( strpos( &quot; &quot;.$blogname, '?' ) )
+                $blogname = substr( $blogname, 0, strpos( $blogname, '?' ) );
+        $reserved_blognames = array( 'page', 'comments', 'blog', 'wp-admin', 'wp-includes', 'wp-content', 'files', 'feed' );
+        if ( $blogname != '' &amp;&amp; !in_array( $blogname, $reserved_blognames ) &amp;&amp; !is_file( $blogname ) ) {
+                $path = $path . $blogname . '/';
+        }
+        $current_blog = wp_cache_get( 'current_blog_' . $domain . $path, 'site-options' );
+        if( !$current_blog ) {
+                $current_blog = $wpdb-&gt;get_row( $wpdb-&gt;prepare(&quot;SELECT * FROM $wpdb-&gt;blogs WHERE domain = %s AND path = %s&quot;, $domain, $path) );
+                if( $current_blog )
+                        wp_cache_set( 'current_blog_' . $domain . $path, $current_blog, 'site-options' );
+        }
+}
+
+if( defined( &quot;WP_INSTALLING&quot; ) == false &amp;&amp; constant( 'VHOST' ) == 'yes' &amp;&amp; !is_object( $current_blog ) ) {
+        if( defined( 'NOBLOGREDIRECT' ) ) {
+                $destination = constant( 'NOBLOGREDIRECT' );
+                if ( $destination == '%siteurl%' )
+                        $destination = &quot;http://&quot; . $current_site-&gt;domain . $current_site-&gt;path;
+                header( &quot;Location: &quot; .  $destination);
+                die();
+        } else {
+                header( &quot;Location: http://&quot; . $current_site-&gt;domain . $current_site-&gt;path . &quot;wp-signup.php?new=&quot; . str_replace( '.' . $current_site-&gt;domain, '', $domain ) );
+                die();
+        }
+
+}
+
+if( defined( &quot;WP_INSTALLING&quot; ) == false ) {
+        if( $current_site &amp;&amp; $current_blog == null ) {
+                if( $current_site-&gt;domain != $_SERVER[ 'HTTP_HOST' ] ) {
+                        header( &quot;Location: http://&quot; . $current_site-&gt;domain . $current_site-&gt;path );
+                        exit;
+                }
+                $current_blog = $wpdb-&gt;get_row( $wpdb-&gt;prepare(&quot;SELECT * FROM $wpdb-&gt;blogs WHERE domain = %s AND path = %s&quot;, $current_site-&gt;domain, $current_site-&gt;path) );
+        }
+        if( $current_blog == false || $current_site == false )
+                is_installed();
+}
+
+$blog_id = $current_blog-&gt;blog_id;
+$public  = $current_blog-&gt;public;
+
+if( $current_blog-&gt;site_id == 0 || $current_blog-&gt;site_id == '' )
+        $current_blog-&gt;site_id = 1;
+$site_id = $current_blog-&gt;site_id;
+
+$current_site = get_current_site_name( $current_site );
+
+if( $blog_id == false ) {
+    // no blog found, are we installing? Check if the table exists.
+    if ( defined('WP_INSTALLING') ) {
+        $blog_id = $wpdb-&gt;get_var( &quot;SELECT blog_id FROM $wpdb-&gt;blogs LIMIT 0,1&quot; );
+        if( $blog_id == false ) {
+            // table doesn't exist. This is the first blog
+            $blog_id = 1;
+        } else {
+            // table exists
+            // don't create record at this stage. we're obviously installing so it doesn't matter what the table vars below are like.
+            // default to using the &quot;main&quot; blog.
+            $blog_id = 1;
+        }
+        $current_blog-&gt;blog_id = $blog_id;
+    } else {
+        $check = $wpdb-&gt;get_results( &quot;SELECT * FROM $wpdb-&gt;site&quot; );
+        if( $check == false ) {
+            $msg = ': DB Tables Missing';
+        } else {
+            $msg = '';
+        }
+        die( &quot;No Blog by that name on this system.&quot; . $msg );
+    }
+}
+
+$wpdb-&gt;suppress_errors( false );
+
+if( '0' == $current_blog-&gt;public ) {
+        // This just means the blog shouldn't show up in google, etc. Only to registered members
+}
+
+function is_installed() {
+        global $wpdb, $domain, $path;
+        $base = stripslashes( $base );
+        if( defined( &quot;WP_INSTALLING&quot; ) == false ) {
+                $check = $wpdb-&gt;get_results( &quot;SELECT * FROM $wpdb-&gt;site&quot; );
+                $msg = &quot;If your blog does not display, please contact the owner of this site.&lt;br /&gt;&lt;br /&gt;If you are the owner of this site please check that MySQL is running properly and all tables are error free.&lt;br /&gt;&lt;br /&gt;&quot;;
+                if( $check == false ) {
+                        $msg .= &quot;&lt;strong&gt;Database Tables Missing.&lt;/strong&gt;&lt;br /&gt;Database tables are missing. This means that MySQL is either not running, WPMU was not installed properly, or someone deleted {$wpdb-&gt;site}. You really &lt;em&gt;should&lt;/em&gt; look at your database now.&lt;br /&gt;&quot;;
+                } else {
+                        $msg .= '&lt;strong&gt;Could Not Find Blog!&lt;/strong&gt;&lt;br /&gt;';
+                        $msg .= &quot;Searched for &lt;em&gt;&quot; . $domain . $path . &quot;&lt;/em&gt; in &quot; . DB_NAME . &quot;::&quot; . $wpdb-&gt;blogs . &quot; table. Is that right?&lt;br /&gt;&quot;;
+                }
+                $msg .= &quot;&lt;br /&gt;\n&lt;h1&gt;What do I do now?&lt;/h1&gt;&quot;;
+                $msg .= &quot;Read the &lt;a target='_blank' href='http://codex.wordpress.org/Debugging_WPMU'&gt;bug report&lt;/a&gt; page. Some of the guidelines there may help you figure out what went wrong.&lt;br /&gt;&quot;;
+                $msg .= &quot;If you're still stuck with this message, then check that your database contains the following tables:&lt;ul&gt;
+                        &lt;li&gt; $wpdb-&gt;blogs &lt;/li&gt;
+                        &lt;li&gt; $wpdb-&gt;users &lt;/li&gt;
+                        &lt;li&gt; $wpdb-&gt;usermeta &lt;/li&gt;
+                        &lt;li&gt; $wpdb-&gt;site &lt;/li&gt;
+                        &lt;li&gt; $wpdb-&gt;sitemeta &lt;/li&gt;
+                        &lt;li&gt; $wpdb-&gt;sitecategories &lt;/li&gt;
+                        &lt;/ul&gt;&quot;;
+                $msg .= &quot;If you suspect a problem please report it to the support forums but you must include the information asked for in the &lt;a href='http://codex.wordpress.org/Debugging_WPMU'&gt;WPMU bug reporting guidelines&lt;/a&gt;!&lt;br /&gt;&lt;br /&gt;&quot;;
+                if( is_file( 'release-info.txt' ) ) {
+                        $msg .= 'Your bug report must include the following text: &quot;';
+                        $info = file( 'release-info.txt' );
+                        $msg .= $info[ 4 ] . '&quot;';
+                }
+
+                die( &quot;&lt;h1&gt;Fatal Error&lt;/h1&gt; &quot; . $msg );
+        }
+}
+
+?&gt;
</ins><span class="cx">Property changes on: trunk/wp-includes/ms-settings.php
</span><span class="cx">___________________________________________________________________
</span><span class="cx">Name: svn:eol-style
</span><span class="cx">   + native
</span></span></pre></div>
<a id="trunkwpincludespostthumbnailtemplatephp"></a>
<div class="propset"><h4>Property changes: trunk/wp-includes/post-thumbnail-template.php</h4>
<pre class="diff"><span>
<span class="cx">Name: svn:eol-style
</span><span class="cx">   + native
</span></span></pre></div>
<a id="trunkwpsignupphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-signup.php (12604 => 12605)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-signup.php        2010-01-06 07:44:25 UTC (rev 12604)
+++ trunk/wp-signup.php        2010-01-06 07:50:12 UTC (rev 12605)
</span><span class="lines">@@ -1,439 +1,439 @@
</span><del>-&lt;?php
-
-/** Sets up the WordPress Environment. */
-require( dirname(__FILE__) . '/wp-load.php' );
-
-add_action( 'wp_head', 'signuppageheaders' ) ;
-
-require( 'wp-blog-header.php' );
-require_once( ABSPATH . WPINC . '/registration.php' );
-
-if( is_array( get_site_option( 'illegal_names' )) &amp;&amp; $_GET[ 'new' ] != '' &amp;&amp; in_array( $_GET[ 'new' ], get_site_option( 'illegal_names' ) ) == true ) {
-        wp_redirect( &quot;http://{$current_site-&gt;domain}{$current_site-&gt;path}&quot; );
-        die();
-}
-
-function do_signup_header() {
-        do_action(&quot;signup_header&quot;);
-}
-add_action( 'wp_head', 'do_signup_header' );
-
-function signuppageheaders() {
-        echo &quot;&lt;meta name='robots' content='noindex,nofollow' /&gt;\n&quot;;
-}
-
-if( $current_blog-&gt;domain . $current_blog-&gt;path != $current_site-&gt;domain . $current_site-&gt;path ) {
-        wp_redirect( &quot;http://&quot; . $current_site-&gt;domain . $current_site-&gt;path . &quot;wp-signup.php&quot; );
-        die();
-}
-
-function wpmu_signup_stylesheet() {
-        ?&gt;
-        &lt;style type=&quot;text/css&quot;&gt;        
-                .mu_register { width: 90%; margin:0 auto; }
-                .mu_register form { margin-top: 2em; }
-                .mu_register .error { font-weight:700; padding:10px; color:#333333; background:#FFEBE8; border:1px solid #CC0000; }
-                .mu_register input[type=&quot;submit&quot;],
-                        .mu_register #blog_title,
-                        .mu_register #user_email, 
-                        .mu_register #blogname,
-                        .mu_register #user_name { width:100%; font-size: 24px; margin:5px 0; }        
-                .mu_register .prefix_address,
-                        .mu_register .suffix_address {font-size: 18px;display:inline; }                        
-                .mu_register label { font-weight:700; font-size:15px; display:block; margin:10px 0; }
-                .mu_register label.checkbox { display:inline; }
-                .mu_register .mu_alert { font-weight:700; padding:10px; color:#333333; background:#ffffe0; border:1px solid #e6db55; }
-        &lt;/style&gt;
-        &lt;?php
-}
-
-add_action( 'wp_head', 'wpmu_signup_stylesheet' );
-get_header();
-?&gt;
-&lt;div id=&quot;content&quot; class=&quot;widecolumn&quot;&gt;
-&lt;div class=&quot;mu_register&quot;&gt;
-&lt;?php
-function show_blog_form($blogname = '', $blog_title = '', $errors = '') {
-        global $current_site;
-        // Blog name
-        if( constant( &quot;VHOST&quot; ) == 'no' )
-                echo '&lt;label for=&quot;blogname&quot;&gt;' . __('Blog Name:') . '&lt;/label&gt;';
-        else
-                echo '&lt;label for=&quot;blogname&quot;&gt;' . __('Blog Domain:') . '&lt;/label&gt;';
-
-        if ( $errmsg = $errors-&gt;get_error_message('blogname') ) { ?&gt;
-                &lt;p class=&quot;error&quot;&gt;&lt;?php echo $errmsg ?&gt;&lt;/p&gt;
-        &lt;?php }
-
-        if( constant( &quot;VHOST&quot; ) == 'no' ) {
-                echo '&lt;span class=&quot;prefix_address&quot;&gt;' . $current_site-&gt;domain . $current_site-&gt;path . '&lt;/span&gt;&lt;input name=&quot;blogname&quot; type=&quot;text&quot; id=&quot;blogname&quot; value=&quot;'.$blogname.'&quot; maxlength=&quot;50&quot; /&gt;&lt;br /&gt;';
-        } else {
-                echo '&lt;input name=&quot;blogname&quot; type=&quot;text&quot; id=&quot;blogname&quot; value=&quot;'.$blogname.'&quot; maxlength=&quot;50&quot; /&gt;&lt;span class=&quot;suffix_address&quot;&gt;.' . $current_site-&gt;domain . $current_site-&gt;path . '&lt;/span&gt;&lt;br /&gt;';
-        }
-        if ( !is_user_logged_in() ) {
-                print '(&lt;strong&gt;' . __( 'Your address will be ' );
-                if( constant( &quot;VHOST&quot; ) == 'no' ) {
-                        print $current_site-&gt;domain . $current_site-&gt;path . __( 'blogname' );
-                } else {
-                        print __( 'domain.' ) . $current_site-&gt;domain . $current_site-&gt;path;
-                }
-                echo '.&lt;/strong&gt; ' . __( 'Must be at least 4 characters, letters and numbers only. It cannot be changed so choose carefully!)' ) . '&lt;/p&gt;';
-        }
-
-        // Blog Title
-        ?&gt;
-        &lt;label for=&quot;blog_title&quot;&gt;&lt;?php _e('Blog Title:') ?&gt;&lt;/label&gt;        
-        &lt;?php if ( $errmsg = $errors-&gt;get_error_message('blog_title') ) { ?&gt;
-                &lt;p class=&quot;error&quot;&gt;&lt;?php echo $errmsg ?&gt;&lt;/p&gt;
-        &lt;?php }
-        echo '&lt;input name=&quot;blog_title&quot; type=&quot;text&quot; id=&quot;blog_title&quot; value=&quot;'.wp_specialchars($blog_title, 1).'&quot; /&gt;&lt;/p&gt;';
-        ?&gt;
-
-        &lt;div id=&quot;privacy&quot;&gt;
-        &lt;p class=&quot;privacy-intro&quot;&gt;
-            &lt;label for=&quot;blog_public_on&quot;&gt;&lt;?php _e('Privacy:') ?&gt;&lt;/label&gt;
-            &lt;?php _e('I would like my blog to appear in search engines like Google and Technorati, and in public listings around this site.'); ?&gt; 
-            &lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;
-            &lt;label class=&quot;checkbox&quot; for=&quot;blog_public_on&quot;&gt;
-                &lt;input type=&quot;radio&quot; id=&quot;blog_public_on&quot; name=&quot;blog_public&quot; value=&quot;1&quot; &lt;?php if( !isset( $_POST['blog_public'] ) || $_POST['blog_public'] == '1' ) { ?&gt;checked=&quot;checked&quot;&lt;?php } ?&gt; /&gt;
-                &lt;strong&gt;&lt;?php _e( 'Yes' ); ?&gt;&lt;/strong&gt;
-            &lt;/label&gt;
-            &lt;label class=&quot;checkbox&quot; for=&quot;blog_public_off&quot;&gt;
-                &lt;input type=&quot;radio&quot; id=&quot;blog_public_off&quot; name=&quot;blog_public&quot; value=&quot;0&quot; &lt;?php if( isset( $_POST['blog_public'] ) &amp;&amp; $_POST['blog_public'] == '0' ) { ?&gt;checked=&quot;checked&quot;&lt;?php } ?&gt; /&gt;
-                &lt;strong&gt;&lt;?php _e( 'No' ); ?&gt;&lt;/strong&gt;
-            &lt;/label&gt;
-        &lt;/p&gt;
-        &lt;/div&gt;
-        
-        &lt;?php
-        do_action('signup_blogform', $errors);
-}
-
-function validate_blog_form() {
-        $user = '';
-        if ( is_user_logged_in() )
-                $user = wp_get_current_user();
-
-        return wpmu_validate_blog_signup($_POST['blogname'], $_POST['blog_title'], $user);
-}
-
-function show_user_form($user_name = '', $user_email = '', $errors = '') {
-        // User name
-        echo '&lt;label for=&quot;user_name&quot;&gt;' . __('Username:') . '&lt;/label&gt;';
-        if ( $errmsg = $errors-&gt;get_error_message('user_name') ) {
-                echo '&lt;p class=&quot;error&quot;&gt;'.$errmsg.'&lt;/p&gt;';
-        }
-        echo '&lt;input name=&quot;user_name&quot; type=&quot;text&quot; id=&quot;user_name&quot; value=&quot;'.$user_name.'&quot; maxlength=&quot;50&quot; /&gt;&lt;br /&gt;';
-        _e('(Must be at least 4 characters, letters and numbers only.)');
-        ?&gt;
-
-        &lt;label for=&quot;user_email&quot;&gt;&lt;?php _e('Email&amp;nbsp;Address:') ?&gt;&lt;/label&gt;
-        &lt;?php if ( $errmsg = $errors-&gt;get_error_message('user_email') ) { ?&gt;
-                &lt;p class=&quot;error&quot;&gt;&lt;?php echo $errmsg ?&gt;&lt;/p&gt;
-        &lt;?php } ?&gt;                
-        &lt;input name=&quot;user_email&quot; type=&quot;text&quot; id=&quot;user_email&quot; value=&quot;&lt;?php  echo wp_specialchars($user_email, 1) ?&gt;&quot; maxlength=&quot;200&quot; /&gt;&lt;br /&gt;&lt;?php _e('(We&amp;#8217;ll send your password to this address, so &lt;strong&gt;triple-check it&lt;/strong&gt;.)') ?&gt;
-        &lt;?php
-        if ( $errmsg = $errors-&gt;get_error_message('generic') ) {
-                echo '&lt;p class=&quot;error&quot;&gt;'.$errmsg.'&lt;/p&gt;';
-        }
-        do_action( 'signup_extra_fields', $errors );
-}
-
-function validate_user_form() {
-        return wpmu_validate_user_signup($_POST['user_name'], $_POST['user_email']);
-}
-
-function signup_another_blog($blogname = '', $blog_title = '', $errors = '') {
-        global $current_user, $current_site;
-        
-        if ( ! is_wp_error($errors) ) {
-                $errors = new WP_Error();
-        }
-
-        // allow definition of default variables
-        $filtered_results = apply_filters('signup_another_blog_init', array('blogname' =&gt; $blogname, 'blog_title' =&gt; $blog_title, 'errors' =&gt; $errors ));
-        $blogname = $filtered_results['blogname'];
-        $blog_title = $filtered_results['blog_title'];
-        $errors = $filtered_results['errors'];
-
-        echo '&lt;h2&gt;' . sprintf( __('Get &lt;em&gt;another&lt;/em&gt; %s blog in seconds'), $current_site-&gt;site_name ) . '&lt;/h2&gt;';
-
-        if ( $errors-&gt;get_error_code() ) {
-                echo &quot;&lt;p&gt;&quot; . __('There was a problem, please correct the form below and try again.') . &quot;&lt;/p&gt;&quot;;
-        }
-        ?&gt;
-        &lt;p&gt;&lt;?php printf(__(&quot;Welcome back, %s. By filling out the form below, you can &lt;strong&gt;add another blog to your account&lt;/strong&gt;. There is no limit to the number of blogs you can have, so create to your heart's content, but blog responsibly.&quot;), $current_user-&gt;display_name) ?&gt;&lt;/p&gt;
-        
-        &lt;?php
-        $blogs = get_blogs_of_user($current_user-&gt;ID);        
-        if ( !empty($blogs) ) { ?&gt;
-                &lt;p&gt;
-                        &lt;?php _e('Blogs you are already a member of:') ?&gt;
-                        &lt;ul&gt;
-                                &lt;?php foreach ( $blogs as $blog ) {
-                                        echo &quot;&lt;li&gt;&lt;a href='http://&quot; . $blog-&gt;domain . $blog-&gt;path . &quot;'&gt;&quot; . $blog-&gt;domain . $blog-&gt;path . &quot;&lt;/a&gt;&lt;/li&gt;&quot;;
-                                } ?&gt;
-                        &lt;/ul&gt;
-                &lt;/p&gt;
-        &lt;?php } ?&gt;
-        
-        &lt;p&gt;&lt;?php _e(&quot;If you&amp;#8217;re not going to use a great blog domain, leave it for a new user. Now have at it!&quot;) ?&gt;&lt;/p&gt;
-        &lt;form id=&quot;setupform&quot; method=&quot;post&quot; action=&quot;wp-signup.php&quot;&gt;
-                &lt;input type=&quot;hidden&quot; name=&quot;stage&quot; value=&quot;gimmeanotherblog&quot; /&gt;
-                &lt;?php do_action( &quot;signup_hidden_fields&quot; ); ?&gt;
-                &lt;?php show_blog_form($blogname, $blog_title, $errors); ?&gt;
-                &lt;p class=&quot;submit&quot;&gt;&lt;input type=&quot;submit&quot; name=&quot;submit&quot; class=&quot;submit&quot; value=&quot;&lt;?php _e('Create Blog &amp;raquo;') ?&gt;&quot; /&gt;&lt;/p&gt;
-        &lt;/form&gt;
-        &lt;?php
-}
-
-function validate_another_blog_signup() {
-        global $wpdb, $current_user, $blogname, $blog_title, $errors, $domain, $path;
-        $current_user = wp_get_current_user();
-        if( !is_user_logged_in() )
-                die();
-
-        $result = validate_blog_form();
-        extract($result);
-
-        if ( $errors-&gt;get_error_code() ) {
-                signup_another_blog($blogname, $blog_title, $errors);
-                return false;
-        }
-
-        $public = (int) $_POST['blog_public'];
-        $meta = apply_filters('signup_create_blog_meta', array ('lang_id' =&gt; 1, 'public' =&gt; $public)); // depreciated
-        $meta = apply_filters( &quot;add_signup_meta&quot;, $meta );
-
-        wpmu_create_blog( $domain, $path, $blog_title, $current_user-&gt;id, $meta, $wpdb-&gt;siteid );
-        confirm_another_blog_signup($domain, $path, $blog_title, $current_user-&gt;user_login, $current_user-&gt;user_email, $meta);
-        return true;
-}
-
-function confirm_another_blog_signup($domain, $path, $blog_title, $user_name, $user_email = '', $meta = '') {
-        ?&gt;
-        &lt;h2&gt;&lt;?php printf(__('The blog %s is yours.'), &quot;&lt;a href='http://{$domain}{$path}'&gt;{$blog_title}&lt;/a&gt;&quot; ) ?&gt;&lt;/h2&gt;
-        &lt;p&gt;
-                &lt;?php printf(__('&lt;a href=&quot;http://%1$s&quot;&gt;http://%2$s&lt;/a&gt; is your new blog.  &lt;a href=&quot;%3$s&quot;&gt;Login&lt;/a&gt; as &quot;%4$s&quot; using your existing password.'), $domain.$path, $domain.$path, &quot;http://&quot; . $domain.$path . &quot;wp-login.php&quot;, $user_name) ?&gt;
-        &lt;/p&gt;
-        &lt;?php
-        do_action('signup_finished');
-}
-
-function signup_user($user_name = '', $user_email = '', $errors = '') {
-        global $current_site, $active_signup;
-
-        if ( !is_wp_error($errors) )
-                $errors = new WP_Error();
-        if( isset( $_POST[ 'signup_for' ] ) ) {
-                $signup[ wp_specialchars( $_POST[ 'signup_for' ] ) ] = 'checked=&quot;checked&quot;';
-        } else {
-                $signup[ 'blog' ] = 'checked=&quot;checked&quot;';
-        }
-
-        // allow definition of default variables
-        $filtered_results = apply_filters('signup_user_init', array('user_name' =&gt; $user_name, 'user_email' =&gt; $user_email, 'errors' =&gt; $errors ));
-        $user_name = $filtered_results['user_name'];
-        $user_email = $filtered_results['user_email'];
-        $errors = $filtered_results['errors'];
-
-        ?&gt;
-        
-        &lt;h2&gt;&lt;?php printf( __('Get your own %s account in seconds'), $current_site-&gt;site_name ) ?&gt;&lt;/h2&gt;
-        &lt;form id=&quot;setupform&quot; method=&quot;post&quot; action=&quot;wp-signup.php&quot;&gt;
-                &lt;input type=&quot;hidden&quot; name=&quot;stage&quot; value=&quot;validate-user-signup&quot; /&gt;
-                &lt;?php do_action( &quot;signup_hidden_fields&quot; ); ?&gt;
-                &lt;?php show_user_form($user_name, $user_email, $errors); ?&gt;
-                
-                &lt;p&gt;
-                &lt;?php if( $active_signup == 'blog' ) { ?&gt;
-                        &lt;input id=&quot;signupblog&quot; type=&quot;hidden&quot; name=&quot;signup_for&quot; value=&quot;blog&quot; /&gt;
-                &lt;?php } elseif( $active_signup == 'user' ) { ?&gt;
-                        &lt;input id=&quot;signupblog&quot; type=&quot;hidden&quot; name=&quot;signup_for&quot; value=&quot;user&quot; /&gt;
-                &lt;?php } else { ?&gt;
-                        &lt;input id=&quot;signupblog&quot; type=&quot;radio&quot; name=&quot;signup_for&quot; value=&quot;blog&quot; &lt;?php echo $signup['blog'] ?&gt; /&gt;
-                        &lt;label class=&quot;checkbox&quot; for=&quot;signupblog&quot;&gt;&lt;?php _e('Gimme a blog!') ?&gt;&lt;/label&gt;        
-                        &lt;br /&gt;                        
-                        &lt;input id=&quot;signupuser&quot; type=&quot;radio&quot; name=&quot;signup_for&quot; value=&quot;user&quot; &lt;?php echo $signup['user'] ?&gt; /&gt;                        
-                        &lt;label class=&quot;checkbox&quot; for=&quot;signupuser&quot;&gt;&lt;?php _e('Just a username, please.') ?&gt;&lt;/label&gt;
-                &lt;?php } ?&gt;
-                &lt;/p&gt;
-                
-                &lt;p class=&quot;submit&quot;&gt;&lt;input type=&quot;submit&quot; name=&quot;submit&quot; class=&quot;submit&quot; value=&quot;&lt;?php _e('Next &amp;raquo;') ?&gt;&quot; /&gt;&lt;/p&gt;
-        &lt;/form&gt;
-        &lt;?php
-}
-
-function validate_user_signup() {
-        $result = validate_user_form();
-        extract($result);
-
-        if ( $errors-&gt;get_error_code() ) {
-                signup_user($user_name, $user_email, $errors);
-                return false;
-        }
-
-        if ( 'blog' == $_POST['signup_for'] ) {
-                signup_blog($user_name, $user_email);
-                return false;
-        }
-
-        wpmu_signup_user($user_name, $user_email, apply_filters( &quot;add_signup_meta&quot;, array() ) );
-
-        confirm_user_signup($user_name, $user_email);
-        return true;
-}
-
-function confirm_user_signup($user_name, $user_email) {
-        ?&gt;
-        &lt;h2&gt;&lt;?php printf(__('%s is your new username'), $user_name) ?&gt;&lt;/h2&gt;
-        &lt;p&gt;&lt;?php _e('But, before you can start using your new username, &lt;strong&gt;you must activate it&lt;/strong&gt;.') ?&gt;&lt;/p&gt;
-        &lt;p&gt;&lt;?php printf(__('Check your inbox at &lt;strong&gt;%1$s&lt;/strong&gt; and click the link given.'),  $user_email) ?&gt;&lt;/p&gt;
-        &lt;p&gt;&lt;?php _e('If you do not activate your username within two days, you will have to sign up again.'); ?&gt;&lt;/p&gt;
-        &lt;?php
-        do_action('signup_finished');
-}
-
-function signup_blog($user_name = '', $user_email = '', $blogname = '', $blog_title = '', $errors = '') {
-        if ( !is_wp_error($errors) )
-                $errors = new WP_Error();
-
-        // allow definition of default variables
-        $filtered_results = apply_filters('signup_blog_init', array('user_name' =&gt; $user_name, 'user_email' =&gt; $user_email, 'blogname' =&gt; $blogname, 'blog_title' =&gt; $blog_title, 'errors' =&gt; $errors ));
-        $user_name = $filtered_results['user_name'];
-        $user_email = $filtered_results['user_email'];
-        $blogname = $filtered_results['blogname'];
-        $blog_title = $filtered_results['blog_title'];
-        $errors = $filtered_results['errors'];
-
-        if ( empty($blogname) )
-                $blogname = $user_name;
-        ?&gt;
-        &lt;form id=&quot;setupform&quot; method=&quot;post&quot; action=&quot;wp-signup.php&quot;&gt;
-                &lt;input type=&quot;hidden&quot; name=&quot;stage&quot; value=&quot;validate-blog-signup&quot; /&gt;
-                &lt;input type=&quot;hidden&quot; name=&quot;user_name&quot; value=&quot;&lt;?php echo $user_name ?&gt;&quot; /&gt;
-                &lt;input type=&quot;hidden&quot; name=&quot;user_email&quot; value=&quot;&lt;?php echo $user_email ?&gt;&quot; /&gt;
-                &lt;?php do_action( &quot;signup_hidden_fields&quot; ); ?&gt;
-                &lt;?php show_blog_form($blogname, $blog_title, $errors); ?&gt;
-                &lt;p class=&quot;submit&quot;&gt;&lt;input type=&quot;submit&quot; name=&quot;submit&quot; class=&quot;submit&quot; value=&quot;&lt;?php _e('Signup &amp;raquo;') ?&gt;&quot; /&gt;&lt;/p&gt;
-        &lt;/form&gt;
-        &lt;?php
-}
-
-function validate_blog_signup() {
-        // Re-validate user info.
-        $result = wpmu_validate_user_signup($_POST['user_name'], $_POST['user_email']);
-        extract($result);
-
-        if ( $errors-&gt;get_error_code() ) {
-                signup_user($user_name, $user_email, $errors);
-                return false;
-        }
-
-        $result = wpmu_validate_blog_signup($_POST['blogname'], $_POST['blog_title']);
-        extract($result);
-
-        if ( $errors-&gt;get_error_code() ) {
-                signup_blog($user_name, $user_email, $blogname, $blog_title, $errors);
-                return false;
-        }
-
-        $public = (int) $_POST['blog_public'];
-        $meta = array ('lang_id' =&gt; 1, 'public' =&gt; $public);
-        $meta = apply_filters( &quot;add_signup_meta&quot;, $meta );
-
-        wpmu_signup_blog($domain, $path, $blog_title, $user_name, $user_email, $meta);
-        confirm_blog_signup($domain, $path, $blog_title, $user_name, $user_email, $meta);
-        return true;
-}
-
-function confirm_blog_signup($domain, $path, $blog_title, $user_name = '', $user_email = '', $meta) {
-        ?&gt;
-        &lt;h2&gt;&lt;?php printf(__('Congratulations! Your new blog, %s, is almost ready.'), &quot;&lt;a href='http://{$domain}{$path}'&gt;{$blog_title}&lt;/a&gt;&quot; ) ?&gt;&lt;/h2&gt;
-        
-        &lt;p&gt;&lt;?php _e('But, before you can start using your blog, &lt;strong&gt;you must activate it&lt;/strong&gt;.') ?&gt;&lt;/p&gt;
-        &lt;p&gt;&lt;?php printf(__('Check your inbox at &lt;strong&gt;%s&lt;/strong&gt; and click the link given. It should arrive within 30 minutes.'),  $user_email) ?&gt;&lt;/p&gt;
-        &lt;p&gt;&lt;?php _e('If you do not activate your blog within two days, you will have to sign up again.'); ?&gt;&lt;/p&gt;
-        &lt;h2&gt;&lt;?php _e('Still waiting for your email?'); ?&gt;&lt;/h2&gt;
-        &lt;p&gt;
-                &lt;?php _e(&quot;If you haven't received your email yet, there are a number of things you can do:&quot;) ?&gt;
-                &lt;ul id=&quot;noemail-tips&quot;&gt;
-                        &lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;?php _e('Wait a little longer.  Sometimes delivery of email can be delayed by processes outside of our control.') ?&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
-                        &lt;li&gt;&lt;p&gt;&lt;?php _e('Check the junk email or spam folder of your email client.  Sometime emails wind up there by mistake.') ?&gt;&lt;/p&gt;&lt;/li&gt;
-                        &lt;li&gt;&lt;?php printf(__(&quot;Have you entered your email correctly?  We think it's %s but if you've entered it incorrectly, you won't receive it.&quot;), $user_email) ?&gt;&lt;/li&gt;
-                &lt;/ul&gt;
-        &lt;/p&gt;
-        &lt;?php
-        do_action('signup_finished');
-}
-
-// Main
-$active_signup = get_site_option( 'registration' );
-if( !$active_signup )
-        $active_signup = 'all';
-
-$active_signup = apply_filters( 'wpmu_active_signup', $active_signup ); // return &quot;all&quot;, &quot;none&quot;, &quot;blog&quot; or &quot;user&quot;
-
-if( is_site_admin() )
-        echo '&lt;div class=&quot;mu_alert&quot;&gt;' . sprintf( __( &quot;Greetings Site Administrator! You are currently allowing '%s' registrations. To change or disable registration go to your &lt;a href='wp-admin/wpmu-options.php'&gt;Options page&lt;/a&gt;.&quot; ), $active_signup ) . '&lt;/div&gt;';
-
-$newblogname = isset($_GET['new']) ? strtolower(preg_replace('/^-|-$|[^-a-zA-Z0-9]/', '', $_GET['new'])) : null;
-
-$current_user = wp_get_current_user();
-if( $active_signup == &quot;none&quot; ) {
-        _e( &quot;Registration has been disabled.&quot; );
-} elseif( $active_signup == 'blog' &amp;&amp; !is_user_logged_in() ){
-        if( is_ssl() ) {
-                $proto = 'https://';
-        } else {
-                $proto = 'http://';
-        }
-        $login_url = site_url( 'wp-login.php?redirect_to=' . urlencode($proto . $_SERVER['HTTP_HOST'] . '/wp-signup.php' ));
-        echo sprintf( __( &quot;You must first &lt;a href=\&quot;%s\&quot;&gt;login&lt;/a&gt;, and then you can create a new blog.&quot;), $login_url );
-} else {
-        switch ($_POST['stage']) {
-                case 'validate-user-signup' :
-                        if( $active_signup == 'all' || $_POST[ 'signup_for' ] == 'blog' &amp;&amp; $active_signup == 'blog' || $_POST[ 'signup_for' ] == 'user' &amp;&amp; $active_signup == 'user' )
-                                validate_user_signup();
-                        else
-                                _e( &quot;User registration has been disabled.&quot; );
-                break;
-                case 'validate-blog-signup':
-                        if( $active_signup == 'all' || $active_signup == 'blog' )
-                                validate_blog_signup();
-                        else
-                                _e( &quot;Blog registration has been disabled.&quot; );
-                        break;
-                case 'gimmeanotherblog':
-                        validate_another_blog_signup();
-                        break;
-                default :
-                        $user_email = $_POST[ 'user_email' ];
-                        do_action( &quot;preprocess_signup_form&quot; ); // populate the form from invites, elsewhere?
-                        if ( is_user_logged_in() &amp;&amp; ( $active_signup == 'all' || $active_signup == 'blog' ) ) {
-                                signup_another_blog($newblogname);
-                        } elseif( is_user_logged_in() == false &amp;&amp; ( $active_signup == 'all' || $active_signup == 'user' ) ) {
-                                signup_user( $newblogname, $user_email );
-                        } elseif( is_user_logged_in() == false &amp;&amp; ( $active_signup == 'blog' ) ) {
-                                _e( &quot;I'm sorry. We're not accepting new registrations at this time.&quot; );
-                        } else {
-                                _e( &quot;You're logged in already. No need to register again!&quot; );
-                        }
-                        if ($newblogname) {
-                                if( constant( &quot;VHOST&quot; ) == 'no' )
-                                        $newblog = 'http://' . $current_site-&gt;domain . $current_site-&gt;path . $newblogname . '/';
-                                else
-                                        $newblog = 'http://' . $newblogname . '.' . $current_site-&gt;domain . $current_site-&gt;path;
-                                if ($active_signup == 'blog' || $active_signup == 'all')
-                                        printf(__(&quot;&lt;p&gt;&lt;em&gt;The blog you were looking for, &lt;strong&gt;%s&lt;/strong&gt; doesn't exist but you can create it now!&lt;/em&gt;&lt;/p&gt;&quot;), $newblog );
-                                else
-                                        printf(__(&quot;&lt;p&gt;&lt;em&gt;The blog you were looking for, &lt;strong&gt;%s&lt;/strong&gt; doesn't exist.&lt;/em&gt;&lt;/p&gt;&quot;), $newblog );
-                        }
-                        break;
-        }
-}
-?&gt;
-&lt;/div&gt;
-&lt;/div&gt;
-
-&lt;?php get_footer(); ?&gt;
</del><ins>+&lt;?php
+
+/** Sets up the WordPress Environment. */
+require( dirname(__FILE__) . '/wp-load.php' );
+
+add_action( 'wp_head', 'signuppageheaders' ) ;
+
+require( 'wp-blog-header.php' );
+require_once( ABSPATH . WPINC . '/registration.php' );
+
+if( is_array( get_site_option( 'illegal_names' )) &amp;&amp; $_GET[ 'new' ] != '' &amp;&amp; in_array( $_GET[ 'new' ], get_site_option( 'illegal_names' ) ) == true ) {
+        wp_redirect( &quot;http://{$current_site-&gt;domain}{$current_site-&gt;path}&quot; );
+        die();
+}
+
+function do_signup_header() {
+        do_action(&quot;signup_header&quot;);
+}
+add_action( 'wp_head', 'do_signup_header' );
+
+function signuppageheaders() {
+        echo &quot;&lt;meta name='robots' content='noindex,nofollow' /&gt;\n&quot;;
+}
+
+if( $current_blog-&gt;domain . $current_blog-&gt;path != $current_site-&gt;domain . $current_site-&gt;path ) {
+        wp_redirect( &quot;http://&quot; . $current_site-&gt;domain . $current_site-&gt;path . &quot;wp-signup.php&quot; );
+        die();
+}
+
+function wpmu_signup_stylesheet() {
+        ?&gt;
+        &lt;style type=&quot;text/css&quot;&gt;        
+                .mu_register { width: 90%; margin:0 auto; }
+                .mu_register form { margin-top: 2em; }
+                .mu_register .error { font-weight:700; padding:10px; color:#333333; background:#FFEBE8; border:1px solid #CC0000; }
+                .mu_register input[type=&quot;submit&quot;],
+                        .mu_register #blog_title,
+                        .mu_register #user_email, 
+                        .mu_register #blogname,
+                        .mu_register #user_name { width:100%; font-size: 24px; margin:5px 0; }        
+                .mu_register .prefix_address,
+                        .mu_register .suffix_address {font-size: 18px;display:inline; }                        
+                .mu_register label { font-weight:700; font-size:15px; display:block; margin:10px 0; }
+                .mu_register label.checkbox { display:inline; }
+                .mu_register .mu_alert { font-weight:700; padding:10px; color:#333333; background:#ffffe0; border:1px solid #e6db55; }
+        &lt;/style&gt;
+        &lt;?php
+}
+
+add_action( 'wp_head', 'wpmu_signup_stylesheet' );
+get_header();
+?&gt;
+&lt;div id=&quot;content&quot; class=&quot;widecolumn&quot;&gt;
+&lt;div class=&quot;mu_register&quot;&gt;
+&lt;?php
+function show_blog_form($blogname = '', $blog_title = '', $errors = '') {
+        global $current_site;
+        // Blog name
+        if( constant( &quot;VHOST&quot; ) == 'no' )
+                echo '&lt;label for=&quot;blogname&quot;&gt;' . __('Blog Name:') . '&lt;/label&gt;';
+        else
+                echo '&lt;label for=&quot;blogname&quot;&gt;' . __('Blog Domain:') . '&lt;/label&gt;';
+
+        if ( $errmsg = $errors-&gt;get_error_message('blogname') ) { ?&gt;
+                &lt;p class=&quot;error&quot;&gt;&lt;?php echo $errmsg ?&gt;&lt;/p&gt;
+        &lt;?php }
+
+        if( constant( &quot;VHOST&quot; ) == 'no' ) {
+                echo '&lt;span class=&quot;prefix_address&quot;&gt;' . $current_site-&gt;domain . $current_site-&gt;path . '&lt;/span&gt;&lt;input name=&quot;blogname&quot; type=&quot;text&quot; id=&quot;blogname&quot; value=&quot;'.$blogname.'&quot; maxlength=&quot;50&quot; /&gt;&lt;br /&gt;';
+        } else {
+                echo '&lt;input name=&quot;blogname&quot; type=&quot;text&quot; id=&quot;blogname&quot; value=&quot;'.$blogname.'&quot; maxlength=&quot;50&quot; /&gt;&lt;span class=&quot;suffix_address&quot;&gt;.' . $current_site-&gt;domain . $current_site-&gt;path . '&lt;/span&gt;&lt;br /&gt;';
+        }
+        if ( !is_user_logged_in() ) {
+                print '(&lt;strong&gt;' . __( 'Your address will be ' );
+                if( constant( &quot;VHOST&quot; ) == 'no' ) {
+                        print $current_site-&gt;domain . $current_site-&gt;path . __( 'blogname' );
+                } else {
+                        print __( 'domain.' ) . $current_site-&gt;domain . $current_site-&gt;path;
+                }
+                echo '.&lt;/strong&gt; ' . __( 'Must be at least 4 characters, letters and numbers only. It cannot be changed so choose carefully!)' ) . '&lt;/p&gt;';
+        }
+
+        // Blog Title
+        ?&gt;
+        &lt;label for=&quot;blog_title&quot;&gt;&lt;?php _e('Blog Title:') ?&gt;&lt;/label&gt;        
+        &lt;?php if ( $errmsg = $errors-&gt;get_error_message('blog_title') ) { ?&gt;
+                &lt;p class=&quot;error&quot;&gt;&lt;?php echo $errmsg ?&gt;&lt;/p&gt;
+        &lt;?php }
+        echo '&lt;input name=&quot;blog_title&quot; type=&quot;text&quot; id=&quot;blog_title&quot; value=&quot;'.wp_specialchars($blog_title, 1).'&quot; /&gt;&lt;/p&gt;';
+        ?&gt;
+
+        &lt;div id=&quot;privacy&quot;&gt;
+        &lt;p class=&quot;privacy-intro&quot;&gt;
+            &lt;label for=&quot;blog_public_on&quot;&gt;&lt;?php _e('Privacy:') ?&gt;&lt;/label&gt;
+            &lt;?php _e('I would like my blog to appear in search engines like Google and Technorati, and in public listings around this site.'); ?&gt; 
+            &lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;
+            &lt;label class=&quot;checkbox&quot; for=&quot;blog_public_on&quot;&gt;
+                &lt;input type=&quot;radio&quot; id=&quot;blog_public_on&quot; name=&quot;blog_public&quot; value=&quot;1&quot; &lt;?php if( !isset( $_POST['blog_public'] ) || $_POST['blog_public'] == '1' ) { ?&gt;checked=&quot;checked&quot;&lt;?php } ?&gt; /&gt;
+                &lt;strong&gt;&lt;?php _e( 'Yes' ); ?&gt;&lt;/strong&gt;
+            &lt;/label&gt;
+            &lt;label class=&quot;checkbox&quot; for=&quot;blog_public_off&quot;&gt;
+                &lt;input type=&quot;radio&quot; id=&quot;blog_public_off&quot; name=&quot;blog_public&quot; value=&quot;0&quot; &lt;?php if( isset( $_POST['blog_public'] ) &amp;&amp; $_POST['blog_public'] == '0' ) { ?&gt;checked=&quot;checked&quot;&lt;?php } ?&gt; /&gt;
+                &lt;strong&gt;&lt;?php _e( 'No' ); ?&gt;&lt;/strong&gt;
+            &lt;/label&gt;
+        &lt;/p&gt;
+        &lt;/div&gt;
+        
+        &lt;?php
+        do_action('signup_blogform', $errors);
+}
+
+function validate_blog_form() {
+        $user = '';
+        if ( is_user_logged_in() )
+                $user = wp_get_current_user();
+
+        return wpmu_validate_blog_signup($_POST['blogname'], $_POST['blog_title'], $user);
+}
+
+function show_user_form($user_name = '', $user_email = '', $errors = '') {
+        // User name
+        echo '&lt;label for=&quot;user_name&quot;&gt;' . __('Username:') . '&lt;/label&gt;';
+        if ( $errmsg = $errors-&gt;get_error_message('user_name') ) {
+                echo '&lt;p class=&quot;error&quot;&gt;'.$errmsg.'&lt;/p&gt;';
+        }
+        echo '&lt;input name=&quot;user_name&quot; type=&quot;text&quot; id=&quot;user_name&quot; value=&quot;'.$user_name.'&quot; maxlength=&quot;50&quot; /&gt;&lt;br /&gt;';
+        _e('(Must be at least 4 characters, letters and numbers only.)');
+        ?&gt;
+
+        &lt;label for=&quot;user_email&quot;&gt;&lt;?php _e('Email&amp;nbsp;Address:') ?&gt;&lt;/label&gt;
+        &lt;?php if ( $errmsg = $errors-&gt;get_error_message('user_email') ) { ?&gt;
+                &lt;p class=&quot;error&quot;&gt;&lt;?php echo $errmsg ?&gt;&lt;/p&gt;
+        &lt;?php } ?&gt;                
+        &lt;input name=&quot;user_email&quot; type=&quot;text&quot; id=&quot;user_email&quot; value=&quot;&lt;?php  echo wp_specialchars($user_email, 1) ?&gt;&quot; maxlength=&quot;200&quot; /&gt;&lt;br /&gt;&lt;?php _e('(We&amp;#8217;ll send your password to this address, so &lt;strong&gt;triple-check it&lt;/strong&gt;.)') ?&gt;
+        &lt;?php
+        if ( $errmsg = $errors-&gt;get_error_message('generic') ) {
+                echo '&lt;p class=&quot;error&quot;&gt;'.$errmsg.'&lt;/p&gt;';
+        }
+        do_action( 'signup_extra_fields', $errors );
+}
+
+function validate_user_form() {
+        return wpmu_validate_user_signup($_POST['user_name'], $_POST['user_email']);
+}
+
+function signup_another_blog($blogname = '', $blog_title = '', $errors = '') {
+        global $current_user, $current_site;
+        
+        if ( ! is_wp_error($errors) ) {
+                $errors = new WP_Error();
+        }
+
+        // allow definition of default variables
+        $filtered_results = apply_filters('signup_another_blog_init', array('blogname' =&gt; $blogname, 'blog_title' =&gt; $blog_title, 'errors' =&gt; $errors ));
+        $blogname = $filtered_results['blogname'];
+        $blog_title = $filtered_results['blog_title'];
+        $errors = $filtered_results['errors'];
+
+        echo '&lt;h2&gt;' . sprintf( __('Get &lt;em&gt;another&lt;/em&gt; %s blog in seconds'), $current_site-&gt;site_name ) . '&lt;/h2&gt;';
+
+        if ( $errors-&gt;get_error_code() ) {
+                echo &quot;&lt;p&gt;&quot; . __('There was a problem, please correct the form below and try again.') . &quot;&lt;/p&gt;&quot;;
+        }
+        ?&gt;
+        &lt;p&gt;&lt;?php printf(__(&quot;Welcome back, %s. By filling out the form below, you can &lt;strong&gt;add another blog to your account&lt;/strong&gt;. There is no limit to the number of blogs you can have, so create to your heart's content, but blog responsibly.&quot;), $current_user-&gt;display_name) ?&gt;&lt;/p&gt;
+        
+        &lt;?php
+        $blogs = get_blogs_of_user($current_user-&gt;ID);        
+        if ( !empty($blogs) ) { ?&gt;
+                &lt;p&gt;
+                        &lt;?php _e('Blogs you are already a member of:') ?&gt;
+                        &lt;ul&gt;
+                                &lt;?php foreach ( $blogs as $blog ) {
+                                        echo &quot;&lt;li&gt;&lt;a href='http://&quot; . $blog-&gt;domain . $blog-&gt;path . &quot;'&gt;&quot; . $blog-&gt;domain . $blog-&gt;path . &quot;&lt;/a&gt;&lt;/li&gt;&quot;;
+                                } ?&gt;
+                        &lt;/ul&gt;
+                &lt;/p&gt;
+        &lt;?php } ?&gt;
+        
+        &lt;p&gt;&lt;?php _e(&quot;If you&amp;#8217;re not going to use a great blog domain, leave it for a new user. Now have at it!&quot;) ?&gt;&lt;/p&gt;
+        &lt;form id=&quot;setupform&quot; method=&quot;post&quot; action=&quot;wp-signup.php&quot;&gt;
+                &lt;input type=&quot;hidden&quot; name=&quot;stage&quot; value=&quot;gimmeanotherblog&quot; /&gt;
+                &lt;?php do_action( &quot;signup_hidden_fields&quot; ); ?&gt;
+                &lt;?php show_blog_form($blogname, $blog_title, $errors); ?&gt;
+                &lt;p class=&quot;submit&quot;&gt;&lt;input type=&quot;submit&quot; name=&quot;submit&quot; class=&quot;submit&quot; value=&quot;&lt;?php _e('Create Blog &amp;raquo;') ?&gt;&quot; /&gt;&lt;/p&gt;
+        &lt;/form&gt;
+        &lt;?php
+}
+
+function validate_another_blog_signup() {
+        global $wpdb, $current_user, $blogname, $blog_title, $errors, $domain, $path;
+        $current_user = wp_get_current_user();
+        if( !is_user_logged_in() )
+                die();
+
+        $result = validate_blog_form();
+        extract($result);
+
+        if ( $errors-&gt;get_error_code() ) {
+                signup_another_blog($blogname, $blog_title, $errors);
+                return false;
+        }
+
+        $public = (int) $_POST['blog_public'];
+        $meta = apply_filters('signup_create_blog_meta', array ('lang_id' =&gt; 1, 'public' =&gt; $public)); // depreciated
+        $meta = apply_filters( &quot;add_signup_meta&quot;, $meta );
+
+        wpmu_create_blog( $domain, $path, $blog_title, $current_user-&gt;id, $meta, $wpdb-&gt;siteid );
+        confirm_another_blog_signup($domain, $path, $blog_title, $current_user-&gt;user_login, $current_user-&gt;user_email, $meta);
+        return true;
+}
+
+function confirm_another_blog_signup($domain, $path, $blog_title, $user_name, $user_email = '', $meta = '') {
+        ?&gt;
+        &lt;h2&gt;&lt;?php printf(__('The blog %s is yours.'), &quot;&lt;a href='http://{$domain}{$path}'&gt;{$blog_title}&lt;/a&gt;&quot; ) ?&gt;&lt;/h2&gt;
+        &lt;p&gt;
+                &lt;?php printf(__('&lt;a href=&quot;http://%1$s&quot;&gt;http://%2$s&lt;/a&gt; is your new blog.  &lt;a href=&quot;%3$s&quot;&gt;Login&lt;/a&gt; as &quot;%4$s&quot; using your existing password.'), $domain.$path, $domain.$path, &quot;http://&quot; . $domain.$path . &quot;wp-login.php&quot;, $user_name) ?&gt;
+        &lt;/p&gt;
+        &lt;?php
+        do_action('signup_finished');
+}
+
+function signup_user($user_name = '', $user_email = '', $errors = '') {
+        global $current_site, $active_signup;
+
+        if ( !is_wp_error($errors) )
+                $errors = new WP_Error();
+        if( isset( $_POST[ 'signup_for' ] ) ) {
+                $signup[ wp_specialchars( $_POST[ 'signup_for' ] ) ] = 'checked=&quot;checked&quot;';
+        } else {
+                $signup[ 'blog' ] = 'checked=&quot;checked&quot;';
+        }
+
+        // allow definition of default variables
+        $filtered_results = apply_filters('signup_user_init', array('user_name' =&gt; $user_name, 'user_email' =&gt; $user_email, 'errors' =&gt; $errors ));
+        $user_name = $filtered_results['user_name'];
+        $user_email = $filtered_results['user_email'];
+        $errors = $filtered_results['errors'];
+
+        ?&gt;
+        
+        &lt;h2&gt;&lt;?php printf( __('Get your own %s account in seconds'), $current_site-&gt;site_name ) ?&gt;&lt;/h2&gt;
+        &lt;form id=&quot;setupform&quot; method=&quot;post&quot; action=&quot;wp-signup.php&quot;&gt;
+                &lt;input type=&quot;hidden&quot; name=&quot;stage&quot; value=&quot;validate-user-signup&quot; /&gt;
+                &lt;?php do_action( &quot;signup_hidden_fields&quot; ); ?&gt;
+                &lt;?php show_user_form($user_name, $user_email, $errors); ?&gt;
+                
+                &lt;p&gt;
+                &lt;?php if( $active_signup == 'blog' ) { ?&gt;
+                        &lt;input id=&quot;signupblog&quot; type=&quot;hidden&quot; name=&quot;signup_for&quot; value=&quot;blog&quot; /&gt;
+                &lt;?php } elseif( $active_signup == 'user' ) { ?&gt;
+                        &lt;input id=&quot;signupblog&quot; type=&quot;hidden&quot; name=&quot;signup_for&quot; value=&quot;user&quot; /&gt;
+                &lt;?php } else { ?&gt;
+                        &lt;input id=&quot;signupblog&quot; type=&quot;radio&quot; name=&quot;signup_for&quot; value=&quot;blog&quot; &lt;?php echo $signup['blog'] ?&gt; /&gt;
+                        &lt;label class=&quot;checkbox&quot; for=&quot;signupblog&quot;&gt;&lt;?php _e('Gimme a blog!') ?&gt;&lt;/label&gt;        
+                        &lt;br /&gt;                        
+                        &lt;input id=&quot;signupuser&quot; type=&quot;radio&quot; name=&quot;signup_for&quot; value=&quot;user&quot; &lt;?php echo $signup['user'] ?&gt; /&gt;                        
+                        &lt;label class=&quot;checkbox&quot; for=&quot;signupuser&quot;&gt;&lt;?php _e('Just a username, please.') ?&gt;&lt;/label&gt;
+                &lt;?php } ?&gt;
+                &lt;/p&gt;
+                
+                &lt;p class=&quot;submit&quot;&gt;&lt;input type=&quot;submit&quot; name=&quot;submit&quot; class=&quot;submit&quot; value=&quot;&lt;?php _e('Next &amp;raquo;') ?&gt;&quot; /&gt;&lt;/p&gt;
+        &lt;/form&gt;
+        &lt;?php
+}
+
+function validate_user_signup() {
+        $result = validate_user_form();
+        extract($result);
+
+        if ( $errors-&gt;get_error_code() ) {
+                signup_user($user_name, $user_email, $errors);
+                return false;
+        }
+
+        if ( 'blog' == $_POST['signup_for'] ) {
+                signup_blog($user_name, $user_email);
+                return false;
+        }
+
+        wpmu_signup_user($user_name, $user_email, apply_filters( &quot;add_signup_meta&quot;, array() ) );
+
+        confirm_user_signup($user_name, $user_email);
+        return true;
+}
+
+function confirm_user_signup($user_name, $user_email) {
+        ?&gt;
+        &lt;h2&gt;&lt;?php printf(__('%s is your new username'), $user_name) ?&gt;&lt;/h2&gt;
+        &lt;p&gt;&lt;?php _e('But, before you can start using your new username, &lt;strong&gt;you must activate it&lt;/strong&gt;.') ?&gt;&lt;/p&gt;
+        &lt;p&gt;&lt;?php printf(__('Check your inbox at &lt;strong&gt;%1$s&lt;/strong&gt; and click the link given.'),  $user_email) ?&gt;&lt;/p&gt;
+        &lt;p&gt;&lt;?php _e('If you do not activate your username within two days, you will have to sign up again.'); ?&gt;&lt;/p&gt;
+        &lt;?php
+        do_action('signup_finished');
+}
+
+function signup_blog($user_name = '', $user_email = '', $blogname = '', $blog_title = '', $errors = '') {
+        if ( !is_wp_error($errors) )
+                $errors = new WP_Error();
+
+        // allow definition of default variables
+        $filtered_results = apply_filters('signup_blog_init', array('user_name' =&gt; $user_name, 'user_email' =&gt; $user_email, 'blogname' =&gt; $blogname, 'blog_title' =&gt; $blog_title, 'errors' =&gt; $errors ));
+        $user_name = $filtered_results['user_name'];
+        $user_email = $filtered_results['user_email'];
+        $blogname = $filtered_results['blogname'];
+        $blog_title = $filtered_results['blog_title'];
+        $errors = $filtered_results['errors'];
+
+        if ( empty($blogname) )
+                $blogname = $user_name;
+        ?&gt;
+        &lt;form id=&quot;setupform&quot; method=&quot;post&quot; action=&quot;wp-signup.php&quot;&gt;
+                &lt;input type=&quot;hidden&quot; name=&quot;stage&quot; value=&quot;validate-blog-signup&quot; /&gt;
+                &lt;input type=&quot;hidden&quot; name=&quot;user_name&quot; value=&quot;&lt;?php echo $user_name ?&gt;&quot; /&gt;
+                &lt;input type=&quot;hidden&quot; name=&quot;user_email&quot; value=&quot;&lt;?php echo $user_email ?&gt;&quot; /&gt;
+                &lt;?php do_action( &quot;signup_hidden_fields&quot; ); ?&gt;
+                &lt;?php show_blog_form($blogname, $blog_title, $errors); ?&gt;
+                &lt;p class=&quot;submit&quot;&gt;&lt;input type=&quot;submit&quot; name=&quot;submit&quot; class=&quot;submit&quot; value=&quot;&lt;?php _e('Signup &amp;raquo;') ?&gt;&quot; /&gt;&lt;/p&gt;
+        &lt;/form&gt;
+        &lt;?php
+}
+
+function validate_blog_signup() {
+        // Re-validate user info.
+        $result = wpmu_validate_user_signup($_POST['user_name'], $_POST['user_email']);
+        extract($result);
+
+        if ( $errors-&gt;get_error_code() ) {
+                signup_user($user_name, $user_email, $errors);
+                return false;
+        }
+
+        $result = wpmu_validate_blog_signup($_POST['blogname'], $_POST['blog_title']);
+        extract($result);
+
+        if ( $errors-&gt;get_error_code() ) {
+                signup_blog($user_name, $user_email, $blogname, $blog_title, $errors);
+                return false;
+        }
+
+        $public = (int) $_POST['blog_public'];
+        $meta = array ('lang_id' =&gt; 1, 'public' =&gt; $public);
+        $meta = apply_filters( &quot;add_signup_meta&quot;, $meta );
+
+        wpmu_signup_blog($domain, $path, $blog_title, $user_name, $user_email, $meta);
+        confirm_blog_signup($domain, $path, $blog_title, $user_name, $user_email, $meta);
+        return true;
+}
+
+function confirm_blog_signup($domain, $path, $blog_title, $user_name = '', $user_email = '', $meta) {
+        ?&gt;
+        &lt;h2&gt;&lt;?php printf(__('Congratulations! Your new blog, %s, is almost ready.'), &quot;&lt;a href='http://{$domain}{$path}'&gt;{$blog_title}&lt;/a&gt;&quot; ) ?&gt;&lt;/h2&gt;
+        
+        &lt;p&gt;&lt;?php _e('But, before you can start using your blog, &lt;strong&gt;you must activate it&lt;/strong&gt;.') ?&gt;&lt;/p&gt;
+        &lt;p&gt;&lt;?php printf(__('Check your inbox at &lt;strong&gt;%s&lt;/strong&gt; and click the link given. It should arrive within 30 minutes.'),  $user_email) ?&gt;&lt;/p&gt;
+        &lt;p&gt;&lt;?php _e('If you do not activate your blog within two days, you will have to sign up again.'); ?&gt;&lt;/p&gt;
+        &lt;h2&gt;&lt;?php _e('Still waiting for your email?'); ?&gt;&lt;/h2&gt;
+        &lt;p&gt;
+                &lt;?php _e(&quot;If you haven't received your email yet, there are a number of things you can do:&quot;) ?&gt;
+                &lt;ul id=&quot;noemail-tips&quot;&gt;
+                        &lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;?php _e('Wait a little longer.  Sometimes delivery of email can be delayed by processes outside of our control.') ?&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
+                        &lt;li&gt;&lt;p&gt;&lt;?php _e('Check the junk email or spam folder of your email client.  Sometime emails wind up there by mistake.') ?&gt;&lt;/p&gt;&lt;/li&gt;
+                        &lt;li&gt;&lt;?php printf(__(&quot;Have you entered your email correctly?  We think it's %s but if you've entered it incorrectly, you won't receive it.&quot;), $user_email) ?&gt;&lt;/li&gt;
+                &lt;/ul&gt;
+        &lt;/p&gt;
+        &lt;?php
+        do_action('signup_finished');
+}
+
+// Main
+$active_signup = get_site_option( 'registration' );
+if( !$active_signup )
+        $active_signup = 'all';
+
+$active_signup = apply_filters( 'wpmu_active_signup', $active_signup ); // return &quot;all&quot;, &quot;none&quot;, &quot;blog&quot; or &quot;user&quot;
+
+if( is_site_admin() )
+        echo '&lt;div class=&quot;mu_alert&quot;&gt;' . sprintf( __( &quot;Greetings Site Administrator! You are currently allowing '%s' registrations. To change or disable registration go to your &lt;a href='wp-admin/wpmu-options.php'&gt;Options page&lt;/a&gt;.&quot; ), $active_signup ) . '&lt;/div&gt;';
+
+$newblogname = isset($_GET['new']) ? strtolower(preg_replace('/^-|-$|[^-a-zA-Z0-9]/', '', $_GET['new'])) : null;
+
+$current_user = wp_get_current_user();
+if( $active_signup == &quot;none&quot; ) {
+        _e( &quot;Registration has been disabled.&quot; );
+} elseif( $active_signup == 'blog' &amp;&amp; !is_user_logged_in() ){
+        if( is_ssl() ) {
+                $proto = 'https://';
+        } else {
+                $proto = 'http://';
+        }
+        $login_url = site_url( 'wp-login.php?redirect_to=' . urlencode($proto . $_SERVER['HTTP_HOST'] . '/wp-signup.php' ));
+        echo sprintf( __( &quot;You must first &lt;a href=\&quot;%s\&quot;&gt;login&lt;/a&gt;, and then you can create a new blog.&quot;), $login_url );
+} else {
+        switch ($_POST['stage']) {
+                case 'validate-user-signup' :
+                        if( $active_signup == 'all' || $_POST[ 'signup_for' ] == 'blog' &amp;&amp; $active_signup == 'blog' || $_POST[ 'signup_for' ] == 'user' &amp;&amp; $active_signup == 'user' )
+                                validate_user_signup();
+                        else
+                                _e( &quot;User registration has been disabled.&quot; );
+                break;
+                case 'validate-blog-signup':
+                        if( $active_signup == 'all' || $active_signup == 'blog' )
+                                validate_blog_signup();
+                        else
+                                _e( &quot;Blog registration has been disabled.&quot; );
+                        break;
+                case 'gimmeanotherblog':
+                        validate_another_blog_signup();
+                        break;
+                default :
+                        $user_email = $_POST[ 'user_email' ];
+                        do_action( &quot;preprocess_signup_form&quot; ); // populate the form from invites, elsewhere?
+                        if ( is_user_logged_in() &amp;&amp; ( $active_signup == 'all' || $active_signup == 'blog' ) ) {
+                                signup_another_blog($newblogname);
+                        } elseif( is_user_logged_in() == false &amp;&amp; ( $active_signup == 'all' || $active_signup == 'user' ) ) {
+                                signup_user( $newblogname, $user_email );
+                        } elseif( is_user_logged_in() == false &amp;&amp; ( $active_signup == 'blog' ) ) {
+                                _e( &quot;I'm sorry. We're not accepting new registrations at this time.&quot; );
+                        } else {
+                                _e( &quot;You're logged in already. No need to register again!&quot; );
+                        }
+                        if ($newblogname) {
+                                if( constant( &quot;VHOST&quot; ) == 'no' )
+                                        $newblog = 'http://' . $current_site-&gt;domain . $current_site-&gt;path . $newblogname . '/';
+                                else
+                                        $newblog = 'http://' . $newblogname . '.' . $current_site-&gt;domain . $current_site-&gt;path;
+                                if ($active_signup == 'blog' || $active_signup == 'all')
+                                        printf(__(&quot;&lt;p&gt;&lt;em&gt;The blog you were looking for, &lt;strong&gt;%s&lt;/strong&gt; doesn't exist but you can create it now!&lt;/em&gt;&lt;/p&gt;&quot;), $newblog );
+                                else
+                                        printf(__(&quot;&lt;p&gt;&lt;em&gt;The blog you were looking for, &lt;strong&gt;%s&lt;/strong&gt; doesn't exist.&lt;/em&gt;&lt;/p&gt;&quot;), $newblog );
+                        }
+                        break;
+        }
+}
+?&gt;
+&lt;/div&gt;
+&lt;/div&gt;
+
+&lt;?php get_footer(); ?&gt;
</ins><span class="cx">Property changes on: trunk/wp-signup.php
</span><span class="cx">___________________________________________________________________
</span><span class="cx">Name: svn:eol-style
</span><span class="cx">   + native
</span></span></pre>
</div>
</div>

</body>
</html>