[ Index ] |
|
Code source de Zen Cart E-Commerce Shopping Cart 1.3.7.1 |
1 <?php 2 // 3 // +----------------------------------------------------------------------+ 4 // |zen-cart Open Source E-commerce | 5 // +----------------------------------------------------------------------+ 6 // | Copyright (c) 2003 The zen-cart developers | 7 // | | 8 // | http://www.zen-cart.com/index.php | 9 // | | 10 // | Portions Copyright (c) 2003 osCommerce | 11 // +----------------------------------------------------------------------+ 12 // | This source file is subject to version 2.0 of the GPL license, | 13 // | that is bundled with this package in the file LICENSE, and is | 14 // | available through the world-wide-web at the following url: | 15 // | http://www.zen-cart.com/license/2_0.txt. | 16 // | If you did not receive a copy of the zen-cart license and are unable | 17 // | to obtain it through the world-wide-web, please send a note to | 18 // | license@zen-cart.com so we can mail you a copy immediately. | 19 // +----------------------------------------------------------------------+ 20 // $Id: whos_online.php 2663 2005-12-24 02:28:51Z ajeh $ 21 // 22 23 define('HEADING_TITLE', 'Who\'s Online'); 24 25 define('TABLE_HEADING_ONLINE', 'Online'); 26 define('TABLE_HEADING_CUSTOMER_ID', 'ID'); 27 define('TABLE_HEADING_FULL_NAME', 'Full Name'); 28 define('TABLE_HEADING_IP_ADDRESS', 'IP Address'); 29 define('TABLE_HEADING_SESSION_ID', 'Session'); 30 define('TABLE_HEADING_ENTRY_TIME', 'Entry Time'); 31 define('TABLE_HEADING_LAST_CLICK', 'Last Click Time'); 32 define('TIME_PASSED_LAST_CLICKED', '<strong>Time Since Clicked:</strong> '); 33 define('TABLE_HEADING_LAST_PAGE_URL', 'Last URL Viewed'); 34 define('TABLE_HEADING_ACTION', 'Action'); 35 define('TABLE_HEADING_SHOPPING_CART', 'Users Shopping Cart'); 36 define('TEXT_SHOPPING_CART_SUBTOTAL', 'Subtotal'); 37 define('TEXT_NUMBER_OF_CUSTOMERS', 'Currently there are %s customers online'); 38 39 // Additional Definitions for whos_online.php 40 define('WHOS_ONLINE_REFRESH_LIST_TEXT', 'REFRESH LIST'); 41 define('WHOS_ONLINE_LEGEND_TEXT','Legend:'); 42 define('WHOS_ONLINE_ACTIVE_TEXT','Active cart'); 43 define('WHOS_ONLINE_INACTIVE_TEXT','Inactive cart'); 44 define('WHOS_ONLINE_ACTIVE_NO_CART_TEXT','Active no cart'); 45 define('WHOS_ONLINE_INACTIVE_NO_CART_TEXT','Inactive no cart'); 46 define('WHOS_ONLINE_INACTIVE_LAST_CLICK_TEXT','Inactive is Last Click >='); 47 define('WHOS_ONLINE_INACTIVE_ARRIVAL_TEXT','Inactive since arrival >'); 48 define('WHOS_ONLINE_REMOVED_TEXT','will be removed'); 49 50 // whos_online.php 51 define('WHOIS_TIMER_REMOVE',1200); // seconds when removed from whos_online table - 1200 default = 20 minutes 52 define('WHOIS_TIMER_INACTIVE',180); // seconds when considered inactive - 180 default = 3 minutes 53 define('WHOIS_TIMER_DEAD',540); // seconds when considered dead - 540 default = 9 minutes 54 define('WHOIS_SHOW_HOST','1'); // show Last Clicked time and host name - 1 default 55 define('WHOIS_REPEAT_LEGEND_BOTTOM','12'); // show legend on bottom when more than how many entries - 12 default 56 define('OFFICE_IP_TO_HOST_ADDRESS', 'OFF'); 57 58 define('TEXT_SESSION_ID', '<strong>Session ID:</strong> '); 59 define('TEXT_HOST', '<strong>Host:</strong> '); 60 define('TEXT_USER_AGENT', '<strong>User Agent:</strong> '); 61 define('TEXT_EMPTY_CART', '<strong>Empty Cart</strong>'); 62 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 16:45:43 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |