Showing posts with label computer. Show all posts
Showing posts with label computer. Show all posts

Monday, August 31, 2015

How to Play 'Age of Empires' Over Garena (7 Steps)


Load the Garena client.
Select 'Settings' in the upper right hand section of the screen.
Click 'Game Settings.'
Click 'Age of Empires: The Rise of Rome' or 'Age of Empires II: The Conquerors,' whichever one is installed on your computer.
Click 'Browse' under 'Executable Settings.'
Locate the .exe file that loads the game. Typically this will be in C:\Program Files\Microsoft Games\Age of Empires.
Find a room that has an open slot for an 'Age of Empires' game or click 'Host Game.' The game will boot up automatically.
VPS Hosting

Sunday, August 30, 2015

How to Upload Information to the Web


Obtain Web hosting space with FTP (file transfer protocol) so that you’ll have somewhere to upload the information. This can be done by purchasing a domain name and Web hosting, or by finding a company that offers free Web space. If you choose to purchase hosting, you won’t be able to access it without buying a domain name.
Log in to your FTP account. If you are using a free or paid host, then log in to the control panel and access the FTP section. This may be also be labeled as 'Upload Files' if you are using free hosting. If you have paid hosting and an FTP program on your computer, you can use that instead. You’ll have to use your FTP username and password in order to use an external program. Your host will give you this information after you sign up.
Find the information you want to upload on your computer. Once logged into FTP either via the Web panel or via an FTP program on your computer, you should be looking at a split screen. One side represents the files and folders on your computer, while the other side represents the files and folders that are part of your Web hosting account. Select the files you want to upload by browsing through the files and folders on your computer. Next click 'Transfer.” You have now uploaded the information to the Web.
View the information. Now that you have uploaded the files, it’s a good idea to make sure the upload is working properly. Open the Web browser and type in the URL of the files you uploaded. For example, if you uploaded stocks.pdf to yourdomain.com, you would type www.yourdomain.com/stocks.pdf. If you are using a free host then you have to type in the domain and folder name of whatever service you are using. For example, www.freehostingexample.com/yourusername/stocks.pdf
VPS Hosting

Saturday, August 29, 2015

How To Change the Default Page on Apache Tomcat


Double-click the 'My Computer' icon and navigate to the installation directory of Apache. In the 'conf' directory, double-click the 'httpd.conf' file.
Open httpd.conf with Notepad. Scroll down to the following line in the configuration file.
DirectoryIndex index.html index.jsp index.php
Change the DirectoryIndex line with the custom page. Below is an example of how the file should be configured for a custom default page.
DirectoryIndex myCustomPage.php index.html index.jsp index.php
VPS Hosting

Thursday, August 27, 2015

How to Upload to FTP Sites (6 Steps)


Locate the required FTP log in information. This information is available from the web hosting company that hosts the website and includes the username, password, host/address, and port for the FTP site.
Open the FTP client software program on the local computer. Dozens of freeware programs exist and may be downloaded and installed in minutes (see Resources).
Create a new FTP site profile in the FTP client program. This option is usually found under the 'File' menu and is labeled 'Site Manager' or 'Remote Browser' in most cases.
Add the FTP site information to the new website profile and save the changes. Enter the information obtained from the hosting company in the appropriate text fields.
Press the connect button to open the FTP connection between the local computer and the web server.
Select the files on the local computer and drag them to the target folder on the web server to initiate the upload process.
VPS Hosting

How to Upload PDF Files to the Internet


Locate the file manager section of your hosting service.
Choose the folder you want to save your PDF file in, and then click upload. Select your PDF file from you computer’s hard drive and click “OK” or “Upload” again to begin the uploading process.
Record the link of the file so that you can point to your PDF in emails, blog posts or other Web content. The link, in most cases, will be in accordance with the location of your file. So if you uploaded your PDF file to your “Private” folder under the domain “example.com,” the link would be http://example.com/private.pdf.
VPS Hosting

Tuesday, August 25, 2015

How to Upload JPG Images (4 Steps)


