Page 21 of 60 FirstFirst ... 11192021222331 ... LastLast
Results 201 to 210 of 593
  1. #201
    Join Date
    Aug 2006
    Location
    West Virginia
    Posts
    321
    Plugin Contributions
    1

    Default Re: Captcha using TTF & GD

    Quote Originally Posted by cjcrafts View Post
    ok I have a new problem now. I recently rebuilt my site to correct a problem unrelated to this mod. In the process I am now running the newest version of Links Manager ver. 3.2.3. After several failed attempts of merging the captcha code into the template file I am begging for help. I'm getting hammered with spam links.

    Love the mod, just can't get the two of them to get along

    I'm getting an unexpected end error when I merge in all the sections that are marked in the code.

    Does anyone have the correctly merged files they would be willing to send me? Save me from my spam hell PlEaSe
    cjcrafts, I was having the same thing. When I installed the captcha my links manger submit link page gave errors. I have an old version that I installed on my running site which is curently running php4.. and I have links manager on it and they both are fine? Im testing this on my PC which is PHP5 and im getting errors. The last time I tried to install I never saw any picture ect. it was like I didnt install it If you get yours fixed let me know and I will do the same...Thanks!

    Oh, What and where is the latest version/download?

  2. #202

    application error Re: Captcha using TTF & GD

    Quote Originally Posted by oxicottin View Post
    cjcrafts, I was having the same thing. When I installed the captcha my links manger submit link page gave errors. I have an old version that I installed on my running site which is curently running php4.. and I have links manager on it and they both are fine? Im testing this on my PC which is PHP5 and im getting errors. The last time I tried to install I never saw any picture ect. it was like I didnt install it If you get yours fixed let me know and I will do the same...Thanks!

    Oh, What and where is the latest version/download?
    I found it in the zencart downloads I have attached it for you as well. I'm not sure if this is a new development with this new version or what. I do know I had the previous version working get with CAPTCHA. I am at a total loss as to how to fix it at this point. I'm hoping to find that answer here too.
    Attached Files Attached Files

  3. #203
    Join Date
    Aug 2007
    Posts
    11
    Plugin Contributions
    0

    Default SEO Workaround

    Quote Originally Posted by Mantid View Post
    I apologize if this has been stated already, but it is late and I am far too tired to read all 18 pages to check, lol.

    I was having the same problem as a few others here with the image not showing. It would just show "Enable this picture". It turned out to be my SEO mod (Ultimate SEO URLs by dream-scape) that was fumbling it up. Disabled that and it worked great. Just thought I would mention that for anyone else who may be in a similar situation (or willing to find a way to make them work together ).
    For some people that are having problems displaying the captcha image due to the .html being added to captcha_img.php

    I added this line to my .htaccess file and it seems to work.

    Redirect /captcha_img.php.html https://mywebsite.c4.myhost.com/captcha_img.php

    Obviously you would need to change the italics portion to suit your needs.

    If your using SSL, I believe you must redirect to an SSL location so you don't get any certificate issues.

  4. #204
    Join Date
    Aug 2006
    Location
    West Virginia
    Posts
    321
    Plugin Contributions
    1

    Default Re: Captcha using TTF & GD

    Quote Originally Posted by cjcrafts View Post
    I found it in the zencart downloads I have attached it for you as well. I'm not sure if this is a new development with this new version or what. I do know I had the previous version working get with CAPTCHA. I am at a total loss as to how to fix it at this point. I'm hoping to find that answer here too.
    cjcrafts, I was talking about captcha's latest and greatest. I have the newest links manager installed and modifyed to except banners. I just cant get captcha to even show up at the bottom of anything... Thanks for finding the file though ......

  5. #205

    application error Re: Captcha using TTF & GD

    Quote Originally Posted by oxicottin View Post
    cjcrafts, I was talking about captcha's latest and greatest. I have the newest links manager installed and modifyed to except banners. I just cant get captcha to even show up at the bottom of anything... Thanks for finding the file though ......
    I must have misunderstood you then, I am not aware of a new release of the gd ttf captcha mod.

    On another note I have tried slicing and dicing mixing and matching several different combinations and still can't get it to work right with the links manager.

    It appears just fine, but when I load the submit link page, however it displays the add image field with the field title all muffed up, and when you submit the link it rolls you right back to the submit form instead of displaying the link submitted screen.

    It has me totally baffled because all I have been doing is adding the code that is between the //bof captcha and //eof captcha segments from the captcha mod to the header_php.php and tpl_links_submit_default.php of links manager 3.2.3.


  6. #206

    application error Re: Captcha using TTF & GD

    Quote Originally Posted by cjcrafts View Post
    I must have misunderstood you then, I am not aware of a new release of the gd ttf captcha mod.

    On another note I have tried slicing and dicing mixing and matching several different combinations and still can't get it to work right with the links manager.

    It appears just fine, but when I load the submit link page, however it displays the add image field with the field title all muffed up, and when you submit the link it rolls you right back to the submit form instead of displaying the link submitted screen.

    It has me totally baffled because all I have been doing is adding the code that is between the //bof captcha and //eof captcha segments from the captcha mod to the header_php.php and tpl_links_submit_default.php of links manager 3.2.3.


    Boy do I feel like an idiot, I found my problem, I was adding the code in the wrong place in the template file. This is what happens when they switch me to decaf

    Thank anyways,

  7. #207
    Join Date
    Jun 2007
    Location
    NJ
    Posts
    83
    Plugin Contributions
    0

    Default Re: Captcha using TTF & GD

    I was hoping someone could expand on the reason this may be happening. CAPTCHA works on all pages that I choose in admin except for the actual "create account" page.

    Here is my link CLICK HERE

    Thanks for your help.

  8. #208
    Join Date
    Aug 2006
    Location
    West Virginia
    Posts
    321
    Plugin Contributions
    1

    Default Re: Captcha using TTF & GD

    Quote Originally Posted by cjcrafts View Post
    Boy do I feel like an idiot, I found my problem, I was adding the code in the wrong place in the template file. This is what happens when they switch me to decaf

    Thank anyways,
    cjcrafts, what did you do to fix this? Here is my error when I click submit a link:
    Fatal error: Cannot redeclare zen_get_link_path() (previously declared in W:\wamp\www\rbackyard\includes\functions\links.php:23) in W:\wamp\www\rbackyard\includes\functions\links.php on line 32
    Is this the error you were getting and if so what and where did you do? Im new to this so please post code...Thanks!!

  9. #209
    Join Date
    Aug 2006
    Location
    West Virginia
    Posts
    321
    Plugin Contributions
    1

    Default Re: Captcha using TTF & GD

    I got it working without the Captcha at the bottom of the links Manager page! I just didnt use the header.php file that was with the Captcha.. I would still like to know how to add it at the bottom of the page though!

  10. #210
    Join Date
    Jun 2007
    Location
    NJ
    Posts
    83
    Plugin Contributions
    0

    Default Re: Captcha using TTF & GD

    PLEASE, PLEASE HELP!!! Users can not register on my site! I have CAPTCHA working on all pages except the "create account" page and it leaves users going somewhere else. Before this version I was running the other very basic CAPTHA. I tried to uninstall it the best I could and perhaps something went nuts. My page is HERE!! I am also using ultimate seo but the CAPTHA issue started before that installation.

    Someone actually called me and let me know they could not go any further with their registration.

    Here is my server config

    Server Host: www.printsxpress.com (66.252.131.130) Database Host: localhost (127.0.0.1) Server OS: Windows NT NVWEB1 5.2 build 3790 Database: MySQL 5.0.41-community-nt Server Date: 09/06/2007 11:56:18 Database Date: 09/06/2007 11:56:18 Server Up Time:
    PHP Version: 5.2.2 (Zend: 2.2.0)
    HTTP Server: Apache/2.2.4 (Win32) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8e mod_autoindex_color PHP/5.2.2 mod_perl/2.0.3 Perl/v5.8.8
    table, td, tr {font-family: sans-serif; font-size: 11px;}.p {text-align: center;}.e {background-color: #ccccff; font-weight: bold; font-size: 11px;}.h {background-color: #9999cc; font-weight: bold; font-size: 11px;}.v {background-color: #cccccc; font-size: 12px;}i {color: #666666; font-size: 11px;}hr {display: none; font-size: 11px;} Zen Cart 1.3.7.1

    Database Patch Level: 1.3.7.1

    v1.3.7.1 [2007-07-09 13:16:41] (Fresh Installation)

 

 
Page 21 of 60 FirstFirst ... 11192021222331 ... LastLast

Similar Threads

  1. Replies: 68
    Last Post: 29 Jul 2013, 06:33 PM
  2. CAPTCHA using TTF & GD - not working
    By derrr99 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 13 Dec 2010, 04:05 PM
  3. Replies: 13
    Last Post: 2 Jun 2008, 03:29 PM
  4. Captcha using TTF & GD & Tel Not Required (how do I Avoid Overwrites?)
    By CelticKatt in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 8 Apr 2008, 04:18 AM
  5. Can CAPTCHA Using TTF & GD be installed in check out?
    By Lainee in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 8 May 2007, 04:53 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR