|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | admin |
Functions | |
| zen_check_bot ($checking) | |
| zen_check_quantity ($which) | |
| zen_check_minutes ($the_time_last_click) | |
Variables | |
| $defaultRefreshInterval = 0 | |
| $currencies = new currencies() | |
| $xx_mins_ago_dead = (time() - WHOIS_TIMER_DEAD) | |
| $xx_mins_ago = (time() - WHOIS_TIMER_REMOVE) | |
| if(!isset($_SESSION['wo_exclude_admins'])) if(isset($_GET['na'])) if(!isset($_SESSION['wo_exclude_spiders'])) if(isset($_GET['ns'])) if(isset($_GET['t'])) if(!isset($_SESSION['wo_timeout'])) if(!isset($_SESSION['wo_timeout'])||$_SESSION['wo_timeout']< 3) | $listing = $_GET['q'] |
| switch($listing) | $where = '' |
| if($_SESSION['wo_exclude_spiders']) if($_SESSION['wo_exclude_admins']) | $sql = " :where: order by :orderby:" |
| $whos_online = $db->Execute($sql) | |
| $total_sess = $whos_online->RecordCount() | |
| $optURL = FILENAME_WHOS_ONLINE . '.php?' . zen_get_all_get_params(array('t', 'na', 'ns')) | |
| $listingURL = FILENAME_WHOS_ONLINE . '.php?' . zen_get_all_get_params(array('q', 't', 'na', 'ns')) | |
| if (isset($_SESSION['wo_timeout'])&&(int)$_SESSION['wo_timeout'] > 0) | |
| $ip_array = array() | |
| $d = 0 | |
| while(!$whos_online->EOF) if(!$d) | $total_dupes = $d |
| $ip_unique = sizeof($ip_array) | |
| $total_cust = $total_sess - $total_dupes | |
| print< br/> Duplicate IP | Addresses |
| $heading = array() | |
| $contents = array() | |
| zen_check_bot | ( | $ | checking | ) |
Definition at line 14 of file whos_online.php.
| zen_check_minutes | ( | $ | the_time_last_click | ) |
Definition at line 62 of file whos_online.php.
| zen_check_quantity | ( | $ | which | ) |
Definition at line 22 of file whos_online.php.
| $contents = array() |
Definition at line 457 of file whos_online.php.
| $currencies = new currencies() |
Definition at line 71 of file whos_online.php.
| $d = 0 |
Definition at line 331 of file whos_online.php.
| $defaultRefreshInterval = 0 |
Definition at line 11 of file whos_online.php.
| $heading = array() |
Definition at line 456 of file whos_online.php.
| $ip_array = array() |
Definition at line 330 of file whos_online.php.
| $ip_unique = sizeof($ip_array) |
Definition at line 435 of file whos_online.php.
| if (!isset($_SESSION['wo_exclude_admins'])) if (isset($_GET['na'])) if (!isset($_SESSION['wo_exclude_spiders'])) if (isset($_GET['ns'])) if (isset($_GET['t'])) if (!isset($_SESSION['wo_timeout'])) if (!isset($_SESSION['wo_timeout'])||$_SESSION['wo_timeout']< 3) $listing = $_GET['q'] |
Definition at line 109 of file whos_online.php.
| $listingURL = FILENAME_WHOS_ONLINE . '.php?' . zen_get_all_get_params(array('q', 't', 'na', 'ns')) |
Definition at line 166 of file whos_online.php.
| $optURL = FILENAME_WHOS_ONLINE . '.php?' . zen_get_all_get_params(array('t', 'na', 'ns')) |
Definition at line 165 of file whos_online.php.
| $sql = " :where: order by :orderby:" |
Definition at line 158 of file whos_online.php.
| $total_cust = $total_sess - $total_dupes |
Definition at line 436 of file whos_online.php.
Definition at line 434 of file whos_online.php.
| $total_sess = $whos_online->RecordCount() |
Definition at line 163 of file whos_online.php.
| switch ($listing) $where = '' |
Definition at line 150 of file whos_online.php.
| $whos_online = $db->Execute($sql) |
Definition at line 162 of file whos_online.php.
| $xx_mins_ago = (time() - WHOIS_TIMER_REMOVE) |
Definition at line 77 of file whos_online.php.
| $xx_mins_ago_dead = (time() - WHOIS_TIMER_DEAD) |
Definition at line 74 of file whos_online.php.
| print<br/> Duplicate IP Addresses |
Definition at line 452 of file whos_online.php.
| if ($info) if((zen_not_null($heading))&&(zen_not_null($contents))) |
Definition at line 198 of file whos_online.php.