Title: phpcoder's Replies | WordPress.org

---

# phpcoder

  [  ](https://wordpress.org/support/users/phpcoder/)

 *   [Profile](https://wordpress.org/support/users/phpcoder/)
 *   [Topics Started](https://wordpress.org/support/users/phpcoder/topics/)
 *   [Replies Created](https://wordpress.org/support/users/phpcoder/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/phpcoder/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/phpcoder/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/phpcoder/engagements/)
 *   [Favorites](https://wordpress.org/support/users/phpcoder/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Anyone Succeeding with 1.5.1?](https://wordpress.org/support/topic/anyone-succeeding-with-151/)
 *  [phpcoder](https://wordpress.org/support/users/phpcoder/)
 * (@phpcoder)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/anyone-succeeding-with-151/page/4/#post-202553)
 * Had to chmod 15 files onto 777, but other than that it’s greater than WordPress
   1.2!
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Site Selling Memberships to SPAM Blogs!](https://wordpress.org/support/topic/site-selling-memberships-to-spam-blogs/)
 *  [phpcoder](https://wordpress.org/support/users/phpcoder/)
 * (@phpcoder)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/site-selling-memberships-to-spam-blogs/#post-206819)
 * True, yet I’ve password-protected my blog with “WWW-Authenticate: Basic” so that
   no spammer could get in with any bots, and I’d tell anybody who emailed me to
   access my blog the password.
 * [http://www.meteorologistlife.com/](http://www.meteorologistlife.com/)
 * Anybody who wants to implement the hack, insert this in wp-blog-header.php:
 * `
    $your_email="somebody at gmail dot com"; $blog_pwd="phpself1"; if(!ereg("/
   wp-admin/edit.php", $PHP_SELF)) { if ($_SERVER['PHP_AUTH_PW'] != $blog_pwd) {
   header('WWW-Authenticate: Basic realm="For security reasons, this blog is password-
   protected. Please email '.$your_email.' to obtain password. Thank you."'); header('
   HTTP/1.0 401 Unauthorized'); echo '<HTML></HTML>'; exit; } }

Viewing 2 replies - 1 through 2 (of 2 total)