Wednesday, October 1, 2014

Autumn Teamspeak 3 Sale

Between 9/20 2014 and 10/20 2014 all new teamspeak 3 orders will get their second month Free!

TeamSpeak 3’s voice quality is truly revolutionary. Featuring completely new codecs, automatic microphone adjustment, advanced noise reduction and echo cancellation, Teamspeak 3 SaleTeamSpeak 3 offers only the highest quality in voice communication. Users can finally say goodbye to echo, feedback, and background buzzing noises as the evolution of quality voice communication has arrived. In addition, we’ve significantly lowered the latency (the amount of time it takes for your voice to be “heard” on the other side) compared with TeamSpeak 2 and other voice communication software solutions.

With Unlimited Data and 1000Gbps network with all TeamSpeak 3 Servers Voice quality is Unmatched. and You also get our advanced control panel to manage your server. This control panel is packed with lots of features including GameTracker integration.

Control Panel Highlights

  • Easily manage your admin Tokens
  • Control your Ban List
  • Integrated Gametracker server status codes
  • Stop, restart, backup and reinstall
Teamspeak Server for TCAdmin 2 is an extensive control panel for your TeamSpeak Servers. When you log in, you are greeted with the home page and the details of your TeamSpeak Servers.
If you run a community and would like others to interact with your server without logging into your account and sharing one,
the subusers section will allow you to do that. In addition, you can even select what server and actions they can perform.
starting and stopping your server, editing your configuration files, browse your files, view your current server status, even integrating your server with Gametracker.

Wednesday, September 3, 2014

How to flush your DNS

Most computers that are connected to the internet automatically cache the hostname of the websites you have visited to make reloading the pages faster than if there was no cache. If the IP address of a website changes before your cache updates, you may not be able to load the webpage.
If you have recently Changed your Name Servers or moved your website from one host to another and are unable to see your site and you’re getting that “Default Webpage”  then whats likely happening is your name servers haven’t finished Propagating which can in some cases take up to 72 hours. Below are a few easy steps to take to Flush your DNS

Method One: Windows
1.    Open the command prompt. The command to flush DNS needs to be entered in the command prompt. Accessing the command prompt is slightly different depending on which version of Windows you are running:
Windows 8 – Press the Windows key + X and select “Command Prompt (Administrator)”.
Windows 7/Vista – Click the Start menu and enter “cmd” into the Search field. Right click on Command Prompt and select “Run As Administrator”.
Windows XP – Click on the Start menu and then click Run. Enter “cmd” into the Run field and press Enter.
2.    Use the DNS flush command. Type ipconfig /flushdns and press Enter. A message will appear stating “Windows IP configuration successfully flushed the DNS Resolver Cache”.
3.    Exit the command prompt. Type exit and press Enter. This will close the command prompt.[1]
Method Two: Mac OS X
1.    Open the Terminal. You can find the Terminal application in the Utilities folder in your Applications folder.
2.    Enter the DNS flush command. The command varies depending on which version of Mac OS X you are running.
Mountain Lion or Lion – sudo killall -HUP mDNSResponder
Snow Leopard – dscacheutil -flushcache
Leopard and older – lookupd -flushcache
3.    Enter the password. You will most likely be asked for the administrator password before you can proceed with the DNS flush.[2]