root/ip/trunk/viewonline.php

119159
20
if (!defined('PHP_EXT')) define('PHP_EXT', substr(strrchr(__FILE__, '.'), 1));
20
if (!defined('PHP_EXT')) define('PHP_EXT', substr(strrchr(__FILE__, '.'), 1));
21
include(IP_ROOT_PATH . 'common.' . PHP_EXT);
21
include(IP_ROOT_PATH . 'common.' . PHP_EXT);
22
// Mighty Gorgon - HTTP AGENTS - BEGIN
22
// Mighty Gorgon - HTTP AGENTS - BEGIN
23
include(IP_ROOT_PATH . 'includes/functions_mg_http.' . PHP_EXT);
23
include_once(IP_ROOT_PATH . 'includes/functions_mg_http.' . PHP_EXT);
24
// Mighty Gorgon - HTTP AGENTS - END
24
// Mighty Gorgon - HTTP AGENTS - END
25
include(IP_ROOT_PATH . 'includes/functions_mg_online.' . PHP_EXT);
25
include_once(IP_ROOT_PATH . 'includes/functions_mg_online.' . PHP_EXT);
26
26
27
// Start session management
27
// Start session management
28
$userdata = session_pagestart($user_ip);
28
$userdata = session_pagestart($user_ip);