The Joomla! Forum ™



Forum rules


Global Rules
Additional Rules for this forum <------- Please read before posting



Post new topic Reply to topic  [ 64 posts ]  Go to page 1, 2, 3  Next
Author Message
PostPosted: Sun Feb 07, 2010 5:06 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Nov 07, 2008 6:38 am
Posts: 37
This is a extension to integrate the reCaptcha into any form of the page.

Which an easy to use management interface in the back-end.

For more information watch the demo, additional info http://extensions.joomla.org/extensions ... tcha/11139


Please let me know what you think about it.

_________________
Yuan Chen
All For Coding
http://www.all4coding.com


Top
 Profile  
 
PostPosted: Sun Feb 07, 2010 5:37 am 
User avatar
Joomla! Ace
Joomla! Ace

Joined: Thu Jan 11, 2007 5:02 pm
Posts: 1115
Location: Alberta,Canada
Hello!

Ok I bite your video could not understand it at all so what those it do and why would I use it?

_________________
VEL contributor @ http://docs.joomla.org/Investigation_of_exploits
OSM,Trademark and Licensing Team,jed editor
Please no pm direct contact irc freenode.net #joomla


Top
 Profile  
 
PostPosted: Mon Feb 08, 2010 3:23 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Nov 07, 2008 6:38 am
Posts: 37
This is a component to allow you to integrate the recaptcha in the form like registration and others, to prevent spam to the submit form.

all you have to do is supply the form params you want to integrate the recaptcha. for example in the registration form the link is http://localhost/index.php?option=com_u ... w=register, and you just have to put the params option=com_user&view=register in the create new captcha in the back-end. this will add the recaptcha in this form. at the position you define, after or before any field id.

and don't forget to input the params to check the submit form in the example the submit param of the registration is option=com_user&task=register_save.

_________________
Yuan Chen
All For Coding
http://www.all4coding.com


Top
 Profile  
 
PostPosted: Mon Feb 08, 2010 3:31 am 
User avatar
Joomla! Ace
Joomla! Ace

Joined: Thu Jan 11, 2007 5:02 pm
Posts: 1115
Location: Alberta,Canada
Hello!

thank you for explanation

_________________
VEL contributor @ http://docs.joomla.org/Investigation_of_exploits
OSM,Trademark and Licensing Team,jed editor
Please no pm direct contact irc freenode.net #joomla


Top
 Profile  
 
PostPosted: Fri Feb 19, 2010 11:46 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Fri Feb 19, 2010 11:40 am
Posts: 1
Hi.
Nice extension.

For my site with SEF URLs (short urls) i used this and work very well:
Code:
Integrated Vars
  task=register

Checked Vars
  task=register_save

Many thanks.


Top
 Profile  
 
PostPosted: Sun Feb 28, 2010 4:03 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Wed Jun 13, 2007 9:35 am
Posts: 11
Hi!

I am using funcaptcha on the following page:

http://www.kodeacademy.com/component/user/register.html

My Settings are as follows:

option=com_user&view=register
option=com_user&task=register_save
password2
name, username, email, password, password2

respectively. And its working.

But it disables Kunena

http://www.kodeacademy.com/connect/forums.html

It gives the following error:

Fatal error: Class 'JModel' not found in /home/kodei3/public_html/plugins/system/funcaptcha.php on line 89

The moment I disable the plugin, the Forum returns.

Please help. Its a wonderful plugin and its working great otherwise.

Thanks you so much.


Top
 Profile  
 
PostPosted: Sun Feb 28, 2010 5:46 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Wed Jun 13, 2007 9:35 am
Posts: 11
I was able to solve the problem by modifying funcaptcha.php and adding the following line:

jimport('joomla.application.component.model');

below

defined('_JEXEC') or die('Restricted access');

Thanks.


Top
 Profile  
 
PostPosted: Sun Feb 28, 2010 5:53 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Wed Jun 13, 2007 9:35 am
Posts: 11
How can we change CAPTCHA_IS_WRONG with something more descriptive like "Please reenter the words again" because most people dont know the meaning of the word captcha?


Top
 Profile  
 
PostPosted: Sun Mar 07, 2010 1:53 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Nov 07, 2008 6:38 am
Posts: 37
framebuffer wrote:
How can we change CAPTCHA_IS_WRONG with something more descriptive like "Please reenter the words again" because most people dont know the meaning of the word captcha?

if you want to translate the word CAPTCHA_IS_WRONG in english create a new file named en-GB.plg_system_funcaptcha.ini in the 'language/en-GB' folder

content of the en-GB.plg_system_funcaptcha.ini:

CAPTCHA_IS_WRONG=Please reenter the words again

_________________
Yuan Chen
All For Coding
http://www.all4coding.com


Top
 Profile  
 
PostPosted: Sat Mar 20, 2010 3:38 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Nov 07, 2008 6:38 am
Posts: 37
Now the extension have the docs now. I hope everyone will like it. have Fun!!! :)

_________________
Yuan Chen
All For Coding
http://www.all4coding.com


Top
 Profile  
 
PostPosted: Mon Mar 22, 2010 4:36 am 
User avatar
Joomla! Intern
Joomla! Intern

Joined: Mon Nov 10, 2008 7:39 am
Posts: 56
Location: Indonesia
Can this be integrated to CB registration page too ?

If so, would you like to show us how to do that ?

Thx


Top
 Profile  
 
PostPosted: Sun Apr 04, 2010 12:32 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Nov 07, 2008 6:38 am
Posts: 37
Yes, it can. I'm a little busy right now. But You can follow the instruction in the docs I have uploaded, to integrate reCaptcha to the CB. I have uploaded a manual recently. I hope you will fingure it out.

_________________
Yuan Chen
All For Coding
http://www.all4coding.com


Top
 Profile  
 
PostPosted: Mon Apr 19, 2010 2:26 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Jun 16, 2009 5:11 pm
Posts: 24
This module seems to work fine for the Contact Us page but I cannot get the Restore Fields to work. I've tried contact_name;contact_email;contact_subject;contact_text and name;email;subject;text (which are the field IDs and names respectively) but neither works. If the user types in an incorrect captcha, all the fields are wiped out.

MattLG


Top
 Profile  
 
PostPosted: Mon Apr 26, 2010 11:46 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Apr 02, 2010 3:51 am
Posts: 42
Location: Indonesia
Im newbie.
could you please to inform me how to integrate the extension into YJ Modul Booking?...
Thanks


Top
 Profile  
 
PostPosted: Thu May 06, 2010 7:13 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Nov 07, 2008 6:38 am
Posts: 37
Hi Matt,
It seems it is a bug in my code. So I will fix it in about a week. and release a new version

Regards,
Yuan

_________________
Yuan Chen
All For Coding
http://www.all4coding.com


Top
 Profile  
 
PostPosted: Tue May 18, 2010 10:47 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Tue May 18, 2010 10:31 pm
Posts: 1
Okay maybe I've missed something. I'm trying to use this on my contact page.
Integrated Vars: option=com_contact&view=contact&id=2&Itemid=57
Checked Vars: option=com_contacts&view=contact&id=2&Itemid=57&task=submit
The Captcha shows up but it does not work. You can input anything into the captcha field you'd like and it sends. I must have missed something.....Anyone that can help......please


Top
 Profile  
 
PostPosted: Thu Jun 03, 2010 2:56 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Nov 05, 2006 12:00 pm
Posts: 10
I've just installed and configured funcaptcha to work with a form. It shows me the captcha field with the word and everything but when entering the correct words just says captcha is wrong and it doesn't send the form.
I tested both on firefox and konqueror.
Any suggestions?
Thank you.


Top
 Profile  
 
PostPosted: Mon Jun 14, 2010 5:24 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sat Oct 03, 2009 6:23 am
Posts: 5
very good, thanks!
but see the attach, recaptcha some page breaks and this see on your last screenshot from funcapcha-doc.doc (and on the your site)


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
 
PostPosted: Sat Jun 26, 2010 12:55 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Sat Oct 28, 2006 1:02 am
Posts: 8
This plugin needs modifications for form refilling work properly.
I had to change code, add more settings and fix language file for error notification.
Now it works fine on live site at my online store on Virtuemart registration page. If you try to use it out of the box on vituemart, your form will not be refilled if captcha was incorrect and the reason is because the basics in core of awesome plugin must be modified.
I hope developer will get back to me and puts the code to main site.

shebalau, what did you enter in "Checked Vars" settings and on what page are you setting it up?

sabinich, you need some styling to be done on template of css file to have it appear nicer :)


Top
 Profile  
 
PostPosted: Fri Jul 02, 2010 7:48 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Wed Jun 24, 2009 10:00 pm
Posts: 5
My captcha is working fine, but when user logs in (CBuilder), and is viewing his profile the captcha is displaying in the bottom of the page. Any ideas why and how to solve the problem?!?!


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
 
PostPosted: Sun Jul 04, 2010 4:45 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Sat Oct 28, 2006 1:02 am
Posts: 8
ulala, you need to specify more "Integrated Vars" to your funcaptcha setup.
You must find unique values that are only available on registration page.
This is what I did for virtuemart:
Although address url shows only two values: page=shop.registration&option=com_virtuemart
I also had to include: &register_account=1 from hidden form fields because captcha was showing on every virtuemart page as url was containing page=shop and option=com_virtuemart


Top
 Profile  
 