Transfer the digital images you will be using by attaching your digital camera or flash drive via a USB connection. Using an image software program, move the digital photos onto the computer and into a photo file or other folder created to hold the new photos.
Open the photos using photo viewer or photo editing software. Save them as a new file with a different file name using the '.jpg' extension. This will convert them into JPEG files, and they can now be uploaded.
Open an account with an online photo hosting service. Set a user name and password which will allow you to access your account and will allow you to upload your photographs to your online storage area.
Use the photo hosting service's online interface to select the photos on your computer which you would like to upload to your online photo hosting account. Choose the size you would like them to be saved to and adjust any other settings. Upload the photos using the 'Upload' button and wait while the photos are transferred from your computer to the online storage area.
VPS Hosting

Monday, August 24, 2015

How to Set Up a Free Proxy (6 Steps)


Sign up for server space. If you already have a web server, you can skip this step. If you do not, you can sign up for either a free hosting account for limited bandwidth or a paid host for higher or unlimited bandwidth. Make sure you have FTP access to your hosting account so you can upload files to the server and that your server can run PHP. Either way, take note of your FTP user name and password before moving on.
Install an FTP program on your computer. Filezilla is the most popular free FTP program. It can be downloaded from Sourceforge.net. Follow the installation instructions for your computer. Make sure to download the right version for a Mac, Windows, or Linux computer.
Download PHProxy for free from Sourceforge. PHProxy is a free proxy server software package based in the PHP programming language. It is easy to install on any web server. Download the free installation package onto your desktop. You can test the software at phproxy.org.
Log in to your hosting account using Filezilla and navigate to your public_html directory. The public_html directory is where web pages are hosted on your server space. Choose one of your hosted domain folders and create a sub directory called '/proxy.' Doing so will install the program to yoursitename.com/proxy (replace yoursitename with your website's name).
Upload the entire PHProxy package into the /proxy folder on your server. Be sure to unzip the package and upload every file. Once the files are uploaded, use Filezilla to set the file permissions to 666, which will allow you to read the file from a web browser.
Go to yoursitename.com/proxy and you can use your proxy from any computer with Internet access. If you are concerned about other people using your proxy, you can change the directory name from /proxy.
VPS Hosting

How to Use SSL With Joomla


Purchase an SSL certificate from your Web hosting provider or another reseller. Have the provider enable the certificate for use on your domain.
Browse to the control panel for your Web hosting account. Use the 'File Manager' to locate the '.htaccess' file in your site's root directory. Download and save the file to your computer.
Open the '.htaccess' file with Notepad or another text editor. Add the following code to the text file:RewriteEngine onRewriteCond %{SERVER_PORT} !^443$RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [QSA,R=301,L]
Redirect permanent / https://www.yourdomainname.com
Delete the 'www.yourdomainname.com' reference and replace it with the domain name for your Joomla site. Save the file and exit the text editor program.
Open the 'File Manager' application in your website control panel. Browse to the directory on your computer where you saved the '.htaccess' file. Upload the file to the root directory of your website. Overwrite the current '.htaccess' file if prompted to do so.
Browse to the administrative page for your Joomla website and log in as an administrator.
Browse to the 'Global Configuration' link on the main control panel page in Joomla. Click the link to go to the main Joomla settings page.
Click on the 'Server' tab near the top of the 'Global Configuration' page.
Click the 'Force SSL' drop-down box and select the 'Entire Site' option. Click the 'Save' icon in the upper right corner of the 'Global Configuration' page.
Log in to the Joomla website as you normally would. Because you changed the '.htaccess' file, Joomla will now redirect normal 'http' requests to the more secure 'https' log-in page.
VPS Hosting

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 Build a Free Church Website (6 Steps)


Speak with the board or session of your church to decide what kind of website you would like to create. Decide on the content, images and any contact information that you would like displayed on the website. It is best to have a blueprint before starting to develop the church website.
Take digital pictures of the front and inside of the church. Have one of the members who hase access to a digital camera do this task so you do not have to pay for photographs. Upload them to your computer. Scan samples of Sunday bulletins from your church that display worship information.
Sign up with a free hosting website such as 000webhosting (see resources). There will not be any banner ads or pop-ups on your website. They also offer free domains so that you will not have to pay for one.
Find a volunteer or somebody within the church or community who would be willing to help design the church website if you do not have any web page designing skills.
Display images of your church on the website. Add information about worship times and Sunday school or Bible studies held at the church. Be sure to include contact information such as telephone numbers or an email address where visitors can forward their questions to. It also would be wise to add directions to your church for out-of-town visitors. Add a link to an online guest book for those who visit the website.
Include the link to your website on all of the church's business cards, brochures, email signatures and fliers. This will give more exposure to the website.
VPS Hosting

How to Put Pictures on Photobucket


Select the album you wish to upload to, and click the 'Browse' button (the three buttons inside the red box with the arrow pointing to it). You will need to browse for each photo uploaded.
Browse your computer for the photos or images you would like to upload (red box and arrow), and then select the actual file from the larger area in the middle of the screen (green box and arrow in caption).
Click the blue 'Upload' button (outlined in red with arrow in caption) when you have selected all the photos and images you wish to place on Photobucket (green box and arrow).
Wait while your images are uploaded to Photobucket (progress can be seen in the blue status bar outlined in red with an arrow for the caption).
Choose which link to share with others (the four bars in the red box with arrow) and left click it with your mouse to automatically copy the location. Then paste wherever you want and have fun sharing images.
VPS Hosting

Saturday, August 22, 2015

How to Put GIFs on Your Tumblr Sidebar


Upload your GIF to an image host. You can upload it to a Tumblr post, your own Web hosting server or an image-hosting service such as Imgur, TinyPic or Photobucket (links in Resources).
Copy your GIF's URL to your computer's clipboard. Most image-hosting services offer several URL options when you upload a photo; typically, you should copy the link labeled 'For Email' or 'For Layouts.'
Log in to your Tumblr account, click the gear icon at the top of the page and then click the name of the blog whose layout you want to customize.
Click the 'Customize' button in the middle of the page.
Enter the following code into your Tumblr's 'Description' box:Replace 'yourgifurl' with the URL you copied to your computer's clipboard.
Click the 'Save' button at the top of the left column and then click 'Close' to close the customization settings. Check your blog to ensure that the GIF looks the way you want it to in your Tumblr's sidebar.
VPS Hosting

How to Post Audio Files on Blogspot (5 Steps)


Post your audio files on the hosting site of your choice. Audio files can be hosted for free on multiple sites, including zShare, DreamHost and BlueHost. Follow the individual site's instructions for uploading your audio file from your computer. Once you've uploaded your audio file to the host site, copy the URL that the site provides for that audio file.
Log in to Blogspot with your Blogger username and password. Navigate to the 'Settings Tab' from your Dashboard, then click 'Formatting.'
Scroll down to the 'Show Link Fields' heading and select 'Yes' from the drop-down menu. Click 'Save Settings' at the bottom of the page.
Start a new post by clicking 'Posting' from the Dashboard, then click 'New Post.' Click on 'Add Enclosure Link' underneath the title heading.
Paste the URL from your hosting site into the 'URL' box that appears. Finish composing the rest of the post, then click 'Publish Post.' Your audio file will appear in the post as a link to the audio hosting service.
VPS Hosting

How to Upload Files to a Web Server


Use FileZilla to upload your files to your web server (see Resources.) This is a free software program designed for beginners. Log into the console using the information provided by your web hosting provider (domain, account username, and password). When you log in, navigate to the folder on your computer containing your web files and then drag and drop the file to your web server. This software works on almost all platforms, including Windows, Mac OS X and Linux.
Manage your web server files using Ipswitch WS_FTP. This software, which contains advanced security features to protect your file transfers, is available for a fee (see Resources.) Establish your connection using your login details provided by your web hosting service, then view your files side by side---the local (computer) files show on the left and the web server files show on the right side. Click the 'Transfer' arrows to move files from your computer to the web server side. This software works on Windows systems.
Transfer files to your web server using SmartFTP. SmartFTP is a paid FTP software option but you can start uploading web server files free for 30 days to get the hang of the tool (see Resources.) After logging in with your account details (username and password,) you'll view a series of windows that contain your computer files and web server, and preview windows that show you what you're about to transfer before taking any action. Upload files to your web server by dragging and dropping them to the window pane containing your remote web files, or schedule a recurring transfer to occur automatically if you wish. This option is compatible with Windows operating systems.
VPS Hosting

Friday, August 21, 2015

How to Register a Domain Name With an IP Address


Contact your Internet service provider and request a static IP address. Static IP addresses may cost extra, but some providers do include it in their service. Consult your provider to configure your computer with the new static IP address.
Shop for a domain name registrar. Compare pricing among companies to save money. Two places to find registrars are the websites for the Internet Corporation for Assigned Names and Numbers, and InterNIC (see the Resource section).
Register your domain name online with the company you chose. Specify the static IP address on the web form that should be associated with the domain name. Call the customer service department if the form doesn't have space for the IP address. If you have a previously registered domain name, contact the company used to register it and request your static IP address be assigned to your domain.
VPS Hosting

How to Make an Online Radio Station for Free (3 Steps)


Use the software ubroadcast to broadcast online. Ubroadcast allows you to set up an online radio station for free and broadcast live. However, other users must download the ubroadcast client before they can listen to your station.
Set up a Shoutcast broadcasting server. Shoucast is a free program that also allows for online radio broadcasting. Shoutcast allows you to either broadcast directly from your own computer, or from a third-party Shoutcast host that hosts your program on its servers. It does not require special software for listeners to use.
Create a podcast using sound software such as Audacity and use a podcast hosting service such as MyPodCast to host the podcast. While not a live Internet broadcast, Podcasts have an advantage in that they can be downloaded to the PC and played back anytime, unlike a radio broadcast, which can only be heard once unless you record it.
VPS Hosting

Thursday, August 20, 2015

How to Upload Videos With a URL (11 Steps)


Point your browser to a free file host website like FileFactory, MediaFire, File Dropper, YouShare or FileDen.
Click the 'Browse' or 'Upload' button to select your video file from your computer.
Follow the provider's prompts to add (upload) your media to the host's server. A server enables your media to be seen on the Internet.
Copy the resulting URL address that automatically appears when you finish the upload process.
Access the online area where you want to upload your video. Type in the '' tag. To illustrate:Video'>http://www.filehost.com/folder/video.wmv'>Video Name HereYour video is now uploaded to the Web page.
VPS Hosting

How to Put an E


Download a free PDF converter software program to help turn your document into a PDF e-book format. Programs that contain this conversion feature include CutePDF Writer by Acro Software, doPDF by Softland or PrimoPDF by Nitro PDF (see Resources). Install the software on your hard drive.
Open the word processing document that you need converted to a PDF e-book format. Click the 'Print' option from the 'File' menu. Select your PDF converter software program from the 'Printer Name' drop-down box. Click 'OK' in the Print dialog box. Select a folder or computer directory location from the 'Save As' drop-down menu. Click 'Save' to have your e-book saved as a PDF document on your hard drive.
Open your Internet browser and go to your website hosting's administration page or control panel. Enter the appropriate username and password to log in.
Click on the File Manager or FTP section of your web hosting control panel. Highlight the appropriate 'index.html' folder or location to which you want your e-book uploaded by clicking once on its name.
Click on 'Upload' or the particular button used to add new files from your computer. Click the 'Browse' button to search for files on your computer. Find your e-book document file and double-click it to add it to the list of files to be uploaded to your website. Click the 'Finish' or 'Upload' button in your web hosting's file manager or FTP utility to have your e-book file sent to your web host's server.
Copy the full directory filename of the e-book you uploaded to your site. Click on the 'View' option for your e-book file in your site's control panel. Highlight and copy the full URL of the e-book. The e-book file's location, when uploaded to your site correctly, begins with 'http://' and end with '.pdf.'
Go to the main HTML portion of the website page to which you add text and images because this is the place where you want to add your e-book file. Paste the e-book URL into the appropriate spot in your web page. Save your changes when finished.
Test the uploaded e-book file on your website. Log out of your website control panel. Type in your site's URL into the Internet browser's address bar and press 'Enter.' Find the spot where you uploaded your e-book and click the PDF file. If uploaded correctly, and assuming your browser contains a PDF reader, a browser window opens and your e-book appears.
VPS Hosting

How to Add New Songs to a Dotty Karaoke (5 Steps)


Launch Sax & Dottys Show Presenter on your computer by going to 'Start' > 'All Programs.'
Click the 'Options' button right above 'History.'
Click the 'Import' button.
Select all the songs on your computer that you want to add to the application.
Click 'OK.' The selected items will then be listed under 'Track name.'
VPS Hosting