How to Add Style to Index Page

helper|cpanel website hosting Question about cpanel website hosting:”If I upload folders, with folders in those folders, onto my website (and I do not use an index page) then the server lets me browse right through all of them by making it’s own index page that lists the folders – and then when I click a folder it makes an index page for that folder, and lists all the folders inside of that folder, and then etc etc – until I finally reach the farthest folder – Well that is very very convenient for me – but can I add just a little style to those automatically created index pages? I don’t even know what to call them?”

Read the rest of this entry »

The Hosting Tool- The Easy Way installation

FAQ|Cpanel Website Hosting

Question about cpanel website hosting: I found this web hosting script called the hosting tool, and I have no idea on how to use it. I thought this was a script where a user is able to select a package, and then use a control panel where he / she can upload files to his / her website. I run this on my own web server, and I would like to offer free hosting. Can anyone please give me step – by – step instructions on how to add a new server, a new subdomain and a new package, and how can users edit their website, or even upload files, or is that an extra addon?

I know that to set up a server, I need to have a cPanel / WHM username & access key and I have no Idea on how to install WHM, and where to get it, or even use it.

Can anyone please link to a detailed tutorial, or explain in detail here?

Thanks.

PS: I have got absolutely no money left to spend, so free stuff is all i can use right now.
PSS: The website of the hosting tool is http://www.thehostingtool.com/
Forgot to mention, i’m using Windows Vista

Read the rest of this entry »

The Insider’s Secret to Get Free Subdomain and Free Hosting

FAQ|Cpanel Website Hosting

Question about cpanel website hosting: I’m hosting my websites on 000webhost.com, and I’m having troubles to delete their default htaccess file, I checked my servers times and times again and I can’t find that file. I have my htaccess file uploaded, but if I type my en.mysite.com you will be taken to my site, however if I type www.mysite.com you will be taken to their htaccess page with a google custom search engine in it. I contacted them, they didn’t give answers they said could you stop using the subdomain feature in cpanel. I become suspicious and I searched for them it turns out, they are the worst hosting providers ever, they could shut down your site whenever they want, they did shut down my friend’s site. So I’m gonna go to bluehost next week but in the mean time, I want to upload my site to a subdomain using filezilla or a cpanel, or I want to download a web server software which is easy to use. I want to do that because I want to make sure that if I change my hosting provider, I won’t encounter that problem. And I want to make sure that my site is done without any errors or so.
I haven’t find any subdomain that supports ftp, actually i found 1 but I couldn’t upload php files to it. I just want to test my site to make sure there’s nothing wrong with it. So do you suggest any subdomain or any free web server site? I have found many but not sure which one to use.

Thank you

I have asked a couples of questions earlier and I’m not satisfied with the answers so could you please answer them. If you don’t want to, it’s okay.

http://answers.yahoo.com/question/index;_ylt=An4Rgkc_24.5YprWy.3b0Anty6IX;_ylv=3?qid=20100820121232AAxfi4O

http://answers.yahoo.com/question/index;_ylt=Asff.2FktGS2kW9y4r2p5CDty6IX;_ylv=3?qid=20100820022840AAe7XNI

Read the rest of this entry »

MyHosting Black Friday Promotion

What you get:
30% OFF ON ALL HOSTING PLANS ONLY VALID FOR BLACK FRIDAY – Coupon Code: MHBF30

Myhosting Features:
Business Class Website Hosting

  1. Unlimited Hosting Space
  2. Unlimited File Transfer
  3. Host Unlimited Domains
  4. FREE Outlook Email
  5. FREE Site Builder Tool
  6. FREE Google Anti-Spam

Any freehost that has Control Panel(cPanel), MySQL, PHP, and FTP?

Question about cpanel website hosting: cPanel includes MySQL, PHP, and FTP. I need to host my website and everything.

"FREE"

or

Is there any way I can use my own PC to host my website? Im using Windows XP not Linux. I thought Linux can only do this?

Read the rest of this entry »

how do I put a website builder for my site?

Question about cpanel website hosting: I have a web host but I am waiting forever for them to send me a website builder. All I have been given is a Cpanel and that’s it. I know I can find a free one to download on the internet but how do I get the templates to my website. My host has left me completely in the dark. The thing that makes me mad is I paid a lot of money to use them as a host, yet a free host would have been so much easier to use. Why is that? You would think that when you pay someone for service that they would be more helpful than a free web host would be. Anyway, don’t go with Host Gator. Use their affiliate program, it pays good but they have not been a good host to me. I’m still having billing issues with them as well.

Read the rest of this entry »

My website provider D2hosting has been down for four days. What should I do.?

Question about cpanel website hosting: There billing company has been trying to bill me and I’ve been trying to tell them that the the Host’s website hasn’t been online for four days. My website still come up, but I can’t get into CPanel or email for the websites. The billing company after six emails now seems to understand. I can’t be the only one experiencing this problem. Any Advice????

Read the rest of this entry »

Question about cpanel website hosting: I dont understand what I have to do. It tells me the following:
If you have been using cPanel with your previous host then you need to create a full backup of your account on the old server, then transfer the backup files via FTP from the old server to your new account with JustHost. Please then inform us when this is done and we will restore your account from the backup provided by you.

If you were using another control panel then you need to download your website from the old server onto your local computer. Then you need to upload your files from your local computer into your Just Host account which can be done via FTP.

Read the rest of this entry »

I've created my .htm and .css, how do I upload it onto my website?

Question about cpanel website hosting: I’ve already bought a domain name and have a web host that uses cPanel, created the site in Dreamweaver, but now I don’t know how to upload it onto the website? Can anyone help me please?

Read the rest of this entry »

move website with CMS/mysql to localhost?

Question about cpanel website hosting: I have a website that was created for me. It is running on my host (CPanel) fine. It is a CMS (not sure which one, not wordpress or modx, or Drupal even. Not sure how to tell.

Tonight I just installed WordPress on my local machine YEAH. Wanting to learn how to do it and practice on it.

I have Windows 7. XAMPP installed with Apache, Mysql, PHP. I went into PHPmyadmin to setup my wordpress database for that project.

What I want to do now is to copy my site over to my machine.

This would involve the files which I FTP’d as a backup already on my machine. Then the database.
THEN, to put everything in the right place.

I did do a virtualhost entry and can type /mysite/ and get the index.php (although it doesn’t work since no database.

I opened the connect_db.php file to see what it says.

<?php
/*
$server= "localhost";
$db= "my_db";
$user= "root";

$pwd= "";

*/
This one is for the CMS, The second for the wordpress
/*

$server= "localhost";
$db= "sohomweb_mydb";
$user= "sohomweb_myuser";
$pwd= "password";

*/

$server= "localhost";
$db= "mysite_blog_and_cms";
$user= "mysite_blogcms";
$pwd= "password";

$connect=mysql_connect($server,$user,$pwd) or die("Could not Connect To Server 123");

So there is a database for the WordPress and one for the CMS. They are combined in one list when I open PHPmyadmin.

So……………Is there somewhere with a great tutorial on how to do this? I just watched one today for the installation of WordPress locally, it was perfect and easy to understand.

Read the rest of this entry »