The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $newpmmsg - Line: 40 - File: global.php(841) : eval()'d code PHP 8.1.27 (Linux)
File Line Function
/global.php(841) : eval()'d code 40 errorHandler->error
/global.php 841 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5024 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 5024 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7162 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 7162 errorHandler->error
/inc/functions.php 5044 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1415 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 1415 errorHandler->error
/inc/functions.php 1370 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
Tried adding CAPTCHA api I'm lost - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1)
+--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5)
+--- Thread: Tried adding CAPTCHA api I'm lost (/showthread.php?tid=917)



Tried adding CAPTCHA api I'm lost - jimdiscinpa - Nov 1st, 2010

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.


RE: Tried adding CAPTCHA api I'm lost - jimdiscinpa - Nov 1st, 2010

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?


RE: Tried adding CAPTCHA api I'm lost - mrGarvin - Nov 3rd, 2010

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.


RE: Tried adding CAPTCHA api I'm lost - jimdiscinpa - Nov 3rd, 2010

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


RE: Tried adding CAPTCHA api I'm lost - Ben - Nov 4th, 2010

Hi Jim,

Good question. Frankly, not really...

Form Tools 1 and 2 are very different scripts - I knew that I'd kind of be starting from scratch with version 2, so a fully-functional upgrade mechanism doesn't exist; the database and content are just too different.

That said, I did write a module to import the data from FT1 to FT2:
http://modules.formtools.org/ft1_data_import/

It's not perfect, but it imports the majority of the data & client info.

Since your two installations are on different servers, you'll need to make a copy of your FT1 database and create it on your GoDaddy site before being able to use that module.

At that point, you'll need to migrate your forms to point to the new Form Tools 2 installation. I'd give the module documentation a read over for that.

Good luck! Smile

- Ben


RE: Tried adding CAPTCHA api I'm lost - ron77hays - Feb 16th, 2011

Is the captcha where you have to solve a puzzle much more complicated than the letters captcha?