Код: Выделить всё
Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 WebMoney Advisor
PPK
vulkan3
vulkan3
vulkan3
vulkan3
Код: Выделить всё
$ua_info=@explode('|', $users_md5_data[$users_ua_data[$row['user_id']]]);
Код: Выделить всё
$ua_info=my_split_config($users_md5_data[$users_ua_data[$row['user_id']]], 14, 'strval', '|');
Код: Выделить всё
$ua_info=@explode('|', $users_md5_data[$row['ua_md5_string']]);
Код: Выделить всё
$ua_info=my_split_config($users_md5_data[$row['ua_md5_string']], 14, 'strval', '|');
PPK
Код: Выделить всё
[phpBB Debug] PHP Notice: in file [ROOT]/viewonline.php on line 388: Undefined offset: 1
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 6117: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:4702)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 6119: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:4702)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 6120: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:4702)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 6121: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:4702)
vulkan3
PPK
Код: Выделить всё
$location_url = append_sid("{$phpbb_root_path}viewtopic.$phpEx", 'f=' . $forum_id . ((!empty($on_page[1])) ? '&t=' . $on_page[1] : '&p=' . $on_page_post[1]));
vulkan3
PPK