Arrow

Version 2.82 released! | Peter's Custom Anti-Spam for WordPress | Forum

Back to the custom anti-spam plugin page
 
Current User: Guest
Search Forums:


 






Minimum search word length is 4 characters – Maximum search word length is 84 characters
Wildcard Usage:
*  matches any number of characters    %  matches exactly one character

Version 2.82 released!

Reply to Post Add a New Topic
UserPost

5:07 pm
July 2, 2007


Peter

Admin

posts 732

New features:

  • Changed the default settings so that trackbacks and pingbacks are enabled by default.
  • Added the option to send one or both types to a moderation queue (Thanks to Donovan for feedback and MtDewVirus for unknowingly providing an example).
  • With TTF fonts, the font size will automatically decrease if the word is slightly too tall for the image box (similar to the version 2.8 feature but for height).

Download it on the plugin page, as always:

http://www.theblog.ca/?p=21

If you have a question not related to this specific release, please start a new topic.

11:18 am
July 8, 2007


The Happy Rock

Guest

I didn't realize that Peter’s anti comment spam plugin here has pingbacks and trackbacks turned off by default. You have to go into the php file and turn those back on. Pingbacks were broken for weeks and I had no idea why.

4:35 pm
July 8, 2007


Peter

Admin

posts 732

Now they're finally on by default, so… happy day!

9:50 pm
July 9, 2007


The Happy Rock

Guest

I am having problem with the text box for the anti spam word not showing any border in Firefox. You can still tab to it, but you can't see that it is there.

Have you ever seen this? Any ideas?

1:16 am
July 10, 2007


Peter

Admin

posts 732

Can you post a link to your site?

You could try hard-coding the border. Find this:

echo( '<input type="hidden" name="matchthis" value="' . $cas_antiselect . "\\" />\\n\\t\\t\\t\\t" );

And add a border attribute:

echo( '<input type="hidden" border=1 name="matchthis" value="' . $cas_antiselect . "\\" />\\n\\t\\t\\t\\t" );

3:15 pm
July 13, 2007


Christine Barrett

Guest

Hi –

I downloaded and added the latest version of the plugin. It works using Netscape and Firefox but not on IE.

I logged into the admin account and went to the manage section. All of diagnostics are OK and I see the word. The blog uses zen-minimalist and all commenters should get the anti-spam word.

I logged out and went back to the blog. When I try to comment on an article, there's no antispam image or "to prove you are a …" line. When I try to post the comment, it says I have to put in the anti-spam word.

The website is OSGA.Com. Ideas?

Christine

12:03 am
July 14, 2007


Peter

Admin

posts 732

That is weird. I tested your site in IE and the anti-spam field was at the bottom of the left column…

You'll need to use the manual insert feature in the plugin. Edit this setting at the top of the plugin file:

// Set this to TRUE if you will be editing your comments file (add this php line wherever you want the anti-spam image inserted in the comments.php file: do_action('secure_image', $post->ID); )
// Set this to FALSE if you want to use the default Javascript positioning
$cas_manualinsert = true;

Then, edit your theme's Comments file (comments.php) and add this code above </form>:

<?php do_action('comment_form', $post->ID); ?>

12:08 am
July 17, 2007


The Happy Rock

Guest

I changed the line in the PHP a minute ago, but here is the link anyway. Hopefully that works. Thanks

http://www.thehappyrock.com/2007/07/16/i-need-help-canceling-cable-to-save-money/

10:49 am
July 17, 2007


Chad Hummel

Guest

After installing and configuring the plugin, all I can get is an unavailable image. I have done everything I know how to do to get it to work, and still nothing. Can you help me out?

My address is http://www.curveballblog.com

Thanks
Chad

12:32 pm
July 17, 2007


Peter

Admin

posts 732

Hi Happy Rock — the plugin looks good!

12:48 pm
July 17, 2007


Peter

Admin

posts 732

Chad — did you change this setting to reflect the different folder name?

// If you add a path, DO include the trailing slash.
$cas_fontpath = "wp-content/plugins/custom-anti-spam/";

Also, did you check out the diagnostic page in the admin panel? (Manage > Custom anti-spam)

Were the fonts uploaded in binary format?

7:05 pm
July 17, 2007


Chad Hummel

Guest

Yeah, I had the path changed, and I went back and re-uploaded the files in binary, and still nothing.

The admin page says "yay" to everything, but there's still no image.

7:37 pm
July 17, 2007


Peter

Admin

posts 732

Eek, I think I know what the problem is. Your free GoDaddy account tries to insert ads onto all pages that end in ".php". The plugin generates an image out of a php file, but because it has the php extension, GoDaddy messes up the code. So the plugin won't work unless you have a host that doesn't inject ads into php files :(

7:47 pm
July 17, 2007


Chad Hummel

Guest

ah, I see. That freakin banner has done nothing but be a pain so far. Well, thanks for the help.

9:08 pm
July 17, 2007


Chad Hummel

Guest

I upgraded my hosting account, and the plugin works great. Thanks!

7:41 pm
July 19, 2007


Heath

Guest

Hey there – I just installed the plugin today and it works great. very slick and hopefully will get rid of my spam problem!

8:35 pm
July 19, 2007


Peter

Admin

posts 732

Heath said:

Is there a configuration area for me to tell the plugin where the GD library is located manually?

Unfortunately, no. The script actually checks for the PHP function "imagejpeg". According to the PHP docs, "JPEG support is only available if PHP was compiled against GD-1.8 or later." Perhaps you have an older version of the GD Library?

8:36 pm
July 19, 2007


Peter

Admin

posts 732

Hmmm, you edited your post… so I take it you fixed things?

2:22 am
July 20, 2007


axil

Guest

Just an FYI…I'm using 2.8 and noticed in my logs the following:

PHP Fatal error: Call to undefined function: add_action() in boojies.com/httpdocs/wp-content/plugins/custom-anti-spam/custom_anti_spam.php on line 402

However…the plugin works. I would love to upgrade to 2.8.3 if you are familiar with the error and can address it.

Thanks…

9:51 am
July 20, 2007


Peter

Admin

posts 732

Does that error happen quite often? It should only occur if someone manually accesses custom_anti_spam.php (and is normal in that case). However, I'll see whether it's possible to avoid it altogether in future versions.

Reply to Post

Reply to Topic:
Version 2.82 released!

Guest Name (Required):

Guest Email (Required):

HTML Editor
Smileys
Confused Cool Cry Embarassed Frown Kiss Laugh Smile Surprised Wink Yell
Post New Reply

Guest URL (required)

Math Required!
What is the sum of:
9 + 4