View Full Version : Need help plz!
[sa.Kain54454]
03-02-2004, 05:08 PM
Ok guys i need help im trying to setup a stats page for our clan website, that records the number of kills and deaths on the server and keeps a record of it on shows it on our site
i havnt got a clue what 2 do plz help thnx :smile:
Iwant it to look a bit like this http://www.rcnclan.com/stats/fragfest/kills.html
TeaBagger
03-03-2004, 04:22 AM
I can help you with it, do you know how to do php. Download it from here
http://stats.clanfx.com/download.php
mohstats-0.4.6.zip
http://stats.clanfx.com/docs.php
php-4.3.2-installer.exe
open up the config.php file and inside here you have to add some info. First off you need to select the paths, this is very important in getting it to work. Right now mine is a little pain in the butt because I've been doing so much admin stuff that I was 2 lazy to get an automated program to upload and download this from game server to webhost.
/****
mohstats configuration
$Id: config.php,v 1.29 2004/02/01 08:58:10 colino Exp $
****/
/* set this to 'mohaa', 'spearhead', 'breakthrough', or 'callofduty' */
$game = 'callofduty';
/* print status messages as mohstats.php is running */
$status = true;
/* output directory */
$dir = 'http://www.teamepu.com/output';
/* cache file */
$cache = 'http://www.teamepu.com/cache';
/* url to base directory of website: must include trailing slash */
$html_base = 'http://www.teamepu.com/mohstats/';
/* title */
$html_title = '-=EPU=- Public Server Stats';
Next you must do your stats.css file and that is your style guide which will need to be made.
before I answer anymore I need to know how you plan on doing this, do you have full acces to your game server, are you doing this on your home computer and what not. So I tell you precise info.
By the way this is what my stats page looks like, I got it to make the color scheme with the website and it is fully customizable.
http://www.teamepu.com/mohstats/
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.