Posts: 12
Threads: 6
Joined: Nov 2010
Reputation:
0
I have used Form Tools on about 10 forms and now I am trying to add Captcha to improve them. When I followed instructions and put the code at the VERY TOP of page, my page becomes blank.
Here is one line of that code
require_once("form_tools/global/api/api.php");
Maybe I need to install something else in my form tools first because I do not even have an api directory inside the global directory.
I have my config.php, a library .php, license.txt, admin_styles.css, a code folder, a jscalendar, lang,scroipts, and templates folders but no api.
I am stuck and am tired of getting spam from bots.
Any help would be appreciated.
Posts: 12
Threads: 6
Joined: Nov 2010
Reputation:
0
Jim again, I found the API download.
I am guessing that I will create the api directory inside global, then put api.php in there.
there was also a recaptchalib.php and an index.php do I put those in the api folder too.
Note the folder that downloaded was actually named api1 not api so what do I name the directory I create in global?
Posts: 62
Threads: 9
Joined: Apr 2009
Reputation:
2
Nov 3rd, 2010, 12:27 AM
(This post was last modified: Nov 3rd, 2010, 12:28 AM by mrGarvin.)
Hi Jim.
Your structure should be like this:
/global/api/
/global/api/api.php
/global/api/index.php
/global/api/recaptchalib.php
The reason your folder was named api1 COULD be that you've already downloaded it before and your operating system renames the new download to prevent the old one from being over written. Any way, rename the folder to just "api" before you upload it.
Posts: 12
Threads: 6
Joined: Nov 2010
Reputation:
0
OK Maybe the problem was that I had Form Tools 1.5.1 installed in my own hosting computer.
Then I did a fresh Form Tools install on the Go Daddy hosted site which is currently Form Tools version 2.0.4 AND COMES WITH API integration. I made one form and even added Captcha and it works.
Now my question becomes what do I do with the old 1.5.1 install on my in house host computer?
Is there a way to upgrade to the current version of Form Tools without losing all my forms?
Thanks, Jim
Posts: 3
Threads: 0
Joined: Feb 2011
Reputation:
0
Is the captcha where you have to solve a puzzle much more complicated than the letters captcha?