Zeile 11 | Zeile 11 |
---|
define("IN_MYBB", 1); define('THIS_SCRIPT', 'modcp.php');
|
define("IN_MYBB", 1); define('THIS_SCRIPT', 'modcp.php');
|
$templatelist = "modcp_reports,modcp_reports_report,modcp_reports_multipage,modcp_reports_allreport,modcp_reports_allreports,modcp_modlogs_multipage,modcp_announcements_delete,modcp_announcements_edit,modcp_awaitingmoderation";
| $templatelist = "modcp_reports,modcp_reports_report,modcp_reports_selectall,modcp_reports_multipage,modcp_reports_allreport,modcp_reports_allreports,modcp_modlogs_multipage,modcp_announcements_delete,modcp_announcements_edit,modcp_awaitingmoderation";
|
$templatelist .= ",modcp_reports_allnoreports,modcp_reports_noreports,modcp_banning,modcp_banning_ban,modcp_announcements_announcement_global,modcp_no_announcements_forum,modcp_modqueue_threads_thread,modcp_awaitingthreads,preview"; $templatelist .= ",modcp_banning_nobanned,modcp_modqueue_threads_empty,modcp_modqueue_masscontrols,modcp_modqueue_threads,modcp_modqueue_posts_post,modcp_modqueue_posts_empty,modcp_awaitingposts,modcp_nav_editprofile,modcp_nav_banning"; $templatelist .= ",modcp_nav,modcp_modlogs_noresults,modcp_modlogs_nologs,modcp,modcp_modqueue_posts,modcp_modqueue_attachments_attachment,modcp_modqueue_attachments_empty,modcp_modqueue_attachments,modcp_editprofile_suspensions_info";
| $templatelist .= ",modcp_reports_allnoreports,modcp_reports_noreports,modcp_banning,modcp_banning_ban,modcp_announcements_announcement_global,modcp_no_announcements_forum,modcp_modqueue_threads_thread,modcp_awaitingthreads,preview"; $templatelist .= ",modcp_banning_nobanned,modcp_modqueue_threads_empty,modcp_modqueue_masscontrols,modcp_modqueue_threads,modcp_modqueue_posts_post,modcp_modqueue_posts_empty,modcp_awaitingposts,modcp_nav_editprofile,modcp_nav_banning"; $templatelist .= ",modcp_nav,modcp_modlogs_noresults,modcp_modlogs_nologs,modcp,modcp_modqueue_posts,modcp_modqueue_attachments_attachment,modcp_modqueue_attachments_empty,modcp_modqueue_attachments,modcp_editprofile_suspensions_info";
|
Zeile 58 | Zeile 58 |
---|
$moderated_forums = array(); if($mybb->usergroup['issupermod'] != 1) {
|
$moderated_forums = array(); if($mybb->usergroup['issupermod'] != 1) {
|
$query = $db->simple_select("moderators", "*", "(id='{$mybb->user['uid']}' AND isgroup = '0') OR (id='{$mybb->user['usergroup']}' AND isgroup = '1')");
| $query = $db->simple_select("moderators", "*", "(id='{$mybb->user['uid']}' AND isgroup = '0') OR (id IN ({$mybb->usergroup['all_usergroups']}) AND isgroup = '1')");
|
$numannouncements = $nummodqueuethreads = $nummodqueueposts = $nummodqueueattach = $numreportedposts = $nummodlogs = 0; while($forum = $db->fetch_array($query))
| $numannouncements = $nummodqueuethreads = $nummodqueueposts = $nummodqueueattach = $numreportedposts = $nummodlogs = 0; while($forum = $db->fetch_array($query))
|
Zeile 263 | Zeile 263 |
---|
if(!empty($nav_announcements) || !empty($nav_modqueue) || !empty($nav_reportcenter) || !empty($nav_modlogs)) {
|
if(!empty($nav_announcements) || !empty($nav_modqueue) || !empty($nav_reportcenter) || !empty($nav_modlogs)) {
|
| $expaltext = (in_array("modcpforums", $collapse)) ? "[+]" : "[-]";
|
eval("\$modcp_nav_forums_posts = \"".$templates->get("modcp_nav_forums_posts")."\";"); }
if(!empty($nav_editprofile) || !empty($nav_banning) || !empty($nav_warninglogs) || !empty($nav_ipsearch)) {
|
eval("\$modcp_nav_forums_posts = \"".$templates->get("modcp_nav_forums_posts")."\";"); }
if(!empty($nav_editprofile) || !empty($nav_banning) || !empty($nav_warninglogs) || !empty($nav_ipsearch)) {
|
| $expaltext = (in_array("modcpusers", $collapse)) ? "[+]" : "[-]";
|
eval("\$modcp_nav_users = \"".$templates->get("modcp_nav_users")."\";"); }
| eval("\$modcp_nav_users = \"".$templates->get("modcp_nav_users")."\";"); }
|
Zeile 285 | Zeile 287 |
---|
verify_post_check($mybb->get_input('my_post_key'));
$mybb->input['reports'] = $mybb->get_input('reports', MyBB::INPUT_ARRAY);
|
verify_post_check($mybb->get_input('my_post_key'));
$mybb->input['reports'] = $mybb->get_input('reports', MyBB::INPUT_ARRAY);
|
if(empty($mybb->input['reports']))
| if(empty($mybb->input['reports']) && empty($mybb->cookies['inlinereports']))
|
{ error($lang->error_noselected_reports); }
|
{ error($lang->error_noselected_reports); }
|
$sql = '1=1'; if(empty($mybb->input['allbox']))
| $message = $lang->redirect_reportsmarked;
if(isset($mybb->cookies['inlinereports'])) { if($mybb->cookies['inlinereports'] == '|ALL|') { $message = $lang->redirect_allreportsmarked; $sql = "1=1"; if(isset($mybb->cookies['inlinereports_removed'])) { $inlinereportremovedlist = explode("|", $mybb->cookies['inlinereports_removed']); $reports = array_map("intval", $inlinereportremovedlist); $rids = implode("','", $reports); $sql = "rid NOT IN ('0','{$rids}')"; } } else { $inlinereportlist = explode("|", $mybb->cookies['inlinereports']); $reports = array_map("intval", $inlinereportlist);
if(!count($reports)) { error($lang->error_noselected_reports); }
$rids = implode("','", $reports);
$sql = "rid IN ('0','{$rids}')"; } } else
|
{ $mybb->input['reports'] = array_map("intval", $mybb->input['reports']); $rids = implode("','", $mybb->input['reports']);
| { $mybb->input['reports'] = array_map("intval", $mybb->input['reports']); $rids = implode("','", $mybb->input['reports']);
|
Zeile 299 | Zeile 330 |
---|
$sql = "rid IN ('0','{$rids}')"; }
|
$sql = "rid IN ('0','{$rids}')"; }
|
$plugins->run_hooks("modcp_do_reports");
| $plugins->run_hooks("modcp_do_reports");
|
$db->update_query("reportedcontent", array('reportstatus' => 1), "{$sql}{$flist_reports}"); $cache->update_reportedcontent();
|
$db->update_query("reportedcontent", array('reportstatus' => 1), "{$sql}{$flist_reports}"); $cache->update_reportedcontent();
|
| my_unsetcookie('inlinereports'); my_unsetcookie('inlinereports_removed');
|
$page = $mybb->get_input('page', MyBB::INPUT_INT);
|
$page = $mybb->get_input('page', MyBB::INPUT_INT);
|
redirect("modcp.php?action=reports&page={$page}", $lang->redirect_reportsmarked);
| redirect("modcp.php?action=reports&page={$page}", $message);
|
}
if($mybb->input['action'] == "reports")
| }
if($mybb->input['action'] == "reports")
|
Zeile 431 | Zeile 465 |
---|
{ // This (should) be a post $postcache[$report['id']] = $report['id'];
|
{ // This (should) be a post $postcache[$report['id']] = $report['id'];
|
}
| }
|
// Lastpost info - is it missing (pre-1.8)? $lastposter = $report['uid']; if(!$report['lastreport'])
|
// Lastpost info - is it missing (pre-1.8)? $lastposter = $report['uid']; if(!$report['lastreport'])
|
{
| {
|
// Last reporter is our first reporter $report['lastreport'] = $report['dateline'];
|
// Last reporter is our first reporter $report['lastreport'] = $report['dateline'];
|
}
| }
|
if($report['reporters']) { $reporters = my_unserialize($report['reporters']);
| if($report['reporters']) { $reporters = my_unserialize($report['reporters']);
|
Zeile 449 | Zeile 483 |
---|
{ $lastposter = end($reporters); }
|
{ $lastposter = end($reporters); }
|
}
| }
|
if(!isset($usercache[$lastposter])) {
| if(!isset($usercache[$lastposter])) {
|
Zeile 466 | Zeile 500 |
---|
{ $sql = implode(',', array_keys($usercache)); $query = $db->simple_select("users", "uid, username", "uid IN ({$sql})");
|
{ $sql = implode(',', array_keys($usercache)); $query = $db->simple_select("users", "uid, username", "uid IN ({$sql})");
|
|
|
while($user = $db->fetch_array($query)) { $usercache[$user['uid']] = $user;
|
while($user = $db->fetch_array($query)) { $usercache[$user['uid']] = $user;
|
} }
| } }
|
// Messy * 2 // Find out post information for our reported posts if(!empty($postcache))
| // Messy * 2 // Find out post information for our reported posts if(!empty($postcache))
|
Zeile 484 | Zeile 518 |
---|
LEFT JOIN ".TABLE_PREFIX."threads t ON (p.tid = t.tid) WHERE p.pid IN ({$sql}) ");
|
LEFT JOIN ".TABLE_PREFIX."threads t ON (p.tid = t.tid) WHERE p.pid IN ({$sql}) ");
|
|
|
while($post = $db->fetch_array($query)) { $postcache[$post['pid']] = $post; } }
|
while($post = $db->fetch_array($query)) { $postcache[$post['pid']] = $post; } }
|
| $lang->page_selected = $lang->sprintf($lang->page_selected, count($reportcache)); $lang->select_all = $lang->sprintf($lang->select_all, (int)$report_count); $lang->all_selected = $lang->sprintf($lang->all_selected, (int)$report_count); eval("\$selectall = \"".$templates->get("modcp_reports_selectall")."\";");
|
$plugins->run_hooks('modcp_reports_intermediate');
|
$plugins->run_hooks('modcp_reports_intermediate');
|
| $inlinecount = 0;
|
// Now that we have all of the information needed, display the reports foreach($reportcache as $report) {
| // Now that we have all of the information needed, display the reports foreach($reportcache as $report) {
|
Zeile 567 | Zeile 607 |
---|
} elseif($usercache[$report['lastreporter']] > 0) {
|
} elseif($usercache[$report['lastreporter']] > 0) {
|
$lastreport_user = $lang->na_deleted;
| $lastreport_user = htmlspecialchars_uni($lang->na_deleted);
|
}
$lastreport_date = my_date('relative', $report['lastreport']); $report_data['lastreporter'] = $lang->sprintf($lang->report_info_lastreporter, $lastreport_date, $lastreport_user);
|
}
$lastreport_date = my_date('relative', $report['lastreport']); $report_data['lastreporter'] = $lang->sprintf($lang->report_info_lastreporter, $lastreport_date, $lastreport_user);
|
| }
$inlinecheck = ''; if(isset($mybb->cookies['inlinereports']) && my_strpos($mybb->cookies['inlinereports'], "|{$report['rid']}|") !== false) { $inlinecheck = " checked=\"checked\""; ++$inlinecount;
|
}
$plugins->run_hooks("modcp_reports_report");
| }
$plugins->run_hooks("modcp_reports_report");
|
Zeile 907 | Zeile 954 |
---|
$logitem['action'] = htmlspecialchars_uni($logitem['action']); $log_date = my_date('relative', $logitem['dateline']); $trow = alt_trow();
|
$logitem['action'] = htmlspecialchars_uni($logitem['action']); $log_date = my_date('relative', $logitem['dateline']); $trow = alt_trow();
|
$logitem['username'] = htmlspecialchars_uni($logitem['username']); $username = format_name($logitem['username'], $logitem['usergroup'], $logitem['displaygroup']); $logitem['profilelink'] = build_profile_link($username, $logitem['uid']);
| if($logitem['username']) { $logitem['username'] = htmlspecialchars_uni($logitem['username']); $username = format_name($logitem['username'], $logitem['usergroup'], $logitem['displaygroup']); $logitem['profilelink'] = build_profile_link($username, $logitem['uid']); } else { $username = $logitem['profilelink'] = $logitem['username'] = htmlspecialchars_uni($lang->na_deleted); }
|
$logitem['ipaddress'] = my_inet_ntop($db->unescape_binary($logitem['ipaddress']));
if($logitem['tsubject'])
| $logitem['ipaddress'] = my_inet_ntop($db->unescape_binary($logitem['ipaddress']));
if($logitem['tsubject'])
|
Zeile 946 | Zeile 1000 |
---|
eval("\$information .= \"".$templates->get("modcp_modlogs_result_announcement")."\";"); } }
|
eval("\$information .= \"".$templates->get("modcp_modlogs_result_announcement")."\";"); } }
|
| $plugins->run_hooks("modcp_modlogs_result");
|
eval("\$results .= \"".$templates->get("modcp_modlogs_result")."\";"); }
| eval("\$results .= \"".$templates->get("modcp_modlogs_result")."\";"); }
|
Zeile 1077 | Zeile 1133 |
---|
}
$mybb->input['message'] = $mybb->get_input('message');
|
}
$mybb->input['message'] = $mybb->get_input('message');
|
if(!trim($mybb->input['message']))
| if(!trim($mybb->input['message']))
|
{ $errors[] = $lang->error_missing_message; }
| { $errors[] = $lang->error_missing_message; }
|
Zeile 1098 | Zeile 1154 |
---|
{ $startdate[0] = 12+$startdate[0]; if($startdate[0] >= 24)
|
{ $startdate[0] = 12+$startdate[0]; if($startdate[0] >= 24)
|
{
| {
|
$startdate[0] = "00"; } }
| $startdate[0] = "00"; } }
|
Zeile 1120 | Zeile 1176 |
---|
}
$localized_time_offset = (float)$mybb->user['timezone']*3600 + $mybb->user['dst']*3600;
|
}
$localized_time_offset = (float)$mybb->user['timezone']*3600 + $mybb->user['dst']*3600;
|
$startdate = gmmktime((int)$startdate[0], (int)$startdate[1], 0, $mybb->get_input('starttime_month', MyBB::INPUT_INT), $mybb->get_input('starttime_day', MyBB::INPUT_INT), $mybb->get_input('starttime_year', MyBB::INPUT_INT)) -$localized_time_offset;
| $startdate = gmmktime((int)$startdate[0], (int)$startdate[1], 0, $mybb->get_input('starttime_month', MyBB::INPUT_INT), $mybb->get_input('starttime_day', MyBB::INPUT_INT), $mybb->get_input('starttime_year', MyBB::INPUT_INT)) - $localized_time_offset;
|
if(!checkdate($mybb->get_input('starttime_month', MyBB::INPUT_INT), $mybb->get_input('starttime_day', MyBB::INPUT_INT), $mybb->get_input('starttime_year', MyBB::INPUT_INT)) || $startdate < 0 || $startdate == false) { $errors[] = $lang->error_invalid_start_date; }
if($mybb->get_input('endtime_type', MyBB::INPUT_INT) == 2)
|
if(!checkdate($mybb->get_input('starttime_month', MyBB::INPUT_INT), $mybb->get_input('starttime_day', MyBB::INPUT_INT), $mybb->get_input('starttime_year', MyBB::INPUT_INT)) || $startdate < 0 || $startdate == false) { $errors[] = $lang->error_invalid_start_date; }
if($mybb->get_input('endtime_type', MyBB::INPUT_INT) == 2)
|
{
| {
|
$enddate = '0'; $mybb->input['endtime_month'] = '01'; }
| $enddate = '0'; $mybb->input['endtime_month'] = '01'; }
|
Zeile 1136 | Zeile 1192 |
---|
{ $mybb->input['endtime_month'] = $mybb->get_input('endtime_month'); if(!in_array($mybb->input['endtime_month'], $months))
|
{ $mybb->input['endtime_month'] = $mybb->get_input('endtime_month'); if(!in_array($mybb->input['endtime_month'], $months))
|
{
| {
|
$mybb->input['endtime_month'] = '01'; } $enddate = gmmktime((int)$enddate[0], (int)$enddate[1], 0, $mybb->get_input('endtime_month', MyBB::INPUT_INT), $mybb->get_input('endtime_day', MyBB::INPUT_INT), $mybb->get_input('endtime_year', MyBB::INPUT_INT)) - $localized_time_offset;
| $mybb->input['endtime_month'] = '01'; } $enddate = gmmktime((int)$enddate[0], (int)$enddate[1], 0, $mybb->get_input('endtime_month', MyBB::INPUT_INT), $mybb->get_input('endtime_day', MyBB::INPUT_INT), $mybb->get_input('endtime_year', MyBB::INPUT_INT)) - $localized_time_offset;
|
Zeile 1151 | Zeile 1207 |
---|
} }
|
} }
|
if($mybb->get_input('allowhtml', MyBB::INPUT_INT) == 1)
| if($mybb->settings['announcementshtml'] && $mybb->get_input('allowhtml', MyBB::INPUT_INT) == 1)
|
{ $allowhtml = 1; }
| { $allowhtml = 1; }
|
Zeile 1200 | Zeile 1256 |
---|
); $aid = $db->insert_query("announcements", $insert_announcement);
|
); $aid = $db->insert_query("announcements", $insert_announcement);
|
log_moderator_action(array("aid" => $aid, "subject" => $db->escape_string($mybb->input['title'])), $lang->announcement_added);
| log_moderator_action(array("aid" => $aid, "subject" => $mybb->input['title']), $lang->announcement_added);
|
$plugins->run_hooks("modcp_do_new_announcement_end");
| $plugins->run_hooks("modcp_do_new_announcement_end");
|
Zeile 1272 | Zeile 1328 |
---|
$announcement = array( 'subject' => '', 'message' => '',
|
$announcement = array( 'subject' => '', 'message' => '',
|
'allowhtml' => 1,
| 'allowhtml' => 0,
|
'allowmycode' => 1, 'allowsmilies' => 1 );
| 'allowmycode' => 1, 'allowsmilies' => 1 );
|
Zeile 1325 | Zeile 1381 |
---|
$message = htmlspecialchars_uni($announcement['message']);
$html_sel = $mycode_sel = $smilies_sel = array('yes' => '', 'no' => '');
|
$message = htmlspecialchars_uni($announcement['message']);
$html_sel = $mycode_sel = $smilies_sel = array('yes' => '', 'no' => '');
|
if($announcement['allowhtml']) { $html_sel['yes'] = ' checked="checked"'; } else { $html_sel['no'] = ' checked="checked"'; }
| if($mybb->settings['announcementshtml']) { if($announcement['allowhtml']) { $html_sel['yes'] = ' checked="checked"'; } else { $html_sel['no'] = ' checked="checked"'; }
eval("\$allow_html = \"".$templates->get("modcp_announcements_allowhtml")."\";"); } else { $allow_html = ''; }
|
if($announcement['allowmycode']) { $mycode_sel['yes'] = ' checked="checked"';
|
if($announcement['allowmycode']) { $mycode_sel['yes'] = ' checked="checked"';
|
} else {
| } else {
|
$mycode_sel['no'] = ' checked="checked"'; }
| $mycode_sel['no'] = ' checked="checked"'; }
|
Zeile 1358 | Zeile 1424 |
---|
$end_type_sel['infinite'] = ' checked="checked"'; } else
|
$end_type_sel['infinite'] = ' checked="checked"'; } else
|
{
| {
|
$end_type_sel['finite'] = ' checked="checked"'; }
| $end_type_sel['finite'] = ' checked="checked"'; }
|
Zeile 1371 | Zeile 1437 |
---|
$announcementarray = array( 'aid' => 0, 'fid' => $announcement_fid,
|
$announcementarray = array( 'aid' => 0, 'fid' => $announcement_fid,
|
'uid' => $mybb->user['uid'], 'subject' => $mybb->input['title'], 'message' => $mybb->input['message'], 'allowhtml' => $mybb->get_input('allowhtml', MyBB::INPUT_INT), 'allowmycode' => $mybb->get_input('allowmycode', MyBB::INPUT_INT), 'allowsmilies' => $mybb->get_input('allowsmilies', MyBB::INPUT_INT), 'dateline' => TIME_NOW, 'userusername' => $mybb->user['username'], );
$array = $mybb->user; foreach($array as $key => $element) { $announcementarray[$key] = $element; }
// Gather usergroup data from the cache // Field => Array Key $data_key = array( 'title' => 'grouptitle', 'usertitle' => 'groupusertitle', 'stars' => 'groupstars', 'starimage' => 'groupstarimage', 'image' => 'groupimage', 'namestyle' => 'namestyle', 'usereputationsystem' => 'usereputationsystem' );
foreach($data_key as $field => $key) {
| 'uid' => $mybb->user['uid'], 'subject' => $mybb->input['title'], 'message' => $mybb->input['message'], 'allowhtml' => $mybb->settings['announcementshtml'] && $mybb->get_input('allowhtml', MyBB::INPUT_INT), 'allowmycode' => $mybb->get_input('allowmycode', MyBB::INPUT_INT), 'allowsmilies' => $mybb->get_input('allowsmilies', MyBB::INPUT_INT), 'dateline' => TIME_NOW, 'userusername' => $mybb->user['username'], );
$array = $mybb->user; foreach($array as $key => $element) { $announcementarray[$key] = $element; }
// Gather usergroup data from the cache // Field => Array Key $data_key = array( 'title' => 'grouptitle', 'usertitle' => 'groupusertitle', 'stars' => 'groupstars', 'starimage' => 'groupstarimage', 'image' => 'groupimage', 'namestyle' => 'namestyle', 'usereputationsystem' => 'usereputationsystem' );
foreach($data_key as $field => $key) {
|
$announcementarray[$key] = $groupscache[$announcementarray['usergroup']][$field]; }
| $announcementarray[$key] = $groupscache[$announcementarray['usergroup']][$field]; }
|
Zeile 1492 | Zeile 1558 |
---|
$mybb->input['starttime_month'] = '01'; }
|
$mybb->input['starttime_month'] = '01'; }
|
$localized_time_offset = TIME_NOW + (float)$mybb->user['timezone']*3600 + $mybb->user['dst']*3600;
| $localized_time_offset = (float)$mybb->user['timezone']*3600 + $mybb->user['dst']*3600;
|
$startdate = gmmktime((int)$startdate[0], (int)$startdate[1], 0, $mybb->get_input('starttime_month', MyBB::INPUT_INT), $mybb->get_input('starttime_day', MyBB::INPUT_INT), $mybb->get_input('starttime_year', MyBB::INPUT_INT)) - $localized_time_offset; if(!checkdate($mybb->get_input('starttime_month', MyBB::INPUT_INT), $mybb->get_input('starttime_day', MyBB::INPUT_INT), $mybb->get_input('starttime_year', MyBB::INPUT_INT)) || $startdate < 0 || $startdate == false)
| $startdate = gmmktime((int)$startdate[0], (int)$startdate[1], 0, $mybb->get_input('starttime_month', MyBB::INPUT_INT), $mybb->get_input('starttime_day', MyBB::INPUT_INT), $mybb->get_input('starttime_year', MyBB::INPUT_INT)) - $localized_time_offset; if(!checkdate($mybb->get_input('starttime_month', MyBB::INPUT_INT), $mybb->get_input('starttime_day', MyBB::INPUT_INT), $mybb->get_input('starttime_year', MyBB::INPUT_INT)) || $startdate < 0 || $startdate == false)
|
Zeile 1523 | Zeile 1589 |
---|
} }
|
} }
|
if($mybb->get_input('allowhtml', MyBB::INPUT_INT) == 1)
| if($mybb->settings['announcementshtml'] && $mybb->get_input('allowhtml', MyBB::INPUT_INT) == 1)
|
{ $allowhtml = 1; }
| { $allowhtml = 1; }
|
Zeile 1572 | Zeile 1638 |
---|
); $db->update_query("announcements", $update_announcement, "aid='{$aid}'");
|
); $db->update_query("announcements", $update_announcement, "aid='{$aid}'");
|
log_moderator_action(array("aid" => $announcement['aid'], "subject" => $db->escape_string($mybb->input['title'])), $lang->announcement_edited);
| log_moderator_action(array("aid" => $announcement['aid'], "subject" => $mybb->input['title']), $lang->announcement_edited);
|
$plugins->run_hooks("modcp_do_edit_announcement_end");
| $plugins->run_hooks("modcp_do_edit_announcement_end");
|
Zeile 1677 | Zeile 1743 |
---|
$startmonth = gmdate('m', $localized_time_startdate); $endmonth = gmdate('m', $localized_time_enddate);
|
$startmonth = gmdate('m', $localized_time_startdate); $endmonth = gmdate('m', $localized_time_enddate);
|
|
|
$startdateyear = gmdate('Y', $localized_time_startdate); $enddateyear = gmdate('Y', $localized_time_enddate);
| $startdateyear = gmdate('Y', $localized_time_startdate); $enddateyear = gmdate('Y', $localized_time_enddate);
|
Zeile 1690 | Zeile 1756 |
---|
{ if($startday == $day) {
|
{ if($startday == $day) {
|
$selected = " selected=\"selected\""; eval("\$startdateday .= \"".$templates->get("modcp_announcements_day")."\";"); } else { $selected = '';
| $selected = " selected=\"selected\"";
|
eval("\$startdateday .= \"".$templates->get("modcp_announcements_day")."\";");
|
eval("\$startdateday .= \"".$templates->get("modcp_announcements_day")."\";");
|
}
| } else { $selected = ''; eval("\$startdateday .= \"".$templates->get("modcp_announcements_day")."\";"); }
|
if($endday == $day) { $selected = " selected=\"selected\"";
|
if($endday == $day) { $selected = " selected=\"selected\"";
|
eval("\$enddateday .= \"".$templates->get("modcp_announcements_day")."\";"); }
| eval("\$enddateday .= \"".$templates->get("modcp_announcements_day")."\";"); }
|
else { $selected = ''; eval("\$enddateday .= \"".$templates->get("modcp_announcements_day")."\";");
|
else { $selected = ''; eval("\$enddateday .= \"".$templates->get("modcp_announcements_day")."\";");
|
} }
| } }
|
$startmonthsel = $endmonthsel = array(); foreach(array('01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12') as $month) {
| $startmonthsel = $endmonthsel = array(); foreach(array('01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12') as $month) {
|
Zeile 1729 | Zeile 1795 |
---|
$message = htmlspecialchars_uni($announcement['message']);
$html_sel = $mycode_sel = $smilies_sel = array('yes' => '', 'no' => '');
|
$message = htmlspecialchars_uni($announcement['message']);
$html_sel = $mycode_sel = $smilies_sel = array('yes' => '', 'no' => '');
|
if($announcement['allowhtml'])
| if($mybb->settings['announcementshtml'])
|
{
|
{
|
$html_sel['yes'] = ' checked="checked"';
| if($announcement['allowhtml']) { $html_sel['yes'] = ' checked="checked"'; } else { $html_sel['no'] = ' checked="checked"'; }
eval("\$allow_html = \"".$templates->get("modcp_announcements_allowhtml")."\";");
|
} else {
|
} else {
|
$html_sel['no'] = ' checked="checked"';
| $allow_html = '';
|
}
if($announcement['allowmycode'])
| }
if($announcement['allowmycode'])
|
Zeile 1778 | Zeile 1854 |
---|
'uid' => $mybb->user['uid'], 'subject' => $mybb->input['title'], 'message' => $mybb->input['message'],
|
'uid' => $mybb->user['uid'], 'subject' => $mybb->input['title'], 'message' => $mybb->input['message'],
|
'allowhtml' => $mybb->get_input('allowhtml', MyBB::INPUT_INT),
| 'allowhtml' => $mybb->settings['announcementshtml'] && $mybb->get_input('allowhtml', MyBB::INPUT_INT),
|
'allowmycode' => $mybb->get_input('allowmycode', MyBB::INPUT_INT), 'allowsmilies' => $mybb->get_input('allowsmilies', MyBB::INPUT_INT), 'dateline' => TIME_NOW,
| 'allowmycode' => $mybb->get_input('allowmycode', MyBB::INPUT_INT), 'allowsmilies' => $mybb->get_input('allowsmilies', MyBB::INPUT_INT), 'dateline' => TIME_NOW,
|
Zeile 1815 | Zeile 1891 |
---|
else { $preview = '';
|
else { $preview = '';
|
}
$plugins->run_hooks("modcp_edit_announcement");
| }
$plugins->run_hooks("modcp_edit_announcement");
|
eval("\$announcements = \"".$templates->get("modcp_announcements_edit")."\";"); output_page($announcements); }
| eval("\$announcements = \"".$templates->get("modcp_announcements_edit")."\";"); output_page($announcements); }
|
Zeile 1833 | Zeile 1909 |
---|
if($numannouncements == 0 && $mybb->usergroup['issupermod'] != 1) { error($lang->you_cannot_manage_announcements);
|
if($numannouncements == 0 && $mybb->usergroup['issupermod'] != 1) { error($lang->you_cannot_manage_announcements);
|
}
add_breadcrumb($lang->mcp_nav_announcements, "modcp.php?action=announcements");
| }
add_breadcrumb($lang->mcp_nav_announcements, "modcp.php?action=announcements");
|
// Fetch announcements into their proper arrays $query = $db->simple_select("announcements", "aid, fid, subject, enddate"); $announcements = $global_announcements = array();
| // Fetch announcements into their proper arrays $query = $db->simple_select("announcements", "aid, fid, subject, enddate"); $announcements = $global_announcements = array();
|
Zeile 1862 | Zeile 1938 |
---|
if($announcement['startdate'] > TIME_NOW || ($announcement['enddate'] < TIME_NOW && $announcement['enddate'] != 0)) { eval("\$icon = \"".$templates->get("modcp_announcements_announcement_expired")."\";");
|
if($announcement['startdate'] > TIME_NOW || ($announcement['enddate'] < TIME_NOW && $announcement['enddate'] != 0)) { eval("\$icon = \"".$templates->get("modcp_announcements_announcement_expired")."\";");
|
}
| }
|
else { eval("\$icon = \"".$templates->get("modcp_announcements_announcement_active")."\";");
| else { eval("\$icon = \"".$templates->get("modcp_announcements_announcement_active")."\";");
|
Zeile 1887 | Zeile 1963 |
---|
if(!$announcements_forum) { eval("\$announcements_forum = \"".$templates->get("modcp_no_announcements_forum")."\";");
|
if(!$announcements_forum) { eval("\$announcements_forum = \"".$templates->get("modcp_no_announcements_forum")."\";");
|
}
| }
|
$plugins->run_hooks("modcp_announcements");
| $plugins->run_hooks("modcp_announcements");
|
Zeile 1920 | Zeile 1996 |
---|
// Fetch threads $query = $db->simple_select("threads", "tid", "tid IN (".implode(",", $threads)."){$flist_queue_threads}"); while($thread = $db->fetch_array($query))
|
// Fetch threads $query = $db->simple_select("threads", "tid", "tid IN (".implode(",", $threads)."){$flist_queue_threads}"); while($thread = $db->fetch_array($query))
|
{
| {
|
if(!isset($mybb->input['threads'][$thread['tid']])) { continue;
| if(!isset($mybb->input['threads'][$thread['tid']])) { continue;
|
Zeile 1954 | Zeile 2030 |
---|
$moderation->delete_thread($tid); } log_moderator_action(array('tids' => $threads_to_delete), $lang->multi_delete_threads);
|
$moderation->delete_thread($tid); } log_moderator_action(array('tids' => $threads_to_delete), $lang->multi_delete_threads);
|
} }
| } }
|
$plugins->run_hooks("modcp_do_modqueue_end");
| $plugins->run_hooks("modcp_do_modqueue_end");
|
Zeile 1981 | Zeile 2057 |
---|
else if($action == "delete" && $mybb->settings['soft_delete'] != 1) { $moderation->delete_post($post['pid']);
|
else if($action == "delete" && $mybb->settings['soft_delete'] != 1) { $moderation->delete_post($post['pid']);
|
}
| }
|
else if($action == "delete") { $posts_to_delete[] = $post['pid'];
| else if($action == "delete") { $posts_to_delete[] = $post['pid'];
|
Zeile 2024 | Zeile 2100 |
---|
if(!isset($mybb->input['attachments'][$attachment['aid']])) { continue;
|
if(!isset($mybb->input['attachments'][$attachment['aid']])) { continue;
|
}
| }
|
$action = $mybb->input['attachments'][$attachment['aid']]; if($action == "approve") {
| $action = $mybb->input['attachments'][$attachment['aid']]; if($action == "approve") {
|
Zeile 2034 | Zeile 2110 |
---|
{ remove_attachment($attachment['pid'], '', $attachment['aid']); }
|
{ remove_attachment($attachment['pid'], '', $attachment['aid']); }
|
}
$plugins->run_hooks("modcp_do_modqueue_end");
| }
$plugins->run_hooks("modcp_do_modqueue_end");
|
redirect("modcp.php?action=modqueue&type=attachments", $lang->redirect_attachmentsmoderated); } }
| redirect("modcp.php?action=modqueue&type=attachments", $lang->redirect_attachmentsmoderated); } }
|
Zeile 2049 | Zeile 2125 |
---|
if($mybb->usergroup['canmanagemodqueue'] == 0) { error_no_permission();
|
if($mybb->usergroup['canmanagemodqueue'] == 0) { error_no_permission();
|
}
| }
|
if($nummodqueuethreads == 0 && $nummodqueueposts == 0 && $nummodqueueattach == 0 && $mybb->usergroup['issupermod'] != 1) { error($lang->you_cannot_use_mod_queue);
| if($nummodqueuethreads == 0 && $nummodqueueposts == 0 && $nummodqueueattach == 0 && $mybb->usergroup['issupermod'] != 1) { error($lang->you_cannot_use_mod_queue);
|
Zeile 2063 | Zeile 2139 |
---|
if($nummodqueuethreads == 0 && $mybb->usergroup['issupermod'] != 1) { error($lang->you_cannot_moderate_threads);
|
if($nummodqueuethreads == 0 && $mybb->usergroup['issupermod'] != 1) { error($lang->you_cannot_moderate_threads);
|
}
| }
|
$forum_cache = $cache->read("forums");
$query = $db->simple_select("threads", "COUNT(tid) AS unapprovedthreads", "visible='0' {$flist_queue_threads}");
| $forum_cache = $cache->read("forums");
$query = $db->simple_select("threads", "COUNT(tid) AS unapprovedthreads", "visible='0' {$flist_queue_threads}");
|
Zeile 2078 | Zeile 2154 |
---|
$perpage = $mybb->settings['threadsperpage']; $pages = $unapproved_threads / $perpage;
|
$perpage = $mybb->settings['threadsperpage']; $pages = $unapproved_threads / $perpage;
|
$pages = ceil($pages);
if($mybb->get_input('page') == "last") { $page = $pages; }
if($page > $pages || $page <= 0) { $page = 1; }
if($page) { $start = ($page-1) * $perpage;
| $pages = ceil($pages);
if($mybb->get_input('page') == "last") { $page = $pages; }
if($page > $pages || $page <= 0) { $page = 1; }
if($page) { $start = ($page-1) * $perpage;
|
} else { $start = 0; $page = 1;
|
} else { $start = 0; $page = 1;
|
}
$multipage = multipage($unapproved_threads, $perpage, $page, "modcp.php?action=modqueue&type=threads");
| }
$multipage = multipage($unapproved_threads, $perpage, $page, "modcp.php?action=modqueue&type=threads");
|
$query = $db->query(" SELECT t.tid, t.dateline, t.fid, t.subject, t.username AS threadusername, p.message AS postmessage, u.username AS username, t.uid FROM ".TABLE_PREFIX."threads t
| $query = $db->query(" SELECT t.tid, t.dateline, t.fid, t.subject, t.username AS threadusername, p.message AS postmessage, u.username AS username, t.uid FROM ".TABLE_PREFIX."threads t
|
Zeile 2127 | Zeile 2203 |
---|
{ $thread['threadusername'] = htmlspecialchars_uni($thread['threadusername']); $profile_link = $thread['threadusername'];
|
{ $thread['threadusername'] = htmlspecialchars_uni($thread['threadusername']); $profile_link = $thread['threadusername'];
|
}
| }
|
else { $profile_link = $lang->guest;
| else { $profile_link = $lang->guest;
|
Zeile 2154 | Zeile 2230 |
---|
add_breadcrumb($lang->mcp_nav_modqueue_threads, "modcp.php?action=modqueue&type=threads");
$plugins->run_hooks("modcp_modqueue_threads_end");
|
add_breadcrumb($lang->mcp_nav_modqueue_threads, "modcp.php?action=modqueue&type=threads");
$plugins->run_hooks("modcp_modqueue_threads_end");
|
if($nummodqueueposts > 0 || $mybb->usergroup['issupermod'] == 1) { $navsep = " | "; eval("\$post_link = \"".$templates->get("modcp_modqueue_post_link")."\";"); }
if($mybb->settings['enableattachments'] == 1 && ($nummodqueueattach > 0 || $mybb->usergroup['issupermod'] == 1))
| if($nummodqueueposts > 0 || $mybb->usergroup['issupermod'] == 1) { $navsep = " | "; eval("\$post_link = \"".$templates->get("modcp_modqueue_post_link")."\";"); }
if($mybb->settings['enableattachments'] == 1 && ($nummodqueueattach > 0 || $mybb->usergroup['issupermod'] == 1))
|
{ $navsep = " | "; eval("\$attachment_link = \"".$templates->get("modcp_modqueue_attachment_link")."\";");
| { $navsep = " | "; eval("\$attachment_link = \"".$templates->get("modcp_modqueue_attachment_link")."\";");
|
Zeile 2298 | Zeile 2374 |
---|
}
if($mybb->input['type'] == "attachments" || (!$mybb->input['type'] && !$postqueue && !$threadqueue && $mybb->settings['enableattachments'] == 1 && ($nummodqueueattach > 0 || $mybb->usergroup['issupermod'] == 1)))
|
}
if($mybb->input['type'] == "attachments" || (!$mybb->input['type'] && !$postqueue && !$threadqueue && $mybb->settings['enableattachments'] == 1 && ($nummodqueueattach > 0 || $mybb->usergroup['issupermod'] == 1)))
|
{
| {
|
if($mybb->settings['enableattachments'] == 0)
|
if($mybb->settings['enableattachments'] == 0)
|
{
| {
|
error($lang->attachments_disabled); }
if($nummodqueueattach == 0 && $mybb->usergroup['issupermod'] != 1) { error($lang->you_cannot_moderate_attachments);
|
error($lang->attachments_disabled); }
if($nummodqueueattach == 0 && $mybb->usergroup['issupermod'] != 1) { error($lang->you_cannot_moderate_attachments);
|
}
| }
|
$query = $db->query(" SELECT COUNT(aid) AS unapprovedattachments
|
$query = $db->query(" SELECT COUNT(aid) AS unapprovedattachments
|
FROM ".TABLE_PREFIX."attachments a LEFT JOIN ".TABLE_PREFIX."posts p ON (p.pid=a.pid) LEFT JOIN ".TABLE_PREFIX."threads t ON (t.tid=p.tid) WHERE a.visible='0'{$tflist_queue_attach} ");
| FROM ".TABLE_PREFIX."attachments a LEFT JOIN ".TABLE_PREFIX."posts p ON (p.pid=a.pid) LEFT JOIN ".TABLE_PREFIX."threads t ON (t.tid=p.tid) WHERE a.visible='0'{$tflist_queue_attach} ");
|
$unapproved_attachments = $db->fetch_field($query, "unapprovedattachments");
// Figure out if we need to display multiple pages.
| $unapproved_attachments = $db->fetch_field($query, "unapprovedattachments");
// Figure out if we need to display multiple pages.
|
Zeile 2331 | Zeile 2407 |
---|
if($mybb->get_input('page') == "last") { $page = $pages;
|
if($mybb->get_input('page') == "last") { $page = $pages;
|
}
| }
|
if($page > $pages || $page <= 0)
|
if($page > $pages || $page <= 0)
|
{
| {
|
$page = 1; }
if($page) { $start = ($page-1) * $perpage;
|
$page = 1; }
if($page) { $start = ($page-1) * $perpage;
|
}
| }
|
else { $start = 0;
| else { $start = 0;
|
Zeile 2349 | Zeile 2425 |
---|
}
$multipage = multipage($unapproved_attachments, $perpage, $page, "modcp.php?action=modqueue&type=attachments");
|
}
$multipage = multipage($unapproved_attachments, $perpage, $page, "modcp.php?action=modqueue&type=attachments");
|
|
|
$query = $db->query(" SELECT a.*, p.subject AS postsubject, p.dateline, p.uid, u.username, t.tid, t.subject AS threadsubject FROM ".TABLE_PREFIX."attachments a
| $query = $db->query(" SELECT a.*, p.subject AS postsubject, p.dateline, p.uid, u.username, t.tid, t.subject AS threadsubject FROM ".TABLE_PREFIX."attachments a
|
Zeile 2366 | Zeile 2442 |
---|
$altbg = alt_trow();
if(!$attachment['dateuploaded'])
|
$altbg = alt_trow();
if(!$attachment['dateuploaded'])
|
{
| {
|
$attachment['dateuploaded'] = $attachment['dateline']; }
| $attachment['dateuploaded'] = $attachment['dateline']; }
|
Zeile 2407 | Zeile 2483 |
---|
eval("\$post_link = \"".$templates->get("modcp_modqueue_post_link")."\";"); $navsep = " | "; }
|
eval("\$post_link = \"".$templates->get("modcp_modqueue_post_link")."\";"); $navsep = " | "; }
|
|
|
eval("\$mass_controls = \"".$templates->get("modcp_modqueue_masscontrols")."\";"); eval("\$attachmentqueue = \"".$templates->get("modcp_modqueue_attachments")."\";"); output_page($attachmentqueue);
| eval("\$mass_controls = \"".$templates->get("modcp_modqueue_masscontrols")."\";"); eval("\$attachmentqueue = \"".$templates->get("modcp_modqueue_attachments")."\";"); output_page($attachmentqueue);
|
Zeile 2423 | Zeile 2499 |
---|
eval("\$queue = \"".$templates->get("modcp_modqueue_empty")."\";"); output_page($queue);
|
eval("\$queue = \"".$templates->get("modcp_modqueue_empty")."\";"); output_page($queue);
|
}
| }
|
}
|
}
|
|
|
if($mybb->input['action'] == "do_editprofile") { // Verify incoming POST request verify_post_check($mybb->input['my_post_key']);
|
if($mybb->input['action'] == "do_editprofile") { // Verify incoming POST request verify_post_check($mybb->input['my_post_key']);
|
|
|
if($mybb->usergroup['caneditprofiles'] == 0)
|
if($mybb->usergroup['caneditprofiles'] == 0)
|
{ error_no_permission(); }
| { error_no_permission(); }
|
$user = get_user($mybb->input['uid']); if(!$user) {
| $user = get_user($mybb->input['uid']); if(!$user) {
|
Zeile 2444 | Zeile 2520 |
---|
// Check if the current user has permission to edit this user if(!modcp_can_manage_user($user['uid']))
|
// Check if the current user has permission to edit this user if(!modcp_can_manage_user($user['uid']))
|
{
| {
|
error_no_permission(); }
| error_no_permission(); }
|
Zeile 2461 | Zeile 2537 |
---|
$mybb->input['awaymonth'] = my_date('n', $awaydate); } if(!$mybb->get_input('awayyear', MyBB::INPUT_INT))
|
$mybb->input['awaymonth'] = my_date('n', $awaydate); } if(!$mybb->get_input('awayyear', MyBB::INPUT_INT))
|
{
| {
|
$mybb->input['awayyear'] = my_date('Y', $awaydate); }
| $mybb->input['awayyear'] = my_date('Y', $awaydate); }
|
Zeile 2478 | Zeile 2554 |
---|
}
$returndate = "{$return_day}-{$return_month}-{$return_year}";
|
}
$returndate = "{$return_day}-{$return_month}-{$return_year}";
|
}
| }
|
else { $returndate = "";
| else { $returndate = "";
|
Zeile 2503 | Zeile 2579 |
---|
// Set up user handler. require_once MYBB_ROOT."inc/datahandlers/user.php"; $userhandler = new UserDataHandler('update');
|
// Set up user handler. require_once MYBB_ROOT."inc/datahandlers/user.php"; $userhandler = new UserDataHandler('update');
|
|
|
// Set the data for the new user. $updated_user = array( "uid" => $user['uid'],
| // Set the data for the new user. $updated_user = array( "uid" => $user['uid'],
|
Zeile 2511 | Zeile 2587 |
---|
"profile_fields_editable" => true, "website" => $mybb->get_input('website'), "icq" => $mybb->get_input('icq'),
|
"profile_fields_editable" => true, "website" => $mybb->get_input('website'), "icq" => $mybb->get_input('icq'),
|
"aim" => $mybb->get_input('aim'),
| |
"yahoo" => $mybb->get_input('yahoo'), "skype" => $mybb->get_input('skype'), "google" => $mybb->get_input('google'),
| "yahoo" => $mybb->get_input('yahoo'), "skype" => $mybb->get_input('skype'), "google" => $mybb->get_input('google'),
|
Zeile 2591 | Zeile 2666 |
---|
require_once MYBB_ROOT."inc/functions_warnings.php"; foreach($moderator_options as $option) {
|
require_once MYBB_ROOT."inc/functions_warnings.php"; foreach($moderator_options as $option) {
|
$mybb->input[$option['time']] = $mybb->get_input($option['time'], MyBB::INPUT_INT);
| ${$option['time']} = $mybb->get_input($option['time'], MyBB::INPUT_INT);
|
$mybb->input[$option['period']] = $mybb->get_input($option['period']); if(empty($mybb->input[$option['action']])) {
| $mybb->input[$option['period']] = $mybb->get_input($option['period']); if(empty($mybb->input[$option['action']])) {
|
Zeile 2642 | Zeile 2717 |
---|
$extra_user_updates[$option['update_length']] = 0; } else
|
$extra_user_updates[$option['update_length']] = 0; } else
|
{
| {
|
$extra_user_updates[$option['update_length']] = TIME_NOW + $suspend_length; } } }
|
$extra_user_updates[$option['update_length']] = TIME_NOW + $suspend_length; } } }
|
} }
| } }
|
// Those with javascript turned off will be able to select both - cheeky! // Check to make sure we're not moderating AND suspending posting if(isset($extra_user_updates) && $extra_user_updates['moderateposts'] && $extra_user_updates['suspendposting']) { $errors[] = $lang->suspendmoderate_error;
|
// Those with javascript turned off will be able to select both - cheeky! // Check to make sure we're not moderating AND suspending posting if(isset($extra_user_updates) && $extra_user_updates['moderateposts'] && $extra_user_updates['suspendposting']) { $errors[] = $lang->suspendmoderate_error;
|
}
| }
|
if(is_array($errors)) { $mybb->input['action'] = "editprofile";
| if(is_array($errors)) { $mybb->input['action'] = "editprofile";
|
Zeile 2677 | Zeile 2752 |
---|
redirect("modcp.php?action=finduser", $lang->redirect_user_updated); }
|
redirect("modcp.php?action=finduser", $lang->redirect_user_updated); }
|
}
| }
|
}
if($mybb->input['action'] == "editprofile") { if($mybb->usergroup['caneditprofiles'] == 0)
|
}
if($mybb->input['action'] == "editprofile") { if($mybb->usergroup['caneditprofiles'] == 0)
|
{ error_no_permission();
| { error_no_permission();
|
}
|
}
|
|
|
add_breadcrumb($lang->mcp_nav_editprofile, "modcp.php?action=editprofile");
$user = get_user($mybb->get_input('uid', MyBB::INPUT_INT)); if(!$user)
|
add_breadcrumb($lang->mcp_nav_editprofile, "modcp.php?action=editprofile");
$user = get_user($mybb->get_input('uid', MyBB::INPUT_INT)); if(!$user)
|
{
| {
|
error($lang->error_nomember);
|
error($lang->error_nomember);
|
}
| }
|
// Check if the current user has permission to edit this user if(!modcp_can_manage_user($user['uid']))
|
// Check if the current user has permission to edit this user if(!modcp_can_manage_user($user['uid']))
|
{
| {
|
error_no_permission();
|
error_no_permission();
|
| }
$userperms = user_permissions($user['uid']);
// Set display group $displaygroupfields = array("title", "description", "namestyle", "usertitle", "stars", "starimage", "image");
if(!$user['displaygroup']) { $user['displaygroup'] = $user['usergroup']; }
$display_group = usergroup_displaygroup($user['displaygroup']); if(is_array($display_group)) { $userperms = array_merge($userperms, $display_group);
|
}
if(!my_validate_url($user['website']))
| }
if(!my_validate_url($user['website']))
|
Zeile 2731 | Zeile 2822 |
---|
}
// Sanitize all input
|
}
// Sanitize all input
|
foreach(array('usertitle', 'website', 'icq', 'aim', 'yahoo', 'skype', 'google', 'signature', 'birthday_day', 'birthday_month', 'birthday_year') as $field)
| foreach(array('usertitle', 'website', 'icq', 'yahoo', 'skype', 'google', 'signature', 'birthday_day', 'birthday_month', 'birthday_year') as $field)
|
{ $mybb->input[$field] = htmlspecialchars_uni($mybb->get_input($field)); }
|
{ $mybb->input[$field] = htmlspecialchars_uni($mybb->get_input($field)); }
|
// Custom user title, check to see if we have a default group title if(!$user['displaygroup']) { $user['displaygroup'] = $user['usergroup']; }
$displaygroupfields = array('usertitle'); $display_group = usergroup_displaygroup($user['displaygroup']);
if(!empty($display_group['usertitle']))
| // Custom user title if(!empty($userperms['usertitle']))
|
{
|
{
|
$defaulttitle = htmlspecialchars_uni($display_group['usertitle']);
| $defaulttitle = htmlspecialchars_uni($userperms['usertitle']);
|
} else {
| } else {
|
Zeile 2761 | Zeile 2844 |
---|
$defaulttitle = $title['title']; break; }
|
$defaulttitle = $title['title']; break; }
|
} }
$user['usertitle'] = htmlspecialchars_uni($user['usertitle']);
| } }
$user['usertitle'] = htmlspecialchars_uni($user['usertitle']);
|
if(empty($user['usertitle'])) { $lang->current_custom_usertitle = '';
|
if(empty($user['usertitle'])) { $lang->current_custom_usertitle = '';
|
}
| }
|
$bdaydaysel = $selected = ''; for($day = 1; $day <= 31; ++$day) {
| $bdaydaysel = $selected = ''; for($day = 1; $day <= 31; ++$day) {
|
Zeile 2784 | Zeile 2867 |
---|
}
eval("\$bdaydaysel .= \"".$templates->get("usercp_profile_day")."\";");
|
}
eval("\$bdaydaysel .= \"".$templates->get("usercp_profile_day")."\";");
|
}
| }
|
$bdaymonthsel = array(); foreach(range(1, 12) as $month)
| $bdaymonthsel = array(); foreach(range(1, 12) as $month)
|
Zeile 2877 | Zeile 2960 |
---|
{ foreach($pfcache as $profilefield) {
|
{ foreach($pfcache as $profilefield) {
|
$userfield = $code = $select = $val = $options = $expoptions = $useropts = $seloptions = '';
| $userfield = $code = $select = $val = $options = $expoptions = $useropts = ''; $seloptions = array();
|
$profilefield['type'] = htmlspecialchars_uni($profilefield['type']); $profilefield['name'] = htmlspecialchars_uni($profilefield['name']); $profilefield['description'] = htmlspecialchars_uni($profilefield['description']);
| $profilefield['type'] = htmlspecialchars_uni($profilefield['type']); $profilefield['name'] = htmlspecialchars_uni($profilefield['name']); $profilefield['description'] = htmlspecialchars_uni($profilefield['description']);
|
Zeile 2898 | Zeile 2982 |
---|
else { $userfield = $user_fields[$field];
|
else { $userfield = $user_fields[$field];
|
} if($type == "multiselect") { if($errors) { $useropts = $userfield; } else { $useropts = explode("\n", $userfield); } if(is_array($useropts)) { foreach($useropts as $key => $val) { $seloptions[$val] = $val; } } $expoptions = explode("\n", $options); if(is_array($expoptions)) { foreach($expoptions as $key => $val) { $val = trim($val); $val = str_replace("\n", "\\n", $val);
| } if($type == "multiselect") { if($errors) { $useropts = $userfield; } else { $useropts = explode("\n", $userfield); } if(is_array($useropts)) { foreach($useropts as $key => $val) { $seloptions[$val] = $val; } } $expoptions = explode("\n", $options); if(is_array($expoptions)) { foreach($expoptions as $key => $val) { $val = trim($val); $val = str_replace("\n", "\\n", $val);
|
$sel = ""; if(isset($seloptions[$val]) && $val == $seloptions[$val])
|
$sel = ""; if(isset($seloptions[$val]) && $val == $seloptions[$val])
|
{ $sel = " selected=\"selected\""; }
eval("\$select .= \"".$templates->get("usercp_profile_profilefields_select_option")."\";"); }
| { $sel = " selected=\"selected\""; }
eval("\$select .= \"".$templates->get("usercp_profile_profilefields_select_option")."\";"); }
|
if(!$profilefield['length']) { $profilefield['length'] = 3;
| if(!$profilefield['length']) { $profilefield['length'] = 3;
|
Zeile 2966 | Zeile 3050 |
---|
} } elseif($type == "radio")
|
} } elseif($type == "radio")
|
{
| {
|
$expoptions = explode("\n", $options); if(is_array($expoptions)) {
| $expoptions = explode("\n", $options); if(is_array($expoptions)) {
|
Zeile 2987 | Zeile 3071 |
---|
if($errors) { $useropts = $userfield;
|
if($errors) { $useropts = $userfield;
|
} else { $useropts = explode("\n", $userfield); }
| } else { $useropts = explode("\n", $userfield); }
|
if(is_array($useropts)) { foreach($useropts as $key => $val)
| if(is_array($useropts)) { foreach($useropts as $key => $val)
|
Zeile 3034 | Zeile 3118 |
---|
if($profilefield['required'] == 1) { eval("\$requiredfields .= \"".$templates->get("usercp_profile_customfield")."\";");
|
if($profilefield['required'] == 1) { eval("\$requiredfields .= \"".$templates->get("usercp_profile_customfield")."\";");
|
}
| }
|
else { eval("\$customfields .= \"".$templates->get("usercp_profile_customfield")."\";");
| else { eval("\$customfields .= \"".$templates->get("usercp_profile_customfield")."\";");
|
Zeile 3059 | Zeile 3143 |
---|
{ $checked = 1; $checked_item = "checked=\"checked\"";
|
{ $checked = 1; $checked_item = "checked=\"checked\"";
|
}
| }
|
else { $checked = 0;
| else { $checked = 0;
|
Zeile 3083 | Zeile 3167 |
---|
{ $suspost_check = 1; $suspost_checked = "checked=\"checked\"";
|
{ $suspost_check = 1; $suspost_checked = "checked=\"checked\"";
|
}
| }
|
else { $suspost_check = 0;
| else { $suspost_check = 0;
|
Zeile 3121 | Zeile 3205 |
---|
"months" => $lang->expire_months, "never" => $lang->expire_permanent );
|
"months" => $lang->expire_months, "never" => $lang->expire_permanent );
|
|
|
$suspendsignature_info = $moderateposts_info = $suspendposting_info = ''; $action_options = $modpost_options = $suspost_options = '';
|
$suspendsignature_info = $moderateposts_info = $suspendposting_info = ''; $action_options = $modpost_options = $suspost_options = '';
|
| $modopts = array();
|
foreach($moderator_options as $option) {
|
foreach($moderator_options as $option) {
|
$mybb->input[$option['time']] = $mybb->get_input($option['time'], MyBB::INPUT_INT);
| ${$option['time']} = $mybb->get_input($option['time'], MyBB::INPUT_INT);
|
// Display the suspension info, if this user has this option suspended if($user[$option['option']]) {
| // Display the suspension info, if this user has this option suspended if($user[$option['option']]) {
|
Zeile 3191 | Zeile 3276 |
---|
}
eval("\$suspend_signature = \"".$templates->get("modcp_editprofile_signature")."\";");
|
}
eval("\$suspend_signature = \"".$templates->get("modcp_editprofile_signature")."\";");
|
| $user['usernotes'] = htmlspecialchars_uni($user['usernotes']);
|
if(!isset($newtitle)) { $newtitle = ''; }
|
if(!isset($newtitle)) { $newtitle = ''; }
|
| $birthday_year = $mybb->input['birthday_year']; $user_website = $mybb->input['website']; $user_icq = $mybb->input['icq']; $user_skype = $mybb->input['skype']; $user_google = $mybb->input['google']; $user_yahoo = $mybb->input['yahoo'];
|
$plugins->run_hooks("modcp_editprofile_end");
| $plugins->run_hooks("modcp_editprofile_end");
|
Zeile 3343 | Zeile 3437 |
---|
$plugins->run_hooks("modcp_finduser_end");
|
$plugins->run_hooks("modcp_finduser_end");
|
| $username = $mybb->get_input('username');
|
eval("\$finduser = \"".$templates->get("modcp_finduser")."\";"); output_page($finduser); }
| eval("\$finduser = \"".$templates->get("modcp_finduser")."\";"); output_page($finduser); }
|
Zeile 3370 | Zeile 3465 |
---|
else { $mybb->input['filter']['username'] = '';
|
else { $mybb->input['filter']['username'] = '';
|
}
| }
|
if(!empty($mybb->input['filter']['uid'])) { $search['uid'] = (int)$mybb->input['filter']['uid'];
| if(!empty($mybb->input['filter']['uid'])) { $search['uid'] = (int)$mybb->input['filter']['uid'];
|
Zeile 3483 | Zeile 3578 |
---|
$per_page = (int)$mybb->input['filter']['per_page']; } $start = ($page-1) * $per_page;
|
$per_page = (int)$mybb->input['filter']['per_page']; } $start = ($page-1) * $per_page;
|
| $pages = ceil($total_warning / $per_page); if($page > $pages) { $start = 0; $page = 1; }
|
// Build the base URL for pagination links $url = 'modcp.php?action=warninglogs'; if(is_array($mybb->input['filter']) && count($mybb->input['filter']))
| // Build the base URL for pagination links $url = 'modcp.php?action=warninglogs'; if(is_array($mybb->input['filter']) && count($mybb->input['filter']))
|
Zeile 3494 | Zeile 3595 |
---|
} } $multipage = multipage($total_warnings, $per_page, $page, $url);
|
} } $multipage = multipage($total_warnings, $per_page, $page, $url);
|
|
|
// The actual query $sql = " SELECT
| // The actual query $sql = " SELECT
|
Zeile 3524 | Zeile 3625 |
---|
$row['mod_username'] = htmlspecialchars_uni($row['mod_username']); $mod_username = format_name($row['mod_username'], $row['mod_usergroup'], $row['mod_displaygroup']); $mod_username_link = build_profile_link($mod_username, $row['mod_uid']);
|
$row['mod_username'] = htmlspecialchars_uni($row['mod_username']); $mod_username = format_name($row['mod_username'], $row['mod_usergroup'], $row['mod_displaygroup']); $mod_username_link = build_profile_link($mod_username, $row['mod_uid']);
|
$issued_date = my_date($mybb->settings['dateformat'], $row['dateline']).' '.my_date($mybb->settings['timeformat'], $row['dateline']);
| $issued_date = my_date('normal', $row['dateline']);
|
$revoked_text = ''; if($row['daterevoked'] > 0) {
| $revoked_text = ''; if($row['daterevoked'] > 0) {
|
Zeile 3533 | Zeile 3634 |
---|
} if($row['expires'] > 0) {
|
} if($row['expires'] > 0) {
|
$expire_date = my_date('relative', $row['expires'], '', 2);
| $expire_date = nice_time($row['expires']-TIME_NOW);
|
} else {
| } else {
|
Zeile 3543 | Zeile 3644 |
---|
if(empty($row['title'])) { $title = $row['custom_title'];
|
if(empty($row['title'])) { $title = $row['custom_title'];
|
}
| }
|
$title = htmlspecialchars_uni($title); if($row['points'] >= 0) {
| $title = htmlspecialchars_uni($title); if($row['points'] >= 0) {
|
Zeile 3551 | Zeile 3652 |
---|
}
eval("\$warning_list .= \"".$templates->get("modcp_warninglogs_warning")."\";");
|
}
eval("\$warning_list .= \"".$templates->get("modcp_warninglogs_warning")."\";");
|
}
| }
|
if(!$warning_list) { eval("\$warning_list = \"".$templates->get("modcp_warninglogs_nologs")."\";"); }
|
if(!$warning_list) { eval("\$warning_list = \"".$templates->get("modcp_warninglogs_nologs")."\";"); }
|
|
|
$plugins->run_hooks("modcp_warninglogs_end");
|
$plugins->run_hooks("modcp_warninglogs_end");
|
| $filter_username = $mybb->input['filter']['username']; $filter_modusername = $mybb->input['filter']['mod_username']; $filter_reason = $mybb->input['filter']['reason'];
|
eval("\$warninglogs = \"".$templates->get("modcp_warninglogs")."\";"); output_page($warninglogs);
| eval("\$warninglogs = \"".$templates->get("modcp_warninglogs")."\";"); output_page($warninglogs);
|
Zeile 4156 | Zeile 4261 |
---|
}
if($mybb->input['action'] == "do_banuser" && $mybb->request_method == "post")
|
}
if($mybb->input['action'] == "do_banuser" && $mybb->request_method == "post")
|
{ // Verify incoming POST request verify_post_check($mybb->get_input('my_post_key'));
| { // Verify incoming POST request verify_post_check($mybb->get_input('my_post_key'));
|
if($mybb->usergroup['canbanusers'] == 0) {
| if($mybb->usergroup['canbanusers'] == 0) {
|
Zeile 4181 | Zeile 4286 |
---|
if($user['uid']) { $existing_ban = true;
|
if($user['uid']) { $existing_ban = true;
|
}
| }
|
// Permission to edit this ban? if($existing_ban && $mybb->user['uid'] != $user['admin'] && $mybb->usergroup['issupermod'] != 1 && $mybb->usergroup['cancp'] != 1)
| // Permission to edit this ban? if($existing_ban && $mybb->user['uid'] != $user['admin'] && $mybb->usergroup['issupermod'] != 1 && $mybb->usergroup['cancp'] != 1)
|
Zeile 4189 | Zeile 4294 |
---|
error_no_permission(); } }
|
error_no_permission(); } }
|
| $errors = array();
|
// Creating a new ban if(!$existing_ban)
| // Creating a new ban if(!$existing_ban)
|
Zeile 4226 | Zeile 4333 |
---|
// Check banned group $usergroups_cache = $cache->read('usergroups'); $usergroup = $usergroups_cache[$mybb->get_input('usergroup', MyBB::INPUT_INT)];
|
// Check banned group $usergroups_cache = $cache->read('usergroups'); $usergroup = $usergroups_cache[$mybb->get_input('usergroup', MyBB::INPUT_INT)];
|
$query = $db->simple_select("usergroups", "gid", "isbannedgroup=1 AND gid='".$mybb->get_input('usergroup', MyBB::INPUT_INT)."'");
| |
if(empty($usergroup['gid']) || empty($usergroup['isbannedgroup'])) {
| if(empty($usergroup['gid']) || empty($usergroup['isbannedgroup'])) {
|
Zeile 4432 | Zeile 4538 |
---|
$thatime = my_date("D, jS M Y @ {$mybb->settings['timeformat']}", ban_date2timestamp($time, $dateline)); $thattime = " ({$thatime})";
|
$thatime = my_date("D, jS M Y @ {$mybb->settings['timeformat']}", ban_date2timestamp($time, $dateline)); $thattime = " ({$thatime})";
|
}
| }
|
eval("\$liftlist .= \"".$templates->get("modcp_banuser_liftlist")."\";"); }
|
eval("\$liftlist .= \"".$templates->get("modcp_banuser_liftlist")."\";"); }
|
|
|
$bangroup_option = $bangroups = ''; $numgroups = $banned_group = 0; $groupscache = $cache->read("usergroups");
foreach($groupscache as $key => $group)
|
$bangroup_option = $bangroups = ''; $numgroups = $banned_group = 0; $groupscache = $cache->read("usergroups");
foreach($groupscache as $key => $group)
|
{
| {
|
if($group['isbannedgroup']) { $selected = "";
| if($group['isbannedgroup']) { $selected = "";
|
Zeile 4459 | Zeile 4565 |
---|
}
if($numgroups == 0)
|
}
if($numgroups == 0)
|
{
| {
|
error($lang->no_banned_group); } elseif($numgroups > 1)
| error($lang->no_banned_group); } elseif($numgroups > 1)
|
Zeile 4494 | Zeile 4600 |
---|
verify_post_check($mybb->get_input('my_post_key'));
$plugins->run_hooks("modcp_do_modnotes_start");
|
verify_post_check($mybb->get_input('my_post_key'));
$plugins->run_hooks("modcp_do_modnotes_start");
|
|
|
// Update Moderator Notes cache $update_cache = array( "modmessage" => $mybb->get_input('modnotes')
| // Update Moderator Notes cache $update_cache = array( "modmessage" => $mybb->get_input('modnotes')
|
Zeile 4502 | Zeile 4608 |
---|
$cache->update("modnotes", $update_cache);
$plugins->run_hooks("modcp_do_modnotes_end");
|
$cache->update("modnotes", $update_cache);
$plugins->run_hooks("modcp_do_modnotes_end");
|
|
|
redirect("modcp.php", $lang->redirect_modnotes); }
| redirect("modcp.php", $lang->redirect_modnotes); }
|
Zeile 4517 | Zeile 4623 |
---|
if($nummodqueueposts > 0 || $mybb->usergroup['issupermod'] == 1) { $bgcolor = "trow1";
|
if($nummodqueueposts > 0 || $mybb->usergroup['issupermod'] == 1) { $bgcolor = "trow1";
|
} else {
| } else {
|
$bgcolor = "trow2"; }
| $bgcolor = "trow2"; }
|
Zeile 4570 | Zeile 4676 |
---|
WHERE p.visible='0' {$tflist} AND t.firstpost != p.pid "); $unapproved_posts = $db->fetch_field($query, "unapprovedposts");
|
WHERE p.visible='0' {$tflist} AND t.firstpost != p.pid "); $unapproved_posts = $db->fetch_field($query, "unapprovedposts");
|
|
|
if($unapproved_posts > 0) { $query = $db->query("
| if($unapproved_posts > 0) { $query = $db->query("
|
Zeile 4649 | Zeile 4755 |
---|
$where = ''; if($tflist_modlog) {
|
$where = ''; if($tflist_modlog) {
|
$where = "WHERE (t.fid <> 0 {$tflist_modlog}) OR (!l.fid)";
| $where = "WHERE (t.fid <> 0 {$tflist_modlog}) OR (l.fid <> 0)";
|
}
$query = $db->query("
| }
$query = $db->query("
|
Zeile 4709 | Zeile 4815 |
---|
eval("\$information .= \"".$templates->get("modcp_modlogs_result_announcement")."\";"); } }
|
eval("\$information .= \"".$templates->get("modcp_modlogs_result_announcement")."\";"); } }
|
| $plugins->run_hooks("modcp_modlogs_result");
|
eval("\$modlogresults .= \"".$templates->get("modcp_modlogs_result")."\";"); }
| eval("\$modlogresults .= \"".$templates->get("modcp_modlogs_result")."\";"); }
|