In Feburary 2016 26,
Go to your hosting company's website and log into your account. Make sure you are at the control panel of your user profile once you are logged in.
Scroll through the control panel or profile options until you see WordPress. Depending on what type of hosting service you have it will be listed in the 'Software/Services' section of the control panel.
Click on the WordPress icon and choose whether you want to install a new version or import an existing installation.
Check you email for a message from WordPress with your user name and password. This is what you will use to access your WordPress account. You may always have the option to change the default generated password into your own code.
Log into your WordPress account. Click 'Appearance on the left hand toolbar and select 'Add New Themes. Choose which theme options you want and click 'Find Themes' to find a theme. Click 'Install > Install Now > Activate' to enable a theme. You may also disable themes by going to 'Appeareance > Themes > Delete.'
Go to 'Plug-ins > Add New Plug-ins' to search for plug-ins to add to your sites. Plug-ins may offer the latest Twitter Tools or even SEO for you website.
Explore the options on the 'Dashboard.' Do not be afraid to edit your site's PHP by going to 'Appearance and clicking 'Editor.' However if you choose to do this make sure you copy and paste the HTML code into a .Doc file so you can save a backup. Although WordPress is an extremely easy to use software it does not mean that it is error free.
In Feburary 2016 26,
Posts mit dem Label Check werden angezeigt. Alle Posts anzeigen
Posts mit dem Label Check werden angezeigt. Alle Posts anzeigen
Freitag, 26. Februar 2016
Sonntag, 21. Februar 2016
How to Create Your Own Game ServerIn Feburary 2016 21,
In Feburary 2016 21,
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 21,
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 21,
Labels:
box,
Check,
connection,
Control,
Network,
Panel,
Properties,
Protocol,
select,
Static
Freitag, 19. Februar 2016
How to Make My Own Web ServerIn Feburary 2016 19,
In Feburary 2016 19,
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.
In Feburary 2016 19,
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.
In Feburary 2016 19,
Freitag, 12. Februar 2016
How to Find Where a Domain Is Hosted?In Feburary 2016 12,
In Feburary 2016 12,
Find the location of a domain using 2Privacy's free utility). Enter the domain's name or IP address into the utility's 'IP or Domain Name' field.
Type the captcha code into the 'Code' box -- the captcha code is located to the right of the Code box.
Click on the utility's 'Check Location' box to get the location registered to the domain. The Web page will refresh and then display the domain's physical address.
Seo Mastering
Locate a domain's location using Seo Mastering's 'IP Address - Domain name Location' utility. Enter the domain into the utility's 'Enter IP address or domain name' field.
Enter the code in the utility's captcha into the utility's 'Image Verification' field.
Click 'Continue' to look up the location of the domain. The utility will plot the location of the queried domain onto an embedded Google map.
IP Address Location
Use IP Address Location's 'IP Who Is Domain name or Whois IP Address' utility to find the location of a domain. Clear out the text in the utility's 'Domain Whois IP Lookup Address' field.
Type the domain you would like to query into the 'Domain Whois IP Lookup Address' field.
Click on the utility's 'Check IP WhoIS Address' button to find the location registered to the domain's server.
In Feburary 2016 12,
Find the location of a domain using 2Privacy's free utility). Enter the domain's name or IP address into the utility's 'IP or Domain Name' field.
Type the captcha code into the 'Code' box -- the captcha code is located to the right of the Code box.
Click on the utility's 'Check Location' box to get the location registered to the domain. The Web page will refresh and then display the domain's physical address.
Seo Mastering
Locate a domain's location using Seo Mastering's 'IP Address - Domain name Location' utility. Enter the domain into the utility's 'Enter IP address or domain name' field.
Enter the code in the utility's captcha into the utility's 'Image Verification' field.
Click 'Continue' to look up the location of the domain. The utility will plot the location of the queried domain onto an embedded Google map.
IP Address Location
Use IP Address Location's 'IP Who Is Domain name or Whois IP Address' utility to find the location of a domain. Clear out the text in the utility's 'Domain Whois IP Lookup Address' field.
Type the domain you would like to query into the 'Domain Whois IP Lookup Address' field.
Click on the utility's 'Check IP WhoIS Address' button to find the location registered to the domain's server.
In Feburary 2016 12,
Abonnieren
Posts (Atom)