Zeile 27 | Zeile 27 |
---|
{ $cache->update_usergroups(); $groupscache = $cache->read('usergroups');
|
{ $cache->update_usergroups(); $groupscache = $cache->read('usergroups');
|
}
if(!defined('THIS_SCRIPT')) { define('THIS_SCRIPT', '');
| |
}
$current_page = my_strtolower(basename(THIS_SCRIPT));
| }
$current_page = my_strtolower(basename(THIS_SCRIPT));
|
Zeile 65 | Zeile 60 |
---|
$mybb->settings['bblanguage'] = $mybb->get_input('language'); // If user is logged in, update their language selection with the new one if($mybb->user['uid'])
|
$mybb->settings['bblanguage'] = $mybb->get_input('language'); // If user is logged in, update their language selection with the new one if($mybb->user['uid'])
|
{
| {
|
if(isset($mybb->cookies['mybblang'])) { my_unsetcookie('mybblang');
| if(isset($mybb->cookies['mybblang'])) { my_unsetcookie('mybblang');
|
Zeile 159 | Zeile 154 |
---|
$loadstyle = "tid = '{$mybb->user['style']}'"; $load_from_user = 1;
|
$loadstyle = "tid = '{$mybb->user['style']}'"; $load_from_user = 1;
|
}
| }
|
$valid = array( 'showthread.php',
| $valid = array( 'showthread.php',
|
Zeile 222 | Zeile 217 |
---|
} } unset($valid);
|
} } unset($valid);
|
|
|
// From all of the above, a theme was found if(isset($style['style']) && $style['style'] > 0) {
| // From all of the above, a theme was found if(isset($style['style']) && $style['style'] > 0) {
|
Zeile 268 | Zeile 263 |
---|
if(!$cache->read('default_theme')) { $cache->update_default_theme();
|
if(!$cache->read('default_theme')) { $cache->update_default_theme();
|
}
$theme = $cache->read('default_theme');
| }
$theme = $cache->read('default_theme');
|
$load_from_forum = $load_from_user = 0; }
|
$load_from_forum = $load_from_user = 0; }
|
|
|
// No theme was found - we attempt to load the master or any other theme if(!isset($theme['tid']) || isset($theme['tid']) && !$theme['tid']) { // Missing theme was from a forum, run a query to set any forums using the theme to the default if($load_from_forum == 1)
|
// No theme was found - we attempt to load the master or any other theme if(!isset($theme['tid']) || isset($theme['tid']) && !$theme['tid']) { // Missing theme was from a forum, run a query to set any forums using the theme to the default if($load_from_forum == 1)
|
{
| {
|
$db->update_query('forums', array('style' => 0), "style = '{$style['style']}'");
|
$db->update_query('forums', array('style' => 0), "style = '{$style['style']}'");
|
}
| }
|
// Missing theme was from a user, run a query to set any users using the theme to the default else if($load_from_user == 1) { $db->update_query('users', array('style' => 0), "style = '{$mybb->user['style']}'");
|
// Missing theme was from a user, run a query to set any users using the theme to the default else if($load_from_user == 1) { $db->update_query('users', array('style' => 0), "style = '{$mybb->user['style']}'");
|
}
| }
|
// Attempt to load the master or any other theme if the master is not available $query = $db->simple_select('themes', 'name, tid, properties, stylesheets', '', array('order_by' => 'tid', 'limit' => 1)); $theme = $db->fetch_array($query);
| // Attempt to load the master or any other theme if the master is not available $query = $db->simple_select('themes', 'name, tid, properties, stylesheets', '', array('order_by' => 'tid', 'limit' => 1)); $theme = $db->fetch_array($query);
|
Zeile 449 | Zeile 444 |
---|
$templatelist = ''; }
|
$templatelist = ''; }
|
$templatelist .= "headerinclude,header,footer,gobutton,htmldoctype,header_welcomeblock_member,header_welcomeblock_guest,header_welcomeblock_member_moderator,header_welcomeblock_member_admin,footer_languageselect_option"; $templatelist .= ",global_pending_joinrequests,global_awaiting_activation,nav,nav_sep,nav_bit,nav_sep_active,nav_bit_active,footer_languageselect,footer_themeselect,header_menu_calendar,global_unreadreports,smilie"; $templatelist .= ",global_boardclosed_warning,global_bannedwarning,error_inline,error_nopermission_loggedin,error_nopermission,header_quicksearch,header_menu_search,header_menu_portal,header_menu_memberlist,redirect"; $templatelist .= ",video_dailymotion_embed,video_facebook_embed,video_liveleak_embed,video_metacafe_embed,video_myspacetv_embed,video_veoh_embed,video_vimeo_embed,video_yahoo_embed,video_youtube_embed,global_dst_detection"; $templatelist .= ",smilieinsert_row,smilieinsert_row_empty,smilieinsert,smilieinsert_getmore,smilieinsert_smilie,global_board_offline_modal,footer_themeselector,task_image,usercp_themeselector_option,debug_summary"; $templatelist .= ",mycode_code,mycode_email,mycode_img,mycode_php,mycode_quote_post,mycode_size_int,mycode_url,global_no_permission_modal,global_boardclosed_reason,nav_dropdown,footer_contactus,global_pm_alert,error";
| $templatelist .= "headerinclude,header,footer,gobutton,htmldoctype,header_welcomeblock_member,header_welcomeblock_member_user,header_welcomeblock_member_moderator,header_welcomeblock_member_admin,error"; $templatelist .= ",global_pending_joinrequests,global_awaiting_activation,nav,nav_sep,nav_bit,nav_sep_active,nav_bit_active,footer_languageselect,footer_themeselect,global_unreadreports,footer_contactus"; $templatelist .= ",global_boardclosed_warning,global_bannedwarning,error_inline,error_nopermission_loggedin,error_nopermission,global_pm_alert,header_menu_search,header_menu_portal,redirect,footer_languageselect_option"; $templatelist .= ",video_dailymotion_embed,video_facebook_embed,video_liveleak_embed,video_metacafe_embed,video_myspacetv_embed,video_veoh_embed,video_vimeo_embed,video_yahoo_embed,video_youtube_embed,debug_summary"; $templatelist .= ",smilieinsert_row,smilieinsert_row_empty,smilieinsert,smilieinsert_getmore,smilieinsert_smilie,global_board_offline_modal,footer_themeselector,task_image,usercp_themeselector_option,php_warnings"; $templatelist .= ",mycode_code,mycode_email,mycode_img,mycode_php,mycode_quote_post,mycode_size_int,mycode_url,global_no_permission_modal,global_boardclosed_reason,nav_dropdown,global_remote_avatar_notice"; $templatelist .= ",header_welcomeblock_member_pms,header_welcomeblock_member_search,header_welcomeblock_guest,header_welcomeblock_guest_login_modal,header_welcomeblock_guest_login_modal_lockout"; $templatelist .= ",header_menu_calendar,header_menu_memberlist,global_dst_detection,header_quicksearch,smilie";
|
$templates->cache($db->escape_string($templatelist));
// Set the current date and time now
| $templates->cache($db->escape_string($templatelist));
// Set the current date and time now
|
Zeile 483 | Zeile 480 |
---|
}
// Prepare the main templates for use
|
}
// Prepare the main templates for use
|
$admincplink = $modcplink = '';
| $admincplink = $modcplink = $usercplink = '';
|
// Load appropriate welcome block for the current logged in user if($mybb->user['uid'] != 0)
| // Load appropriate welcome block for the current logged in user if($mybb->user['uid'] != 0)
|
Zeile 498 | Zeile 495 |
---|
if($mybb->usergroup['canmodcp'] == 1) { eval('$modcplink = "'.$templates->get('header_welcomeblock_member_moderator').'";');
|
if($mybb->usergroup['canmodcp'] == 1) { eval('$modcplink = "'.$templates->get('header_welcomeblock_member_moderator').'";');
|
| }
if($mybb->usergroup['canusercp'] == 1) { eval('$usercplink = "'.$templates->get('header_welcomeblock_member_user').'";');
|
}
// Format the welcome back message $lang->welcome_back = $lang->sprintf($lang->welcome_back, build_profile_link(htmlspecialchars_uni($mybb->user['username']), $mybb->user['uid']), $lastvisit);
|
}
// Format the welcome back message $lang->welcome_back = $lang->sprintf($lang->welcome_back, build_profile_link(htmlspecialchars_uni($mybb->user['username']), $mybb->user['uid']), $lastvisit);
|
| $searchlink = ''; if($mybb->usergroup['cansearch'] == 1) { eval('$searchlink = "'.$templates->get('header_welcomeblock_member_search').'";'); }
|
// Tell the user their PM usage
|
// Tell the user their PM usage
|
$lang->welcome_pms_usage = $lang->sprintf($lang->welcome_pms_usage, my_number_format($mybb->user['pms_unread']), my_number_format($mybb->user['pms_total']));
| $pmslink = ''; if($mybb->settings['enablepms'] != 0 && $mybb->usergroup['canusepms'] == 1) { $lang->welcome_pms_usage = $lang->sprintf($lang->welcome_pms_usage, my_number_format($mybb->user['pms_unread']), my_number_format($mybb->user['pms_total']));
eval('$pmslink = "'.$templates->get('header_welcomeblock_member_pms').'";'); }
|
eval('$welcomeblock = "'.$templates->get('header_welcomeblock_member').'";'); } // Otherwise, we have a guest
| eval('$welcomeblock = "'.$templates->get('header_welcomeblock_member').'";'); } // Otherwise, we have a guest
|
Zeile 525 | Zeile 540 |
---|
$login_username = $lang->login_username; break; }
|
$login_username = $lang->login_username; break; }
|
| if($mybb->cookies['lockoutexpiry']) { $secsleft = (int)($mybb->cookies['lockoutexpiry'] - TIME_NOW); $hoursleft = floor($secsleft / 3600); $minsleft = floor(($secsleft / 60) % 60); $secsleft = floor($secsleft % 60);
$lang->failed_login_wait = $lang->sprintf($lang->failed_login_wait, $hoursleft, $minsleft, $secsleft);
eval('$loginform = "'.$templates->get('header_welcomeblock_guest_login_modal_lockout').'";'); } else { eval('$loginform = "'.$templates->get('header_welcomeblock_guest_login_modal').'";'); }
|
eval('$welcomeblock = "'.$templates->get('header_welcomeblock_guest').'";'); }
| eval('$welcomeblock = "'.$templates->get('header_welcomeblock_guest').'";'); }
|
Zeile 557 | Zeile 589 |
---|
if($mybb->user['uid'] != 0 && is_array($groupleaders) && array_key_exists($mybb->user['uid'], $groupleaders)) { $groupleader = $groupleaders[$mybb->user['uid']];
|
if($mybb->user['uid'] != 0 && is_array($groupleaders) && array_key_exists($mybb->user['uid'], $groupleaders)) { $groupleader = $groupleaders[$mybb->user['uid']];
|
| $showjoinnotice = false;
|
$gids = "'0'"; foreach($groupleader as $user)
| $gids = "'0'"; foreach($groupleader as $user)
|
Zeile 567 | Zeile 600 |
---|
}
$user['gid'] = (int)$user['gid'];
|
}
$user['gid'] = (int)$user['gid'];
|
$gids .= ",'{$user['gid']}'"; }
| |
|
|
$query = $db->simple_select('joinrequests', 'COUNT(uid) as total', "gid IN ({$gids}) AND invite='0'"); $total_joinrequests = $db->fetch_field($query, 'total');
if($total_joinrequests > 0)
| if(!empty($groupscache[$user['gid']]['joinable']) && $groupscache[$user['gid']]['joinable'] == 1) { $showjoinnotice = true; $gids .= ",'{$user['gid']}'"; } }
if($showjoinnotice)
|
{
|
{
|
if($total_joinrequests == 1)
| $query = $db->simple_select('joinrequests', 'COUNT(uid) as total', "gid IN ({$gids}) AND invite='0'"); $total_joinrequests = $db->fetch_field($query, 'total');
if($total_joinrequests > 0)
|
{
|
{
|
$lang->pending_joinrequests = $lang->pending_joinrequest; } else { $total_joinrequests = my_number_format($total_joinrequests); $lang->pending_joinrequests = $lang->sprintf($lang->pending_joinrequests, $total_joinrequests); }
| if($total_joinrequests == 1) { $lang->pending_joinrequests = $lang->pending_joinrequest; } else { $total_joinrequests = my_number_format($total_joinrequests); $lang->pending_joinrequests = $lang->sprintf($lang->pending_joinrequests, $total_joinrequests); }
|
|
|
eval('$pending_joinrequests = "'.$templates->get('global_pending_joinrequests').'";');
| eval('$pending_joinrequests = "'.$templates->get('global_pending_joinrequests').'";'); }
|
} }
| } }
|
Zeile 598 | Zeile 639 |
---|
{ // First we check if the user's a super admin: if yes, we don't care about permissions $can_access_moderationqueue = true;
|
{ // First we check if the user's a super admin: if yes, we don't care about permissions $can_access_moderationqueue = true;
|
$is_super_admin = is_super_admin($recipient['uid']);
| $is_super_admin = is_super_admin($mybb->user['uid']);
|
if(!$is_super_admin) { // Include admin functions if(!file_exists(MYBB_ROOT.$mybb->config['admin_dir']."/inc/functions.php")) { $can_access_moderationqueue = false;
|
if(!$is_super_admin) { // Include admin functions if(!file_exists(MYBB_ROOT.$mybb->config['admin_dir']."/inc/functions.php")) { $can_access_moderationqueue = false;
|
}
require_once MYBB_ROOT.$mybb->config['admin_dir']."/inc/functions.php";
| }
require_once MYBB_ROOT.$mybb->config['admin_dir']."/inc/functions.php";
|
// Verify if we have permissions to access forum-moderation_queue require_once MYBB_ROOT.$mybb->config['admin_dir']."/modules/forum/module_meta.php";
| // Verify if we have permissions to access forum-moderation_queue require_once MYBB_ROOT.$mybb->config['admin_dir']."/modules/forum/module_meta.php";
|
Zeile 620 | Zeile 661 |
---|
if(array_key_exists('moderation_queue', $permissions['permissions']) && $adminperms['forum']['moderation_queue'] != 1) { $can_access_moderationqueue = false;
|
if(array_key_exists('moderation_queue', $permissions['permissions']) && $adminperms['forum']['moderation_queue'] != 1) { $can_access_moderationqueue = false;
|
}
| }
|
} } }
| } } }
|
Zeile 679 | Zeile 720 |
---|
{ $charset = $lang->settings['charset']; }
|
{ $charset = $lang->settings['charset']; }
|
|
|
// Is this user apart of a banned group? $bannedwarning = ''; if($mybb->usergroup['isbannedgroup'] == 1)
| // Is this user apart of a banned group? $bannedwarning = ''; if($mybb->usergroup['isbannedgroup'] == 1)
|
Zeile 693 | Zeile 734 |
---|
// Format their ban lift date and reason appropriately $banlift = $lang->banned_lifted_never; $reason = htmlspecialchars_uni($ban['reason']);
|
// Format their ban lift date and reason appropriately $banlift = $lang->banned_lifted_never; $reason = htmlspecialchars_uni($ban['reason']);
|
|
|
if($ban['lifted'] > 0) {
|
if($ban['lifted'] > 0) {
|
$banlift = my_date($mybb->settings['dateformat'], $ban['lifted']) . $lang->comma . my_date($mybb->settings['timeformat'], $ban['lifted']);
| $banlift = my_date('normal', $ban['lifted']);
|
} }
| } }
|
Zeile 742 | Zeile 783 |
---|
{ $pm['fromusername'] = $lang->mybb_engine; $user_text = $pm['fromusername'];
|
{ $pm['fromusername'] = $lang->mybb_engine; $user_text = $pm['fromusername'];
|
} else
| } else
|
{ $pm['fromusername'] = htmlspecialchars_uni($pm['fromusername']); $user_text = build_profile_link($pm['fromusername'], $pm['fromuid']);
|
{ $pm['fromusername'] = htmlspecialchars_uni($pm['fromusername']); $user_text = build_profile_link($pm['fromusername'], $pm['fromuid']);
|
}
| }
|
if($mybb->user['pms_unread'] == 1) {
| if($mybb->user['pms_unread'] == 1) {
|
Zeile 758 | Zeile 799 |
---|
$privatemessage_text = $lang->sprintf($lang->newpm_notice_multiple, $mybb->user['pms_unread'], $user_text, $mybb->settings['bburl'], $pm['pmid'], htmlspecialchars_uni($pm['subject'])); } eval('$pm_notice = "'.$templates->get('global_pm_alert').'";');
|
$privatemessage_text = $lang->sprintf($lang->newpm_notice_multiple, $mybb->user['pms_unread'], $user_text, $mybb->settings['bburl'], $pm['pmid'], htmlspecialchars_uni($pm['subject'])); } eval('$pm_notice = "'.$templates->get('global_pm_alert').'";');
|
}
| }
$remote_avatar_notice = ''; if(($mybb->user['avatartype'] === 'remote' || $mybb->user['avatartype'] === 'gravatar') && !$mybb->settings['allowremoteavatars']) { eval('$remote_avatar_notice = "'.$templates->get('global_remote_avatar_notice').'";'); }
|
if($mybb->settings['awactialert'] == 1 && $mybb->usergroup['cancp'] == 1) { $awaitingusers = $cache->read('awaitingactivation');
|
if($mybb->settings['awactialert'] == 1 && $mybb->usergroup['cancp'] == 1) { $awaitingusers = $cache->read('awaitingactivation');
|
|
|
if(isset($awaitingusers['time']) && $awaitingusers['time'] + 86400 < TIME_NOW)
|
if(isset($awaitingusers['time']) && $awaitingusers['time'] + 86400 < TIME_NOW)
|
{
| {
|
$cache->update_awaitingactivation(); $awaitingusers = $cache->read('awaitingactivation'); }
| $cache->update_awaitingactivation(); $awaitingusers = $cache->read('awaitingactivation'); }
|
Zeile 773 | Zeile 820 |
---|
if(!empty($awaitingusers['users'])) { $awaitingusers = (int)$awaitingusers['users'];
|
if(!empty($awaitingusers['users'])) { $awaitingusers = (int)$awaitingusers['users'];
|
} else { $awaitingusers = 0; }
| } else { $awaitingusers = 0; }
|
if($awaitingusers < 1) { $awaitingusers = 0;
|
if($awaitingusers < 1) { $awaitingusers = 0;
|
} else
| } else
|
{ $awaitingusers = my_number_format($awaitingusers); }
| { $awaitingusers = my_number_format($awaitingusers); }
|
Zeile 791 | Zeile 838 |
---|
if($awaitingusers > 0) { if($awaitingusers == 1)
|
if($awaitingusers > 0) { if($awaitingusers == 1)
|
{
| {
|
$awaiting_message = $lang->awaiting_message_single; } else
| $awaiting_message = $lang->awaiting_message_single; } else
|
Zeile 823 | Zeile 870 |
---|
// Are we showing version numbers in the footer? $mybbversion = ''; if($mybb->settings['showvernum'] == 1)
|
// Are we showing version numbers in the footer? $mybbversion = ''; if($mybb->settings['showvernum'] == 1)
|
{
| {
|
$mybbversion = ' '.$mybb->version;
|
$mybbversion = ' '.$mybb->version;
|
}
| }
|
// Check to see if we have any tasks to run $task_image = '';
| // Check to see if we have any tasks to run $task_image = '';
|
Zeile 838 | Zeile 885 |
---|
if($task_cache['nextrun'] <= TIME_NOW) { eval("\$task_image = \"".$templates->get("task_image")."\";");
|
if($task_cache['nextrun'] <= TIME_NOW) { eval("\$task_image = \"".$templates->get("task_image")."\";");
|
}
| }
// Post code $post_code_string = ''; if($mybb->user['uid']) { $post_code_string = '&my_post_key='.$mybb->post_code; }
|
// Are we showing the quick language selection box? $lang_select = $lang_options = '';
| // Are we showing the quick language selection box? $lang_select = $lang_options = '';
|
Zeile 851 | Zeile 905 |
---|
foreach($languages as $key => $language) { $language = htmlspecialchars_uni($language);
|
foreach($languages as $key => $language) { $language = htmlspecialchars_uni($language);
|
|
|
// Current language matches if($lang->language == $key) {
| // Current language matches if($lang->language == $key) {
|
Zeile 880 | Zeile 934 |
---|
{ $theme_redirect_url = get_current_location(true, 'theme'); eval('$theme_select = "'.$templates->get('footer_themeselect').'";');
|
{ $theme_redirect_url = get_current_location(true, 'theme'); eval('$theme_select = "'.$templates->get('footer_themeselect').'";');
|
} }
| } }
|
// If we use the contact form, show 'Contact Us' link when appropriate $contact_us = ''; if(($mybb->settings['contactlink'] == "contact.php" && $mybb->settings['contact'] == 1 && ($mybb->settings['contact_guests'] != 1 && $mybb->user['uid'] == 0 || $mybb->user['uid'] > 0)) || $mybb->settings['contactlink'] != "contact.php")
| // If we use the contact form, show 'Contact Us' link when appropriate $contact_us = ''; if(($mybb->settings['contactlink'] == "contact.php" && $mybb->settings['contact'] == 1 && ($mybb->settings['contact_guests'] != 1 && $mybb->user['uid'] == 0 || $mybb->user['uid'] > 0)) || $mybb->settings['contactlink'] != "contact.php")
|
Zeile 898 | Zeile 952 |
---|
// DST Auto detection enabled? $auto_dst_detection = ''; if($mybb->user['uid'] > 0 && $mybb->user['dstcorrection'] == 2)
|
// DST Auto detection enabled? $auto_dst_detection = ''; if($mybb->user['uid'] > 0 && $mybb->user['dstcorrection'] == 2)
|
{ $timezone = $mybb->user['timezone'] + $mybb->user['dst'];
| { $timezone = (float)$mybb->user['timezone'] + $mybb->user['dst'];
|
eval('$auto_dst_detection = "'.$templates->get('global_dst_detection').'";'); }
| eval('$auto_dst_detection = "'.$templates->get('global_dst_detection').'";'); }
|
Zeile 934 | Zeile 988 |
---|
'logout', ), 'captcha.php',
|
'logout', ), 'captcha.php',
|
| 'contact.php',
|
);
// If the board is closed, the user is not an administrator and they're not trying to login, show the board closed message
| );
// If the board is closed, the user is not an administrator and they're not trying to login, show the board closed message
|
Zeile 946 | Zeile 1001 |
---|
}
eval('$reason = "'.$templates->get('global_boardclosed_reason').'";');
|
}
eval('$reason = "'.$templates->get('global_boardclosed_reason').'";');
|
$lang->error_boardclosed .= $reason;
if(!$mybb->get_input('modal')) { error($lang->error_boardclosed); } else {
| $lang->error_boardclosed .= $reason;
if(!$mybb->get_input('modal')) { error($lang->error_boardclosed); } else {
|
$output = ''; eval('$output = "'.$templates->get('global_board_offline_modal', 1, 0).'";'); echo($output);
| $output = ''; eval('$output = "'.$templates->get('global_board_offline_modal', 1, 0).'";'); echo($output);
|
Zeile 976 | Zeile 1031 |
---|
'resetpassword', ), 'captcha.php',
|
'resetpassword', ), 'captcha.php',
|
| 'contact.php',
|
);
// If the board forces user to login/register, and the user is a guest, show the force login message
| );
// If the board forces user to login/register, and the user is a guest, show the force login message
|
Zeile 984 | Zeile 1040 |
---|
// Show error error_no_permission(); exit;
|
// Show error error_no_permission(); exit;
|
}
| }
|
// Load Limiting if($mybb->usergroup['cancp'] != 1 && $mybb->settings['load'] > 0 && ($load = get_server_load()) && $load != $lang->unknown && $load > $mybb->settings['load']) {
| // Load Limiting if($mybb->usergroup['cancp'] != 1 && $mybb->settings['load'] > 0 && ($load = get_server_load()) && $load != $lang->unknown && $load > $mybb->settings['load']) {
|
Zeile 997 | Zeile 1053 |
---|
if(!$mybb->user['uid'] && $mybb->settings['usereferrals'] == 1 && (isset($mybb->input['referrer']) || isset($mybb->input['referrername']))) { if(isset($mybb->input['referrername']))
|
if(!$mybb->user['uid'] && $mybb->settings['usereferrals'] == 1 && (isset($mybb->input['referrer']) || isset($mybb->input['referrername']))) { if(isset($mybb->input['referrername']))
|
{
| {
|
$condition = "username = '".$db->escape_string($mybb->get_input('referrername'))."'"; }
|
$condition = "username = '".$db->escape_string($mybb->get_input('referrername'))."'"; }
|
else { $condition = "uid = '".$mybb->get_input('referrer', MyBB::INPUT_INT)."'"; }
| else { $condition = "uid = '".$mybb->get_input('referrer', MyBB::INPUT_INT)."'"; }
|
$query = $db->simple_select('users', 'uid', $condition, array('limit' => 1)); $referrer = $db->fetch_array($query);
|
$query = $db->simple_select('users', 'uid', $condition, array('limit' => 1)); $referrer = $db->fetch_array($query);
|
|
|
if($referrer['uid']) { my_setcookie('mybb[referrer]', $referrer['uid']);
| if($referrer['uid']) { my_setcookie('mybb[referrer]', $referrer['uid']);
|
Zeile 1017 | Zeile 1073 |
---|
$output = ''; $notallowed = false; if($mybb->usergroup['canview'] != 1)
|
$output = ''; $notallowed = false; if($mybb->usergroup['canview'] != 1)
|
{
| {
|
// Check pages allowable even when not allowed to view board if(defined('ALLOWABLE_PAGE')) {
| // Check pages allowable even when not allowed to view board if(defined('ALLOWABLE_PAGE')) {
|
Zeile 1077 | Zeile 1133 |
---|
$colcookie = $mybb->cookies['collapsed']; }
|
$colcookie = $mybb->cookies['collapsed']; }
|
// set up collapsable items (to automatically show them us expanded) $collapsed = array('boardstats' => '', 'boardstats_e' => '', 'quickreply' => '', 'quickreply_e' => ''); $collapsedimg = $collapsed;
| $collapse = $collapsed = $collapsedimg = array();
|
if($colcookie) {
|
if($colcookie) {
|
$col = explode("|", $colcookie); if(!is_array($col)) { $col[0] = $colcookie; // only one item } unset($collapsed); foreach($col as $key => $val)
| // Preserve and don't unset $collapse, will be needed globally throughout many pages $collapse = explode("|", $colcookie); foreach($collapse as $val)
|
{ $ex = $val."_e"; $co = $val."_c";
| { $ex = $val."_e"; $co = $val."_c";
|