Projects tagged ‘recaptcha’


[12 total ]

1 Users

reCAPTCHA is an eZ Publish extension that allows the integration of the reCAPTCHA anti-spam CAPTCHA service in eZ publish content objects. The reCAPTCHA extension provides a reCAPTCHA datatype that ... [More] can be used in editing content and information collection. [Less]
Created about 1 year ago.

0 Users

IntroductionContact-recaptcha is a simple-to-install contact form application for Django that uses reCAPTCHA to fight spam. Here's an example of it in use, with a slightly customised template. A ... [More] few more examples: with the default template the default templates have been translated into French How does it work?Very simply: visitor loads contact page. types in message & clicks ok. the captcha is verified by reCAPTCHA. visitor gets redirected first to a 'thank you' page. then to another (pre-defined) page in the site. meanwhile, the form content is emailed to a (pre-defined) email address. Design considerationsContact-recaptcha is deliberately kept very basic; for a more generic and extensible contact form application see django-contact-form CreditsThe recaptcha.py file was copy-and-pasted from recaptcha-client. InstallationSystem requirements: python 2.4 or higher. django 1.0 or higher. InstructionsGet the source code to contact-recaptcha from the subversion repository and copy it into your project. Setup a reCAPTCHA account Add contact-recaptcha to your project's INSTALLED_APPS. Add the following URL pattern to your root URLConf: (r'^contact/', include('contact_recaptcha.urls'),Add these new custom settings to your settings.py file. Required settings: RECAPTCHA_PUB_KEY: public key obtained from reCAPTCHA. RECAPTCHA_PRIVATE_KEY: private key obtained from reCAPTCHA. EXTERNAL_RECAPTCHA: Boolean; should the connection to recaptcha be activated in the contact page? You can set this flag to False in your dev environment. Optional settings. Define these only if you need to override the default values: CONTACT_EMAIL: list of emails addresses to send the contact message to; default value is settings.MANAGERS CONTACT_NEXT_URL: URL to redirect a visitor to after displaying the 'Thank You' page; default value is '/' (website root). TemplatesDefault templates are supplied to get you up and running quickly, but you can of course override them if required. The default templates use CSS for styling; if you use the standard templates you'll very probably need to edit this. Please see file contact-recaptcha/templates/contact/README.txt for more information. [Less]
Created about 1 year ago.

0 Users

Using ReCaptcha with Asp.Net MVC MvcReCaptcha makes it easier for you to implement the proven ReCaptcha technology. It's developed in C#. Based on solution provided by Dimecasts.net.
Created 4 months ago.

0 Users

Services_ReCaptchaImportantThis project is now an official PEAR package and has moved to PEAR repository. Please report all bugs using the PEAR Bugtracker.
Created 9 months ago.

0 Users

ANSI Common Lisp Library for the ReCAPTCHA.net web-services.
Created about 1 year ago.

0 Users

RecaptchaFacebox is a jQuery plugin that combines the form validation functionality of Recaptcha with the modal window capability of Facebox, allowing you to efficiently define modal Recaptcha windows ... [More] for your forms. Pages with multiple forms can share the same window for validation with little effort. [Less]
Created 3 months ago.

0 Users

InfoMaven features added (see below). Getting StartedThis library provides a wrapper for the reCAPTCHA AJAX API and a RecaptchaWidget build on top of the wrapper for easy use in your GWT ... [More] application. For validation of the challenge on the server side I recommend to use the library recaptcha4j. The sample does only work over http://, not over file://. MavenFrom now on you can use gwt-recaptcha directly with maven: ... gwt-recaptcha http://gwt-recaptcha.googlecode.com/svn/repo ... com.claudiushauptmann gwt-recaptcha provided 1.0.0-SNAPSHOT [Less]
Created 6 months ago.

0 Users

Erlrecaptcha is an implementation of the recaptcha protocol in Erlang. Реализация recaptcha на erlang.
Created 11 months ago.

0 Users

I get Python client on: http://pypi.python.org/pypi/recaptcha-client. And wrap it for django. =)
Created 6 months ago.

0 Users

Django application for GAE sites based on http://pypi.python.org/pypi/recaptcha-client. Install as usual django app. Required settings are RECAPTCHA_PRIVATE_KEY and RECAPTCHA_PUBLIC_KEY. ... [More] Optional RECAPTCHA_USE_SSL and RECAPTCHA_ERROR are default to False. Application deirectory template loader should be turned on, otherwise copy templates to your favorite templates location. [Less]
Created 11 months ago.