Configuring DreamStats

Open config.php using any text editor (wordpad). When you look at it, it looks to big for you but the only thing you need to edit is the Server Configuration (IP and Port).

$server_ip = enter a server ip, example: 123.123.123.123
$server_port = enter a server port, example: 28960

You only need to change the config below if you want the stats front-page match with your site colors or if you want to add notes in the page.

//Colors
$bgcolor = Main page background color
$bgimage = Background image, any format. Leave "" in blank for no background image...
$fontcolor = Main (default) font color, player names colors will automaticly be changed.
$hostcolor = Background color of HostName (Name:) table
$ipcolor = Background color of IP (Server IP:) table
$gametypecolor = Background color of gametype (Game Type:) table
$nameofmap = Background color of Name of Map (Map Name:) table
$mapimg = Background color map image table
$playernameT = Background color of Playername text (Player Name:) table
$scoreT = Background color of Score (Score:) table
$pingT = Background color of Ping (Ping:) table
$allplayers = Background color of player list table
$scorelist = Background color of score list table
$pinglist = Background color of ping list table
$notescol = Background color of all notes table
$notescolor = Text color of all notes
$copyright = Text color of copyright text
$titlebgr = Background image for title tables (Server, Extra and Players info)
$serverinfo = Server Info title table background color (if no image selected in $titlebgr)
$extrainfo = Extra Info title table background color (if no image selected in $titlebgr)
$playersinfo = Players title table background color (if no image selected in $titlebgr)
$titlebgrplayers = Background image for title table in Players
$titlebgrscore = Background image for title table in Score
$titlebgrping = Background image for title tables in Ping

//Front-Page Configuration
$pagetitle = Title of the page. | Powered by DreamStats v1.0 will appear after...
$offimg = Path or URL to ServerOffline image. Leave blank for note and text only.
$helpimg = Path or URL to ServerOffline image. Leave blank for note and text only.
$plusimg = Path or URL to plus image. Leave blank for note and text only.
$logimg = Path or URL to ExtraLogIngo image. Leaving Blank is not recommended.
$sizeone = Width of Upper tables (you may use %)
$sizetwo = Width of Lower tables (you may use %)
$sizethree = Width of notes table (you may use %)
$yourcopyr = Your copyright text (then you have to enable it in notes, see what i wrote in bottom)

//Notes
$nstringone, $nstringtwo and $nstringthree are the Offline server notes...
$sstringone, $sstringtwo and $sstringthree are the Online server notes...

//Meta-Tags
$metadesc = Meta Page Description
$metakey = Meta Keywords

Now in notes you may have shortcuts to current IP, i mean you can whrite a simple word and it automaticly takes the ip you used in the top of config and puts it there. Use this word $server_ip... and if you want to use server ip and port write $server_ip:$server_port. If you want to add DreamStats copyright write $copyr. If you added your copyright in config then write $yourcopyr.

Anyway you are not allowed to remove DreamStats copyright...