Jump to content

TCH-Bruce

Members
  • Posts

    20,156
  • Joined

  • Last visited

Everything posted by TCH-Bruce

  1. Welcome to the forums, Rory
  2. Welcome to the forums, Bompa.
  3. Welcome to the forums, harvey_s
  4. Welcome to the forums, Birgiteqoa
  5. Welcome to the forums, free=good
  6. I was referring to formmail.cgi or formmail.pl as a forms processor. UFM is acceptable to use here at TCH and their forum should be able to help you get it working.
  7. Welcome to the forums Minkoff
  8. Where did you publish your site too? It isn't in your domain space. What did you use to publish? What you are seeing when you go to your domain is the default account that was set up when you purchased.
  9. Heat wave!
  10. I don't venture far from the a/c when it's that hot. Except to play golf! It seems to never be too hot to play golf.
  11. I knew I should have waited for David to answer. I moved from MT to Wordpress and I exported my entries and imported them into WP. So I made an assumption it would also work for an upgrade.
  12. Hi Julie, welcome to the forums. I would open an account here, install the latest version of MT then export your entries from your current MT install and import it into your new install. Follow TCH-David's instructions below. You do not need to transfer your domains to TCH if you don't want to. You can only host one domain per virtual account. To host multiple domains would require a reseller account or multiple virtual accounts. You can park domains on a virtual account as long as they point to the same entry point of your main domain.
  13. I don't see a problem with it. Glad you got it working.
  14. TCH-Bruce

    Mambo

    Sounds like it could be some sort of group or user permissions setting that needs to be adjusted. Don't use Mambo so can't offer much more than that.
  15. Isaac, you have a PM
  16. I found more information about training SA. It looks like you have to use Webmail, Outlook or any other IMAP client so you can store the emails on the server to be used to train SA. So if you are using a POP client you cannot do it. I've copied this tutorial from somewhere else and have not used it myself so if it doesn't work, don't shoot the messenger, I'm only trying to help. - click on user_prefs link to change the menu on the upper-right side of the screen, and click on ‘edit file’ from that menu - here is a sample configuration file, you will need to modify a few elements in this file: - save the file and close the window that CPanel opened for you to edit that file 4. building the script - go up one level in the file manager - go into public_html - go into cgi-bin - click on the link to ‘create a new file’ - call it “sa-learn.cgi” (no quotes) - here are the contents of the file: >#!/usr/bin/perl my $salearn = "/usr/bin/sa-learn"; $|; print "Content-type: text/plain\n\n"; print "Learning SPAM:\n"; print `$salearn -p /home/tchaccount/.spamassassin/user_prefs --mbox --spam --showdots /home/tchaccount/mail/myspam 2>&1`; print "\n\n"; print "Learning HAM:\n"; print `$salearn -p /home/tchaccount/.spamassassin/user_prefs --mbox --ham --showdots /home/tchaccount/mail/myham 2>&1`; print "\n\n"; exit; Edited by TCH-David: Corrected URL in step 5, and replaced curly double quotes in script code with regular quotes in step 4. Edit 2 by TCH-David: Replaced en dashes in script code with regular dashes, added redirect of stderr ('2>&1')
  17. Sorry don't know the answer here but wanted to say welcome to the forums. I'm sure someone will be along with some ideas for you.
  18. Welcome to the forums cneal
  19. Formmail on the servers has been disabled for security reasons. You will have to install some other form processing script to handle your form. I would go to www.hotscripts.com and search for form processors.
  20. fall
  21. Hi Nilesh, if you follow the instructions for web protect I gave above it will force a password to log into the gallery. As for trying to protect people from taking your images you may as well forget it. If they can view the images they can take the images. Fact of internet life. Even if you could stop them from right clicking, once they view the image it is on their computer in the cache for their browser.
  22. Welcome to the forums devinepirate You can upgrade or downgrade your account as needed. It will take place at the beginning of the next month of your billing cycle. As for will you get the special if you sign up for a month I'm not sure and someone else will have to answer. But you could always sign up for the year to begin with and you still have 30 days to cancel and get your money back. Or you could contact the Billing office by phone during business hours and get a definitive answer.
  23. Welcome to the forums lightman
  24. Welcome to the forum lanys I tested this. If you create the folder dir1 in the public_html folder then dir2 inside dir1 and dir3 inside dir2. Then create an FTP user and then enter /dir1/dir2/dir3 into the box where you create the ftp user it will log them into the dir3 folder when they login. Everything above dir3 will be invisible to them.
  25. Here is a tutorial to get you started.
×
×
  • Create New...