Jump to content

TCH-Don

Members
  • Posts

    11,643
  • Joined

  • Last visited

Everything posted by TCH-Don

  1. Welcome to the Family Justin and your new home! We really are like family here. So if you need anything, just ask your new family! We love to help
  2. Welcome to the Family and your new home! We really are like family here. So if you need anything, just ask your new family! We love to help
  3. Welcome to the Family and your new home! We really are like family here. So if you need anything, just ask your new family! We love to help
  4. It could be the .tlx file is corupt, after your hard drive crash. do you have an older backup to try?
  5. off
  6. It can take less than an hour or as long as 10 hours it the longest wait, like watching water boil Mean while you can pop over to the introductions forum and say hello for more welcomes
  7. Sissors
  8. Welcome to the Family and your new home! after your payment is received your account will be setup and the welcome e-mail sent be sure to check junk and spam folders. When you are setup, just open a help ticket to have the other domains parked on top of your new account. We really are like family here. So if you need anything, just ask your new family! We love to help
  9. You will need to open a help ticket, as we moderators do not have access to the servers.
  10. Official Welcome to the Family Dave and your new home! As you know, we really are like family here. So if you need anything, just ask your new family! We love to help
  11. Sorry, if the other domain name takes you any where but the root it does violate the rules. you may not point another domain to a folder, file or subdomain regardless of how it is done.
  12. Welcome back Charlotte
  13. Welcome to the forum. You may only have one domain per account unless the techs park another on top of your account. Just open a help ticket to have them park another domain on your account. Other domains may not point to anywhere but the root. If you need domains to have seperate content, you will need another account or a reseller account. Yes we have Apache 1.3.33 hope this helps.
  14. Welcome to the Family and your new home! For the include <!--#include virtual="/header.html" --> if the header is in the same folder you might try <!--#include virtual="header.html" --> with out the leading / You also may want to check out using php includes sometime. You may find php more flexiable, such as passing data to the included file. Like adding additional custom text to the title for each page. Example: in the content page, you put this at the top <?php // add header and additional title $page_title="about"; include $_SERVER['DOCUMENT_ROOT']."/header.php"; // begin main content ?> then the header can display the title like this My site <?php print("$page_title"); ?> anyway, something to consider. We really are like family here. So if you need anything, just ask your new family! We love to help
  15. House
  16. I don't think you can do any harm. The most you will run into is a script that may have an error and it will not work. Then you will see an error message tell you what file and line number the script stopped working at.
  17. Did you add shtml to the php handler? If so what happens if you remove just the shtml part?
  18. TCH-Don

    Drupal Anyone?

    Not counting how long to install, it took too long to just publish something displaying a code example, and getting it to look the way I wanted. I'll stick to hand coding
  19. wood
  20. Fiction (I think so)
  21. TCH-Don

    Drupal Anyone?

    in cpanel > mysql create a database like drupal create a user with a password add user to database. download the drupal-4.5.1.tar.gz file from drupal site to your computer. Create tables using phpmyadmin located at the bottom of MySql, go to database (drupal) -> SQL -> load database.mysql file which comes with drupal in /database/ directory. using cpanel > file manager click on the folder icon to the left of public_html folder to go inside. select Upload file(s) browse to the file from your computer. After it is uploaded, click on the name of the file (not the icon) select on the right Extract File Contents after it is done, click on the name of the new folder drupal-4.5.1 and select rename, rename to drupal or whatever. navagate to the drupal folder for your config file Always check the latest installation documentation from the Drupal site to verify where the file is. Look for something like, "The default configuration can be found in the 'sites/default/settings.php" Edit the appropriate file, change the lines # $db_url = "mysql://user:password@hostname/database"; # $db_url = "pgsql://user:password@hostname/database"; $db_url = "mysql://cpanelname_databaseuser:databasepassword@localhost/cpanelname_databasename"; # If $db_prefix is specified all database table names will be # prepended with this string. Be sure to use valid database # characters only, usually alphanumeric and underscore. If no # prefixes are desired, set to empty string "". $db_prefix = ""; # # Base URL: # # The URL of your website's main page. It is not allowed to have # a trailing slash; Drupal will add it for you. # $base_url = "http://yoursite.ext/drupal"; and goto the bottom of page and save the file now goto yoursite.ext/drupal and create a super user with e-amail addy you will be assigned a password click on login goto administer then goto users and find Public registrations: and select > Only site administrators can create new user accounts. and save. Then you can edit your password under myaccount. Again check the latest install instructions for changes. The rest is up to you.
  22. TCH-Don

    Drupal Anyone?

    Give me a bit to try to install it
  23. Not sure how you are determing the size of the page, but there is more than 306517 bytes on the page, so that display time is fast.
  24. popular
  25. Hi Mary, first welcome to the forum! For two sites, you will need two accounts. I would start with one account for the site that is almost ready, and publish it now to see if it looks the way you want. As to space and bandwidth. The starter account has 450 megs of space, which is more than most sites will ever use. The bandwidth, is any traffic to and from your space, including when you publish your pages and images with frontpage and when a visitor views your pages and images. It also includes e-mail or any thing that causes activity to or from your space. Again the starter plan allows 10 gigabytes of traffic, more than most sites will use. You can use frontpage or an ftp program to upload your pages and images. ftp is short for file transfer protocall or a method of sending files to your space or retrieving them to your computer. The domain pointer (DNS) is when you do get your domain name, you will log into the domain control page provided by your registar, and change the DNS to the nameservers given to you in your welcome e-mail. This is as easy as clicking on change DNS, and pasting the nameservers ns1.totalchoicehosting.com and ns2.totalchoicehosting.com into the place provided. Then your domain name will take visitor to your space here. You can register the domainname anywhere or here. Don't worry about not following it all at once, we will help as you need it. If you have any questions, let us know, we love to help.
×
×
  • Create New...