Go to the documentation of this file.
8 require_once(
'inc/header.inc.php' );
9 require_once( CH_DIRECTORY_PATH_INC .
'design.inc.php' );
10 require_once( CH_DIRECTORY_PATH_INC .
'profiles.inc.php' );
11 require_once( CH_DIRECTORY_PATH_INC .
'utils.inc.php' );
19 if (!preg_match(
"/(([A-Za-z]{3,9}:(?:\/\/)?)(?:[\-;:&=\+\$,\w]+@)?[A-Za-z0-9\.\-]+|(?:www\.|[\-;:&=\+\$,\w]+@)[A-Za-z0-9\.\-]+)((?:\/[\+~%\/\.\w\-_]*)?\??(?:[\-\+=&;%@\.\w_]*)#?(?:[\.\!\/\\\w]*))?/",
$s))
22 $iID = (int)
db_value(
"SELECT `ID` FROM `Profiles` WHERE `Email` = '$s'" );
24 return _t(
'_MEMBER_NOT_RECOGNIZED',
$site[
'title'] );
44 'form_attrs' => array(
45 'name' =>
'forgot_form',
46 'action' => CH_WSB_URL_ROOT .
'forgot.php',
51 'submit_name' =>
'do_submit',
53 'checker_helper' =>
'ChWsbForgotCheckerHelper',
59 'caption' =>
_t(
'_My Email'),
60 'value' => isset($_POST[
'Email']) ? $_POST[
'Email'] :
'',
64 'error' =>
_t(
'_Incorrect Email' )
70 'caption' =>
_t(
'_Enter Captcha'),
74 'error' =>
_t(
'_Incorrect Captcha' ),
79 'name' =>
'do_submit',
80 'value' =>
_t(
"_Retrieve my information" ),
88 if (
$oForm->isSubmittedAndValid() ) {
91 $memb_arr =
db_arr(
"SELECT `ID` FROM `Profiles` WHERE `Email` = '$sEmail'" );
96 $aTemplate = $rEmailTemplate -> getTemplate(
't_Forgot', $memb_arr[
'ID'] ) ;
100 $mail_ret =
sendMail( $recipient, $aTemplate[
'Subject'], $aTemplate[
'Body'], $memb_arr[
'ID'], $aPlus,
'html',
false,
true );
103 require_once(CH_DIRECTORY_PATH_CLASSES .
'ChWsbAlerts.php');
104 $oZ =
new ChWsbAlerts(
'profile',
'password_restore', $memb_arr[
'ID']);
107 $_page[
'header'] =
_t(
"_Recognized" );
111 $action_result =
_t(
"_MEMBER_RECOGNIZED_MAIL_SENT",
$site[
'url'],
$site[
'title'] );
113 $action_result =
_t(
"_MEMBER_RECOGNIZED_MAIL_NOT_SENT",
$site[
'title'] );
117 $action_result =
_t(
"_FORGOT",
$site[
'title'] );
122 <div
class=
"ch-def-margin-sec-bottom ch-def-font-large">
153 require_once(CH_DIRECTORY_PATH_CLASSES .
'ChWsbAlerts.php');
process_db_input($sText, $iStripTags=0)
$_page_cont[$_ni]['page_main_code']
ch_import($sClassName, $aModule=array())
sendMail( $sRecipientEmail, $sMailSubject, $sMailBody, $iRecipientID=0, $aPlus=array(), $sEmailFlag='html', $isDisableAlert=false, $bForceSend=false)
db_arr($query, $bindings=[])
createUserDataFile( $userID)
genRndPwd($iLength=8, $bSpecialCharacters=true)
_t($key, $arg0="", $arg1="", $arg2="")
PageCode($oTemplate=null)
member_auth($member=0, $error_handle=true, $bAjx=false)
db_res($query, $bindings=[])
db_value($query, $bindings=[], $error_checking=true, $index=0)
getProfileInfo($iProfileID=0, $checkActiveStatus=false, $forceCache=false)
encryptUserPwd($sPwd, $sSalt)
DesignBoxContent($title, $content, $db_num=0, $caption_item='', $bottom_item='')