Search:

Type: Posts; User: Nisitiiapi

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    1,624

    Re: Problem with CAPTCHA and fmbadhandler

    I tested where the CAPTCHA image is required and, interestingly, it works absolutely fine. If you don't match the image, it goes to the error page. So, it seems to be a problem related solely to...
  2. Replies
    3
    Views
    1,624

    Re: Problem with CAPTCHA and fmbadhandler

    I did try a more simplified setup with a plain html error page before I posted, but it made no difference. And our server is not Windows based (thank goodness), it is Linux.

    I can't seem to track...
  3. Replies
    3
    Views
    1,624

    Problem with CAPTCHA and fmbadhandler

    When I was upgrading my formmail scripts to the newest version and testing, I discovered an error between verifyimg and fmbadhandler. However, apparently, it happened with the old version, too, but...
  4. Replies
    1
    Views
    1,240

    Re: good_url no longer working

    I may have solved the problem, but I think it is only a temporary fix and not necessarily a proper solution. The problem seems to be the flushing of the output buffer on line 4713 (which is in the...
  5. Replies
    1
    Views
    1,240

    good_url no longer working

    I just discovered that formmail is no longer correctly going to my "good_url" entry. It has all be fine and I've made no changes, but suddenly, it only goes to the default page. bad_url is working...
  6. Replies
    4
    Views
    2,873

    Re: Textarea is cut off.

    No problem. Glad you got it fixed. Good luck.:)
  7. Replies
    17
    Views
    5,561

    Re: A little different verifyimg.php

    I've made a couple minor updates to this script awhile back, in case anyone uses it. This is the new code I am currently using. I don't think I fixed any bugs or anything. I believe most of the...
  8. Replies
    9
    Views
    4,730

    Re: Images in HTML Email Template

    That's awesome. I was trying to do the same thing as you -- find some emails with spam I could look at, but all the ones I had used a web address for images. I kept waiting to get something, but...
  9. Replies
    9
    Views
    4,730

    Re: Images in HTML Email Template

    That's what I'm afraid of. If I were just writing a script to send an email with an inline image, it would be something like this:


    $userfile =...
  10. Replies
    9
    Views
    4,730

    Images in HTML Email Template

    I have HTML email templates that include some images (a company logo and background image). Right now, the images are loaded from the internet (i.e., the source code is something like <img...
  11. Replies
    17
    Views
    5,561

    Re: A little different verifyimg.php

    I see. The concept would be very much the same -- altering the error messages sent by formmail. But, if you want the information they are entering even if they don't match the image, it sounds...
  12. Replies
    17
    Views
    5,561

    Re: A little different verifyimg.php

    Page looks good. Glad it's all working out.

    Hmmm.... I think it probably is more of editing formmail or fmbadhandler. The email will send to you even if they mis-type the image string. So, you...
  13. Replies
    17
    Views
    5,561

    Re: A little different verifyimg.php

    Sweet. Glad to hear it. You should post a link when you're done so everyone can check it out.
  14. Replies
    17
    Views
    5,561

    Re: A little different verifyimg.php

    The first error probably has to do with the placement of your php code. There's a couple of issues this could be, but it basically is saying that your are trying to send headers for the page a...
  15. Replies
    17
    Views
    5,561

    Re: A little different verifyimg.php

    Oops, I forgot to delete one of the } when I removed the cookie checking from my site. Delete the } at the end of that line and you should have this:



    if( !defined(SID) )
    session_start();...
  16. Replies
    17
    Views
    5,561

    Re: A little different verifyimg.php

    Glad to hear it! Adding the refresh image link is pretty easy. The easiest way is to use a javascript. I've made something a little more complicated, but it's geared toward limiting the number of...
  17. Replies
    17
    Views
    5,561

    Re: A little different verifyimg.php

    Not a problem at all. I'm glad it's a useful script. Leaving the images blank is the right idea.

    I think the only problem you have is the name for the input field. It should be 'arverify' for...
  18. Replies
    17
    Views
    5,561

    Re: A little different verifyimg.php

    Is it that the image doesn't display? I think I forgot to mention the fonts and images. My bad. :o If you notice, there's a variable for the path to true type fonts and also one for images. You...
  19. Replies
    10
    Views
    4,246

    Re: templates do not work

    Do you have the "autorespond" input in your form? It should look something like this



    <input type="hidden" name="autorespond"...
  20. Replies
    10
    Views
    4,246

    Re: templates do not work

    I think that's your problem. Try setting TEMPLATEDIR to the full path. Like '/home/path/to/fmtemplates'. Or, make TEMPLATEDIR blank and set TEMPLATEURL=$SCHEME.$SERVER.'/path/to/fmtemplates'...
  21. Replies
    10
    Views
    4,246

    Re: templates do not work

    I don't see anything wrong with the template. What are $TEMPLATEDIR and $TEMPLATEURL set to in formmail.php?
  22. Replies
    10
    Views
    4,246

    Re: templates do not work

    You should post the html code of the form so we can take a look at it. But, I would make sure the links/filenames in your form or .ini file are correct and also make sure the server is not...
  23. Replies
    6
    Views
    4,850

    Re: Redirecting from Thank You page

    You can redirect to the page they were viewing before filling out the form. I've done it on one site that I use formmail on, but yes, it does require using php. For the site I did it on, I first...
  24. Replies
    4
    Views
    2,873

    Re: Textarea is cut off.

    Have you tried increasing MAXSTRING in formmail? It's around line 3,740.
  25. Replies
    17
    Views
    5,561

    A little different verifyimg.php

    For some reason, I got a bug and worked on a different CAPTCHA image and got it to work with formmail. I actually worked off of the visual CAPTCHA available http://www.ejeliot.com/pages/2, but made...
Results 1 to 25 of 32
Page 1 of 2 1 2