Jump to content

TCH-Andy

Members
  • Posts

    4,700
  • Joined

  • Last visited

Everything posted by TCH-Andy

  1. Thanks for the kind words snipe Bill - I'll buy you a cider when you come over here, then you can find out for real Overpaid - I guess this is not the time to ask for the raise then
  2. Welcome to the forum If they are two separate domains, to different files, then you would need 2 accounts. If they are mytchdomain.com and mytchdomain.net, pointing to the same files, then you can have them on one account.
  3. If you use the shortened method, and then look at the headers, you will see that the "Return-path: " This is not the case with the full version, although I admit you could miss out a lot of it
  4. Hi Zaphod, The default mailing list can accept infoming messages, either for automatic distribution or moderator approval. How big is the list ? There are some server limits. Please open a ticket at our sales desk, and we'll check that all your requirements can be handled.
  5. Hi Vivek, Welcome to the family I'm looking forward to working with you
  6. welcome to the forum Drogyn
  7. Hi David, Welcome to the forums Yes, you can edit the .htaccess, and tcl is available on the servers.
  8. Welcome to the forum
  9. Hi, I understand, and accept your position. However, we have chosen not to go into the market of low quality, cheap servers, slower networks. We use top quality servers, with fast network access etc. Hence, Bill's comment, "you get what you pay for". If you want a cheap server, no fast network, no extra services, little support, then we are not the company to provide it for you - because it does not fit with out business ethics.
  10. Hi, There are a number of issues, but you are working on it as I write this, hence the issues keep moving I would start be looking at some of the key validation issues, using http://validator.w3.org/detailed.html At the moment you have issues like a "/head" statement but no "head" statement. Some of the properties around the tables are not correct, which is giving some of the errors you see. I would also suggest looking in a couple of different browser types, because your first site does not display properly using Firefox.
  11. 你好 Welcome to our forums IDC. Please note that our forum language is English, so please post all questions in English. If I understand you correctly My Chinese is poor - so I may not have correctly understood your questions. I will try and answer your questions though. 1. We do not limit the max download for each account, but if it causes problems for others then we will talk to you about limiting it, or moving to a dedicated server. 2. Our users are from all over the world. We do not set any limit to the number online. 3. We do not give a figure for this, it is our commercial information, but it is a lot less than average for hosting companies. 4. We also accept Paypal payments.
  12. welcome to the forums
  13. I tend to use full headers on the email, which includes the from and reply-to variables as shown here; >$myname = "My full name"; $myemail = "myname@myaccount.com"; $contactname = "their name"; $contactemail = "their.name@theiraccount.com"; $subject = "This is the subject"; $message .= "Test message\n"; $message .= "\n"; $message .= "signature\n"; $headers .= "From: $myname <$myemail>\r\n"; $headers .= "Reply-To: $myname <$myemail>\r\n"; $headers .= "To: $contactname <$contactemail>\r\n"; $headers .= "MIME-Version: 1.0\r\n"; $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; $headers .= "X-Priority: 1\r\n"; $headers .= "X-MSMail-Priority: High\r\n"; $headers .= "X-Mailer: My PHP Mailer\n"; mail($contactemail, $subject, $message, $headers, "-f".$myemail);
  14. Hi Michael, You can generally install them in any directory. A directory is another name for a folder, the same as you have on your computer at home. I would just create one called "autoresp" or something similar - and they should be able to set it up in that. They will probably ask you to set up a forward for the email in your cpanel. Just ask them for the exact command you need, and then it should be fairly straightforward in the email section to add that as a forward.
  15. Hi, It all depends on what the application is, and how much you trust the people doing it. Generally, I would set up an FTP account for them, which gives access to the folder they need only. After they have installed it, I would change the password on the FTP account.
  16. Hi, The server time is in the time zone which is correct for the server. If your time zone is different, then you need to modify the code to allow for that. Most php code allows you to set a time zone in the admin / config (in the same way as you can set your time zone on this server, so it's correct for you). I don't think the guestbook you are using allows for that, so you will need to look in the source code where it gets the time (template-tags.php), and modify the line to take account of the different time zone for you. For guestbook I think you will need to add "3600*X" where X is the numbers of hours shifted in time zone (6 in your case). Alternatively you may be able to use the "putenv" function to set the time zone in php for that sccript.
  17. Have you got your AIM set so that anyone can see your status?
  18. Hi Ron, That would not be allowed. You can park campcroft.org on top of schistory.net so it pointed at exactly the same files, but you can not have it pointing to schistory.net/campcroft/index.html or differentiate the files based on the domain name.
  19. welcome to the forums
  20. Welcome to the forums Open a ticket at our help desk, sales department with your requirements. The simple answer is yes, we can add another hard disk.
  21. Welcome to the forums
  22. we could only take some action if he was hosted on our servers. Since he is elsewhere, there is very little TotalChoice Hosting can do to help I'm afraid - other than the family here giving you lots of moral support
  23. You're welcome That's what the family is here for, I'm glad it's all sorted
  24. Yes, add your IP address in the hosts list (or % for access from anywhere).
  25. Hi dawheels, Welcome to the forum You will need to login to your cpanel first, and in the mysql section, allow access from remote hosts. Then; Sever host: your domain name Port: 3306 Username: the username for your database, usually cpanelusername_user Password: the password for the database
×
×
  • Create New...