Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

[NEW PLUGIN] ReviewCAPTCHA v1

Quote Reply
[NEW PLUGIN] ReviewCAPTCHA v1
Hi,

I've started getting some spam on one of my GLinks installs, so decided to write this plugin =)

http://www.ultranerds.com/.../ReviewCAPTCHA_L243/

It works fine on its own, or in conjunction with ReviewFilter Smile

Price: $30

Description:

This plugin lets you put a CAPTCHA security image on your review pages. This stops people from spamming your review system, *especially* if you have it setup to allow "guests" to post.

Screenshots:

Got some on the detailed page, here: http://www.ultranerds.com/.../ReviewCAPTCHA_L243/

If you have any questions, please let me know.

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Andy] [NEW PLUGIN] ReviewCAPTCHA v1 In reply to
Hi,

I've been made aware of a wrong URL for the "Settings" link in the admin panel (it was going to my dev install).

I've fixed this up, and uploaded a new version.

I didn't bother giving it a new version number though, as it wasn't a biggie =)

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Andy] [NEW PLUGIN] ReviewCAPTCHA v1 In reply to
Hi Andy,

The table ReviewLinkSession is incremented with each visit of the Review page.

Is It possible to empty the table automatically?

Perhaps like this:

Code:
$DB->delete({ ID => $IN->param( 'id' ) });

Thanks!

Mick
Quote Reply
Re: [MJ_] [NEW PLUGIN] ReviewCAPTCHA v1 In reply to
Hi,

Please try the latest version - 1.2 (available from the members area on my site). I've tweaked the plugin so that it auto-deletes records that are older than 5 minutes old.

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Andy] [NEW PLUGIN] ReviewCAPTCHA v1 In reply to
Hi Andy,

It is perfect ! installed without problem. :)

Mick
Quote Reply
Re: [MJ_] [NEW PLUGIN] ReviewCAPTCHA v1 In reply to
Nice Angelic I really need to go through all the other CAPTCHA plugins too, and change their logic (for example AddRand_Image still creates a static image - which can clog up a server directory quite quick when a lot of people are using it daily)

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates