Showing posts with label power. Show all posts
Showing posts with label power. Show all posts

Friday, 26 February 2016

How Does Web Hosting Work?In Feburary 2016 26,

In Feburary 2016 26,
Before you put a Web-hosting plan to work, you need to register a domain name. Some companies offer both services as a bundle, but you can buy the two parts separately from different companies. If you shop around, you may find a better price or an uncommon top-level domain such as '.us' or '.tv' not sold at every registrar. If you buy the domain separately, you need to set the name servers on the domain registrar's website to point to the addresses provided by your Web host. These steps vary from site to site, so check your registrar's help page for specific directions.
How Shared Hosting Works
Shared hosting places your website on the same server hardware as many other websites. This setup makes shared hosting affordable but gives you no control over the server hardware and software itself. Shared hosting plans often offer perks such as unlimited bandwidth and support for multiple domain names. The major limitation to shared hosting is CPU time: Every person who connects to your website uses some of the server's processing power. If too many people connect, at the same time, especially if you have complex scripts on your site, the websites of everyone on the server slow down. Use too much CPU time and your Web host might restrict your site or force you to upgrade to a dedicated server.
Dedicated Hosting and VPS
Dedicated servers avoid the CPU restrictions on shared servers and allow you to install custom software, but they often cost far more and include restrictions on bandwidth and drive space. In most cases, whether you are buying hosting for a personal site, a blog or even a small business, you can safely start out with shared hosting. If your site becomes popular or you need to alter your server's configuration, talk to your Web host to move up to a dedicated server so you won't have to rebuild your entire site for another host. Some Web hosts sell virtual private server hosting. VPS hosting does not provide additional CPU resources, but you can install software on the server and alter its settings.
Putting Your Site to Use
Setting up a site from scratch requires a significant amount of Web design and coding experience, but there's no need to reinvent the wheel. Content management systems, such as WordPress, Drupal and MediaWiki, provide a backbone for your site so you can focus on creating content. Some Web hosts offer one-click installation of these utilities, but if yours does not, download the CMS of your choice from its website and follow the directions to put it on your server and get started. Although each CMS offers customizations, WordPress and Drupal focus primarily on sites with permanent content and few authors, such as blogs, while MediaWiki works best with frequently updated pages, such as its best-known use, Wikipedia.
Running Your Own Host
Hosting your own website from home might sound like an easy way to save money, but it requires far more tech experience. If you set up your server incorrectly, hackers flood in from all over the Internet. DIY hosting requires you to own server hardware, a potentially pricy investment if you want your site to support a large number of visitors. Check with your Internet service provider before trying to run a server, as many explicitly block the practice unless you subscribe to a business-class plan.
In Feburary 2016 26,

Friday, 12 February 2016

How to Make a Proxy WebsiteIn Feburary 2016 12,

In Feburary 2016 12,
Open an account at a web host that allows proxy websites. Many hosting companies do not allow proxies because they can generate a large amount of traffic that overloads the servers. Those that do allow proxy websites will typically prefer that you have a Virtual Private Server (VPS) or a dedicated server. Most hosts do not allow web proxies on a shared server.
Obtain a copy of PHProxy. This script acts as the software to power your proxy site. PHProxy is available free of charge, so anyone can make a proxy website without spending a lot of money.
Log into the control panel for your web hosting account. Create a MySQL database that will be used by the PHProxy script. Make note of the database name, user name and password that is associated with the database. This information is needed to configure the script to communicate with the database.
Edit the config.php file that is included with the script. Open the file with a HTML editor so that you can edit the contents of the file and save the new copy. Use Windows Notepad if you do not have a HTML editor. Simply open the file, edit the website name, website address, database name, database user name and database password. Save the file after the information has been edited.
Use an FTP program to upload all of the files to your hosting account. You can download a free copy of Filezilla FTP if you do not already have a program. Simply upload all of the files and folders included with PHProxy to your web hosting account. Your proxy website should now be operational.
Read the documentation that is included with PHProxy. Follow the instructions in the documentation to customize your script, such as changing colors, page layout or other visual elements. This will help you make a FTP website that stands out.
In Feburary 2016 12,