diff --git a/wp-content/plugins/more-privacy-options/ds_wp3_private_blog.php b/wp-content/mu-plugins/ds_wp3_private_blog.php
similarity index 100%
rename from wp-content/plugins/more-privacy-options/ds_wp3_private_blog.php
rename to wp-content/mu-plugins/ds_wp3_private_blog.php
diff --git a/wp-content/plugins/more-privacy-options/readme.txt b/wp-content/plugins/more-privacy-options/readme.txt
deleted file mode 100644
index da6ed352f9d75ec7add74655df93d745126f484b..0000000000000000000000000000000000000000
--- a/wp-content/plugins/more-privacy-options/readme.txt
+++ /dev/null
@@ -1,100 +0,0 @@
-=== More Privacy Options ===
-Contributors: dsader
-Donate link: http://dsader.snowotherway.org
-Tags: privacy, private blog, multisite, members only
-Requires at least: 3.0
-Tested up to: 3.0.1
-Stable tag: Trunk
-
-WP3.0 multisite "mu-plugin" to add more privacy options to the options-privacy and ms-blogs pages. Just drop in mu-plugins.
-
-== Description ==
-Adds three more levels of privacy to the Options--Privacy page.
-
-1. Blog visible to any logged in community member - "Network Users Only".
-
-2. Blog visible only to registered users of blog - "Blog Members Only".
-
-3. Blog visible only to administrators - "Admins Only".
-
-Mulitsite SuperAdmin can set an override on blog privacy at "Network Privacy Selector" on SuperAdmin-Options page
-
-Multisite SuperAdmin can set privacy options at SuperAdmin-Sites-Edit under "Misc Site Options" as well.
-
-SuperAdmin receives an email when blog privacy changes.
-
-RSS feeds require authentication.
-
-robots.txt updates accordingly.
-
-Ping sites filters correctly.
-
-Privacy status reflected in Dashboard/Admin header.
-
-Uses WP3 functions network_home_url() and home_url() for SSL login redirects.
-
-Login message has link to sign-up page of a "Network Users Only" blog or a link the blog admin email if user is logged in but not a member of a "Members Only" blog.
-
-Supports filters to the login_url and wp_signup_location. 
-
-== Installation ==
-
-This section describes how to install the plugin and get it working.
-
-1. Upload `ds_wp3_private_blog.php` to the `/wp-content/mu-plugins/` directory
-2. Set multisite "Network Privacy" option at SuperAdmin-Options page
-3. Set individual blog privacy options at Settings-Privacy page, or...
-4. Set individual blog privacy options at SuperAdmin-Sites-Edit page
-
-== Frequently Asked Questions ==
-
-* Will this plugin also protect feeds? Yes.
-* Will this plugin protect uploaded files and images? No.
-* Will this plugin redirect to a custom signup page or login page? Yes I've added support for filters to the login_url and wp_signup_location. I've included a couple of sample functions of these hooks in the plugin's comment section in the plugin code.
-
-== Screenshots ==
-
-1. Settings Privacy: Site Visibility Settings
-2. SuperAdmin Option: Network Privacy Selector
-3. Sites Edit: Misc Site Options
-
-== Changelog ==
-
-= 3.0.1.3 =
-* fixed bug causing 404 from login_url: wp_login_url(urlencode($_SERVER['REQUEST_URI'])) to wp_login_url()
-modified authentication checks for feeds
-
-= 3.0.1.2 = 
-* Supports filters to the login_url and wp_signup_location. 
-
-= 3.0.1.1 =
-* SuperAdmin receives an email when blog privacy changes.
-* Privacy status reflected in Dashboard/Admin header.
-* Uses WP3 functions network_home_url() and home_url() for SSL login redirects.
-* Login message has link to signup page if visitor is not logged or a link the blog admin email if user is logged in but not a member of a members only blog.
-* noindex,nofollow correctly added to meta in wp_head and login_head
- 
-= 3.0.1 = 
-* deprecated $user_level check replaced with is_user_logged_in()
-
-= 3.0 =
-* WP3.0 Multisite enabled
-
-= 2.9.2 =
-* WPMU version no longer supported.
-
-== Upgrade Notice ==
-= 3.0.1.3 =
-* fixed bug causing 404 from login_url
-
-= 3.0.1.2 =
-* Supports filters to the login_url and wp_signup_location. 
-
-= 3.0.1 = 
-* deprecated $user_level check replaced with is_user_logged_in()
-
-= 3.0 =
-* WP3.0 Multisite enabled
-
-= 2.9.2 =
-* WPMU version no longer supported.
diff --git a/wp-content/plugins/more-privacy-options/screenshot-1.png b/wp-content/plugins/more-privacy-options/screenshot-1.png
deleted file mode 100644
index 7b4f4024e770edfadf09f2fac955bff3928b5464..0000000000000000000000000000000000000000
Binary files a/wp-content/plugins/more-privacy-options/screenshot-1.png and /dev/null differ
diff --git a/wp-content/plugins/more-privacy-options/screenshot-2.png b/wp-content/plugins/more-privacy-options/screenshot-2.png
deleted file mode 100644
index e793607f18624bd385d04e49e24aba4a4d24984e..0000000000000000000000000000000000000000
Binary files a/wp-content/plugins/more-privacy-options/screenshot-2.png and /dev/null differ
diff --git a/wp-content/plugins/more-privacy-options/screenshot-3.png b/wp-content/plugins/more-privacy-options/screenshot-3.png
deleted file mode 100644
index e731873e84e4fbe9ab6456f8a7a9297827e68892..0000000000000000000000000000000000000000
Binary files a/wp-content/plugins/more-privacy-options/screenshot-3.png and /dev/null differ