Jump to content

TCH-Don

Members
  • Posts

    11,643
  • Joined

  • Last visited

Everything posted by TCH-Don

  1. You can drop this in just before your form, it covers most form elements, and will only affect the forms following the code. Or if you put it in an external style sheet if will affect all forms. It will only color the background color in the areas where you type and the face color of the submit buttons. ><!-- style form elements --> <!-- if you use an external style sheet, move the following there --> <STYLE TYPE="text/css"> <!-- INPUT, SELECT, BUTTON, TEXTAREA, OPTION, SELECT{ BACKGROUND-COLOR: #ffff99; COLOR: #000000; FONT: normal 80% Veranda,Arial,Sans-Serif; } --> </STYLE>
  2. MY ISP has a two meg limit on receiving attachments via e-mail, thats why I ask.
  3. What is the limit from his ISP, support may want to know. ---------------- edit my ISP limit is two megs.
  4. You also need to check with his ISP to what their limit is.
  5. Ok, I tried with an ftp account I set up and same brick wall. I wonder if is is a browser thing? I guess a php script to allow the user to upload to a folder might be the answer. Sorry I couldn't help more.
  6. Ok this works for a sub domain ftp://user:password@domain.ext/public_html/subdomain/
  7. I just entered ftp://test.guitarforum.net/ and I am prompted with a login box however if I use ftp.test.guitarforum.net/ it does not resolve. For my site ftp.subdomain.domain.ext works I never try to add user and password in the url I find it easier to use the login box. But ftp://user:password@mainsite.ext/ will log you into the assigned sub domain at subdomain.mainsite.ext
  8. On your links I see and extra com http://www.welovescience.com.com/catalog/index.php?
  9. Yep, looking good Thumbs Up
  10. Congratulations
  11. Should there be a / in front of download ? define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); as in define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . '/download/'); this is saying use the catalog folder with download appeneded right after as opposed to appending /dowload
  12. Wahoo, I see the images fine. Warning: The downloadable products directory does not exist: /home/weloves/public_html/catalogdownload/ Does the folder exist? and is the permissions set per instructions?
  13. If I look at the path for the missing images on your site, I see https://www.welovescience.com/welovescience/catalog/images/wacky%20experiments.jpg note the extra /welovescience/ in the middle. If I use https://www.welovescience.com/catalog/images/wacky%20experiments.jpg it works. So something in the config adding the extra name. Also you may want to stay away from spaces in the file names May be this will help some spot the problem
  14. Is there any advantage to this forum software that you are going to buy, over the free forums that you can install from your cpanel?
  15. When I used it, hotmail was very slow at times to receive an e-mail Try sending an e-mail to your hotmail addy from your ISP email account to see if it is a problem in your local area or hotmail I sent an e-mail to myself from my site addy to a yahoo account, and it was less than a minute to get it back.. Sometimes free e-mail is slow as it is used by so many people, so it may depend on the time of day. Not that it helps but once I sent an e-mail to my neighbor on AOL, at 4 pm She received around 7am the next day.
  16. If you need anything else just ask and post in introductions for your warm welcome
  17. Ok now that I got back up off the floor from laughing, I love this guys writing. I wish him luck collecting the 15 thousand and the proposals
  18. Welcome to the Family ekrimmel and your new home! We really are like family here. So if you need anything, just ask your new family! We love to help
  19. If you haven't already look at a tutorial by one of our family members, from the help page. Nat did an excellant job of explaining FrontPage
  20. Also in MySql after you add a user to the database, it shows sample connect strings PHP $dbh=mysql_connect ("localhost", "cpanelname_dbname", "") or die ('I cannot connect to the database because: ' . mysql_error()); mysql_select_db ("cpanelname_dbname");
  21. This is the way they are on version 1.3 Also if your current host uses cpanel the tech staff may be able to move your site for you and easier than you can. They moved mine, forum e-mail and everything intact. If you need any info, just ask, we are like family here, and like to help Thumbs Up
  22. Something else you won't see on other hosts: server status page link at the top of the forum, where you can see how all the servers are doing. Detailed Server status on the help site, where you can look at the System Information for each server. Pay attention to the /home folder where the users site are, and you will see plenty of room is kept free. And of not many a host will have a forum like this, where customers can talk to each other. I too am just a customer that has been around, but no more, I found a home :hug:
  23. From Web Hosting Pre-Sales Questions Answered! forum. So after you received a recipt from the place you payed that the charge went through, it should be less than 6 hours to get the welcome e-mail.
  24. If you have a back up of the database, you could reinstall the guestbook with the same user/password then restore the database, to see if you can salvage it.
  25. Welcome to the Family Franklin and your new home! We really are like family here. So if you need anything, just ask your new family! We love to help
×
×
  • Create New...