Changeset 14 for statistic.php
- Timestamp:
- Sep 30, 2008, 6:14:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
statistic.php
r10 r14 15 15 <b>Statistika v závislosti na èase: </b><a href="http://game.zdechov.net/statistic/?Measure=18">Pøelo¾ených textù</a><br> 16 16 <br /> 17 Poèet stáhnutí pøelo¾ených textù : <b>17 Poèet stáhnutí pøelo¾ených textù v SQL souboru: <b> 18 18 <?php 19 19 20 20 $ID = $Database->SQLCommand("SELECT count(distinct(IP)) FROM log WHERE type = 2"); 21 $Line = mysql_fetch_row($ID); 22 echo $Line[0]; 23 ?> 24 </b><br /> 25 Poèet stáhnutí CZWoW pro clienta: <b> 26 <?php 27 28 $ID = $Database->SQLCommand("SELECT count(distinct(IP)) FROM log WHERE type = 0"); 21 29 $Line = mysql_fetch_row($ID); 22 30 echo $Line[0];
Note:
See TracChangeset
for help on using the changeset viewer.