Showing posts with label Check. Show all posts
Showing posts with label Check. Show all posts

Thursday, August 27, 2015

How to Open an Online Store With Free Hosting


Sign up for a free website host and sub-domain with a website that allows you to enter your own codes for your site. The host must accept HTML and JavaScript. Examples of sites that allow these codes and provide free hosting and sub-domains are Bravenet and Webs.
Set up your website with a template, the title of your store, a description, and any other relevant information. Save your website.
Visit the PayPal website. Click 'Sign Up' below the login form. Select a Premier or Business account. Choose the business account only if you are operating under a group name (organization) or business. If you already have a PayPal account, move to step four.
Enter in all of the required information including your email, password, first and last name, birth date, address and phone number. The phone number must be valid. Read the User Agreement and Privacy Policy by clicking on the two links at the bottom of the form. Click 'Agree and Create Account.'
Confirm your email address. Check your email and click on the confirmation link sent by PayPal. If the link is not click-able, copy and paste it into your address bar.
Sign into your PayPal account. Click on the 'Merchant Services' tab and click the 'Add to Cart Button.'
Edit the information required. Under the 'Accept payments for' area, click the drop-down menu and select what you'll be selling. This could include products, services, subscriptions or gift certificates. Decide whether or not your customers will be able to purchase more than one item. If you're only selling a single item, you will only need a 'Buy Now' button. If you're selling multiple items, you will need an 'Add to Cart' button. Select the option that best fits your store.
Enter the name of the item you are selling and enter an item ID if there is one available. Otherwise, leave the ID area blank. Enter the price of the item and select the currency. If the item you're selling may come in different styles, sizes, or colors and there is a separate price for different designs, leave the price area blank and in the Customize Button box, click 'Add drop-down menu with price/option.' Enter the details of each different design or style and enter the prices.
Type in the amount the customer will be required to pay for shipping and select the currency. Enter the tax rate in the next box. Click on 'Secure Merchant Account ID' to keep your email address secure from your customers.
Click the 'Step 2' area under the form. Check the box that asks if you'd like to have a 'Save Button.' This will protect your buttons from fraudulent changes and allow you to create similar buttons and edit the ones you've made. Select the 'Track Inventory' box to get alerts when your inventory is low. Fill out the item ID, the number of items in stock, and the number of items you should have in the inventory before you're alerted.
Select the 'Track Profit and Loss' box if you'd like to see your profit or losses from your customers' transactions. Enter the cost of the item to keep track of the losses or gains. Choose whether you'd like to allow customers to buy an item even if it's sold out. Enter the URL of the page where you'd like your customer to land after they've clicked 'Continue Shopping.'
Click 'Step 3' under the second form. Customize your check-out page. Choose whether your customer can provide you with special instructions about the item they are purchasing. Choose whether you'd like to see your customers' shipping address and enter a URL where customers will land if they cancel their order, and the URL of a page they should see after a successful checkout. Add advanced variables if you are an advanced user.
Click 'Create Button.' Copy and paste the code onto your website. The button should show up on your page. Add images to these buttons in your website code.
Repeat steps 6 through 13 for every item that you would like to add to your store.
Save your website and preview it. Customers should now be able to purchase items from your PayPal store through your website.
VPS Hosting

Wednesday, August 26, 2015

How to Uninstall a BIND in YUM


Log into your Linux system and open a new terminal window. Each Linux distribution stores this shortcut in a different place. Check your system's documentation if you do not know where to locate it.
Type 'sudo yum remove bind' without quotation marks, then press 'Enter.'
Type your system's root password when prompted, then press 'Enter.'
Press 'Y' when asked to confirm the package removal. Bind will be stopped and uninstalled from your system.
VPS Hosting

Monday, August 24, 2015

How to Host a Website on a Server


Enable the Web hosting software on your server. In Windows, this software is called 'Internet Information Services' and can be found in the 'Administrative Tools' section of the Control Panel, under 'Add/Remove Programs.' Check the box for 'Internet Information Services' to enable the Web server software. If you are on a Macintosh computer, you can find this in the 'Sharing' section of the System Preferences. Enable 'Personal Web Sharing' to start the Web server.
Put the home page of your website in the root folder of the Web server software. All the pages in your website should be in this folder or in folders beneath it. In Windows, this folder is 'c:\inetpub\wwwroot.' On a Macintosh, it is '/Library/WebServer/Documents' on your primary hard disk. The name of your home page file should be 'index.html.'
Test your Web server by opening the home page in a browser such as Internet Explorer (Windows) or Safari (Macintosh). You should be able to access your new Web server by using the server itself or any other computer that is on the same local network. If you are testing it on the server itself, the web address is simply 'http://localhost.' If you are on another computer, the web address will be the IP address of your computer.
VPS Hosting

How to Create a Professional Web Site


Purchase a domain name,which is the address for the website. Inexpensive and reputable sites to purchase domains include GoDaddy.com and Namecheap.com, but there are others. Choose the right domain name to give the site a more professional and branded look.
Sign up for web hosting. When running a professional website, it is important the site does not crash on customers. Check for either VPS or dedicated servers. Common sites to consider are ServInt.net or ThePlanet.com.
Create your website pages. It is important to include a 'Contact' page and an 'About' page. The 'Contact' page should include a phone number and an email. The 'About' page should explain what the company and its origins. If you offer a certain product or service, include a page on that as well.
Choose neutral colors and avoid flashy graphics. In addition, the colors should mesh well. A professional designer can help you choose.
Upload the files to the web host with an FTP client such as Filezilla-project.com. Depending on the size of the files, this should be accomplished in a very short amount of time.
VPS Hosting

How to Make a VPS Out of a Dedicated Server (6 Steps)


Check to determine if your physical server meets the hardware requirement of the hypervisor that you want to use. A hypervisor is the operating system that manages the virtual servers. Some hypervisors require specific hardware to install at all.
Save the data and/or configuration of the appliance currently running on the physical server.
Put the disc in the reader and install the hypervisor. Hypervisors install like any other operating system.
VPS Hosting

Sunday, August 23, 2015

How to Make My Own Web Server (7 Steps)


If you don't have a high-speed Internet connection, secure one with a local provider in your area.
Secure your own domain name. This will help people get to and from your files on the Internet. This will also give you a place to send and receive email. If you do not have a static web address (if you have cable or DSL connection, you probably will not have a static address) there are several places you can go to secure your domain. Check the resources section.
Get your router. Use a regular router, because wireless routers are not suggested for home server set-ups. Your router should have Ethernet jacks and should be capable of port forwarding in order to allow outside Internet traffic.
Set up your computer. Make sure that you have your standard computer items including a keyboard, mouse, and a 10/100 Ethernet Network Card. Make sure to have an uninterrupted power supply to keep your system safe in the event of a power outage.
To configure your web server, you should start system-config services. Make sure that httpd and mysqld are started and selected to start on boot, then save the service configuration.
Verify that your web server is working correctly by opening a browser and pointing it at http://localhost/ (which always points to the web server on your computer). You should see the test page for apache, the web server application.
Set up port forwarding as directed by your router. Make sure that all http services or port 80 traffic is sent to the IP address of your web server.
VPS Hosting