Jump to content

TCH-Bruce

Members
  • Posts

    20,156
  • Joined

  • Last visited

Everything posted by TCH-Bruce

  1. Thanks for the info
  2. Kaz, I think I know what you are asking. You have put in a request to transfer your domain to TCH and now what to buy a hosting package to use that domain. The answer should be "YES" you can purchase the hosting plan now and where it asks for the domain name to be used just enter the one you are transferring to TCH. If I am wrong as to what you asking, then I am confused like Thomas.
  3. Well, I've been searching and you could try something like this. http://www.webmasterworld.com/forum21/9507.htm
  4. Dind't want you to think nobody has seen your post. Just doesn't appear to be anybody using it yet that has seen the post.
  5. You need to perform some browser detection. This link can get you started. http://www.netmechanic.com/news/vol3/javascript_no15.htm
  6. I need more caffeine! Sorry for asking what you are using when you stated you are using a home grown blog.
  7. Most blogging software will create the RSS feed for you automatically. MT and WordPress both do it. What software are you currently using?
  8. Did you upload your Perl script in ASCII mode. That is what usually causes a 500 error. Or a missing ";" For the mail program I use. /usr/sbin/sendmail -t Here is how I normally send mail through Perl. >$mailprog = '/usr/sbin/sendmail -t'; open (MAIL, "|$mailprog"); print MAIL "Reply-to: $E_mail\n"; print MAIL "From: $E_mail\n"; print MAIL "To: $recip\n"; print MAIL "Subject: Sirius Sales Request\n"; print MAIL "\n\n"; print MAIL ""; more print statements for all variables, etc... print MAIL "\n\n"; close (MAIL);
  9. Normally less than 24 hours.
  10. Convert it to an mp3 file instead of WMA. That should work.
  11. You would enter: /home/yourcpanelname/public_html/scripts/name-of-script
  12. I believe ASX would be an active X control which Firefox cannot (thank goodness) open.
  13. Don't know if this will help but it is a great font archive. http://www.grsites.com/fonts/
  14. Welcome to the forums, fmartin
  15. Welcome to the forums, bandofsisters
  16. Welcome to the family John!
  17. Yes, as Thomas says it should work correctly. Go into the Spam Assassin configuration. You will see white-list and black-list boxes. If you enter the address into one of the black-list boxes it will discard any email from that address. Conversely, if you add an address to a white-list box spam assassin will not capture any mail from that address as spam whether it is or not.
  18. What I've done for my own domains is create another email account. Yes, I know it's another box to check but it's been working for me quite well. Then I forward all SA tagged messages to the spam account I created. This way I can go and view it from time to time and empty it. I've done this on three accounts and then on two of them I just set it to discard any spam it tagged. Since it wasn't catching any good mail it works well. Don't know if that would work for you or not but I don't know how to accomplish what you are wanting to do, sorry.
  19. Welcome to the family and forums, Stephane Don't think that it's possible to do that directly with cPanels implementation of Spam Assassin or not. Moving to a more apporpriate forum for better exposure and organization.
  20. If you are using Spam Assassin you can blacklist the email address. See this help page for info on Spam Assassin. http://www.totalchoicehosting.com/help/id60.htm
  21. TCH-Bruce

    Cms

    Welcome to the family and forums, Ulmi Don't have an answer for you but will move this to the software forum for better exposure to get you one.
  22. Sorry, but MikeJ has already answered that TCH does not support LDAP on virtual hosts.
  23. Since you are not going to have shell or root access you may want to read this article for getting scoop installed on a shared server. http://scoop.kuro5hin.org/story/2002/9/20/161918/528
  24. I found some info here: http://freshmeat.net/projects/amember/
  25. Congrats Robert!
×
×
  • Create New...