/mnt/web601/b3/14/57451114/htdocs/httpdocs/admin/gm_counter.php
<?php
/* --------------------------------------------------------------
   gm_counter.php 2016-07-14
   Gambio GmbH
   http://www.gambio.de
   Copyright (c) 2016 Gambio GmbH
   Released under the GNU General Public License (Version 2)
   [http://www.gnu.org/licenses/gpl-2.0.html]

   IMPORTANT! THIS FILE IS DEPRECATED AND WILL BE REPLACED IN THE FUTURE. 
   MODIFY IT ONLY FOR FIXES. DO NOT APPEND IT WITH NEW FEATURES, USE THE
   NEW GX-ENGINE LIBRARIES INSTEAD.
   --------------------------------------------------------------

   based on: 
   (c) 2000-2001 The Exchange Project 
   (c) 2002-2003 osCommerce coding standards (a typical file) www.oscommerce.com
   (c) 2003      nextcommerce (start.php,1.5 2004/03/17); www.nextcommerce.org
   (c) 2003 XT-Commerce - community made shopping http://www.xt-commerce.com ($Id: start.php 1235 2005-09-21 19:11:43Z mz $)

   Released under the GNU General Public License 
   --------------------------------------------------------------*/
require('includes/application_top.php');
?>

	<html <?php echo HTML_PARAMS; ?>>
		<head>
			<meta http-equiv="x-ua-compatible" content="IE=edge">
			<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $_SESSION['language_charset']; ?>">
			<title><?php echo TITLE; ?></title>
			<link rel="stylesheet" type="text/css" href="<?php echo HTTP_SERVER . DIR_WS_CATALOG; ?>gm/javascript/jquery/plugins/datepicker/datePicker.css">
			<link rel="stylesheet" type="text/css" href="<?php echo DIR_WS_ADMIN; ?>html/assets/styles/legacy/stylesheet.css">
			<link rel="stylesheet" type="text/css" href="<?php echo HTTP_SERVER . DIR_WS_CATALOG; ?>gm/javascript/jquery/ui/datepicker/css/ui-lightness/jquery-ui-1.8.11.custom.css">
		</head>
		<body topmargin="0" leftmargin="0" bgcolor="#FFFFFF">

			

			<?php require(DIR_WS_INCLUDES . 'header.php'); ?>

			<table border="0" width="100%" cellspacing="2" cellpadding="2">
				<tr>
					<td class="columnLeft2" width="<?php echo BOX_WIDTH; ?>" valign="top">
						<table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="1" cellpadding="1" class="columnLeft">
							<?php require(DIR_WS_INCLUDES . 'column_left.php'); ?>
						</table>
					</td>
					<td class="boxCenter" width="100%" valign="top">
						<table border="0" width="100%" cellspacing="0" cellpadding="0">
							<tr>
								<td>
									<div class="pageHeading" style="background-image:url(html/assets/images/legacy/gm_icons/gambio.png)"><?php echo HEADING_TITLE; ?></div>
									<br>
									<table border="0" width="100%" cellspacing="0" cellpadding="0" class="pdf_menu border">
										<tr>
											<td width="120" valign="middle" class="dataTableHeadingContent">
												<a href="#gm_box_submenu_visitor" onclick="<?php echo 'gm_get_content(\'' . xtc_href_link('gm_counter_action.php', 'action=gm_counter_visitor&subpage=daily'); ?>', 'gm_counter_visitor', '<?php echo xtc_href_link('gm_counter_action.php', 'action=gm_box_submenu_visitor'); ?>')">
													<?php echo GM_COUNTER_TITLE_VISITOR; ?>
												</a>
											</td>
											<td width="120" valign="middle" class="dataTableHeadingContent">
												<a href="#gm_counter_pages" onclick="gm_get_content('<?php echo xtc_href_link('gm_counter_action.php', 'action=gm_counter_pages&subpage=today'); ?>', 'gm_counter_pages', '<?php echo xtc_href_link('gm_counter_action.php', 'action=gm_box_submenu_pages'); ?>');">
													<?php echo GM_COUNTER_TITLE_PAGES; ?>
												</a>
											</td>
											<td width="120"  valign="middle" class="dataTableHeadingContent">
												<a href="#gm_counter_user" onclick="gm_get_content('<?php echo xtc_href_link('gm_counter_action.php', 'action=gm_counter_user&subpage=1'); ?>', 'gm_counter_user', '<?php echo xtc_href_link('gm_counter_action.php', 'action=gm_box_submenu_user'); ?>');">
													<?php echo GM_COUNTER_TITLE_USER_INFO; ?>
												</a>
											</td>
											<td width="120" valign="middle" class="dataTableHeadingContent">
												<a href="#gm_box_submenu_search" onclick="gm_get_content('<?php echo xtc_href_link('gm_counter_action.php', 'action=gm_counter_search&subpage=intern'); ?>', 'gm_counter_search', '<?php echo xtc_href_link('gm_counter_action.php', 'action=gm_box_submenu_search'); ?>');">
													<?php echo GM_COUNTER_TITLE_SEARCHTERMS; ?>
												</a>
											</td>
											<td valign="middle" class="dataTableHeadingContent">
												<a href="#gm_counter_conf" onclick="gm_get_content('<?php echo xtc_href_link('gm_counter_action.php', 'action=gm_counter_conf'); ?>', '', '', '', '', $('#configuration-container'));">
													<?php echo GM_COUNTER_TITLE_CONF; ?>
												</a>
											</td>
										</tr>
									</table>
									
									<table border="0" width="100%" cellspacing="0" cellpadding="0" class="breakpoint-small">
										<tr>
											<td valign="top" class="main gx-container">
												<div class="ui-tabs">
													<div id="gm_box_submenu" class="tab-headline-wrapper"></div>
													<div id="gm_box_content" class="tab-content-wrapper" style="overflow: auto;"></div>
												</div>
												
												<div id="configuration-container"></div>
											</td>
										</tr>
									</table>
								</td>
							</tr>
						</table>
					</td>
				</tr>
			</table>

			<script>
				// Global JS variables for the Counter page.
				var navTabHtmlBackup = '';
				var pageSettings = {
					initialContentUrl: <?php echo '"' . xtc_href_link('gm_counter_action.php', 'action=gm_counter_visitor&subpage=daily') . '"'; ?>,
					initialMenuUrl: <?php echo '"' . xtc_href_link('gm_counter_action.php', 'action=gm_box_submenu_visitor') . '"'; ?>
				};
			</script>
			
			<?php require(DIR_WS_INCLUDES . 'footer.php'); ?>
			<script type="text/javascript" src="<?php echo DIR_WS_CATALOG; ?>gm/javascript/jquery/ui/datepicker/jquery-ui-datepicker.js"></script>
			<script type="text/javascript" src="<?php echo DIR_WS_ADMIN; ?>html/assets/javascript/legacy/gm/gm_counter.js"></script>
		</body>
	</html>
<?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>

Unexpected error occurred...

Class "main_ORIGIN" not found