Changeset 34 for quests/statistic.php
- Timestamp:
- Aug 19, 2007, 12:08:53 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
quests/statistic.php
r5 r34 1 1 <?php 2 session_start(); 3 4 include 'DatabaseConection.php'; 5 $Database = new Database('localhost','root','gurubashi'); 6 $Database->SelectDatabase('quests'); 2 include('Global.php'); 7 3 8 4 ?> … … 14 10 <META HTTP-EQUIV="Expires" CONTENT="Mon, 06 Jan 1990 00:00:01 GMT"> 15 11 <link rel="SHORTCUT ICON" href="/images/favicon.ico"> 16 <TITLE>WoW server Heroes of Fantasy - Projek pøekládání Questù do CZ</TITLE>12 <TITLE>WoW server Heroes of Fantasy - Projekt pøekládání Questù do CZ</TITLE> 17 13 </HEAD> 18 14 <html> … … 22 18 <?php 23 19 24 include 'panel.php';20 include('Panel.php'); 25 21 26 22 if(array_key_exists('update', $_GET)) { … … 48 44 <br>Pøeloeno:<br> 49 45 <img src="percent.png" alt="statistika" border="0"><br /><br> 50 <br />Seznam Uivatelù od nejaktivnìj ího:<br />46 <br />Seznam Uivatelù od nejaktivnìjího:<br /> 51 47 <table border="1"> 52 48 <tr>
Note:
See TracChangeset
for help on using the changeset viewer.