Jump to content

TCH-Don

Members
  • Posts

    11,643
  • Joined

  • Last visited

Everything posted by TCH-Don

  1. On your e-mail clients do you have checked Leave a copy of message on the sever ?
  2. Welcome to the forum, jwsterns Let us know what happens.
  3. Host
  4. Don't forget you can access Squirrel Mail securly by using https://my-tch-domain.com:2096/3rdparty/squirrelmail/index.php
  5. welcome Crazy Uncle Dave
  6. Dairy
  7. Thanks Thomas.
  8. They are both working for me too.
  9. Welcome to the forums Rob
  10. Suspense Welcome to the forum, paleorthid
  11. I think you have it right. I am sure they want people to click on the links that show up on a site that show recent referrers. They may even have automated the process of doing the referring to a list of sites I doubt they have the time to visit the sites they are referring to.
  12. Welcome to the forums Quicksilver Just to be sure of all your settings here is my database connect check list -- databse connect ---- Be sure that in MySql you 1 - created the database 2 - created a user 3 -added the user to the database (go back to MySql and find the Add user select the user and database, and then Add user to database) Then to connect to the database in a script use: host: localhost database: yourCpanelName_databaseName user: yourCpanelName_databaseUser password: mypassword * Note password is just as the password, do not add the CpanelName to it. ---------------------------
  13. Yes that is the reason the other includes do not work now. I prefer <?php include $_SERVER['DOCUMENT_ROOT']."/header.php"; ?> With the php includes you can use other tricks like a different title on each page. the top of a page starts like this <?php // add header and additional title $page_title="home"; include $_SERVER['DOCUMENT_ROOT']."/header.php"; // begin main content ?> then in header.php the title is dispayed as My Web Site - <?php print("$page_title"); ?>
  14. Dan, glad you are all fixed up. Thanks for the kind words. I agree, the help desk people are the best!
  15. Most large scripts like forums and image galleries will not run properly when called from the IP/~user address. This may be the problem. Support does not have to help with scripts, there are too many scripts out there for them to keep up with. But this forum is a good place to get help.
  16. Stripes
  17. If you add .shtml to AddType application/x-httpd-php .htm .html as in AddType application/x-httpd-php .htm .html .shtml you can include php in .shtml and you do not need the XBitHack on but you give up the other includes like <!--#include virtual="/footer.html" -->
  18. Most all of them are ver insecure and can be used by spammers using injection method to send by adding code and spam to one of the e-mail fields. If you do get one be sure the part that sends filters out code and other bad characters.
  19. Welcome to the forum, Amr let us know if you have any more questions.
  20. They are in my opinion a spammers best friend. They get to send e-mail to anyone through your site with no effort.
  21. http://www.quiznos.com/ Looks good
  22. I don't think I like that idea. I will stick to my second drive, usb hard drive and DVD's for backups.
×
×
  • Create New...