Last change
on this file was 8, checked in by george, 17 years ago |
Přidáno: Zaznamenávání a zobrazování údaje o odezevně serverů.
Upraveno: Šablony stránek a použití jazykových proměnných ve větší míře.
|
File size:
468 bytes
|
Rev | Line | |
---|
[1] | 1 | <?php
|
---|
| 2 |
|
---|
[3] | 3 | $Config = array(
|
---|
| 4 | 'DisplayServerCountPerPage' => 40,
|
---|
| 5 | 'TopServersCount' => 10,
|
---|
[8] | 6 | 'OnlineStatePeriodLength' => 7,
|
---|
[3] | 7 | );
|
---|
| 8 |
|
---|
| 9 | $db_config['host'] = 'localhost';
|
---|
[1] | 10 | $db_config['user'] = 'root';
|
---|
| 11 | $db_config['pass'] = '';
|
---|
| 12 | $db_config['name'] = 'wowstatus';
|
---|
| 13 | $config['base_url'] = 'http://localhost/';
|
---|
| 14 | $config['nasobitel'] = 8954;
|
---|
| 15 |
|
---|
| 16 | require('mysql.class.php');
|
---|
| 17 | require('NHtml.php');
|
---|
| 18 | require('htmltempl.php');
|
---|
| 19 | require('classes.php');
|
---|
| 20 | require('paging.php');
|
---|
| 21 | ?>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.