Page 12 of 60 FirstFirst ... 2101112131422 ... LastLast
Results 111 to 120 of 593
  1. #111
    Join Date
    Aug 2006
    Posts
    254
    Plugin Contributions
    0

    Default Re: Captcha using TTF & GD

    Deleting "anti_robotreg" table in SQL didn't do anything to help. Put it back in.

  2. #112
    Join Date
    Aug 2006
    Posts
    254
    Plugin Contributions
    0

    Default Re: Captcha using TTF & GD

    Realize I'm talking to myself but the more info. the better.

    I mentioned test produced empty box with generic image icon.

    When I go to captcha_img.php the image with letters does shows and will change when reloaded.

    I loaded the captcha_img.php, test and debug files at the same level as the includes folder. Almost seems like the captcha_img.php is in the wrong place.

    But what do I know?!? Just more food for thought (YOU ARE THINKING AREN"T YOU?!!)

  3. #113
    Join Date
    Aug 2006
    Posts
    254
    Plugin Contributions
    0

    Default Re: Captcha using TTF & GD

    Yet again...

    I find that if I, as a "customer", quit the browser and restart I see the CAPTCHA field and can send a message. However, if I go to send another message the block is gone again.

    Something to do with the "session".

    Again, I'm making guesses with little technical background so if it doesn't make sense or seems way off, that's why.

    Frustrating!

  4. #114
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Captcha using TTF & GD

    Quote Originally Posted by Jeffey View Post
    Maybe this is it.

    There is a "anti_robotreg" table in SQL, do I delete this? Appears to have been created with old CAPTCHA but don't want to break anything.
    Hi Jeffrey,

    Yes, it is for the older version captcha mod (by funkey and other versions). If you think you might want to revert back to previous version won't hurt anything if you leave it in the DB.

    Question: Do you have Image Handler 2 mod installed?

    And it is ok to talk to yourself on these boards and to think out loud. Something you post with during your "conversation" might stimulate an idea, solution/recommend from someone else.

    Wish I could help you but I have yet to solve my issue.

    Woody

  5. #115
    Join Date
    Aug 2006
    Posts
    254
    Plugin Contributions
    0

    Default Re: Captcha using TTF & GD

    Sorry to hear that, your posts where the ones I tried to track with and was kinda hoping your issues would get/be fixed.

    Yeah, the SQL delete didn't work. Meant to follow up with that information. I put it back since it didn't help.

    No, I don't have Image Handler 2 mod installed.

    Elusive and a real hassle. I've been literally taking guesses all day long with little else done. It's a must for me to figure it out. Maybe if we both keep knocking they shut us up with a solution! Thanks.

  6. #116
    Join Date
    Aug 2006
    Posts
    254
    Plugin Contributions
    0

    Default Re: Captcha using TTF & GD

    This has something to do with the generation of the URL and or combined with the session information.

    The generated URL for captch_img.php appears to be in the format of http://www.
    The image wont load there but it will with just http://
    Difference being the elimination of the "www." part.

    Whaa?

    I'm tweaking things that LOOK (that's almost all I'm skilled to do now!) like they will fix the generated URL but no luck.

    Give you any ideas?

  7. #117
    Join Date
    Aug 2006
    Posts
    254
    Plugin Contributions
    0

    Default Re: Captcha using TTF & GD

    Sorry so many posts, things keep popping up. Just to clarify last post, here is the debug output:
    var $img_href = 'http://www.mysite.com/zencart/captcha_img.php?zenid=(string of numbers/letters here)';

    Error message if you go there.

    But, take our the "www." and CAPTCHA text block shows up.

    How/where does the captcha_img.php ref URL get generated?

  8. #118
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Captcha using TTF & GD

    Quote Originally Posted by Jeffey View Post
    Sorry so many posts, things keep popping up. Just to clarify last post, here is the debug output:
    var $img_href = 'http://www.mysite.com/zencart/captcha_img.php?zenid=(string of numbers/letters here)';
    Error message if you go there.
    But, take our the "www." and CAPTCHA text block shows up.
    How/where does the captcha_img.php ref URL get generated?
    Jeffey, That may give Andrew some ideas.

    I just tried deleting www but I observed same error as I've been observing all along:
    The image “http://domain.com/shop/captcha_img.php” cannot be displayed, because it contains errors.
    As an update, I now have two accounts on the very same server. Andrew's captcha mod runs on the account with the fresh ZC 1.37 install. But does not run on the ZC 1.37 install with many mods installed (see error above). So that possibly points to a mod compatibility issue. Thus I was asking you and everyone else if they had IH2 installed.

    I have IH2 installed on the shop where captcha is not working, but IH2 is not installed on the shop which captcha is working). But your error might a bit different than mine, not sure.

    If you would like to PM me a list of mods you have installed, I will compare with my mod list. Maybe that will help narrow down the possibilities.

    A week ago or so I sent Andrew a list of mods I have installed (as requested). But I have not heard back from him since. Maybe he is on vacation or he looked at the long list of mods and dropped dead.

    Woody

  9. #119
    Join Date
    Aug 2006
    Posts
    254
    Plugin Contributions
    0

    Default Re: Captcha using TTF & GD

    Hey Woody,
    Sorry for delay, along with everything else I've lost 2+ 16 hour days on computer issues! Back up again.

    Here's my list but I must confess that I haven't cleaned up my working stuff yet so I may have missed something or names might not be exact, just ask if you need clarification. I usually clean everything up and make it easy reference for later once I'm completely done with a project like this.

    Still surprised no one has been through similar stuff and has solved it.

    add_customers_from_admin_1.0
    BACKUP_MYSQL_ADMIN_PLUGIN-1.2.0.10a
    credit_card_images_for_payment_page_1.0.zip
    edit_orders
    EmailAddressExporter
    ask a question
    Contact_Us - Subject Mod
    css-flyout-categories-v1.3.0.3.1
    login_box_1.4.1
    captcha (whatever this one is called)
    shipping_insurance_2b
    call_shipper
    User Tracking v.1.3.6.2
    zc_subsilver_buttons_1-0
    Zen Lightbox

    I've also been working a little with monoslideshow but that's not integrated and kept separate save for the calls to the Zen product images so don't think it could have an effect and I think I did that AFTER I had this problem.

  10. #120
    Join Date
    Aug 2006
    Posts
    254
    Plugin Contributions
    0

    Default Re: Captcha using TTF & GD

    Still working this unsuccessfully for yet another day Woody. I saw your last post regarding switching to this CAPTCHA and PHP version.

    I'm having my problem with PHP version 4.4.4 which I think you have running successfully. ???

    I can occassionally get the picture to show up but it is so infrequent and I'm trying so many things with my limited knowledge that I can't really even tell what change makes it appear once.

    Always disappears on reload, etc. so maybe it doesn't matter.

    This one sucks, can't go live until I figure it out and I'm getting worried that I wont after all these weeks of work. No sense putting it up if I get blacklisted when people use me to spam.

 

 
Page 12 of 60 FirstFirst ... 2101112131422 ... 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