EllisLab text mark
Advanced Search
     
Valicate reCaptcha Plugin Using CI
Posted: 05 October 2012 05:30 AM   [ Ignore ]
Avatar
Joined: 2012-08-24
214 posts

Hello Huys. I have a simple problem. My problem is I want to validate the recaptcha plugin. How can I do this with my controller? Viewing of recaptcha is easy but i dont know how to validate it. Please help me guys.

 Signature 

Our greatest glory is not in never falling, but in rising every time we fall.

cheese
Email: .(JavaScript must be enabled to view this email address)
Mobile Number: +639216015372

 
Posted: 07 October 2012 05:03 AM   [ Ignore ]   [ # 1 ]   [ Rating: 0 ]
Joined: 2009-04-15
453 posts

start by going to http://www.google.com and typing:

codeigniter validate recaptcha

https://www.google.co.jp/search?q=codeigniter+validate+recaptcha&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:ja:official&hl=ja&client=firefox-a

69 posts - might be time to start doing your own research instead of just coming here expecting people to write code for you?

sorry if that is harsh and unfriendly, but…

 Signature 

Code By Jeff

Mahana Messaging Library

Problem with your query? Did you run

$this->db->last_query(); 

before you came to the forums for help?

 
Posted: 07 October 2012 11:17 PM   [ Ignore ]   [ # 2 ]   [ Rating: 0 ]
Avatar
Joined: 2012-08-24
214 posts

Sorry but the code in the internet is written in old version of CI. I am just so stressed because I’m a beginner in a programming field and I’m handling a big project. That’s why i always asked a help to you guys. I can do my own research but it is difficult for me to understand some difficult code. Sorry again.

 Signature 

Our greatest glory is not in never falling, but in rising every time we fall.

cheese
Email: .(JavaScript must be enabled to view this email address)
Mobile Number: +639216015372

 
Posted: 08 October 2012 07:19 AM   [ Ignore ]   [ # 3 ]   [ Rating: 0 ]
Avatar
Joined: 2006-03-25
1009 posts

This version is CI 2.1.x compatible:
https://github.com/ollierattue/codeigniter-recaptcha

Look at the example controller and view to see how to use it.