What is DNS ?


dnsserver

DNS can be considered something similar to a phone book. When you move from one location to another, your name stays the same, but your phone number may change. In order to point your name to the new phone number, you must contact the telephone service provider so they assign you the new phone number and update all directory information to reflect you as pointing to this new phone number.

In this way, the IP number can be compared to a phone number: When someone calls http://www.cpwebhosting.net, your ISP looks at the DNS server, and asks “how do I contact example.com?” The DNS server responds: “It can be found at 198.105.232.4”. As the Internet understands it, this can be considered the phone number for the server, which houses the http://www.cpwebhosting.net web site.

Click on the Link given below to More Details:
http://bit.ly/2c5fMqR

Renew Domain Registration


renewdomainres

How can i renew Domain Registration with the use of H-Sphere control panel?

Although you will be sent an e-mail notification before your domain expires, you can choose whether to renew your contract with the registrar company manually or automatically. In the automatic mode, your domain name will be renewed for as many years as you specify in your control panel settings. In the manual mode, you would have to enter your control panel and click the Renew Domain link; otherwise the domain name will expire and become unavailable.

Click on the Link given below to More Details:
http://bit.ly/2c7C6CL

Meaning of #!/usr/bin/perl


livebin

In perl programs what is the meaning of using
#!/usr/bin/perl in the first line.

That first line is actually a very special comment. On Unix systems, if the very first two characters on the first line of a text file are “#!”, then what follows is the name of the program that actually executes the rest of the file. In this case, the program is stored in the file /usr/bin/perl.

Click on the Link given below to More Details:
http://bit.ly/2c7uwrY

What is Domain Aliasing


I m newbie in web hosting field. can anyone tell me what is Domain Aliasing.

domainzone

Domain aliasing, or domain stacking, is creating additional domain names that would point to the IP of a different domain. For example, if your domain name is cpwebhosting net, you can register another domain name, e.g. cpwebhosting com and have it point to the location of cpwebhosting net. This means, every Internet user who goes to cpwebhosting com will land in cpwebhosting net.

Click on the Link given below to More Details:
http://bit.ly/2cvccpl

Web Hosting Account Without Domains


You can also host sites without domain names (the so-called stop-gap domains). When you create a stopgap domain you get no DNS zone, and you cannot use e-mail service. However you will be able to access and manage your site using the instant domain alias you get at signup.

hostwith

An instant domain alias is an additional web address that gives access to your website when you don’t have a real domain name or when your real domain name is temporarily unavailable. Instant domain aliases are generated randomly based on your provider’s domain name and can’t be changed. To enable or disable access to your website by instant domain alias.

Click on the Link given below to More Details:
http://bit.ly/2caSVZw

MySQL on Dedicated Server


dedicated-server

If you want to use MySQL on your dedicated server you can install MySQL by compiling the source code with the options that best suit your needs or by downloading and installing a prebuilt binary.

Or you can ask the CPWebhosting Support team they will do it using the the package management system appropriate to your operating system. You can get both binary and source code at the MySQL web site.

Click on the Link given below to More Details:
http://bit.ly/2cHnZjs

Park External Domains


Can I Park External Domains In my my web hosting account.

This feature allows you to use H-Sphere DNS server to map IPs to domain names serviced and hosted on other servers (not those of H-Sphere). In this case, a DNS zone is created with a custom DNS A record for the domain name and its IP is entered in the form.

domainex

Click on the Link given below to More Details:
http://bit.ly/2cpJYO8

Uses of The SQL


usesql

Can you explain me the uses of SQL?

SQL is an ANSI (American National Standards Institute) standard computer language for accessing and manipulating database systems. SQL statements are used to retrieve and update data in a database. SQL works with database programs like MS Access, DB2, Informix, MS SQL Server, Oracle, Sybase, etc.

Click on the Link given below to More Details:
http://bit.ly/2ca8yRd

New to SQL


newsql

I am new to the SQL software can you please tell me something in brief about it?

Well SQL is a standard computer language used for accessing and manipulating the database. It stands for Structured Query Language. With SQL allows we can to access a database, as SQL is an

Click on the Link given below to More Details:
http://bit.ly/2ceg1iM

ANSI standard computer language, With SQL, we can execute queries against a database, can retrieve data from a database, insert new records in a database and can also update records in a database. SQL is very easy to use.

Sp Code in a Text File


aspcodetext

Click on the Link given below to More Details:
http://bit.ly/2cIheSC

I need to write asp code in a text file ( .txt extension) . How do i make it work?

You can use notepad to write the code and save the textfile as .asp or .txt for safekeeping.

Thanx for reply but i need a way to make asp engine parse the text file as asp file.

you need to configre your server to use ASP for .txt extensions

Yes, Unless you have access to configure the server this is impossible.