Showing posts with label Apache. Show all posts
Showing posts with label Apache. Show all posts

Thursday, October 23, 2008

Problems while setting up Psychostats Webserver With Apache for Counter Strike

  1. You might be using Active Perl version 5.6.x which may not be fully compatible and better to go for versions 5.8.x or more.
  2. You need to install the DBI and SBS-mysql Modules for Active Perl. You can do this by just typing ppm in the run box and giving the comand "install DBI", "install DBD_mysql" each at once in the command box which appears after running ppm from run or ppm.bat directly.
  3. The above step will not work if you are unable to access internet or under a proxy server. For this set the proxy in he command prompt, like this "set hhtp_proxy=http://xx.xx.xx.xx:port"
  4. You might not have installed PHP for the webserver either Apache or IIS. Download the PHP package and do it.
  5. You might not have configured the Psychostats Web package. Do it by adding username and password in config.php file in that package.

Psychostats for Counter Strike With Apache Webserver

Psychostats is a package for showing the statistics of the counter strike game which is running in your server. This package allows you to get the statistics from the game counter strike and show them in a website. The template and all the package of the web server is included in the package. You need to update the server statistics timely and it will take care of the database.

The better part of the package is that it will take care of all the units like MySQL database management, Perl scripts for updating the statistics and more over the design is too cool.

How to set up the Psychostats server:
You can sset up the psychostats server for website in the internet or intranet if you have good understanding of aplications and how they work. And also you should be familer with what you are doing.

These are the basic requirements for the server if you want to set up one.
  1. Psychostats package
  2. Active Perl version 5.8.x and more is prefered
  3. Apache Web Server
  4. MySQL Package
  5. PHP Appplication for web server

When you are sure that yo have all these, go to the topic Setting Apache Web Server for Psychostats in this blog.