Jump to content

TCH-Andy

Members
  • Posts

    4,700
  • Joined

  • Last visited

Everything posted by TCH-Andy

  1. Welcome to the forums
  2. Welcome to the forums, brockc
  3. Hi, When you get to http://tchstatus.com/ you should see a number of links on the left. "Current Network Status" - which takes you to a summary of the current status for all servers (nice pretty red / green lights to say if it's good or not) "Server Monitoring Pages" - which you can use to get down to details information on all services. etc. The only place that links to the forum I can see is at the very bottom, where you can select a server for "Status updates". This links you to the correct area of this forum where we post any issues with a given server. Unless, of course, you are referring to the uptime reports for the past (ie. What was the server doing 3 hours ago). The uptime reports are still under development.
  4. Welcome Kevin It's great to have you join the family here
  5. Welcome to the forum Instead of the line; >Written by <strong><?php entry_smart_name(); ?></strong> on <?php entry_time('F jS, Y'); ?> at <?php entry_time('g:i A'); ?> try >Skrivet av <strong><?php entry_smart_name(); ?></strong> den <?php entry_time('F jS, Y Z21600'); ?> klockan <?php entry_time('g:i A Z21600'); ?> The alternative route, I think, is to use ><?php setlocale('LC_TIME','swedish'); ?> before this line. Do you also want the month to be in Swedish?
  6. Welcome to the forums Have a look at http://opensourcecms.com/ - they have demos and descriptions for most of the open source (free) content management systems.
  7. Welcome to the forums
  8. Hi, MySQL 4.0 is still the current production release at this time. Once everything is stable in more recent versions, all servers will be changed.
  9. If this is on a reseller account, then it would be acceptable. As Rob says - if it's on a standard (none reseller) account, then it would be against the AUP.
  10. What operating system are you on ? If XP you could restore to a previous version from a few days ago - that was working.
  11. instead of >$result=mail($val, $subject,$message,$headers); try >$result=mail($val, $subject,$message,$headers, "-fmyname@myaccount.com");
  12. Open a ticket at the abuse desk - and we'll have a look for you
  13. Hi, You can only edit the DNS records themselves at TCH if you have a reseller account. If you have a virtual account with us, and use our nameservers, then we maintain them for you. If you want anything edited, you simply open a ticket at the help desk, and we will edit the DNS records for you. If you transfer the domain name to us, as a domain name registrar, then you can control / edit the DNS though the registrar side (as you can with godaddy).
  14. Can I ask why you want the subdomain name and folder name to be different? Understanding your problem, may help us to find the solution for you.
  15. Hi, In the FTP session log, I can only see the transfer of the listying of files, which it looks to have done fine. What were any error messsages you got? Are you trying to upload the zipped file? Or you have unzipped it on your PC and then trying to upload the individual files? Which files does it fail on ?
  16. The "domain name management console" will be with your domain name registrar, not in cpanel (which is the hosting side)
  17. Welcome to the forums
  18. Hi, I think it would be HTTP_HOST not HTTP_REFERER, other than that you look correct >RewriteEngine On RewriteCond %{HTTP_HOST} ^(www\.)?evilsite\.com [NC] RewriteRule . - [F] Or, if you prefer to send them to a reject file... >RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^(www\.)?evilsite\.com [NC] RewriteRule . pathto/reject.htm [L]
  19. Welcome to the forums I would suggest; 1. Convert your sound file to .rm format. 2. Upload your RealVideo files to the server. 3. Use a text editor (such as Notepad) to create a file containing a RealAudio URL. For example, the contents of your file should be in the following form: http://www.yourtchdomain.com/file.rm 4. Upload this file to the server, using a .ram filename extension. 5. In your HTML document, reference the metafile in a hyperlink. For example: ><a href="file.ram"> or <a href="http://www.yourtchdomain.com/file.ram"> When a user clicks on the link, the file will begin to download. The RealAudio Player should then begin playing after a few seconds; it does not need to wait for the entire file to be downloaded.
  20. welcome to the forums
  21. Welcome to the forums
  22. Your spam is coming from 71.111.168.17, someone near Portland, Oregon - who uses verizon..... if that helps.
  23. Welcome to the forums You would need to look at the email headers, and check the IP address that it came from. If you are not sure - post the headers here
  24. Hi, If I understand you correctly, that you just want to host the sub.domain.com rather than domain.com - then simply get us to change the domain name associated with yout account to sub.domain.com. Either that, or I have completely missed what you want to do
  25. Welcome to the forums And thanks for the kind words
×
×
  • Create New...