PostPosted: Wed Jul 07, 2010 5:46 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Nov 07, 2008 6:38 am
Posts: 37
Hi salo,

I will fix the bug, in short time. may be today or tomorrow. I have been a little busy.

Thanks,
Yuan Chen

_________________
Yuan Chen
All For Coding
http://www.all4coding.com


Top
 Profile  
 
PostPosted: Fri Jul 09, 2010 2:33 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Jun 08, 2010 2:37 am
Posts: 8
salo,

i got my virtuemart registration form captcha'd thanks to your little tip about the extra integrated vars. thanks.

would you mind sharing how you got the form refill fixed?


Top
 Profile  
 
PostPosted: Fri Jul 09, 2010 3:01 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Sat Oct 28, 2006 1:02 am
Posts: 8
pob wrote:
salo,

i got my virtuemart registration form captcha'd thanks to your little tip about the extra integrated vars. thanks.

would you mind sharing how you got the form refill fixed?

I did many modifications including fixing bug with language file for message "CAPTCHA_IS_WRONG"

It's a lot to list here. If the creator of this plugin does not update code soon (2 days), than I will post all code modification here.


Top
 Profile  
 
PostPosted: Fri Jul 09, 2010 7:20 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Jun 08, 2010 2:37 am
Posts: 8
excellent, thanks.

Also, in case others are having trouble doing trial-and-error with extra "integrated variables", I noticed that my changes did not take effect without saving and exiting out of the captcha instance. "apply" did not seem to do the trick. maybe there was something else going on, but that's the way it appeared.


Top
 Profile  
 
PostPosted: Fri Jul 09, 2010 8:16 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Jun 16, 2009 5:11 pm
Posts: 24
Salo,

That would be very much appreciated. I'm still waiting for the official fix for the problem I raised ages ago.

MattLG


Top
 Profile  
 
PostPosted: Mon Jul 12, 2010 8:29 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Nov 07, 2008 6:38 am
Posts: 37
Hi everyone,

New version have been release. I hope you will enjoy it.
Download here

** Release Note: **

- Fix bug in refill the form. In the Restore fields in the back end just enter the (id1;id2;...) or (id1:name; id2:email, ...) or ( id1:temp[name]; id2:temp[email])
- <field_id>[:<field_name][;<field_id>[:<field_name]][...]
- Using jQuery to fill the form
- Support multi-select combobox

Thanks,
Yuan

_________________
Yuan Chen
All For Coding
http://www.all4coding.com


Top
 Profile  
 
PostPosted: Tue Jul 13, 2010 4:40 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Jun 08, 2010 2:37 am
Posts: 8
will try it out. thanks!


Top
 Profile  
 
PostPosted: Sat Jul 17, 2010 6:34 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Oct 16, 2005 1:44 am
Posts: 22
Location: Henderson, NV
I have installed. I have Captcha keys in Global Configuration. It's not showing on the contact page. If I fill in fields and select submit, it says "captcha not correct".

URL - http://www.10nw-web.com/index.php?optio ... Itemid=120

Config (in order)

option=com_contact
option=com_contact&option=com_contact&task=submit
contact_text
after
contact_name;contact_email;contact_subject;contact_text;contact_email_copy

Why won't the captcha show up?

Thanks!

_________________
Trentin C Bergeron (TreChriron)
Bard, Dreamer & RPG Enthusiast
October Northwest


Top
 Profile  
 
PostPosted: Sat Jul 17, 2010 4:54 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Nov 07, 2008 6:38 am
Posts: 37
Hi trechriron,

Invalid config

Integrated Vars: option=com_contact&view=contact&id=2 (since the contact ID is 2)
Checked Vars: option=com_contact&view=contact&id=2&task=submit
Related Item ID: contact_text
Position: after
Restore Fields: contact_name:name; contact_email:email; contact_subject: subject; contact_text:text; contact_email_copy:email_copy

About the restore Field in contact form, since every field in the contact form have id and name different
So you have to write something like that <field_id>:<field_name>
So that's why the restore field above look a little strange. but it work. and if the id and name of the form field is the same you still can use the restore field with only the id of the field

trechriron wrote:
I have installed. I have Captcha keys in Global Configuration. It's not showing on the contact page. If I fill in fields and select submit, it says "captcha not correct".

URL - http://www.10nw-web.com/index.php?optio ... Itemid=120

Config (in order)

option=com_contact
option=com_contact&option=com_contact&task=submit
contact_text
after
contact_name;contact_email;contact_subject;contact_text;contact_email_copy

Why won't the captcha show up?

Thanks!

_________________
Yuan Chen
All For Coding
http://www.all4coding.com


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 64 posts ]  Go to page 1, 2, 3  Next



Who is online

Users browsing this forum: Jeyjoo and 10 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group