Showing posts with label browser. Show all posts
Showing posts with label browser. Show all posts

Monday, August 31, 2015

How to Connect to a GoDaddy Email With Thunderbird


Open a Web browser and navigate to GoDaddy's Web mail interface at email.secureserver.net.
Sign in with your email address and password.
Hover over 'Help' in the toolbar at the top of the page to bring up a list of options. Click 'Email Client Settings.'
Jot down the POP3 and SMTP server information that appears in a dialog box.
Log out of your GoDaddy account.
VPS Hosting

How to Set Up WebDav on HostGator


Open your Web browser, and log in to your cPanel area.
Click the 'Web Disk' icon under the 'Files' heading.
Scroll down and click the 'Access Web Disk' button.
Select your operating system and click 'Go.'
Click 'Save.'
Go back to your computer, and click 'Save,' 'Open' and 'Run.' You are now viewing your remote website files from your local computer.
VPS Hosting

Saturday, August 29, 2015

How to Host a Private File Server


Download the HFS File Server installer (see Resources).
Open the file to begin installing HFS. Use the default options.
Run HFS once setup is finished.
Click on the button that reads 'Server is currently OFF.' This will activate HFS.
Read the series of numbers next to the 'Open in Browser' button. This is the IP address of the server.
Open your favorite web browser and enter the IP address given by HFS. If you see text indicating you are in HFS, you have properly set up your server.
Enable files to be shared over the file server by dragging folders into the program's window. Be sure to specify 'Real Folder' when confirming its usage.
Go to the 'Menu' option on the server, and click 'Save File System.' This will make your changes permanent.
Browse to the IP address used in Step 6. You should be able to download any file located in the public folders.
VPS Hosting

How to Set Up an Email Account on BluDomain (8 Steps)


Open the hosting information email that was sent to you by BluDomain to get your cPanel user name and password.
Visit your website's cPanel by typing your URL followed by /cpanel into your browser. For example, type yourwebsite.com/cpanel.
Wait for the authorization box to open and then enter your cPanel user name and password in the corresponding fields.
Click the mail icon under the 'Mail' section.
Select 'Manage/Add/Remove' and then click the 'Add Account' button.
Enter your desired email user name and password in the corresponding fields.
Enter a quota between 10 MB and 100 MB inside the 'Mailbox Quota' box.
Click the 'Create Account' button to set up your email account.
VPS Hosting

Friday, August 28, 2015

How to Make a Collage Website (10 Steps)


Open your web browser, and go to a free collage creating website. Sign up for free membership.
Upload your photos, and create your collage using the free collage builder.
Save your new collage as “collage.jpg” and remember where it is saved.
VPS Hosting

How to Recover a Webmail Password on GoDaddy (6 Steps)


Open your Web browser, and log in to the GoDaddy Account Manager.
Click the 'My Products' link on the left side of the page, and select 'Email.'
Click the 'Manage Account' link next to the GoDaddy account associated with the address for which you need to reset the password. This will open the Email Control Center.
Click the '+' to open the list of e-mail addresses.
Click the address for which you want to reset the password. An Edit Mailbox pop-up window will open.
Enter a new password into the two password field boxes, and click 'OK.'
VPS Hosting

How to Download MP3 Google (3 Steps)


Open a Web browser and navigate to the Google directory, MP3 download section.
Right-click on a link on the directory page, and select “Open Link in New Tab.” The page for the site will open in a new browser tab, but will keep the directory page in the contents of the first tab for easy reference.
Click the new tab and explore the site. Download free MP3s and listen to streaming music.
VPS Hosting

How to Change the Root Password in Plesk (3 Steps)


Open a web browser and log in to your Plesk user account.
Click on the 'Server' link on the left and then click on 'Change Password.'
Enter your current root password and enter in a new password twice. Click on the 'Save' or 'Apply Settings' button and the password settings are saved.
VPS Hosting

How to Access cPanel on GoDaddy


Open your browser and type in the following address into the address bar: 'https://[[ipaddress]]:2087/." Replace 'ipaddress' with the actual IP address of your server. You can find your IP address in the email that GoDaddy sent you upon registration.
Type in your username and password. The username is 'root,' while the password is your GoDaddy account password. You can also find it in your GoDaddy registration email.
Click on 'OK' to access your cPanel.
VPS Hosting

Thursday, August 27, 2015

How to Create a Micro Website


Brainstorm a list of 5 to 10 possible domain names related to the focus of your micro website.
Decide on a domain name from your list. This is the official address of your website, such as eHow.com. A micro website must be tightly focused on one single product or idea, and the domain name should reflect that focus.
Type in the name of your favorite domain registrar into the address bar of your Web browser, and use the registrar's website to search for your favorite potential domain name.
Choose a Web host. Since you are only creating a micro website with one or two pages, you do not need to be concerned with how much space and bandwidth comes with your hosting account. Your main concerns when shopping for a Web host should be uptime guarantee and price. Read reviews of Web hosts on a reliable hosting review site, such as the one listed in the Resources section of this article.
Find out the Web host's domain name servers. Log into the domain registrar's website and follow the online instructions to set up the proper DNS for your new domain name. You will need to put the DNS addresses of your Web host's domain name servers into a form on the registrar's website. This will point your domain name to the Web host's server, where your website's files will be located.
VPS Hosting

