dozer
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Blocking Unregistered Spammers, Porn, Gamblingnevermind about the link. it seems to work now.
Forum: Requests and Feedback
In reply to: Blocking Unregistered Spammers, Porn, Gamblingmy spam problems (at least for now) ended here–> http://wordpress.org/support/3/16384 .
Also, I feel like a dummy for asking this, but can someone tell me how to insert a link in a post on this forum?Forum: Fixing WordPress
In reply to: ultimate comment spam blockerJust a confirmation note on what happened to me.
1.) Was getting spammed by bots.
2.) Added registered user only hack (and tested it) so that only registered users could place comments.
3.) Still getting spammed by bots.
4.) Added the refferer check to the top of the wp-comments.post.php. This is supposed to stop the bots coming directly to the wp-comments-post.php file.
5.) Still getting spammed. The bots figured out how to get around the reffered code.
6.) Installed this hack. SPAM Stopped cold.
As far as I’m concerned about 99% of the spam is coming from these same scripts. They go directly to the wp-comments-post.php file. The only registered user doesn’t do anything to stop them, and the reffered check is not effective. This simple hack as of the present time will stop you getting spam, so it is the way to go. I’m leaving in the registered user hack, but I don’t think it is necessary.
thanks for this hack.
dozerForum: Fixing WordPress
In reply to: ultimate comment spam blockerI have both wellards hacks (wp-comments and wp-register) installed and also the referer code at the top of ws-comments-post.php, but still getting spam.
I am installing this hack now so I can verify if it works or not. thanks for the hack shep! 🙂Forum: Requests and Feedback
In reply to: Blocking Unregistered Spammers, Porn, GamblingFirst I installed wellard’s wp-comments.php and wp-register.php. The spam kept coming in. The I added the $httpreferer check at the top of tehe wp-comments-post.php and the comments continued.
Redbug. I tried the above code, but got parse errors. When I cleaned it up and tested it I found that noone can post comments. When I do a test and logon as a user, the $user_nickname and $user_email is blank (at the top of wp-comments-post.php). How it this supposed to work.
I’m near stymied.Forum: Fixing WordPress
In reply to: SPAM after Register User Hack InstalledThere is a long post on this that I couldn’t find this morning. I’ll be adding comments there.
<http://wordpress.org/support/4/15365>Forum: Fixing WordPress
In reply to: SPAM after Register User Hack InstalledI looked at this. There are no rouge comments out there which link to posts which don’t exist.
How can the spammers post comments without logging on?Forum: Fixing WordPress
In reply to: Markdown wierdness?Yes, I had even worse problems with the old version. I have the new version. Still: several things don’t work. Am I doing something wrong, is it a problem with Markdown, or is the documentation wrong?
Forum: Fixing WordPress
In reply to: Urgent 1.2.1 Password Emailed in Base64Ok this worked. What I did, following the advice from btvillarin was edit the wp-login.php file and insert the mb_language(‘English’); line as the first line in the function function wp-mail.
One thing I will note is that the line numbers referenced didn’t match the line numbers in my wp-login.php file.
After applying the fix the password is send in english, not base 64.Forum: Fixing WordPress
In reply to: Urgent 1.2.1 Password Emailed in Base64Having the same problem. What file is it that is referenced about that needs to be changed? Can anyone out there break it down for a newbie on exactly how to fix this?? Appreciate it in advance.
Forum: Fixing WordPress
In reply to: reset help!:login id blank when resetting passwordYes, but I’m trying to get this automated password reset to work for the users. Does it normally work (automatic reset) or is it a bug?
Forum: Plugins
In reply to: Blacklist: working great here.Hi: Just a related note. I was going to install Kittens spaminator and spam words. When I went to her site I started to leave a comment (on another post) and it wouldn’t allow me to leave the comment because it said it was spam. In any event, I think there may be problems with it because there wasn’t anything suspect in the post. I decided to go the route of requiring registration. Anything to stop the everyday on line pker man.
Forum: Fixing WordPress
In reply to: markdown and smart quotesYes, that was the problem. Thanks Michel. I’m going to suggest that the WP folks include a version of markdown in the next release which doesn’t suck. 🙂
Forum: Fixing WordPress
In reply to: markdown and smart quotesI don’t think so as I have them turned off.
Forum: Fixing WordPress
In reply to: markdown and smart quotesjust an added note to the above. it seems like wp is converting the straight quotes into curly quotes. Is there a way to stop WP from doing this conversion?