Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by wr213

  1. wr213

    formmail.pl works in web environment not on intranet

    Thanks for replying. The issue I have is that the script I am using succesfully at a linux/unix based environment using apache (formmail.pl) is not working on the company intranet's IIS enviroment. I need to modify the formmail.pl script to work on a setting equal to sendmail which IIs...
  2. wr213

    formmail.pl works in web environment not on intranet

    I have a formmail.pl script that works on all of my websites but it will not work on a company intranet environment. When i click submit on the form that I am trying to send through it says: The form attempting to use FormMail resides at http://florida/name/form.htm, which is not allowed to...
  3. wr213

    How do I merge an existing NTFS partition

    I have windows XP, my existing hard drive is a 10GB with a 2GB "C" partition and an 8GB "D". The "C" partition is too small even though I have installed ALL the programs to run on the "D" drive. I want to merge the whole drive as one "C" drive...
  4. wr213

    I need help locating an IBM Desktar controller...

    I have an IBM desktar 80GB that I need a controller for. I am using a locator service is trying to locate the same drive from the same batch using the model number and "MLC" number but no luck thus far. I need to locate the card to see if I can salvage my hard drive data. I have...
  5. wr213

    Help re-using formmailer.pl script

    Here is the code: BEGIN { $DEBUGGING = 1; $emulate_matts_code= 0; $secure = 1; $allow_empty_ref = 1; $max_recipients = 5; $mailprog = '/usr/lib/sendmail -oi -t'; @referers = qw(www.ffcorp.com); @allow_mail_to = qw(info@ffcorp.com...
  6. wr213

    Help re-using formmailer.pl script

    A linux/unix server with apache and the normal cpanel 6.0. As for the email comment, I guess I am just trying to get by using the same script and only changing the name of it. In theory it would seem to work, but is not so far. I have 5 emails inside the script, not sure if that would be a...
  7. wr213

    Help re-using formmailer.pl script

    LOL...that makes sense Paul, but I don't know what I am looking at...permissions? isn't that what chmod to 755 is? Should I make them 775? or 777? I am not a programmer just a dabbler so I don't know what it really means. The original file works fine at 755 though. Not only that though the...
  8. wr213

    Help re-using formmailer.pl script

    Paul, here is the error log I found in regards to the script: [2003-07-16 14:51:14]: error: file has no execute permission: (/home/wernerr/public_html/cgi-bin/formmailerinh.pl) [2003-07-16 00:49:11]: error: file has no execute permission: (/home/wernerr/public_html/cgi-bin/formmailer.pl)...
  9. wr213

    Help re-using formmailer.pl script

    Paul, That is what I thought and that is the reason I renamed the files and adjusted the line of code on the form itself from <form action=&quot;/cgi-bin/formmailer.pl&quot; method=&quot;POST&quot;> TO <form action=&quot;/cgi-bin/formmailernewname.pl&quot; method=&quot;POST&quot;> Inside the...
  10. wr213

    Help re-using formmailer.pl script

    Hi, I am a newbie so my question might seem a little basic to most of you. I have a site that uses multiple forms. Each forms is for a different request however they all come to me for distribution which I do manually. What I am looking for is a way to modify the script so that on some forms...
  11. wr213

    Help with autoresponder CGI

    Paul, Thank you so much! I was able to make it work by using Dreamweaver MX instead. I was able to make modifications right away and see what I was doing. I will force myself to learn dreamweaver now. I used FP for its easy to use interface but that code fiasco wasted 3 long days and I...
  12. wr213

    Help with autoresponder CGI

    This is how the code is created to be inserted into the page: <form method=&quot;POST&quot; action=&quot;http://www.cheapmoneymakingcourses.com/cgi-bin/autoresponder/ar.cgi&quot;><input type=&quot;hidden&quot; name=&quot;mode&quot; value=&quot;register&quot;><input type=&quot;hidden&quot...
  13. wr213

    Help with autoresponder CGI

    I am trying to eliminate the </form> tag as you suggested and i noticed that as soon as I hit save on frontpage 2002 the tag re-appears! I force it down, delete an empty line, hot save and again the same thing. I tried forcing it with the notepad and no joy. Thanks for your help.
  14. wr213

    Help with autoresponder CGI

    I have a script that is supposed to sign people up via a request and send them the info requested at determined intervals etc. Well the script is supposed to be activated by the line of code http://www.nationwidenotebuyers.com/cgi-bin/autoresponder/activate.cgi or by a reference to that in the...
  15. wr213

    I need help, I am using the same script I used on my other forms...

    and I am not getting the form to submit the form to me at all. I just changed the look of the site using a theme template based on frontpage. All I did was to keep the same contact form etc and add the formmailer.pl script to the page. Well the page doesn't submit at all. If I take another...

Part and Inventory Search

Back
Top