How to Share SVG on Facebook (3 Steps)


Upload the SVG file to a free image hosting website like PostImage, ImageShack or TinyPic. Alternatively, upload it to your own personal web space. Open the uploaded SVG image within the web browser, double-click the mouse in the 'Address Bar,' then right-click and select 'Copy.'
Click the 'Link' button above the Facebook news feed, right-click your mouse in the field and choose 'Paste.' Click the 'Attach' button to attach the link to your post.
Input any status message you want to post alongside the image. Verify that the post is to your liking, then choose 'Share.'
VPS Hosting

Tuesday, August 25, 2015

Setting Up a Web Server (7 Steps)


Install the Apache web server software. Follow the installation wizard to complete the automated process.
Test the web server software by typing \'http://localhost\" (without quotation marks) in your web browser. You should see the Apache web server test page. This means you've successfully installed web server capabilities on your computer.
Open the web server configuration file using the text editor. The configuration file is stored in C:\Program Files\Apache Group\Apache2\conf\httpd.conf.
Search for \'#DocumentRoot \'C:/Program Files/Apache Group/Apache2/htdocs\'\' in the configuration file. Under it, enter the following text: DocumentRoot \'LOCATION HERE\'. Replace the capital text with the folder that you would like to share on the server, such as C:/User/My Documents.
Search for \'#
\' in the configuration file. Under it, enter the following text:
Change the capital text to the shared folder you entered in Step 4.
Search for \'AllowOverride None\' and change to \'AllowOverride All.\' Close and save the file.
Test your web server by navigating to the server host. You should now be able to access the folder you set to share in the configuration file. Your web server is now set up on your computer.
VPS Hosting

How to Access cPanel (4 Steps)


Open your browser.
Type 'https://IP Address:2083' in the address bar. Replace 'IP Address' with your website's IP address. If your website is more than a week old, replace 'IP Address' with your site's domain name. Hit 'Enter' to access your cPanel log-in page.
Enter your cPanel user name and password.
Click 'Login.'
VPS Hosting

Monday, August 24, 2015

How to Save a Domain Name


Jot down on a notepad the different ideas you have for a domain name with a pen. Create a couple of different variations in case one version is already taken.
Turn on your computer and connect to the Internet once the operating system is fully loaded. Start up your Internet browser software and connect to a domain registration service.
Check the who-is search engine at the registration service website if your name has already been taken. Input the name from your notepad and select search. Wait for the service to tell you if the name is available as a new domain. Confirm that you want to register the name as your own if it is confirmed as available.
Input your contact information and payment tool data as you register your account with the registration service. Confirm how long you want to keep the domain in your account. Pay the fee via credit card or online payment tool account. Wait for the registration service to register the new domain address in your name.
Decide whether you want your new domain to just sit undeveloped or if you want to develop it into a website as well.
VPS Hosting

Sunday, August 23, 2015

How to Download PPT From authorSTREAM (4 Steps)


Browse to the presentation on authorSTREAM that you want to download. If you know the URL of the presentation, enter it in the address bar of your browser. Alternatively enter a term in the search bar and click 'Search' to find a presentation.
Click the PowerPoint icon next to 'Download' (these icons are just above the presentation). If the icon does not begin your download then you cannot download that file.
Find a PowerPoint presentation that you can download. Enter a term in the search bar and click 'Go'. If the file says 'Download' in the information field then you can download the original PowerPoint PPT file.
Click 'Downloadable' in the 'Search by' list to search specifically for files that you can download.
VPS Hosting

How to Add Google Checkout to OpenCart


Open your browser. Type 'www.opencart.com/index.php?route=extension/extension/info&extension_id=18' into the address bar. Press the 'Enter' key.
Locate your version of OpenCart. Click on the 'Download' link next to your version.
Click on 'Save File' and 'OK' to save the file to your desktop. Wait for the file to download.
VPS Hosting

How to Transfer GoDaddy Hosting Between Accounts


Open your Web browser and go to GoDaddy's website.
Enter your username and password and click to login.
Click 'Web Hosting' from the 'Products' menu.
Set up a new hosting account. Click the 'Launch' button next to your new hosting account and enter the following to set it up: Enter domain: This is the domain you would like to use.FTP user name and Password: This is your FTP authentication for accessing the hosting's FTP server.SSL credits: Choose this if you have SSL credits in the same account as the domain name you want to use.
VPS Hosting

Saturday, August 22, 2015

How to Remove the Error Log From Plesk


Log into Plesk. Scroll down and left click on the SSH Terminal. This will open the terminal in the browser window. Enter your FTP password and click OK.
Type in 'cd /usr/local/psa/admin/logs' then 'dir' then locate the file name of the error log and write it down. It will be slightly different for each version of Plesk.
Type 'rm filename.txt,' but replace filename.txt with the name of the error log. This will remove the error log from the server.
VPS Hosting