Posts mit dem Label Protocol werden angezeigt. Alle Posts anzeigen
Posts mit dem Label Protocol werden angezeigt. Alle Posts anzeigen

Donnerstag, 25. Februar 2016

How to Create Your Own Game ServerIn Feburary 2016 25,

In Feburary 2016 25,
Go to the 'Run' option in your computer's 'Start' menu and input 'cmd' to enter the command prompt. Input 'ipconfig /all' in the prompt, and write down your subnet mask and default gateway DNS server as they appear. Write down the IP address also, but you only need the first three sets of numbers, which should be 192.168.1.
Return to the 'Start' menu and go to the 'Control Panel.' Then go to 'Network and Internet Connections,' 'Network Connections.' Right-click on the Internet connection you are using and select 'Properties.' Then select 'Internet Protocol,' 'Properties.' Check the box for 'Static IP address.'
Fill out all of the needed information in the next window with what you wrote down. For the IP address, type in those first three sets of numbers from your original address, all followed by periods, then enter a number of your choice after that (up to three digits). Click 'OK' when finished.
Open your Internet browser to confirm that your static IP address works.
Creating the Server
Download a game server tool such as HLDS Update Tool or HLSW and save it to your desktop. Run the tool to install its files and programs. It basically asks what part of the world you're in and what destination folder you want to use for the program (the default location is Program Files).
Return to the command prompt. Type in 'cd' followed by a space and the full address of the program's location (for example, 'C:\Program Files\Valve\HLServer'). Press 'Enter.'
Type in the command update for your server tool, including the name for the game you want to create a server for. If you're creating a Counter Strike: Source server on HLDS Update Tool, type 'hldsupdatetool.exe -command update -game 'Counter-Strike Source' -dir .' (including the space and period at the end and the quotation marks in the middle).
Wait for the program to install your server after entering the last command. This can take half an hour to an hour, depending on your Internet speed.
In Feburary 2016 25,

Sonntag, 21. Februar 2016

How to Set Up Filezilla for Joomla!In Feburary 2016 21,

In Feburary 2016 21,
Double-click on the FileZilla icon or select it from the start menu. FileZilla will start and display the local hard disk directory structure on the left side of the window.
Enter the domain name of your website or the IP address in the 'Host' field. Do not include the 'http://' part of the address, just the domain name. For example, 'mycoolsite.com' is a domain name and '192.168.2.1' is an Internet Protocol address. If your domain name hasn't been assigned yet, use the IP address provided by your hosting company.
Fill in the 'Username' field at the top of the screen with your FTP user name. Use the exact spelling and character case as the FTP user name issued by your hosting service provider.
Enter your FTP password in the 'Password' field at the top of the screen. Use the exact spelling and character case as the password issued by your hosting service provider.
Enter the FTP port number in the 'Port' field if your hosting provider uses a port other than 21. Most users will leave this field blank as 21 is the default port. Only enter a port number if your hosting provider uses a port other than 21.
Click on the 'Edit' menu, then click on 'Settings.' Select 'File Types' under 'Transfers' on the left side of the settings window. Click the 'Binary' radio button on the right side at the top of the window. This setting ensures that binary files such as archives and backup files transfer properly. If such files are accidentally treated as ASCII files, they may become corrupted during transfer. Having this set correctly is especially important for uploading Joomla! installation files, Joomla! extension packages and downloading backup files.
Click on the 'OK' button at the bottom of the settings window to save the settings. Click the 'Quick Connect' button to the right of the host, username, password and port fields previously entered. FileZilla will connect to your Joomla! website root directory on the server and display the file structure in the right side of the window.
Click on the 'File' menu, then click on 'Copy Current Connection to the Site Manager.' This saves your settings and allows you to select them the next time you use FileZilla from the Site Manager. Just click 'File' then 'Site Manager' or press 'Ctrl - S.'
In Feburary 2016 21,