Search:     Advanced search
Browse by category:



Categories
 
folder General (4)
folder Voice Servers (3)
folder Web Hosting (11)


Most viewed
 
document What are the rcon commands for Ventrilo?
From ventrilo_srv.htm Console/RCON commands The following commands can be typed into a servers console window if it was started manually....
05 Nov, 2006 Comments: 0
document What is the Teamspeak Query Port for my server?
The Teamspeak query port is: 51234 If you are having problems with a query script, please verify your other settings.
05 Nov, 2006 Comments: 0
document Ventrilo php block
21 Feb, 2007 Comments: 0
document How do I change the server name for my server?
Log into the control panel - point your web browser to the server IP, and hit the edit configuration link on the left hand side. You can change...
05 Nov, 2006 Comments: 0
document php_value and php_admin flags don't work.
We have implemented suPHP on the webserver as a security measure. It forces your php scripts to execute as your user instead of the webserver user,...
01 Jul, 2007 Comments: 0
Recent articles
 
document How to use PHP4.
By default the webserver is configured to use php5 for all sites on the server. If you would like to run PHP4, you can do so by adding the following...
01 Jul, 2007 Comments: 0
document php_value and php_admin flags don't work.
We have implemented suPHP on the webserver as a security measure. It forces your php scripts to execute as your user instead of the webserver user,...
01 Jul, 2007 Comments: 0
document Using php to redirect.
Create a file named index.php and enter the following: // start here <?php header("Location: http://www.example.com/"); /*...
01 Jul, 2007 Comments: 0
document What's the URL to the web admin login?
http://<your_ip>:14534 Change <your_ip> with the server IP.
27 Mar, 2007 Comments: 0
document How to block users by IP.
Create a .htaccess file and add the following to it: order allow,denydeny from 123.45.6.7deny from 12.34.5.allow from all This will block...
01 Jul, 2007 Comments: 0