Changeset 14 for statistic.php


Ignore:
Timestamp:
Sep 30, 2008, 6:14:26 PM (16 years ago)
Author:
maron
Message:

CZWOW 1.0 možnost stažení + počítání počtu stažení

File:
1 edited

Legend:

Unmodified
Added
Removed
  • statistic.php

    r10 r14  
    1515<b>Statistika v závislosti na èase: </b><a href="http://game.zdechov.net/statistic/?Measure=18">Pøelo¾ených textù</a><br>
    1616<br />
    17 Poèet stáhnutí pøelo¾ených textù: <b>
     17Poèet stáhnutí pøelo¾ených textù v SQL souboru: <b>
    1818<?php
    1919       
    2020      $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 />
     25Poèet stáhnutí CZWoW pro clienta: <b>
     26<?php
     27       
     28      $ID = $Database->SQLCommand("SELECT count(distinct(IP)) FROM log WHERE type = 0");
    2129      $Line = mysql_fetch_row($ID);
    2230      echo $Line[0];
Note: See TracChangeset for help on using the changeset viewer.