Legend:
- Unmodified
- Added
- Removed
-
index.php
r5 r11 37 37 <tr> 38 38 <td>MaNGOS TBC</td> 39 <td><? if(CheckPortStatus($WoWServer, 8085)) echo('<span style="color: #33ff33;">ONLINE</span>'); else echo('<span style="color: red;">OFFLINE</span>'); ?></td>39 <td><?php if(CheckPortStatus($WoWServer, 8085)) echo('<span style="color: #33ff33;">ONLINE</span>'); else echo('<span style="color: red;">OFFLINE</span>'); ?></td> 40 40 <td><a href="<?php echo('http://'.$WoWServer); ?>/online_player.php"><? echo(file_get_contents('http://'.$WoWServer.'/mangos/players.php')); ?></a></td> 41 41 <td><a href="jak_zacit.php">zde</a></td> 42 <td><? include('registrace/LockRegistration/script.php'); 43 AdresaRegistrace(); 42 <td><?php echo('<a href="'.$BaseUrl.'registrace/">zde</a>'); 43 //include('registrace/LockRegistration/script.php'); 44 //AdresaRegistrace(); 44 45 ?></td> 45 <td><? StafRegistraci(); 46 <td><?php echo('POVOLENÉ'); 47 //StafRegistraci(); 46 48 ?></td> 47 <td><? echo(round((time()-mktime (0,0,0,4,21,2007))/3600/24)); ?></td>48 <td><? echo(file_get_contents('http://'.$WoWServer.'/mangos/accounts.php')); ?></td>49 <td><? echo(file_get_contents('http://'.$WoWServer.'/mangos/characters.php')); ?></td>49 <td><?php echo(round((time()-mktime (0,0,0,4,21,2007))/3600/24)); ?></td> 50 <td><?php echo(file_get_contents('http://'.$WoWServer.'/mangos/accounts.php')); ?></td> 51 <td><?php echo(file_get_contents('http://'.$WoWServer.'/mangos/characters.php')); ?></td> 50 52 </tr> 51 53 </table> … … 60 62 <div><?php 61 63 include 'administrace/SubFiles/DatabaseConection.php'; 62 $Database = new Database( 'localhost','root','gurubashi');64 $Database = new Database($DatabaseHost, $DatabaseUser, $DatabasePassword); 63 65 $Database->SelectDatabase('wow'); 64 66
Note:
See TracChangeset
for help on using the changeset viewer.