Vergleich member.php - 1.8.32 - 1.8.39

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 22Zeile 22
$templatelist .= ",member_profile_modoptions_manageuser,member_profile_modoptions_editprofile,member_profile_modoptions_banuser,member_profile_modoptions_viewnotes,member_profile_modoptions_editnotes,member_profile_modoptions_purgespammer";
$templatelist .= ",usercp_profile_profilefields_select_option,usercp_profile_profilefields_multiselect,usercp_profile_profilefields_select,usercp_profile_profilefields_textarea,usercp_profile_profilefields_radio,member_viewnotes";
$templatelist .= ",member_register_question,member_register_question_refresh,usercp_options_timezone,usercp_options_timezone_option,usercp_options_language_option,member_profile_customfields_field_multi_item,member_profile_customfields_field_multi";

$templatelist .= ",member_profile_modoptions_manageuser,member_profile_modoptions_editprofile,member_profile_modoptions_banuser,member_profile_modoptions_viewnotes,member_profile_modoptions_editnotes,member_profile_modoptions_purgespammer";
$templatelist .= ",usercp_profile_profilefields_select_option,usercp_profile_profilefields_multiselect,usercp_profile_profilefields_select,usercp_profile_profilefields_textarea,usercp_profile_profilefields_radio,member_viewnotes";
$templatelist .= ",member_register_question,member_register_question_refresh,usercp_options_timezone,usercp_options_timezone_option,usercp_options_language_option,member_profile_customfields_field_multi_item,member_profile_customfields_field_multi";

$templatelist .= ",member_profile_contact_fields_google,member_profile_contact_fields_icq,member_profile_contact_fields_skype,member_profile_pm,member_profile_contact_details,member_profile_modoptions_manageban";

$templatelist .= ",member_profile_contact_fields_google,member_profile_contact_fields_skype,member_profile_pm,member_profile_contact_details,member_profile_modoptions_manageban";

$templatelist .= ",member_profile_banned_remaining,member_profile_addremove,member_emailuser_guest,member_register_day,usercp_options_tppselect_option,postbit_warninglevel_formatted,member_profile_userstar,member_profile_findposts";
$templatelist .= ",usercp_options_tppselect,usercp_options_pppselect,member_resetpassword,member_login,member_profile_online,usercp_options_pppselect_option,postbit_reputation_formatted,member_emailuser,usercp_profile_profilefields_text";
$templatelist .= ",member_profile_modoptions_ipaddress,member_profile_modoptions,member_profile_banned,member_register_language,member_resendactivation,usercp_profile_profilefields_checkbox,member_register_password,member_coppa_form";

$templatelist .= ",member_profile_banned_remaining,member_profile_addremove,member_emailuser_guest,member_register_day,usercp_options_tppselect_option,postbit_warninglevel_formatted,member_profile_userstar,member_profile_findposts";
$templatelist .= ",usercp_options_tppselect,usercp_options_pppselect,member_resetpassword,member_login,member_profile_online,usercp_options_pppselect_option,postbit_reputation_formatted,member_emailuser,usercp_profile_profilefields_text";
$templatelist .= ",member_profile_modoptions_ipaddress,member_profile_modoptions,member_profile_banned,member_register_language,member_resendactivation,usercp_profile_profilefields_checkbox,member_register_password,member_coppa_form";

Zeile 391Zeile 391
			$captcha->invalidate_captcha();
}


			$captcha->invalidate_captcha();
}


		if($mybb->settings['regtype'] != "randompass" && !isset($mybb->cookies['coppauser']))

		if($mybb->settings['regtype'] != "randompass" && empty($mybb->cookies['coppauser']))

		{
// Log them in
my_setcookie("mybbuser", $user_info['uid']."_".$user_info['loginkey'], null, true, "lax");
}


		{
// Log them in
my_setcookie("mybbuser", $user_info['uid']."_".$user_info['loginkey'], null, true, "lax");
}


		if(isset($mybb->cookies['coppauser']))

		if(!empty($mybb->cookies['coppauser']))

		{
$lang->redirect_registered_coppa_activate = $lang->sprintf($lang->redirect_registered_coppa_activate, $mybb->settings['bbname'], htmlspecialchars_uni($user_info['username']));
my_unsetcookie("coppauser");

		{
$lang->redirect_registered_coppa_activate = $lang->sprintf($lang->redirect_registered_coppa_activate, $mybb->settings['bbname'], htmlspecialchars_uni($user_info['username']));
my_unsetcookie("coppauser");

Zeile 718Zeile 718
		$birthday_year = '';
}


		$birthday_year = '';
}


 
	$under_thirteen = false;


	// Is COPPA checking enabled?
