In Feburary 2016 25,
When you install scripts to your website that require database access to store settings and other data, you must edit a file to allow access for the script to your database. For example, the file 'wp_config.php' contains configuration options when installing the blogging script WordPress. When your host uses cPanel, the name of the database includes a prefix and the specific name of your database, which either you assigned or was automatically assigned by a script.
cPanel Database
By default, the cPanel database prefix is the same as the account username that the database is on. For example, if your username is 'JohnSmith,' your database will begin with 'JohnSmith_', followed by the individual database name. This naming structure allows you to differentiate between multiple databases on a single account. Your host can accommodate multiple databases on the same server that may otherwise have the same name with the username prefix.
Considerations
Hosts can remove the prefix option from database names. If your host does this, you will not use any prefix with your database names when creating or modifying scripts. Note that servers with multiple databases may run into issues where multiple customers attempt to make databases with the same name. This will then force you to use a unique name.
Warning
If your website is hosted on a Linux or Unix server, database prefixes and names are case-sensitive. Your website will display a 'Cannot Connect to Database' error if you do not use the correct capitalization in your prefix. CPanel allows for usernames of up to 16-characters long. MySQL only allows database usernames to be 16 characters long. If your username is the maximum length, you will not be able to create a database if the account prefix is enabled.
In Feburary 2016 25,
Posts mit dem Label default werden angezeigt. Alle Posts anzeigen
Posts mit dem Label default werden angezeigt. Alle Posts anzeigen
Donnerstag, 25. Februar 2016
Donnerstag, 18. Februar 2016
How to Register a Website in IndiaIn Feburary 2016 18,
In Feburary 2016 18,
The Indian government authorized the National Internet Exchange of India to create the .IN Registry, an independent organization that maintains the security and stability of India's ccTLD. The website contains a list of accredited .IN registrars with links to domain name registration pages (link in Resources). Most registrars offer a selection of TLDs, including .COM, .CO.IN and .IN. To check the availability of your desired domain name, type it in the registrar's search box, select a TLD and click “Search.” If your chosen name is available, the next page displays options for registering the domain for up to 10 years.
Using a Custom Name Server
By default, your registrar uses its public name servers for Domain Name System routing. If you want to use a custom name server, enter its name in the Name Server field during registration. A name server translates a website's domain name to an IP address where the site is located on the Web. If a person searches for your website through a Whois lookup, they can see your name server and contact details, and if you use your registrar's default name server, a name such as “ns3.netandhost.com” turns up in the search. While using a custom name server adds an extra charge to your registration, it gives you the chance to assign your website or business name to your own name server.
Select a Hosting Package
Most registrars offer hosting packages for new websites, and choosing one of these packages simplifies the site-building process by eliminating a few configuration steps. Your registrar likely displays a link to a choice of hosting packages during the checkout process or on the main registration page. When choosing a hosting package, decide on the scripting and database languages you'd like to use. If you plan to use PHP, Python or mySQL, choose a Linux server; if you plan to use ASP, ASP.NET or MS SQL, choose a Windows server. The hosting price is usually the same for Linux and Windows servers on the same price tier, and most India-based registrars display prices in both Indian Rupees and U.S. Dollars.
Complete the Registration
On the checkout page, your shopping cart displays your chosen items and their prices. You can make changes to your order by clicking “Continue Shopping” or finalize your purchase by clicking “Check Out.” Registration with India's ccTLD typically costs a little less than with some of the more established TLDs, such as .COM, .BIZ or .TV. Your registrar may accept credit cards or a bank transfer as payment, and you can enter these details on the payment page. After your payment is confirmed, the registrar updates its DNS server to make your domain name available on the Web within about 24 hours.
In Feburary 2016 18,
The Indian government authorized the National Internet Exchange of India to create the .IN Registry, an independent organization that maintains the security and stability of India's ccTLD. The website contains a list of accredited .IN registrars with links to domain name registration pages (link in Resources). Most registrars offer a selection of TLDs, including .COM, .CO.IN and .IN. To check the availability of your desired domain name, type it in the registrar's search box, select a TLD and click “Search.” If your chosen name is available, the next page displays options for registering the domain for up to 10 years.
Using a Custom Name Server
By default, your registrar uses its public name servers for Domain Name System routing. If you want to use a custom name server, enter its name in the Name Server field during registration. A name server translates a website's domain name to an IP address where the site is located on the Web. If a person searches for your website through a Whois lookup, they can see your name server and contact details, and if you use your registrar's default name server, a name such as “ns3.netandhost.com” turns up in the search. While using a custom name server adds an extra charge to your registration, it gives you the chance to assign your website or business name to your own name server.
Select a Hosting Package
Most registrars offer hosting packages for new websites, and choosing one of these packages simplifies the site-building process by eliminating a few configuration steps. Your registrar likely displays a link to a choice of hosting packages during the checkout process or on the main registration page. When choosing a hosting package, decide on the scripting and database languages you'd like to use. If you plan to use PHP, Python or mySQL, choose a Linux server; if you plan to use ASP, ASP.NET or MS SQL, choose a Windows server. The hosting price is usually the same for Linux and Windows servers on the same price tier, and most India-based registrars display prices in both Indian Rupees and U.S. Dollars.
Complete the Registration
On the checkout page, your shopping cart displays your chosen items and their prices. You can make changes to your order by clicking “Continue Shopping” or finalize your purchase by clicking “Check Out.” Registration with India's ccTLD typically costs a little less than with some of the more established TLDs, such as .COM, .BIZ or .TV. Your registrar may accept credit cards or a bank transfer as payment, and you can enter these details on the payment page. After your payment is confirmed, the registrar updates its DNS server to make your domain name available on the Web within about 24 hours.
In Feburary 2016 18,
Freitag, 12. Februar 2016
How to Make Barcodes for FreeIn Feburary 2016 12,
In Feburary 2016 12,
Visit the website of a free online barcode generator. Online Tech Tips recommends Barcodes Inc., and you can make free barcodes at the Barcoding and Wasp Barcode Technologies websites.
Select your preferred symbology in the drop-down menu labeled 'Symbology.' The default is typically Code 128. According to Online Tech Tips, Codes 128 and 39 are the two most common. If you are not sure what you need, just leave it at the default of Code 128.
Pick a preferred output file type if you are given the option. Typically you can choose between jpg or png. If you are not sure which one you need, opt for png because you can compress png files without losing quality.
Enter the text or data for your barcode and make any tweaks to your free barcode that your barcode generator may offer. Such options may include adding a border or changing the size of the barcode.
Click on the 'Make a barcode' or 'Generate barcode' button at the bottom of the barcode generator. You will be given a link to download the file for the barcode that you just created. Click on it to download the barcode to your computer. You may also be given some html coding, in the event that you want to add the barcode to a website.
In Feburary 2016 12,
Visit the website of a free online barcode generator. Online Tech Tips recommends Barcodes Inc., and you can make free barcodes at the Barcoding and Wasp Barcode Technologies websites.
Select your preferred symbology in the drop-down menu labeled 'Symbology.' The default is typically Code 128. According to Online Tech Tips, Codes 128 and 39 are the two most common. If you are not sure what you need, just leave it at the default of Code 128.
Pick a preferred output file type if you are given the option. Typically you can choose between jpg or png. If you are not sure which one you need, opt for png because you can compress png files without losing quality.
Enter the text or data for your barcode and make any tweaks to your free barcode that your barcode generator may offer. Such options may include adding a border or changing the size of the barcode.
Click on the 'Make a barcode' or 'Generate barcode' button at the bottom of the barcode generator. You will be given a link to download the file for the barcode that you just created. Click on it to download the barcode to your computer. You may also be given some html coding, in the event that you want to add the barcode to a website.
In Feburary 2016 12,
Donnerstag, 11. Februar 2016
How to Put a Song in the Background of a WebsiteIn Feburary 2016 11,
In Feburary 2016 11,
Log in to your web host by inputting your user name and password into the corresponding text boxes. Click on the 'Upload' button and select a song that you want to put in the background of your website. This will upload it to the root directory of your site. The root directory is the default where you are directed when you first sign into your web host.
Click on the HTML document in your web server in which you want to put the song into the background. Copy and paste the following HTML background music code into the place in your HTML code where you want the music player to appear: <embed name='Name of song'
src='URL to song'
loop='false'
hidden='false'
autostart='true'>
</embed>Replace the section that says “Name of Song” with the title of your song and the section that says “URL to Song” with the URL to your song.
Play the song more than once, when someone links to your page, by inputting the number of times that you want it to play into the loop value. Replace loop='false' with loop='1'or loop='2' as the proper HTML.
Hide the music player so that the user cannot stop the music. To do this, input “true” next to the hidden value. Replace hidden='false' with hidden='true' as the proper HTML.
Stop the music from playing automatically when someone opens your web page by inputting “false” next to the autostart value. Replace autostart='true' with autostart='false' as the proper HTML.
Save the web page file with the code in it.
In Feburary 2016 11,
Log in to your web host by inputting your user name and password into the corresponding text boxes. Click on the 'Upload' button and select a song that you want to put in the background of your website. This will upload it to the root directory of your site. The root directory is the default where you are directed when you first sign into your web host.
Click on the HTML document in your web server in which you want to put the song into the background. Copy and paste the following HTML background music code into the place in your HTML code where you want the music player to appear: <embed name='Name of song'
src='URL to song'
loop='false'
hidden='false'
autostart='true'>
</embed>Replace the section that says “Name of Song” with the title of your song and the section that says “URL to Song” with the URL to your song.
Play the song more than once, when someone links to your page, by inputting the number of times that you want it to play into the loop value. Replace loop='false' with loop='1'or loop='2' as the proper HTML.
Hide the music player so that the user cannot stop the music. To do this, input “true” next to the hidden value. Replace hidden='false' with hidden='true' as the proper HTML.
Stop the music from playing automatically when someone opens your web page by inputting “false” next to the autostart value. Replace autostart='true' with autostart='false' as the proper HTML.
Save the web page file with the code in it.
In Feburary 2016 11,
Freitag, 5. Februar 2016
How to Port Forward for 'Garry's Mod'In Feburary 2016 05,
In Feburary 2016 05,
Log in to your router using its Internet protocol (IP) address, which varies based on the manufacturer. Linksys access is '192.168.1.1' with the default username blank and password of 'admin.' NetGear uses 'admin' for the username and either 'password' or '1234' by default.
Click the 'Advanced' tab, then select 'Port Forwarding.' It may also be located under 'Applications and Gaming.'
Type the name of the application, 'Garry's Mod,' into the application.
Enter '27005' for the Start and '27015' for the End range.
Select 'Both' from the protocol drop-down menu. Check the box next to 'Enable' to turn it on.
In Feburary 2016 05,
Log in to your router using its Internet protocol (IP) address, which varies based on the manufacturer. Linksys access is '192.168.1.1' with the default username blank and password of 'admin.' NetGear uses 'admin' for the username and either 'password' or '1234' by default.
Click the 'Advanced' tab, then select 'Port Forwarding.' It may also be located under 'Applications and Gaming.'
Type the name of the application, 'Garry's Mod,' into the application.
Enter '27005' for the Start and '27015' for the End range.
Select 'Both' from the protocol drop-down menu. Check the box next to 'Enable' to turn it on.
In Feburary 2016 05,
Abonnieren
Posts (Atom)