Title: robpet's Replies | WordPress.org

---

# robpet

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [=20 showing up in email Blog](https://wordpress.org/support/topic/20-showing-up-in-email-blog/)
 *  Thread Starter [robpet](https://wordpress.org/support/users/robpet/)
 * (@robpet)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/20-showing-up-in-email-blog/#post-426185)
 * It happens when you cut and paste from a word processor.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Blog by Email Formatting](https://wordpress.org/support/topic/blog-by-email-formatting/)
 *  Thread Starter [robpet](https://wordpress.org/support/users/robpet/)
 * (@robpet)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/blog-by-email-formatting/#post-425474)
 * Figured it out. This =20 happens if you cut and paste from a word processor.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Question about Blogging by email](https://wordpress.org/support/topic/question-about-blogging-by-email/)
 *  [robpet](https://wordpress.org/support/users/robpet/)
 * (@robpet)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/question-about-blogging-by-email/#post-425351)
 * I had the same issue, but I found a way around it.
 * What I did was go into Users and Your Profile. For the user admin, I filled out
   the other person’s name and Nickname (this would be your husband’s info), and
   then below that, choose the appropriate name you want to show up under “Display
   name publicly as”.
 * Then his email blogs will show up as being by the name you chose.
 * It also doesn’t give him admin permissions, because it’s just the admin “Display
   Name”, really.
 * Try that, it should work for you.
 * rob
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Need a plugin? – taking a request](https://wordpress.org/support/topic/need-a-plugin-taking-a-request/)
 *  [robpet](https://wordpress.org/support/users/robpet/)
 * (@robpet)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/need-a-plugin-taking-a-request/#post-425073)
 * I will mark the other one resolved, but I also want to let all know that this
   also works allowing spaces (thanks to a quick google):
 * $comment_content = preg_replace(“/[^A-Za-z0-9[:space:]s+.]/i”, “”, $comment_content);
 * rob
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Need a plugin? – taking a request](https://wordpress.org/support/topic/need-a-plugin-taking-a-request/)
 *  [robpet](https://wordpress.org/support/users/robpet/)
 * (@robpet)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/need-a-plugin-taking-a-request/#post-425065)
 * Well, your regex works pretty well, but how would I get it to allow spaces? It
   just pushed all the characters together in one big word.
 * Thanks
 * rob
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Need a plugin? – taking a request](https://wordpress.org/support/topic/need-a-plugin-taking-a-request/)
 *  [robpet](https://wordpress.org/support/users/robpet/)
 * (@robpet)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/need-a-plugin-taking-a-request/#post-425057)
 * Okay, valid arguements. This is totally off topic of your post, but can someone
   either give me, or direct me to where I can get some scripting to defend WordPress,
   and to support it’s inherent security?
 * Then I may not have to worry about this at all…
 * Thanks
 * rob
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Need a plugin? – taking a request](https://wordpress.org/support/topic/need-a-plugin-taking-a-request/)
 *  [robpet](https://wordpress.org/support/users/robpet/)
 * (@robpet)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/need-a-plugin-taking-a-request/#post-425053)
 * Not really. Unless a Spam Filter will stop these characters. I want to stop them
   from being able to be entered in comments only. I trust my bloggers, but not 
   those people posting comments.
 * Do you know of a Spam Filter Plugin that will do this? And what would the result
   be?
 * I’ve thought about putting those characters in the Comment Blacklist and seeing
   what would happen… I would add a line in the post_comment script (whatever it’s
   called) stating that any of those characters being used would cause the comment
   not to post…
 * Thoughts?
 * Sorry to fill your generous post Aleister.
 * rob
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Need a plugin? – taking a request](https://wordpress.org/support/topic/need-a-plugin-taking-a-request/)
 *  [robpet](https://wordpress.org/support/users/robpet/)
 * (@robpet)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/need-a-plugin-taking-a-request/#post-425050)
 * Just blocking everything except alphanumeric, whitespace (space bar), period,
   comma and maybe question mark and exclamation point.
 * Basicly, so the the comments can have proper grammer, but not allow the ‘ ” %
   $ # ( ) * ^ < > / } { [ ] \ etc… So in other words, anything that could make 
   up some sort of code to disrupt the database interaction and access to the website
   files.
 * I can’t imagine it would be that hard, but I don’t know PHP and have no idea 
   where to even start…
 * Thanks
 * rob
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Need a plugin? – taking a request](https://wordpress.org/support/topic/need-a-plugin-taking-a-request/)
 *  [robpet](https://wordpress.org/support/users/robpet/)
 * (@robpet)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/need-a-plugin-taking-a-request/#post-425042)
 * How about something that will limit the characters that are acceptable in comments?
   I’m looking for one like that, and that would truly rock.
 * Thanks
 * rob
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Database connection issue, But host is fine](https://wordpress.org/support/topic/database-connection-issue-but-host-is-fine/)
 *  [robpet](https://wordpress.org/support/users/robpet/)
 * (@robpet)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/database-connection-issue-but-host-is-fine/#post-424576)
 * The only other thing could be the URL. Does godaddy have more than one MySQL 
   servers? Could the one you have in there be wrong?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Emailing to Blog](https://wordpress.org/support/topic/emailing-to-blog/)
 *  [robpet](https://wordpress.org/support/users/robpet/)
 * (@robpet)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/emailing-to-blog/#post-424523)
 * Are you sure that your email is getting through to the mail server? Check that
   first, and make sure it’s there (use a webmail service, otherwise you will download
   it).
 * Also, check your settings in the WordPress Admin area. Make sure that your settings
   are correct.
 * rob

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