#install the following packages on gnu/debian apt-get install mysql-server apt-get install php5 apt-get install apache2 apt-get install phpmyadmin #create a directory for scripts mkdir /usr/local/games/scripts/ ensure that /cstrk61/server.cfg has "log on" #download player stats script wget https://www.sendspace.com/pro/dl/ny8wcx #download images for stats page wget https://www.sendspace.com/pro/dl/w2154a #decompress files in .../games/scripts/ tar zxvf playerstats.tar.gz cd .../scripts/playerstats/ chmod +x makestats-b61.php csstats61.php edit $sql_user and $sql_pass in both files ln -s .../playerstats/csstats61.php /var/www/html/ touch last_file61 last_line61 #set up msyql database navigate to http://your.server.com/phpmyadmin/ login using mysql db root credentials download .../scripts/cs_61stats.sql home > databases > create new database > cs_61stats > create home > cs_61stats > import > choose file > cs_61stats.sql > go cd .../scripts/playerstats/ execute ./makestats-b61.php #add images for webpage tar zxvf imgstats.tar.gz mkdir /var/www/images/