TCH-Don
Members-
Posts
11,643 -
Joined
-
Last visited
Everything posted by TCH-Don
-
Since a php script owns the file, have you tried making another php script to remove the files?
-
You will keep the user name. Just ask them to resend the welcome e-mail with your new doman name details.
-
The last one is your web space showing what you put there using ftp or what ever through your IPaddress/~username so you hosting account is fine. Now all you need to do is get a domain name and point the DNS to ns1.totalchoicehosting.com - 64.246.50.105 ns2.totalchoicehosting.com - 65.254.32.122 And tell the help desk the domain name.
-
You can ask the help desk to resend your welcome e-mail when you ask them to change your account to your new domain name. Did you try the link to your space using the IP link in you e-mail?
-
Yes its that easy, and the domain name will take up to 72 hours for all the IPS name servers to upate. Not always that long, but can be up to 72 hours. After payment was received, You should have received a welcome e-mail for your hosting account showing how to access your web space and cpanel There are also links to access your site and cpanel with the IP address before the domain name propagates. and that should work for you now reguardless of the domain name.
-
Its not hard to change your domain to point at the TCH name servers. When you register a domain name, you will received an e-mail showing how to log into you domain name control page where you can change the DNS to ns1.totalchoicehosting.com - 64.246.50.105 ns2.totalchoicehosting.com - 65.254.32.122 If you look here at the dns tutorials see if your domain registar is listed, if not try one as it is about the same for all of them.
-
You can add this to a php page on your server and goto it <?php // Show all information, defaults to INFO_ALL phpinfo(); ?>
-
You can open a help desk ticket to add another account.
-
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
-
Glad its working, thanks for the update.
-
As this is shared hosting, not meant for large e-mail lists. You will have to send in spurts. Like 15 per minute then pause should be ok. I think cpanels mailman can bet set to batch mode like that. I know Dada Mail can also be set to batch mode.
-
New E-mail Acc't - Mail Doesn't Appear
TCH-Don replied to Andrew's topic in CPanel and Site Maintenance
Andrew, you might create another e-mail account to see if any new accounts work like blog2@ just a thought. -
Yes, WOW thats very nice Thumbs Up
-
You can check your site by going here http://validator.w3.org/checklink If you have not read up on vaidation, it can look confusing. http://validator.w3.org/docs/ may help.
-
I think the validater would prefer that you create a section in your css file to center the div as in your css file div.photo{ text-align: center; } then in your html <div class="photo" > <img src="photo.jpg" title="hi" /> </div> Then you can add to the css div.photo{ text-align: center; border: medium solid black; } to add a border, or whatever. Or you can also use in css img.photo{ text-align: center; border: medium solid black; } and the html <img class="photo" src="photo.jpg" title="photo" />
