try not use proxy if posible, or/and try again later - your proxy server will eventually time out
Moderator: Moderators


Niels wrote:Other users have reported it to be working, if you are not able to "re-download" it, it could be a proxy matter on your side - I can't help with that.
try not use proxy if possible, or/and try again later - your proxy server will eventually time out




Fatal error: Call to undefined function: make_hours() in /usr/local/psa/home/vhosts/fafriends.com/httpdocs/forums/includes/usercp_viewprofile.php on line 180
// Start add - Last visit MOD
'L_LOGON' => $lang['Last_logon'],
'LAST_LOGON' => ($userdata['user_level'] == ADMIN || (!$board_config['hidde_last_logon'] && $profiledata['user_allow_viewonline'])) ? (($profiledata['user_lastlogon'])? create_date($board_config['default_dateformat'], $profiledata['user_lastlogon'], $board_config['board_timezone']):$lang['Never_last_logon']):$lang['Hidde_last_logon'],
'L_TOTAL_ONLINE_TIME' => $lang['Total_online_time'],
'TOTAL_ONLINE_TIME' => make_hours($profiledata['user_totaltime']),
'L_LAST_ONLINE_TIME' => $lang['Last_online_time'],
'LAST_ONLINE_TIME' => make_hours($profiledata
['user_session_time']-$profiledata['user_lastlogon']),
'L_NUMBER_OF_VISIT' => $lang['Number_of_visit'],
'NUMBER_OF_VISIT' => ($profiledata['user_totallogon']>0) ? $profiledata['user_totallogon']: $lang['None'],
'L_NUMBER_OF_PAGES' => $lang['Number_of_pages'],
'NUMBER_OF_PAGES' => ($profiledata['user_totalpages']) ? $profiledata['user_totalpages']: $lang['None'],
// End add - Last visit MOD
// Start add - Last visit MOD
function make_hours($base_time)
.
..
.
.



Return to Guest permission [2.0.6/EM]
Users browsing this forum: No registered users and 0 guests