0byt3m1n1
Path:
/
data
/
applications
/
aps
/
oscommerce
/
2.2ms2-63
/
htdocs
/
admin
/
includes
/
languages
/
english
/
[
Home
]
File: whos_online.php
<?php /* $Id: whos_online.php,v 1.5 2002/03/30 15:48:55 harley_vb Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2002 osCommerce Released under the GNU General Public License */ define('HEADING_TITLE', 'Who\'s Online'); define('TABLE_HEADING_ONLINE', 'Online'); define('TABLE_HEADING_CUSTOMER_ID', 'ID'); define('TABLE_HEADING_FULL_NAME', 'Full Name'); define('TABLE_HEADING_IP_ADDRESS', 'IP Address'); define('TABLE_HEADING_ENTRY_TIME', 'Entry Time'); define('TABLE_HEADING_LAST_CLICK', 'Last Click'); define('TABLE_HEADING_LAST_PAGE_URL', 'Last URL'); define('TABLE_HEADING_ACTION', 'Action'); define('TABLE_HEADING_SHOPPING_CART', 'Users Shopping Cart'); define('TEXT_SHOPPING_CART_SUBTOTAL', 'Subtotal'); define('TEXT_NUMBER_OF_CUSTOMERS', 'Currently there are %s customers online'); ?>