Jump to content

TCH-Don

Members
  • Posts

    11,643
  • Joined

  • Last visited

Everything posted by TCH-Don

  1. Welcome to the Family globmul and your new home! I think /home/globmul/www/images should be /home/globmul/public_html/images/ the www will work but is a kind of shortcut to the public_html folder It might help to know what script. We really are like family here. So if you need anything, just ask your new family! We love to help
  2. Not sure anyone can recommend a plan, you are the one who knows your needs. Why not look at the reseller plans and pick one that has a little more space than you think you will need. You can always upgrade later. There are demo videos on the help site > reseller or in this forum > tutorials. You and your clients must adhere to the TCH TOS, and you can add to it for your clients. I seem to remember a similar post here a while back where others had suggestions in the reseller forum about prices and packages. If you haven't already, you might look in the reseller forum, there is a lot of good information. I am sure other resellers will have more to add.
  3. Could be. From google, Quality Guidelines - Specific recommendations: Avoid hidden text or hidden links
  4. What you need is a php uploader script similar to celeron dudes uploader. Limit to file type and size.
  5. I think if you set the list to batch 5 per minute you will be ok.
  6. It's tough to lose a friend like that. Our prayers go out to the family.
  7. I believe you would use /home/cpanel_name/folder/filename as the path
  8. No you need to keep the format <?php mail($myemail, $subject, $message, $from); ?> So try this using Heredoc to build the $message ><?php $myemail ="me@mysite"; $subject = "new database entry"; $message = <<< EOF New entry to database Name: $first_name $last_name Phone: $phone email: $email EOF; $from = "From: $email\r\n"; // send mail mail($myemail, $subject, $message, $from); ?>
  9. Welcome to the forums Wendy
  10. Welcome to the forums rjn and friends
  11. Since the info is sent to a thank you page why not use php mail() to send the info to yourself just before going to the thank you page <?php mail($myemail, $subject, $message, $from); ?> You can set $message equal to all the data you need to see.
  12. Welcome to the forums Monkey
  13. Welcome to the forums Todd
  14. I think you need to change the permissions for the template file itself not the folder. When editing you should see the filename the guestbook is trying to change near the top.
  15. Any password is a great secure password keeper, I would be lost without it.
  16. A text link is better for search engines.
  17. I just looked at my squirrel mail and I do not see that or it looks normal. You may want to open a help ticket. If one thing is wrong, maybe something else might be wrong.
  18. I second CoreFTP Lite a great free program. But for large zip files and a dial-up cpanels file manager > upload (the zip file) and then extract is much faster.
  19. Welcome to the forums nikoz
  20. Welcome Butler The cpanel transfers are as said almost always perfect including e-mail and databases. You do not have to worry about your current site. Visitors will still go there until you are happy that your site is functioning here and you change the DNS (name servers) at your domain name registrar to point here. When you sign up you will receive info on accessing your space here using a temp address so you can see the transfered site and make sure it is ok. How ever some php scripts may not function until your change the DNS over. It depends on what php scripts you are using. You do have 30 days to try out TotalChoiceHosting services with a money back guarantee and as you see we have lots of helpful family members who love to help.
  21. You might try the full doctype ><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
  22. The only thing I can think of is to include a config file in the header. Have two config files, one local and one on your site. with the base href in the config files as needed.
×
×
  • Create New...