The Best Formmailer?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • willy
    Junior Member
    • Mar 2004
    • 13

    #1

    The Best Formmailer?

    A couple of months ago, I ran across PHP FormM@iler, a formmail script written in PHP which stores e-mail addresses in the PHP script where the information can't be seen by viewing the source code or harvested by spam bots.

    I liked PHP FormM@iler, but I decided to look for a PHP formmail script with more features and I discovered Mail Manage EX which, according to Hot Scripts , "...is simply the best form-mailer." The free program parses the results of an HTML form and sends them to a MySQL database, text file, CSV file or e-mail address (you can send to more than one medium at a time). The program also has a statistical calculator to keep track of submissions.
  • halyfax
    Senior Member
    • Mar 2004
    • 124

    #2
    The only choice

    Comment

    • Buddha
      Senior Member
      • Mar 2004
      • 825

      #3
      Originally posted by willy
      I discovered Mail Manage EX which, according to Hot Scripts , "...is simply the best form-mailer."
      Willy I only looked at the code for about 5 minutes and I have some doubts about the security of that script. Especially in a register_globals = ON environment.
      "Whatcha mean I shouldn't be rude to my clients?! If you want polite then there will be a substantial fee increase." - Buddha

      Comment

      • brett
        Member
        • Mar 2004
        • 45

        #4
        If the one willy showed us is not secure, please recommend another with similar functionality. I'm really interested in database/cvs/email/autoreply/etc. On my list so far is now these...




        With this PHP formmailer script you are able to put a contact form on your website. Both HTML layout and e-mail layout are fully customizable by templates.







        After looking at dozens of others, I've used the first 2 here, but now willy's has added another I may have to check out.

        Comment

        • Buddha
          Senior Member
          • Mar 2004
          • 825

          #5
          Originally posted by brett
          If the one willy showed us is not secure, please recommend another with similar functionality. I'm really interested in database/cvs/email/autoreply/etc. On my list so far is now these...
          I looked through about two dozen highly rated scripts about a year ago...that why I wrote my own. Security should come first when you are considering using any script. Those fancy features won't do you any good, if they're used to take down your site or the whole server.
          "Whatcha mean I shouldn't be rude to my clients?! If you want polite then there will be a substantial fee increase." - Buddha

          Comment

          • Buddha
            Senior Member
            • Mar 2004
            • 825

            #6
            Originally posted by AndrewT
            If you are worried about a script you or one of your clients intends to use, please send a ticket into the helpdesk with as much detail on how the script functions and anything else you feel we should know about the script. Please do not ask us if "Script X" is ok without providing any information on the script. There are thousands if not millions of scripts available and there are only a few of those we may be familiar with.

            See full topic here: http://forums.dathorn.com/showthread...=1176#post1176
            That's a very generous offer that Andrew is making there. I would suggest anyone who's not an experienced programming take him up on that offer.
            "One scripting language, three lines of code, and 'Hello World!' doesn't make you an experienced programmer." - Anonymous
            "Whatcha mean I shouldn't be rude to my clients?! If you want polite then there will be a substantial fee increase." - Buddha

            Comment

            • Jim
              Member
              • Mar 2004
              • 44

              #7
              I agree, it is extremely generous.

              While were all talking about scripts, any experienced programmers care to go out on a limb and make some suggestions on good, secure, publicly availble scripts.

              So far Not Matt's script seems to be the choice for form mailers.

              Some suggestions for forums and CMS systems would make good additions. It may also take some of the load off Andrew. I would do it, but sadly I only know enough php to get myself into trouble.

              Comment

              • willy
                Junior Member
                • Mar 2004
                • 13

                #8
                Originally posted by Buddha
                Willy I only looked at the code for about 5 minutes and I have some doubts about the security of that script. Especially in a register_globals = ON environment.
                Hi Buddha,

                The script was designed to work if register golbals are on or off.

                Willy

                Comment

                • Buddha
                  Senior Member
                  • Mar 2004
                  • 825

                  #9
                  Originally posted by willy
                  The script was designed to work if register golbals are on or off.
                  Willy, I took a closer look at MMEX and found two major vulnerabilities.

                  1. The $Settings file can be bypassed. With register globals on, you can just pass your own settings via the form. Gives anyone just about full control. (Re: v3.1.7 mmex.php lines 27,44-46)

                  2. $Recipient can be set via the form. If your using it to send an email then anyone can use it to send email any where. Register globals setting doesn't matter. (Re: v3.1.7 mmex.php lines 29, 48-49)

                  Four and half Chillies at HotScripts? People don't risk your site and the server trusting Chillies. Ask Andrew, he was every generous to offer. The final decision is always his anyway. And if you don't want to ask Andrew, you could always pay me to take a look? You may want to sit down before I tell you my hourly rate.
                  Last edited by Buddha; 04-12-2004, 09:10 AM. Reason: spelling what else?
                  "Whatcha mean I shouldn't be rude to my clients?! If you want polite then there will be a substantial fee increase." - Buddha

                  Comment

                  • AndrewT
                    Administrator
                    • Mar 2004
                    • 3655

                    #10
                    We will not sit down and go through scripts to look for security holes. Obviously this can get far too time consuming if even a handful of you submitted a ticket like this. This statement was simply posted so that if you weren't sure your script would be allowed to run on the server, it doesn't hurt to ask.

                    Comment

                    • Jonathan
                      Senior Member
                      • Mar 2004
                      • 1229

                      #11
                      yea, crushed me a month back
                      when I asked about that PHP-Nuke chatroom

                      CMS: PHP-Nuke, although I've built
                      a simplified one myself, although no edit function
                      (one config for title, etc. + can add/remove links dynamically).

                      Forums: I must say get punBB, not even
                      two mins after downloading I was finished customizing
                      it to match my EXACT site design!
                      "How can someone be so distracted yet so focused?"
                      - C

                      Comment

                      • Buddha
                        Senior Member
                        • Mar 2004
                        • 825

                        #12
                        Originally posted by AndrewT
                        We will not sit down and go through scripts to look for security holes. Obviously this can get far too time consuming if even a handful of you submitted a ticket like this. This statement was simply posted so that if you weren't sure your script would be allowed to run on the server, it doesn't hurt to ask.
                        Didn't think you had that much time Andrew but I bet you know what causes trouble on your servers.

                        But I thought MMEX would make a good example of why you can't trust Chillies.
                        "Whatcha mean I shouldn't be rude to my clients?! If you want polite then there will be a substantial fee increase." - Buddha

                        Comment

                        Working...