if($mybb->settings['coppa'] != "disabled" && !isset($mybb->input['step']))
{

	// Is COPPA checking enabled?
if($mybb->settings['coppa'] != "disabled" && !isset($mybb->input['step']))
{

Zeile 742Zeile 744
			{
my_setcookie("coppauser", 1, -0);
$under_thirteen = true;

			{
my_setcookie("coppauser", 1, -0);
$under_thirteen = true;

 
			}
else
{
my_setcookie("coppauser", 0, -0);

			}
$mybb->request_method = "";
}
// Show DOB select form
else

			}
$mybb->request_method = "";
}
// Show DOB select form
else

		{

		{

			$plugins->run_hooks("member_register_coppa");

			$plugins->run_hooks("member_register_coppa");





			my_unsetcookie("coppauser");

			my_unsetcookie("coppauser");





			$coppa_desc = $mybb->settings['coppa'] == 'deny' ? $lang->coppa_desc_for_deny : $lang->coppa_desc;
eval("\$coppa = \"".$templates->get("member_register_coppa")."\";");
output_page($coppa);
exit;
}
}

			$coppa_desc = $mybb->settings['coppa'] == 'deny' ? $lang->coppa_desc_for_deny : $lang->coppa_desc;
eval("\$coppa = \"".$templates->get("member_register_coppa")."\";");
output_page($coppa);
exit;
}
}





	if((!isset($mybb->input['agree']) && !isset($mybb->input['regsubmit'])) && $fromreg == 0 || $mybb->request_method != "post")
{
$coppa_agreement = '';
// Is this user a COPPA user? We need to show the COPPA agreement too

	if((!isset($mybb->input['agree']) && !isset($mybb->input['regsubmit'])) && $fromreg == 0 || $mybb->request_method != "post")
{
$coppa_agreement = '';
// Is this user a COPPA user? We need to show the COPPA agreement too

		if($mybb->settings['coppa'] != "disabled" && ($mybb->cookies['coppauser'] == 1 || $under_thirteen))

		if($mybb->settings['coppa'] != "disabled" && (!empty($mybb->cookies['coppauser']) || $under_thirteen))

		{
if($mybb->settings['coppa'] == "deny")
{

		{
if($mybb->settings['coppa'] == "deny")
{

Zeile 771Zeile 777
			}
$lang->coppa_agreement_1 = $lang->sprintf($lang->coppa_agreement_1, $mybb->settings['bbname']);
eval("\$coppa_agreement = \"".$templates->get("member_register_agreement_coppa")."\";");

			}
$lang->coppa_agreement_1 = $lang->sprintf($lang->coppa_agreement_1, $mybb->settings['bbname']);
eval("\$coppa_agreement = \"".$templates->get("member_register_agreement_coppa")."\";");

		}

$plugins->run_hooks("member_register_agreement");


		}

$plugins->run_hooks("member_register_agreement");


		eval("\$agreement = \"".$templates->get("member_register_agreement")."\";");
output_page($agreement);
}

		eval("\$agreement = \"".$templates->get("member_register_agreement")."\";");
output_page($agreement);
}

Zeile 786Zeile 792
		if($mybb->settings['maxnamelength'] > 0 && $mybb->settings['minnamelength'] > 0)
{
$lang->js_validator_username_length = $lang->sprintf($lang->js_validator_username_length, $mybb->settings['minnamelength'], $mybb->settings['maxnamelength']);

		if($mybb->settings['maxnamelength'] > 0 && $mybb->settings['minnamelength'] > 0)
{
$lang->js_validator_username_length = $lang->sprintf($lang->js_validator_username_length, $mybb->settings['minnamelength'], $mybb->settings['maxnamelength']);

		}

		}


