Go to the documentation of this file.
8 require_once(
'header.inc.php' );
9 require_once( CH_DIRECTORY_PATH_INC .
'utils.inc.php' );
10 require_once( CH_DIRECTORY_PATH_INC .
'design.inc.php' );
11 require_once( CH_DIRECTORY_PATH_INC .
'admin_design.inc.php' );
25 $sLoginFormParams .=
' no_join_text';
32 $sCaptionItems =
'<div class="dbTopMenu"><i class="ch-popup-element-close sys-icon times"></i></div>';
35 if(!
empty($sJoinFormContent)) {
37 $sContent =
$GLOBALS[
'oSysTemplate']->parseHtmlByName(
'login_join_popup.html', array(
38 'login_form' => $sLoginFormContent,
39 'join_form' => $sJoinFormContent,
40 'top_menu' => $sCaptionItems,
45 $sMemberLoginFormAjx =
$GLOBALS[
'oFunctions']->transBox(
49 header(
'Content-Type: text/html; charset=utf-8');
50 echo $sMemberLoginFormAjx;
56 $_page[
'header_text'] =
_t(
'_Login');
57 $_page_cont[0][
'page_main_code'] =
'<div class="controlsDiv">' . ($text ?
"<h3>$text</h3>" :
'') . $sLoginFormContent .
'</div>';
68 $p_arr =
db_arr(
"SELECT `Email` FROM `Profiles` WHERE `ID` = '$ID'" );
70 $ret[
'ErrorCode'] = 7;
76 $aTemplate = $rEmailTemplate -> getTemplate(
't_Confirmation',
$ID);
77 $recipient =
$p_arr[
'Email'];
79 $sConfirmationCode = base64_encode( base64_encode( crypt( $recipient, CRYPT_EXT_DES ?
"secret_co" :
"se" ) ) );
80 $sConfirmationLink = CH_WSB_URL_ROOT .
"profile_activate.php?ConfID={$ID}&ConfCode=" . urlencode( $sConfirmationCode );
83 $aPlus[
'ConfCode'] = $sConfirmationCode;
84 $aPlus[
'ConfirmationLink'] = $sConfirmationLink;
86 $mail_ret =
sendMail( $recipient, $aTemplate[
'Subject'], $aTemplate[
'Body'],
$ID, $aPlus,
'html',
false,
true );
90 $page_text .=
'<div class="Notice">' .
_t(
"_EMAIL_CONF_SENT") .
"</div>";
92 $page_text .=
"<center><form method=get action=\"" . CH_WSB_URL_ROOT .
"profile_activate.php\">";
93 $page_text .=
"<table class=text2 cellspacing=0 cellpadding=0><td><b>"._t(
"_ENTER_CONF_CODE").
":</b> </td><td><input type=hidden name=\"ConfID\" value=\"{$ID}\">";
94 $page_text .=
'<input class=no type="text" name="ConfCode" size=30></td><td> </td>';
95 $page_text .=
'<td><input class=no type="submit" value="'._t(
"_Submit").
'"></td></table>';
96 $page_text .=
'</form></center><br />';
101 $page_text .=
"<br /><br />"._t(
"_EMAIL_CONF_NOT_SENT");
103 $ret[
'ErrorCode'] = 10;
107 return ($text) ? $page_text :
true;
117 $p_arr =
db_arr(
"SELECT `Email` FROM `Profiles` WHERE `ID` = $ID", 0 );
123 $aTemplate = $rEmailTemplate -> getTemplate(
't_MemExpiration',
$ID ) ;
125 $recipient =
$p_arr[
'Email'];
128 $aPlus[
'MembershipName'] = $membership_name;
129 $aPlus[
'ExpireDays'] = $expire_days;
131 $mail_ret =
sendMail( $recipient, $aTemplate[
'Subject'], $aTemplate[
'Body'],
$ID, $aPlus );
139 function getID( $str, $with_email = 1 )
145 $mail_arr =
db_arr(
"SELECT `ID` FROM `Profiles` WHERE `Email` = '$str'" );
146 if ( (
int)$mail_arr[
'ID'] ) {
147 return (
int)$mail_arr[
'ID'];
152 $iID = (int)
db_value(
"SELECT `ID` FROM `Profiles` WHERE `NickName` = ?", [$str]);
187 if (strcmp(
$aProfile[
'Password'], $passwd) !== 0) {
193 if (!((
int)
$aProfile[
'Role'] & $iRole)) {
200 if(
'on' !=
getParam(
'ext_nav_menu_enabled') ) {
210 $GLOBALS[
'_page'][
'name_index'] = 55;
222 $GLOBALS[
'_page'][
'name_index'] = 55;
231 if(
'on' !=
getParam(
'ext_nav_menu_enabled') ) {
246 foreach($aAccTypes
as $iKey => $sValue)
252 if((isset($_COOKIE[
'memberID']) || isset($_COOKIE[
'memberPassword'])) && !
$bLogged)
256 $GLOBALS[
'oSysTemplate']->addCssStyle(
'.ch-hide-when-logged-in', array(
269 $login_page = CH_WSB_URL_ROOT .
"member.php";
274 $login_page = CH_WSB_URL_ADMIN .
"index.php";
279 if (
empty($_COOKIE[
'memberID']) || !isset($_COOKIE[
'memberPassword'])) {
281 $text =
_t(
"_LOGIN_REQUIRED_AE1");
283 $text .=
"<br />"._t(
"_LOGIN_REQUIRED_AE2",
$site[
'images'], CH_WSB_URL_ROOT,
$site[
'title']);
285 $bAjxMode = (isset( $_SERVER[
'HTTP_X_REQUESTED_WITH'] )
and $_SERVER[
'HTTP_X_REQUESTED_WITH'] ==
'XMLHttpRequest') ?
true :
false;
299 if (!
$iId)
return false;
312 $sQuery =
"UPDATE `Profiles` SET `DateLastNav` = NOW() WHERE `ID` = '{$iId}'";
322 $GLOBALS[
'MySQL']->cleanCache(
'sys_browse_people');
334 db_res(
"DELETE FROM `sys_admin_ban_list` WHERE `ProfID`='".
$ID .
"' LIMIT 1");
335 db_res(
"DELETE FROM `sys_greetings` WHERE `ID` = '{$ID}' OR `Profile` = '{$ID}'" );
336 db_res(
"DELETE FROM `sys_block_list` WHERE `ID` = '{$ID}' OR `Profile` = '{$ID}'" );
337 db_res(
"DELETE FROM `sys_messages` WHERE Recipient = {$ID} OR `Sender` = {$ID}" );
338 db_res(
"DELETE FROM `sys_fave_list` WHERE ID = {$ID} OR Profile = {$ID}" );
339 db_res(
"DELETE FROM `sys_friend_list` WHERE ID = {$ID} OR Profile = {$ID}" );
340 db_res(
"DELETE FROM `sys_acl_levels_members` WHERE `IDMember` = {$ID}" );
341 db_res(
"DELETE FROM `sys_tags` WHERE `ObjID` = {$ID} AND `Type` = 'profile'" );
342 db_res(
"DELETE FROM `sys_sbs_entries` WHERE `subscriber_id` = {$ID} AND `subscriber_type` = '1'" );
345 require_once( CH_DIRECTORY_PATH_CLASSES .
'ChWsbVoting.php' );
346 $oVotingProfile =
new ChWsbVoting (
'profile', 0, 0);
347 $oVotingProfile->deleteVotings (
$ID);
350 require_once (CH_DIRECTORY_PATH_CLASSES .
'ChWsbCmts.php');
352 $oCmts->onObjectDelete();
354 $oCmts->onAuthorDelete(
$ID);
356 $iPossibleCoupleID = (int)
db_value(
"SELECT `ID` FROM `Profiles` WHERE `Couple` = '{$ID}'" );
357 if ($iPossibleCoupleID) {
358 db_res(
"DELETE FROM `Profiles` WHERE `ID` = '{$iPossibleCoupleID}'" );
369 $oSubscription->unsubscribe(array(
'type' =>
'object_id',
'unit' =>
'profile',
'object_id' =>
$ID));
371 db_res(
"DELETE FROM `Profiles` WHERE `ID` = '{$ID}'" );
373 if ($isDeleteSpammer) {
384 $oZ =
new ChWsbAlerts(
'profile',
'delete',
$ID, 0, array(
'profile_info' =>
$aProfileInfo,
'logged_in' => $iLoggedInId,
'delete_spammer' => $isDeleteSpammer));
395 if(
$ID && is_numeric(
$ID) ) {
399 $min = (int)
getParam(
"member_online_time" );
400 $iOnline =
$GLOBALS[
'MySQL']->fromMemory (
"member_online_status.$ID.$min",
'getOne',
"SELECT count(ID) as count_id FROM Profiles WHERE DateLastNav > SUBDATE(NOW(), INTERVAL {$min} MINUTE) AND ID={$ID}");
418 $iDuration = 86400 * (!
empty($iDuration) ? $iDuration : (int)
getParam(
'ban_duration'));
421 $sqlQuery =
"REPLACE INTO `sys_admin_ban_list` SET `ProfID`='" .
$iProfileId .
"', `Time`='" . $iDuration .
"', `DateTime`=NOW()";
423 $sqlQuery =
"DELETE FROM `sys_admin_ban_list` WHERE `ProfID`='" .
$iProfileId .
"'";
425 return $GLOBALS[
'MySQL']->query($sqlQuery);
438 if (!$mixedIds || (is_array($mixedIds) &&
empty($mixedIds)))
440 if (!is_array($mixedIds))
441 $mixedIds = array((
int)$mixedIds);
447 foreach ($mixedIds
as $iId) {
455 if (!
$GLOBALS[
'MySQL']->query(
"UPDATE `Profiles` SET `Status` = '$sStatus' WHERE `ID` IN (" .
$GLOBALS[
'MySQL']->implode_escape($aIds) .
")"))
461 if (
$sStatus ==
'Active' && $bSendActMail) {
466 $aMail = $oEmailTemplate->parseTemplate(
't_Activation', array(),
$iId);
486 $iFeatured = $bFeature ? 1 : 0;
487 if (
$GLOBALS[
'MySQL']->query(
"UPDATE `Profiles` SET `Featured` = $iFeatured WHERE `ID` = $iProfileId"))
process_db_input($sText, $iStripTags=0)
</code > Be careful enabling this directive if you have a redirector script that does not use the< code > Location</code > HTTP header
deleteUserDataFile( $userID)
activation_mail( $ID, $text=1)
URI MungeSecretKey $secret_key</pre >< p > If the output is TRUE
MsgBox($sText, $iTimer=0)
static getInstance($sClassName)
ch_admin_profile_ban_control($iProfileId, $bBan=true, $iDuration=0)
ch_import($sClassName, $aModule=array())
$_page_cont[$_ni]['page_main_code']
sendMail( $sRecipientEmail, $sMailSubject, $sMailBody, $iRecipientID=0, $aPlus=array(), $sEmailFlag='html', $isDisableAlert=false, $bForceSend=false)
check_password($sUsername, $sPassword, $iRole=CH_WSB_ROLE_MEMBER, $error_handle=true)
ch_admin_profile_change_status($mixedIds, $sStatus, $bSendActMail=FALSE)
login_form($text="", $member=0, $bAjaxMode=false, $sLoginFormParams='')
update_date_lastnav($iId)
profile_delete($ID, $isDeleteSpammer=false)
mem_expiration_letter( $ID, $membership_name, $expire_days)
isLoggedBanned($iCurUserID=0)
db_arr($query, $bindings=[])
createUserDataFile( $userID)
getParam($sParamName, $bUseCache=true)
const CH_WSB_ROLE_MODERATOR
ch_admin_profile_featured_control($iProfileId, $bFeature=TRUE)
getMemberJoinFormCode($sParams='')
_t($key, $arg0="", $arg1="", $arg2="")
PageCode($oTemplate=null)
ch_member_ip_get_last($iMemberId)
member_auth($member=0, $error_handle=true, $bAjx=false)
get_user_online_status($ID)
getMemberLoginFormCode($sID='member_login_form', $sParams='')
check_login($ID, $passwd, $iRole=CH_WSB_ROLE_MEMBER, $error_handle=true)
process_pass_data($text, $strip_tags=0)
db_res($query, $bindings=[])
db_value($query, $bindings=[], $error_checking=true, $index=0)
getID( $str, $with_email=1)
getProfileInfo($iProfileID=0, $checkActiveStatus=false, $forceCache=false)
encryptUserPwd($sPwd, $sSalt)
DesignBoxContent($title, $content, $db_num=0, $caption_item='', $bottom_item='')
Attr AllowedRel this is empty
static call($mixed, $sMethod, $aParams=array(), $sClass='Module')
ch_is_ip_dns_blacklisted($sCurIP='', $sType='')
ch_is_ip_blocked($sCurIP='')
if( $sMembersList) $iProfileId