Changeset 403


Ignore:
Timestamp:
Jan 27, 2009, 9:25:57 AM (16 years ago)
Author:
george
Message:
  • Přidáno: RSS kanál pro seznam finančních příspěvků. * Přidáno: Návod a soubory ke stažení pro testovací realm 3.0.3 WoTLK.
Files:
5 added
10 edited

Legend:

Unmodified
Added
Removed
  • config.sample.php

    r389 r403  
    3232    'ErrorLogFile' => 'php_script_error.log',
    3333  ),
     34  'CheckRegistration' => array(
     35    'Host' => 'localhost',
     36    'User' => '',
     37    'Password' => '',
     38    'Database' => '',
     39    'Prefix' => '',
     40    'Charset' => 'utf8',
     41  ),
    3442);
    3543
    36 // Deprecated
    37 $MangosVerison = $Config['Mangos']['Version'];
    38 $MangosRevision = $Config['Mangos']['Revision'];
    39 $WoWServer = $Config['Web']['WoWServerAddr'];
    40 $DatabaseUser = $Config['Database']['User'];
    41 $DatabasePassword = $Config['Database']['Password'];
    42 $DatabaseHost = $Config['Database']['Host'];
    43 $Charset = $Config['Web']['Charset'];
    44 $BaseUrl = $Config['Web']['BaseURL'];
    4544
    4645?>
  • download_soubory/files.php

    r389 r403  
    1717          'info' => '',
    1818        ),
     19        'client' => array(
     20          'title' => 'World of Warcraft - Wrath of The Lich King',
     21          'torrent' => '',
     22          'web' => 'http://game.zdechov.net:81/InstallWoW.exe',
     23          'info' => '',
     24        ),
    1925      ),
    2026    ),
     
    2430      'link' => 'http://www.wowwiki.com/Patch_mirrors',
    2531      'files' => array(   
     32        '3.0.2 na 3.0.3' => array(
     33          'title' => '3.0.2 na 3.0.3',
     34          'torrent' => 'http://wow.zdechov.net:6969/file?info_hash=%91%11%3E%DC%19%E8%CB%18%EEY%86%D5%C0%95%3A%BB%AFg%15%A5',
     35          'web' => 'http://wow.zdechov.net:81/WoW-3.0.2.9056-to-3.0.3.9183-enUS-patch.exe',
     36          'info' => '',
     37        ),
     38        '3.0.1 na 3.0.2' => array(
     39          'title' => '3.0.1 na 3.0.2',
     40          'torrent' => 'http://wow.zdechov.net:6969/file?info_hash=%A7%C6q%D3%ED%A8%D3%A1%CC%14%5E%F8%B1%25%C4%06%D7%3D%9E%3B',
     41          'web' => 'http://wow.zdechov.net:81/WoW-3.0.1-to-3.0.2-Update/',
     42          'info' => '',
     43        ),
    2644        '2.4.0 full' => array(
    2745          'title' => '2.4.0 plný',
  • finance/index.php

    r389 r403  
    11<?php
    22  include_once('../global.php');
     3  include('include.php');
    34  ShowHeader();
    45
     
    1213</P>');
    1314 
    14 $OperationType = array(
    15   'buy' => 'Nákup',
    16   'sell' => 'Prodej',
    17   'consumption' => 'Spotřeba',
    18   'internet' => 'Internet',
    19   'contribution' => 'Přispěvek od',
    20 );
    2115$Database->select_db('wow');
    2216$Result = $Database->select('finance', 'SUM(money)');
  • forum/cache

    • Property svn:ignore
      •  

        old new  
        1 *.php
         1*
  • forum/files

    • Property svn:ignore set to
      *
  • global.php

    r399 r403  
    186186  <META HTTP-EQUIV="Expires" CONTENT="Mon, 06 Jan 1990 00:00:01 GMT">
    187187  <link rel="SHORTCUT ICON" href="images/favicon.ico">
    188   <link rel="alternate" title="RSS aktuality" href="rss.php" type="application/rss+xml">
     188  <link rel="alternate" title="Hlavní aktuality" href="http://'.$_SERVER['SERVER_NAME'].$Config['Web']['BaseURL'].'rss.php" type="application/rss+xml">
     189  <link rel="alternate" title="Finanční příspěvky" href="http://'.$_SERVER['SERVER_NAME'].$Config['Web']['BaseURL'].'finance/rss.php" type="application/rss+xml">
    189190  <TITLE>WoW server Heroes of Fantasy</TITLE>
    190191  <style type="text/css" media="screen">@import url('.$Config['Web']['BaseURL'].'css/style.css);</style>
  • index.php

    r399 r403  
    2828<tr><th>Verze hry</th><td>'.$Config['Mangos']['ClientVersion'].'</td></tr>'.
    2929'<tr><th>Stav</th><td>');
    30 if(CheckPortStatus($WoWServer, 8085)) echo('<span style="color: #33ff33;">ONLINE</span>');
     30if(CheckPortStatus($Config['Web']['WoWServerAddr'], 8085)) echo('<span style="color: #33ff33;">ONLINE</span>');
    3131  else echo('<span style="color: red;">OFFLINE</span>');
    3232echo('</td></tr>
     
    5454echo('<tr><th>Účtů</th><td>'.$AccountCount.'</td></tr>
    5555<tr><th>Postav</th><td>'.CharacterCount().'</td></tr>
    56 <tr><th>Běžících akcí</th><td><a href="'.$BaseUrl.'events.php">'.RunningEventCount().'</a></td></tr>
     56<tr><th>Běžících akcí</th><td><a href="'.$Config['Web']['BaseURL'].'events.php">'.RunningEventCount().'</a></td></tr>
    5757</table>
    5858</div>
     
    6262Projekt překládání WoW: <a href="http://wowpreklad.zdechov.net/">
    6363<img src="http://wowpreklad.zdechov.net/banners/baner_88_31.jpg" alt="baner_http://wowpreklad.zdechov.net/" border="0" height="31" width="88"></a><br>
    64 RSS kanál diskusního fóra: <a href="forum/smartfeed_url.php"><img src="forum/templates/subSilver/images/rss20.png" alt="RSS"></a><br />
    6564Teamspeek server: <a href="teamspeak://game.zdechov.net">game.zdechov.net</a><br />
    6665Projekt Client HoF: <a href="client/">Client</a><br>
    6766Informace pro zájemce o GM: <a href="http://wow.zdechov.net/forum/viewtopic.php?p=5443">zde</a><br>
    68 Grafická statistika serveru: <a href="http://game.zdechov.net/statistic/">zde</a><br>
     67Grafická statistika serveru: <a href="http://stat.zdechov.net/game/">zde</a><br>
    6968<a href="http://rank.isecure.cz/" title="Google Pagerank - wow.zdechov.net" style="text-decoration:none;"><img src="http://rank.isecure.cz/img.php?t=g&amp;w=wow.zdechov.net&amp;h=523555863&amp;" style="width:80px;height:15px;border:0px" alt="Google Pagerank - wow.zdechov.net" /><span style="display:none;visibility:hidden;">Google Pagerank</span></a></div>');
    7069//Dotazník pro nové Administrátory: <a href="FormGM/">Dotazník</a>
  • registrace/check_registration.php

    r348 r403  
    77$AccountCount = $Row[0];
    88
    9 $Database->select_db('statistic');
    10 $DbResult = $Database->query('SELECT MAX(avg) FROM `data_wow_players` WHERE measure=5 AND level=0 AND time<NOW() AND time > (NOW() - INTERVAL 1 DAY)');
     9
     10$Database2 = new Database($Config['CheckRegistration']['Host'], $Config['CheckRegistration']['User'], $Config['CheckRegistration']['Password'], $Config['CheckRegistration']['Database']);
     11$Database2->charset($Config['CheckRegistration']['Charset']);
     12
     13$DbResult = $Database2->query('SELECT MAX(avg) FROM `data_wow_players` WHERE measure=5 AND level=0 AND time<NOW() AND time > (NOW() - INTERVAL 1 DAY)');
    1114$Row = $DbResult->fetch_array();
    1215$YesterdayMaxPlayers = $Row[0];
  • registrace/index.php

    r389 r403  
    2424if($Remain > 0)
    2525{
    26   echo('<div style="color: green:">Registrovat se můžete: <a href="'.$BaseUrl.'minimanager/register.php">zde</a></div>');
     26  echo('<div style="color: green:">Registrovat se můžete: <a href="'.$Config['Web']['BaseURL'].'minimanager/register.php">zde</a></div>');
    2727} else echo('<div style="color: red;">Registrace vyčerpány</div>');
    2828echo('<br/>');
     
    3333Příklad: Když předešlý den bylo maximální počet hráčů 65 a požadováno je 70, tak příští den se může zaregistrovat 5 hráčů.<br/>
    3434<br/>
    35 <br/>Statistiku počtu online hráčů najdete <a href="http://game.zdechov.net/statistic/?Measure=5">zde</a>
     35<br/>Statistiku počtu online hráčů najdete <a href="http://stat.zdechov.net/game/?Measure=5">zde</a>
    3636<br>Můžete také přispět na údržbu a zlepšení serveru, protože omezení počtu hráčů je dáno především omeznou kapacitou internetové linky.<br/>
    37 Stav dotací můžete sledovat v sekci <a href="'.$BaseUrl.'finance/">Dotace</a><br/><br/>'); 
     37Stav dotací můžete sledovat v sekci <a href="'.$Config['Web']['BaseURL'].'finance/">Dotace</a><br/><br/>'); 
    3838
    3939echo('<strong>Seznamy jiných WoW serverů:</strong><br/>');
  • rss.php

    r389 r403  
    1414  $Items[] = array(
    1515    'Title' => $Row['title'],
    16     'Link' => $Config['Web']['BaseURL'],
     16    'Link' => 'http://'.$_SERVER['SERVER_NAME'].$Config['Web']['BaseURL'],
    1717    'Description' => $Row['short_text']." (".$Row['User'].")",
    1818    'Time' => $Row['UNIX_TIMESTAMP(news.time)'],
Note: See TracChangeset for help on using the changeset viewer.