Jump to content

Samrc

Members
  • Posts

    1,335
  • Joined

  • Last visited

Everything posted by Samrc

  1. Samrc

    Phorm Jr.

    Tried a different PHP form and it works to any address except lambertusa.com. Definitely something glitched with that domain. -Samantha
  2. Samrc

    Phorm Jr.

    Yes. contactus @ lambertusa.com is the MAIN address for Lambert. Emails sent to that address work fine. A contact form on this page: http://www.lambertusa.com/id139.htm works fine. But the form is sent through Globalscape not the TCH email process. I fixed the tlx_send...That did not interfer, but it shouldn't have been in the code. Thanks for the heads up. $PHORM_TO = "xxx@xxx.com"; but xxx@xxx.com does not receive an email from this form. $PHORM_TO = "xxx@lambertusa.com"; The one on the lambert site does not send emails to ANY lambert address. When I was using my direct email address at lambert in the form I didn't get a response form. -Samantha
  3. Samrc

    Phorm Jr.

    I got the form you submitted from my personal site (samisite.com) Form goes to the person that submits the form but not to the site: $PHORM_TO = "xxx@xxx.com"; but xxx@xxx.com does not receive an email from this form. The one on the lambert site does not send emails to any lambert address. It will send an email to the person that submits a form, but with errors as seen below: Pain...royal pain! -Samantha
  4. Samrc

    Phorm Jr.

    Took the files and uploaded them to my personal website also hosted on TCH. Changed email address to my own and they work fine, so must be related to something about lambertusa.com not the script. Try it here: http://www.samisite.com/kwikkerb/ Am going to open a help ticket. Maybe something at lambertusa.com needs to be tweaked to allow processing of forms, without interferring with incoming emails to lambertusa.com. -Samantha
  5. Samrc

    Phorm Jr.

    Got your pm. Already sent him an email. Sent you a response. The problem still exists and hoping for some nudge in the right direction. -Samantha
  6. Samrc

    Phorm Jr.

    Turtle (Don) recommended the Phorm Jr for form processing. I have already got most of it working... The basic form is set up (will be made much larger once the form is working), the thank you page is working and loads in the customer's order responses, BUT the problem is that no email is generated! I uploaded the four files to the same directory as the form: phormjr.php contact.phm contact.txt contactlog.txt (permission is set to 777 even though I am not using it) Even loaded a second copy of phormjr.php into the cgibin just in case. This is my contact.phm file: This is my email format file contact.txt Am looking for a form processing that can handle 40-70 fields, some required with email response to customer and us, thank you page with order acknowledgement. Would be nice if only the fields with responses showed on the email but if not, no big deal. And don't know if this will effect anything: email is not run through the TCH server. Email for Lambertusa is handled with a separate server. When I use an outside email processing (globalscape server, cutandpaste, etc) it works...but this will not. So why doesn't it send the email? Thank you for any assistance!!!!!!!!!!! -Samantha
  7. STRANGE THING!!!!!!!!!!!!! The permission has changed back to 644 a couple times and I have had to reset to 755... what would do that? -Samantha
  8. Looks like the $20 version (PLUS) has the "Option to display list of files to user. " that is being requested. Will forward the info and see if they want me to go further or let it go. Thanks for the link and heads up. -Samantha
  9. Bruce, I love this script. Works well. On one site where I have placed it, they have asked that I modify it so that when you get the confirmation that the files uploaded it shows the files, like it does now, BUT they do not want the second half that also shows ALL files in the folder since that leaves those files available for download, which might be a security issue. I do not know how to modify the script (without disabling the thing) to take out only section. I succeeded in making a mess put it back again. If you could give me a pointer or two on this... Kevin, this script is quite nice and would be a great addition to the help site. On my own site, I turned on web protect on the upload page so that only folks I allow can send me files (to limit crud). -Samantha
  10. Thomas You recently changed email addresses when your site changed address. Check the email address in your profile to be sure it's your current address. Also If your ISP has spam filtering turned on it might have caught the emails as unwanted emails (seems the spam filtering emails are better at stopping WANTED emails than unwanted emails lately)! Add TCH as acceptible friend, etc to allow all communication in from them. -Samantha
  11. Samrc

    2 Things

    Rock Sign Rock Sign Rock Sign Rock Sign says it all! -Samantha
  12. Samrc

    2 Things

    FYI-Found a typo on the home page, lower left corner in the blue box... APC UPS Systms While there I noticed that the size of hosting packages has gone up, yet stayed the same price. Let me say WOW!!!!!!!!!!!!!! I was on the phone talking up your service to someone that may move over and was saying a starter account has everything needed and plenty of space at 300mb and low and behold it is now 450! In a time that gas prices adjust upward every other day it is amazing to see something like that. Rock Sign Does that go into effect for the rest of us already on a plan (cpanel still has a total 300mb for me) or when we re-up for another year? (another Thumbs Up Thumbs Up for TCH-BRUCE for assistance on file uploading script) -Samantha
  13. I GOT IT!!!!!!!!!!!!!!!!!! Went back through all steps and checked settings. When I reuploaded the upload.cgi file after adding the slash, I did not reset the file permission to 755! Once I changed that again, all is good! THANK YOU BRUCE!! You da Man! -Samantha Thumbs Up
  14. Thank you for responding so quickly!!!!!!!!! Added the forward slash. Have a second page to upload from in my main director and still no joy from either page. Trying to upload a txt or jpg or gif file. All defined all no go with a server error 500 and it can't find my 404 page either (working from other pages). Dunno what I am doing wrong... gotta be something very simple... -Samantha
  15. Having Problems.... Per instructions above from Bruce, I am trying to implement Upload Lite Script - Created an uploads folder in public_html - Modified the cgi script using CuteHTML like this: $dir = "/home/(my loginname, not password)/public_html/uploads"; #$dir = "d:\\html\\users\\html\\images"; # absolute URL to folder files will be uploaded to $folder = "http://www.samisite.com/uploads"; added the file extensions I wanted. - set uploads folder to chmod 777 - uploaded the cgi script via WSFTP, set to ascii, to my cgi-bin folder This is my upload page: http://www.samisite.com/test-csb/upload.htm <form action="http://www.samisite.com/cgi-bin/upload.cgi" method="post" enctype="multipart/form-data"> Form fields are FILE1 FILE2 FILE3... as specified. blah blah blah Followed ALL the rules, yet I am getting an error and no upload! Do I need my upload page in my main directory instead of a subdirectory? Will try that next. By the way, the script says Does that mean my public_html folder must be 777 also for the script to work? -Samantha
  16. Great info! Will make a note for future reference! -Samantha
  17. Thanks so much for that info. Already set up an FTP folder with limited access for one client, but will need to set up a file upload area for others without FTP experience. Will try that this weekend I hope. For years, I have been using mydocsonline.com for a storage facility which allows me to share files/transfer/upload for customers. Once I get this script set up I can stop paying them for that account! How wonderful! Will let you know if I need further help. -Samantha
  18. Already downloaded the upload lite file! Ok. Will disregard the public_ftp folder-easy enough to make new folder in public_html! Bruce, what about the second part? Can you give me a tiny example of the second part? Let's say I only want .tlx and .jpg and .gif files, how would I show that on a separate line of the code? -Samantha
  19. Thanks Bruce for the cpanel info. I will work on that first. Now I do have a couple quick questions... I have a public_html folder (holds website files) and have a public_ftp folder. Should the upload be directed to a folder under public_html like uploads, or a folder under public_ftp? If I place it under public_html, then why do I have a public_ftp folder??? And for the link to that discussion thread. Copied your additonal notes and downloaded the lite file and will try it out in this weekend if I can find time. You said that this was part of the setting: Can you give me a tiny example of the second part? Let's say I only want .tlx and .jpg and .gif files, how would I show that on a separate line of the code? kajoiner, thank you for your input too! I will try both ways and see which I can get to work easier. I liked that the script that Bruce sent me to can do a bit more (rename adding a number) so will try to implement that first. Always better to have options! -Samantha
  20. I found this info on the help site: Sounds like that would allow download of files if you know the password. But that does not resolve uploading files. How do I set FTP access to someone to be able to upload/download files from that folder only? AND also what is a good file upload script I can use for the folks I want to upload a file but don't know anything about FTP? I know this has to have been asked so many times you folks are sick to hear it one more time, but didn't see it in my searches. Thanks -Samantha
  21. Tried the link provided in the first post and it now goes to a different page, definitely not as advertised! Could someone post the correct link? -Samantha
  22. I use CuteSite Builder on ME (home) and on XP (office). (HATE ME but still use it...) CSB runs well on both. Fully compatible. Easy to learn. 30 day free trial. -Samantha
  23. I throw my hat in the ring for CuteSite Builder for many reasons. Easy to learn, simple to modify, no HTML work unless YOU choose to do so, pre-made templates or ability to design your own site from scratch using a wordprocessor like format. Many folks have dumped Front Page in favor of CSB and never looked back. I have a fully detailed review of the product on this page that details what the product does, and its limitations. CSB product review It's not the right option for everyone, especially folks that have done a lot of hand-coding and expect more control over that aspect. But if you want something that does the coding for you, and allows you to concentrate on the design and content, it's a nice program. Final assessment: the price of the software, the ease of the program and the support make this program unbeatable for it's class. BY THE WAY, bellringr, I TOTALLY agree with your assessment of ME! -Samantha
  24. WELCOME TO THE FAMILY Rock Sign Glad you took my suggestion to see what TCH is about! You will like it at TCH so much that at the end of the contract you will move your site over! Ain't no place on the web like this place. Thumbs Up -Samantha
  25. Thank you. It worked perfectly! Thumbs Up What a simple technique. I was trying to avoid the warning for non-secure items and now I have. -Samantha
×
×
  • Create New...