if(isset($mybb->input['timezoneoffset']))
{


if(isset($mybb->input['timezoneoffset']))
{

Zeile 805Zeile 811
			$tppoptions = '';
$explodedtpp = explode(",", $mybb->settings['usertppoptions']);
if(is_array($explodedtpp))

			$tppoptions = '';
$explodedtpp = explode(",", $mybb->settings['usertppoptions']);
if(is_array($explodedtpp))

			{

			{

				foreach($explodedtpp as $val)

				foreach($explodedtpp as $val)

				{
$val = trim($val);

				{
$val = trim($val);

					$tpp_option = $lang->sprintf($lang->tpp_option, $val);
eval("\$tppoptions .= \"".$templates->get("usercp_options_tppselect_option")."\";");

					$tpp_option = $lang->sprintf($lang->tpp_option, $val);
eval("\$tppoptions .= \"".$templates->get("usercp_options_tppselect_option")."\";");

				}
}

				}
}

			eval("\$tppselect = \"".$templates->get("usercp_options_tppselect")."\";");
}
if($mybb->settings['userpppoptions'])

			eval("\$tppselect = \"".$templates->get("usercp_options_tppselect")."\";");
}
if($mybb->settings['userpppoptions'])

		{

		{

			$pppoptions = '';
$explodedppp = explode(",", $mybb->settings['userpppoptions']);
if(is_array($explodedppp))

			$pppoptions = '';
$explodedppp = explode(",", $mybb->settings['userpppoptions']);
if(is_array($explodedppp))

Zeile 835Zeile 841
			if(isset($mybb->cookies['mybb']['referrer']))
{
$query = $db->simple_select("users", "uid,username", "uid='".(int)$mybb->cookies['mybb']['referrer']."'");

			if(isset($mybb->cookies['mybb']['referrer']))
{
$query = $db->simple_select("users", "uid,username", "uid='".(int)$mybb->cookies['mybb']['referrer']."'");

				$ref = $db->fetch_array($query);
$ref['username'] = htmlspecialchars_uni($ref['username']);

				$ref = $db->fetch_array($query);
$ref['username'] = htmlspecialchars_uni($ref['username']);

				$referrername = $ref['username'];
}
elseif(!empty($referrer))

				$referrername = $ref['username'];
}
elseif(!empty($referrer))

			{

			{

				$query = $db->simple_select("users", "username", "uid='".(int)$referrer['uid']."'");
$ref = $db->fetch_array($query);
$ref['username'] = htmlspecialchars_uni($ref['username']);

				$query = $db->simple_select("users", "username", "uid='".(int)$referrer['uid']."'");
$ref = $db->fetch_array($query);
$ref['username'] = htmlspecialchars_uni($ref['username']);

Zeile 849Zeile 855
			elseif(!empty($referrername))
{
$ref = get_user_by_username($referrername);

			elseif(!empty($referrername))
{
$ref = get_user_by_username($referrername);

				if(!$ref['uid'])

				if(!$ref)

				{
$errors[] = $lang->error_badreferrer;
}

				{
$errors[] = $lang->error_badreferrer;
}

			}

			}

			else
{
$referrername = '';

			else
{
$referrername = '';

			}

			}

			if(isset($quickreg))
{
$refbg = "trow1";

			if(isset($quickreg))
{
$refbg = "trow1";

			}

			}

			else
{
$refbg = "trow2";
}
eval("\$referrer = \"".$templates->get("member_register_referrer")."\";");

			else
{
$refbg = "trow2";
}
eval("\$referrer = \"".$templates->get("member_register_referrer")."\";");

		}
else

		}
else

		{
$referrer = '';
}

		{
$referrer = '';
}

Zeile 958Zeile 964
					}
}
elseif($type == "select")

					}
}
elseif($type == "select")

				{
$expoptions = explode("\n", $options);
if(is_array($expoptions))
{

				{
$expoptions = explode("\n", $options);
if(is_array($expoptions))
{

						foreach($expoptions as $key => $val)
{
$val = trim($val);

						foreach($expoptions as $key => $val)
{
$val = trim($val);

Zeile 973Zeile 979
							}

eval("\$select .= \"".$templates->get("usercp_profile_profilefields_select_option")."\";");

							}

eval("\$select .= \"".$templates->get("usercp_profile_profilefields_select_option")."\";");

						}

						}

						if(!$profilefield['length'])
{
$profilefield['length'] = 1;

						if(!$profilefield['length'])
{
$profilefield['length'] = 1;

Zeile 991Zeile 997
						{
$checked = "";
if($val == $userfield)

						{
$checked = "";
if($val == $userfield)

							{

							{

								$checked = 'checked="checked"';
}


								$checked = 'checked="checked"';
}


Zeile 1277Zeile 1283
	{
$query = $db->simple_select("awaitingactivation", "*", "uid='".$user['uid']."' AND (type='r' OR type='e' OR type='b')");
$activation = $db->fetch_array($query);

	{
$query = $db->simple_select("awaitingactivation", "*", "uid='".$user['uid']."' AND (type='r' OR type='e' OR type='b')");
$activation = $db->fetch_array($query);

		if(!$activation['uid'])

		if(!$activation)

		{
error($lang->error_alreadyactivated);
}

		{
error($lang->error_alreadyactivated);
}

Zeile 1456Zeile 1462
	$query = $db->simple_select("awaitingactivation", "*", "uid='".$mybb->user['uid']."' AND type='b'");
$activation = $db->fetch_array($query);


	$query = $db->simple_select("awaitingactivation", "*", "uid='".$mybb->user['uid']."' AND type='b'");
$activation = $db->fetch_array($query);


	if($activation['validated'] == 1)

	if($activation && $activation['validated'] == 1)

	{
error($lang->error_activated_by_admin);

	{
error($lang->error_activated_by_admin);

	}

$captcha = '';
// Generate CAPTCHA?
if($mybb->settings['captchaimage'])
{
require_once MYBB_ROOT.'inc/class_captcha.php';
$post_captcha = new captcha(true, "post_captcha");

if($post_captcha->html)
{
$captcha = $post_captcha->html;
}
}

if(isset($errors) && count($errors) > 0)
{
$errors = inline_error($errors);
$email = htmlspecialchars_uni($mybb->get_input('email'));
}
else
{
$errors = '';
$email = '';
}

$plugins->run_hooks("member_resendactivation_end");


	}

$captcha = '';
// Generate CAPTCHA?
if($mybb->settings['captchaimage'])
{
require_once MYBB_ROOT.'inc/class_captcha.php';
$post_captcha = new captcha(true, "post_captcha");

if($post_captcha->html)
{
$captcha = $post_captcha->html;
}
}

if(isset($errors) && count($errors) > 0)
{
$errors = inline_error($errors);
$email = htmlspecialchars_uni($mybb->get_input('email'));
}
else
{
$errors = '';
$email = '';
}

$plugins->run_hooks("member_resendactivation_end");


	eval("\$activate = \"".$templates->get("member_resendactivation")."\";");
output_page($activate);
}

	eval("\$activate = \"".$templates->get("member_resendactivation")."\";");
output_page($activate);
}





if($mybb->input['action'] == "do_lostpw" && $mybb->request_method == "post")
{
$plugins->run_hooks("member_do_lostpw_start");

if($mybb->input['action'] == "do_lostpw" && $mybb->request_method == "post")
{
$plugins->run_hooks("member_do_lostpw_start");





	$errors = array();

if($mybb->settings['captchaimage'])

	$errors = array();

if($mybb->settings['captchaimage'])

	{

	{

		require_once MYBB_ROOT.'inc/class_captcha.php';
$captcha = new captcha;


		require_once MYBB_ROOT.'inc/class_captcha.php';
$captcha = new captcha;


Zeile 1517Zeile 1523
	if($numusers < 1)
{
error($lang->error_invalidemail);

	if($numusers < 1)
{
error($lang->error_invalidemail);

	}

	}

	else
{
if(count($errors) == 0)

	else
{
if(count($errors) == 0)

Zeile 1660Zeile 1666
		require_once MYBB_ROOT.'inc/datahandlers/user.php';
$userhandler = new UserDataHandler('update');


		require_once MYBB_ROOT.'inc/datahandlers/user.php';
$userhandler = new UserDataHandler('update');


		while(!$userhandler->verify_password())

		do

		{
$password = random_str($password_length, $mybb->settings['requirecomplexpasswords']);


		{
$password = random_str($password_length, $mybb->settings['requirecomplexpasswords']);


Zeile 1673Zeile 1679

$userhandler->set_validated(true);
$userhandler->errors = array();


$userhandler->set_validated(true);
$userhandler->errors = array();

		}

		} while(!$userhandler->verify_password());


$userhandler->update_user();

$logindetails = array(
'salt' => $userhandler->data['salt'],


$userhandler->update_user();

$logindetails = array(
'salt' => $userhandler->data['salt'],

			'password'	=> $userhandler->data['saltedpw'],

			'password'	=> $userhandler->data['password'],

			'loginkey'	=> $userhandler->data['loginkey'],
);


			'loginkey'	=> $userhandler->data['loginkey'],
);


Zeile 1716Zeile 1722
		}

$code = htmlspecialchars_uni($mybb->get_input('code'));

		}

$code = htmlspecialchars_uni($mybb->get_input('code'));


if(!isset($mybb->input['username']))
{
$input_username = '';
}
$input_username = htmlspecialchars_uni($mybb->input['username']);


		
$input_username = htmlspecialchars_uni($mybb->get_input('username'));






		eval("\$activate = \"".$templates->get("member_resetpassword")."\";");
output_page($activate);
}

		eval("\$activate = \"".$templates->get("member_resetpassword")."\";");
output_page($activate);
}

Zeile 1737Zeile 1739
	$errors = array();

$plugins->run_hooks("member_do_login_start");

	$errors = array();

$plugins->run_hooks("member_do_login_start");





	require_once MYBB_ROOT."inc/datahandlers/login.php";
$loginhandler = new LoginDataHandler("get");


	require_once MYBB_ROOT."inc/datahandlers/login.php";
$loginhandler = new LoginDataHandler("get");


Zeile 2103Zeile 2105

$contact_fields = array();
$any_contact_field = false;


$contact_fields = array();
$any_contact_field = false;

	foreach(array('icq', 'skype', 'google') as $field)

	foreach(array('skype', 'google') as $field)

	{
$contact_fields[$field] = '';
$settingkey = 'allow'.$field.'field';

	{
$contact_fields[$field] = '';
$settingkey = 'allow'.$field.'field';

Zeile 2111Zeile 2113
		if(!empty($memprofile[$field]) && is_member($mybb->settings[$settingkey], array('usergroup' => $memprofile['usergroup'], 'additionalgroups' => $memprofile['additionalgroups'])))
{
$any_contact_field = true;

		if(!empty($memprofile[$field]) && is_member($mybb->settings[$settingkey], array('usergroup' => $memprofile['usergroup'], 'additionalgroups' => $memprofile['additionalgroups'])))
{
$any_contact_field = true;


if($field == 'icq')
{
$memprofile[$field] = (int)$memprofile[$field];
}
else
{
$memprofile[$field] = htmlspecialchars_uni($memprofile[$field]);
}
$tmpl = 'member_profile_contact_fields_'.$field;

			$memprofile[$field] = htmlspecialchars_uni($memprofile[$field]);
$tmpl = 'member_profile_contact_fields_'.$field;










$bgcolors[$field] = alt_trow();
eval('$contact_fields[\''.$field.'\'] = "'.$templates->get($tmpl).'";');
}


$bgcolors[$field] = alt_trow();
eval('$contact_fields[\''.$field.'\'] = "'.$templates->get($tmpl).'";');
}

	}

	}


if($any_contact_field || $sendemail || $sendpm || $website)
{


if($any_contact_field || $sendemail || $sendpm || $website)
{

Zeile 2134Zeile 2128

$signature = '';
if($memprofile['signature'] && ($memprofile['suspendsignature'] == 0 || $memprofile['suspendsigtime'] < TIME_NOW) && !is_member($mybb->settings['hidesignatures']) && $memperms['canusesig'] && $memperms['canusesigxposts'] <= $memprofile['postnum'])


$signature = '';
if($memprofile['signature'] && ($memprofile['suspendsignature'] == 0 || $memprofile['suspendsigtime'] < TIME_NOW) && !is_member($mybb->settings['hidesignatures']) && $memperms['canusesig'] && $memperms['canusesigxposts'] <= $memprofile['postnum'])

	{

	{

		$sig_parser = array(
"allow_html" => $mybb->settings['sightml'],
"allow_mycode" => $mybb->settings['sigmycode'],

		$sig_parser = array(
"allow_html" => $mybb->settings['sightml'],
"allow_mycode" => $mybb->settings['sigmycode'],

Zeile 2143Zeile 2137
			"me_username" => $me_username,
"filter_badwords" => 1
);

			"me_username" => $me_username,
"filter_badwords" => 1
);





		if($memperms['signofollow'])
{
$sig_parser['nofollow_on'] = 1;

		if($memperms['signofollow'])
{
$sig_parser['nofollow_on'] = 1;

		}


		}


		if($mybb->user['uid'] != 0 && $mybb->user['showimages'] != 1 || $mybb->settings['guestimages'] != 1 && $mybb->user['uid'] == 0)
{
$sig_parser['allow_imgcode'] = 0;

		if($mybb->user['uid'] != 0 && $mybb->user['showimages'] != 1 || $mybb->settings['guestimages'] != 1 && $mybb->user['uid'] == 0)
{
$sig_parser['allow_imgcode'] = 0;

Zeile 2205Zeile 2199
		$thread_percent = "0";
}
else

		$thread_percent = "0";
}
else

	{

	{

		$thread_percent = $memprofile['threadnum']*100/$numthreads;
$thread_percent = round($thread_percent, 2);

		$thread_percent = $memprofile['threadnum']*100/$numthreads;
$thread_percent = round($thread_percent, 2);

	}

	}


if($thread_percent > 100)


if($thread_percent > 100)

	{

	{

		$thread_percent = 100;
}


		$thread_percent = 100;
}


Zeile 2219Zeile 2213
	if($mybb->usergroup['cansearch'] == 1)
{
if(!empty($memprofile['postnum']))

	if($mybb->usergroup['cansearch'] == 1)
{
if(!empty($memprofile['postnum']))

		{

		{

			eval("\$findposts = \"".$templates->get("member_profile_findposts")."\";");

			eval("\$findposts = \"".$templates->get("member_profile_findposts")."\";");

		}

		}

		if(!empty($memprofile['threadnum']))

		if(!empty($memprofile['threadnum']))

		{

		{

			eval("\$findthreads = \"".$templates->get("member_profile_findthreads")."\";");
}
}

			eval("\$findthreads = \"".$templates->get("member_profile_findthreads")."\";");
}
}

Zeile 2234Zeile 2228
		$lang->away_note = $lang->sprintf($lang->away_note, $memprofile['username']);
$awaydate = my_date($mybb->settings['dateformat'], $memprofile['awaydate']);
if(!empty($memprofile['awayreason']))

		$lang->away_note = $lang->sprintf($lang->away_note, $memprofile['username']);
$awaydate = my_date($mybb->settings['dateformat'], $memprofile['awaydate']);
if(!empty($memprofile['awayreason']))

		{

		{

			$reason = $parser->parse_badwords($memprofile['awayreason']);
$awayreason = htmlspecialchars_uni($reason);
}

			$reason = $parser->parse_badwords($memprofile['awayreason']);
$awayreason = htmlspecialchars_uni($reason);
}

Zeile 2276Zeile 2270

// Check if our away status is set to 1, it may have been updated already (see a few lines above)
if($memprofile['away'] == 1)


// Check if our away status is set to 1, it may have been updated already (see a few lines above)
if($memprofile['away'] == 1)

		{

		{

			eval("\$awaybit = \"".$templates->get("member_profile_away")."\";");

			eval("\$awaybit = \"".$templates->get("member_profile_away")."\";");

		}
}

$memprofile['timezone'] = (float)$memprofile['timezone'];


		}
}

$memprofile['timezone'] = (float)$memprofile['timezone'];


	if($memprofile['dst'] == 1)
{
$memprofile['timezone']++;

	if($memprofile['dst'] == 1)
{
$memprofile['timezone']++;

Zeile 2297Zeile 2291
	$memlocaltime = gmdate($mybb->settings['timeformat'], TIME_NOW + ($memprofile['timezone'] * 3600));

$localtime = $lang->sprintf($lang->local_time_format, $memlocaldate, $memlocaltime);

	$memlocaltime = gmdate($mybb->settings['timeformat'], TIME_NOW + ($memprofile['timezone'] * 3600));

$localtime = $lang->sprintf($lang->local_time_format, $memlocaldate, $memlocaltime);





	if($memprofile['birthday'])
{
$membday = explode("-", $memprofile['birthday']);

	if($memprofile['birthday'])
{
$membday = explode("-", $memprofile['birthday']);

Zeile 2336Zeile 2330
		{
$membday = $lang->birthdayhidden;
$membdayage = '';

		{
$membday = $lang->birthdayhidden;
$membdayage = '';

		}
}
else

		}
}
else

	{
$membday = $lang->not_specified;
$membdayage = '';

	{
$membday = $lang->not_specified;
$membdayage = '';

	}


	}


	// Get the user title for this user

	// Get the user title for this user

	unset($usertitle);

 
	unset($stars);

	unset($stars);

 
	$usertitle = '';

	$starimage = '';
if(trim($memprofile['usertitle']) != '')

	$starimage = '';
if(trim($memprofile['usertitle']) != '')

	{

	{

		// User has custom user title
$usertitle = $memprofile['usertitle'];

		// User has custom user title
$usertitle = $memprofile['usertitle'];

	}

	}

	elseif(trim($memperms['usertitle']) != '')

	elseif(trim($memperms['usertitle']) != '')

	{

	{

		// User has group title
$usertitle = $memperms['usertitle'];
}
else
{

		// User has group title
$usertitle = $memperms['usertitle'];
}
else
{

 
		if(!isset($usertitles))
{
$usertitles = $cache->read('usertitles');
}


		// No usergroup title so get a default one

		// No usergroup title so get a default one

		$usertitles = $cache->read('usertitles');


 
		if(is_array($usertitles))
{
foreach($usertitles as $title)

		if(is_array($usertitles))
{
foreach($usertitles as $title)

Zeile 2372Zeile 2369
					$usertitle = $title['title'];
$stars = $title['stars'];
$starimage = $title['starimage'];

					$usertitle = $title['title'];
$stars = $title['stars'];
$starimage = $title['starimage'];





					break;
}
}

					break;
}
}

Zeile 2382Zeile 2379
	$usertitle = htmlspecialchars_uni($usertitle);

if($memperms['stars'] || $memperms['usertitle'])

	$usertitle = htmlspecialchars_uni($usertitle);

if($memperms['stars'] || $memperms['usertitle'])

	{

	{

		// Set the number of stars if display group has constant number of stars
$stars = $memperms['stars'];
}

		// Set the number of stars if display group has constant number of stars
$stars = $memperms['stars'];
}

	elseif(!$stars)

	elseif(!isset($stars))

	{

	{

		if(!is_array($usertitles))
{

		if(!isset($usertitles))
{

			$usertitles = $cache->read('usertitles');

			$usertitles = $cache->read('usertitles');

		}


		}


		// This is for cases where the user has a title, but the group has no defined number of stars (use number of stars as per default usergroups)
if(is_array($usertitles))
{

		// This is for cases where the user has a title, but the group has no defined number of stars (use number of stars as per default usergroups)
if(is_array($usertitles))
{

Zeile 2405Zeile 2402
					break;
}
}

					break;
}
}

 
		}

if(!isset($stars))
{
$stars = 0;

		}
}


		}
}


Zeile 2648Zeile 2650
	{
// Fetch details on their ban
$query = $db->simple_select('banned b LEFT JOIN '.TABLE_PREFIX.'users a ON (b.admin=a.uid)', 'b.*, a.username AS adminuser', "b.uid='{$uid}'", array('limit' => 1));

	{
// Fetch details on their ban
$query = $db->simple_select('banned b LEFT JOIN '.TABLE_PREFIX.'users a ON (b.admin=a.uid)', 'b.*, a.username AS adminuser', "b.uid='{$uid}'", array('limit' => 1));

		$memban = $db->fetch_array($query);

 




		if($memban['reason'])

		if($db->num_rows($query))

		{

		{

			$memban['reason'] = htmlspecialchars_uni($parser->parse_badwords($memban['reason']));
}
else
{
$memban['reason'] = $lang->na;
}

if($memban['lifted'] == 'perm' || $memban['lifted'] == '' || $memban['bantime'] == 'perm' || $memban['bantime'] == '---')
{
$banlength = $lang->permanent;
$timeremaining = $lang->na;
$banned_class = "normal_banned";
}
else
{
// Set up the array of ban times.
$bantimes = fetch_ban_times();

$banlength = $bantimes[$memban['bantime']];
$remaining = $memban['lifted']-TIME_NOW;

$timeremaining = nice_time($remaining, array('short' => 1, 'seconds' => false))."";

$banned_class = '';
if($remaining < 3600)
{
$banned_class = "high_banned";
}
else if($remaining < 86400)
{
$banned_class = "moderate_banned";
}
else if($remaining < 604800)
{
$banned_class = "low_banned";
}
else
{
$banned_class = "normal_banned";






			$memban = $db->fetch_array($query);

if($memban['reason'])
{
$memban['reason'] = htmlspecialchars_uni($parser->parse_badwords($memban['reason']));
}
else
{
$memban['reason'] = $lang->na;
}

if($memban['lifted'] == 'perm' || $memban['lifted'] == '' || $memban['bantime'] == 'perm' || $memban['bantime'] == '---')
{
$banlength = $lang->permanent;
$timeremaining = $lang->na;
$banned_class = "normal_banned";
}
else
{
// Set up the array of ban times.
$bantimes = fetch_ban_times();

$banlength = $bantimes[$memban['bantime']];
$remaining = $memban['lifted']-TIME_NOW;

$timeremaining = nice_time($remaining, array('short' => 1, 'seconds' => false))."";

$banned_class = '';
if($remaining < 3600)
{
$banned_class = "high_banned";
}
else if($remaining < 86400)
{
$banned_class = "moderate_banned";
}
else if($remaining < 604800)
{
$banned_class = "low_banned";
}
else
{
$banned_class = "normal_banned";
}

			}

			}

		}
eval('$timeremaining = "'.$templates->get('member_profile_banned_remaining').'";');

$memban['adminuser'] = build_profile_link(htmlspecialchars_uni($memban['adminuser']), $memban['admin']);

			eval('$timeremaining = "'.$templates->get('member_profile_banned_remaining').'";');








		// Display a nice warning to the user
eval('$bannedbit = "'.$templates->get('member_profile_banned').'";');









			$memban['adminuser'] = build_profile_link(htmlspecialchars_uni($memban['adminuser']), $memban['admin']);

// Display a nice warning to the user
eval('$bannedbit = "'.$templates->get('member_profile_banned').'";');
}
else
{
// TODO: more specific output for converted/merged boards where no ban record is merged.
$bannedbit = '';
}

	}

$adminoptions = '';

	}

$adminoptions = '';

Zeile 2724Zeile 2735
			$memprofile['lastip'] = my_inet_ntop($db->unescape_binary($memprofile['lastip']));

eval("\$ipaddress = \"".$templates->get("member_profile_modoptions_ipaddress")."\";");

			$memprofile['lastip'] = my_inet_ntop($db->unescape_binary($memprofile['lastip']));

eval("\$ipaddress = \"".$templates->get("member_profile_modoptions_ipaddress")."\";");

		}


		}


		$memprofile['usernotes'] = nl2br(htmlspecialchars_uni($memprofile['usernotes']));

if(!empty($memprofile['usernotes']))

		$memprofile['usernotes'] = nl2br(htmlspecialchars_uni($memprofile['usernotes']));

if(!empty($memprofile['usernotes']))

Zeile 2735Zeile 2746
				eval("\$viewnotes = \"".$templates->get("member_profile_modoptions_viewnotes")."\";");
$memprofile['usernotes'] = my_substr($memprofile['usernotes'], 0, 100)."... {$viewnotes}";
}

				eval("\$viewnotes = \"".$templates->get("member_profile_modoptions_viewnotes")."\";");
$memprofile['usernotes'] = my_substr($memprofile['usernotes'], 0, 100)."... {$viewnotes}";
}

		}

		}

		else

		else

		{

		{

			$memprofile['usernotes'] = $lang->no_usernotes;
}

if($mybb->usergroup['caneditprofiles'] == 1 && modcp_can_manage_user($memprofile['uid']))

			$memprofile['usernotes'] = $lang->no_usernotes;
}

if($mybb->usergroup['caneditprofiles'] == 1 && modcp_can_manage_user($memprofile['uid']))

		{
if(modcp_can_manage_user($memprofile['uid']))
{
eval("\$editprofile = \"".$templates->get("member_profile_modoptions_editprofile")."\";");
eval("\$editnotes = \"".$templates->get("member_profile_modoptions_editnotes")."\";");

}
}

		{
eval("\$editprofile = \"".$templates->get("member_profile_modoptions_editprofile")."\";");
eval("\$editnotes = \"".$templates->get("member_profile_modoptions_editnotes")."\";");
}






if($memperms['isbannedgroup'] == 1 && $mybb->usergroup['canbanusers'] == 1 && modcp_can_manage_user($memprofile['uid']))


if($memperms['isbannedgroup'] == 1 && $mybb->usergroup['canbanusers'] == 1 && modcp_can_manage_user($memprofile['uid']))

		{

		{

			eval("\$manageban = \"".$templates->get("member_profile_modoptions_manageban")."\";");
}
elseif(modcp_can_manage_user($memprofile['uid']) && $mybb->usergroup['canbanusers'] == 1)
{

			eval("\$manageban = \"".$templates->get("member_profile_modoptions_manageban")."\";");
}
elseif(modcp_can_manage_user($memprofile['uid']) && $mybb->usergroup['canbanusers'] == 1)
{

			if(modcp_can_manage_user($memprofile['uid']) && $mybb->usergroup['canbanusers'] == 1)
{
eval("\$banuser = \"".$templates->get("member_profile_modoptions_banuser")."\";");
}

			eval("\$banuser = \"".$templates->get("member_profile_modoptions_banuser")."\";");




		}

$purgespammer = '';

		}

$purgespammer = '';

Zeile 2891Zeile 2895
		$last_email = $db->fetch_array($query);

// Users last email was within the flood time, show the error

		$last_email = $db->fetch_array($query);

// Users last email was within the flood time, show the error

		if($last_email['mid'])

		if(isset($last_email['mid']))

		{
$remaining_time = ($mybb->usergroup['emailfloodtime']*60)-(TIME_NOW-$last_email['dateline']);


		{
$remaining_time = ($mybb->usergroup['emailfloodtime']*60)-(TIME_NOW-$last_email['dateline']);


Zeile 3064Zeile 3068
		$last_email = $db->fetch_array($query);

// Users last email was within the flood time, show the error

		$last_email = $db->fetch_array($query);

// Users last email was within the flood time, show the error

		if($last_email['mid'])

		if(isset($last_email['mid']))

		{
$remaining_time = ($mybb->usergroup['emailfloodtime']*60)-(TIME_NOW-$last_email['dateline']);


		{
$remaining_time = ($mybb->usergroup['emailfloodtime']*60)-(TIME_NOW-$last_email['dateline']);


Zeile 3167Zeile 3171
	}

$user = get_user($uid);

	}

$user = get_user($uid);

	if(!$user['$uid'])

	if(!isset($user['uid']))

	{
error($lang->referrals_invalid_user);
}

	{
error($lang->referrals_invalid_user);
}

Zeile 3217Zeile 3221

$multipage = multipage($referral_count, $perpage, $page, "member.php?action=referrals&amp;uid={$uid}");



$multipage = multipage($referral_count, $perpage, $page, "member.php?action=referrals&amp;uid={$uid}");


 
		$referral_rows = '';

		foreach(get_user_referrals($uid, $start, $perpage) as $referral)
{
// Format user name link

		foreach(get_user_referrals($uid, $start, $perpage) as $referral)
{
// Format user name link