Re: [Laconica-dev] ReCaptcha Plugin

2009-09-01 Thread Eric Helgeson
I hope you put your strings in 's and showerrors is a bool, true or false 
goes there.

-- Sent from my Palm Pre
Jeffrey Euen-Gow wrote:





Hi

 

I am trying to get the ReCaptcha Plugin to work on my site
and am getting errors.

 

The following is my setup in config.php

 

include_once('plugins/recaptcha.php');

$captcha = new recaptcha(6greatifitworksbutitdoesntworkforme,
6greatifitworksbutitdoesntworkforme, showErrors);

 

 

The README says:

2. In config.php add:

include_once('plugins/recaptcha.php');

$captcha = new recaptcha(publickey, privatekey, showErrors);

 

Where am I going wrong.  The publickey, privatekey I have provided
above is fictitious obviously, but I do have the correct keys from the
recaptcha api site.

 

Regards

 

Jeffrey Euen-Gow







___
Laconica-dev mailing list
Laconica-dev@laconi.ca
http://mail.laconi.ca/mailman/listinfo/laconica-dev


Re: [Laconica-dev] ReCaptcha Plugin

2009-09-01 Thread Jeffrey Euen-Gow
Eric

 

Thanks for your help.  Got it sorted. 

 

Jeffrey Euen-Gow

___
Laconica-dev mailing list
Laconica-dev@laconi.ca
http://mail.laconi.ca/mailman/listinfo/laconica-dev