·设为首页收藏本站📧邮箱修改🎁免费下载专区📒收藏夹👽聊天室📱AI智能体
返回列表 发布新帖

个人资料注册时间,怎么仅管理员可见,或者管理员正常显示,其它用户加密显示******这样子

319 1
发表于 2023-7-24 14:08:45 | 查看全部 阅读模式

马上注册,免费下载更多dz插件网资源。

您需要 登录 才可以下载或查看,没有账号?立即注册

×
个人资料注册时间,怎么仅管理员可见,或者管理员正常显示,其它用户加密显示******这样子



source/include/space/space_profile.php  应该是在里面修改,有大佬帮忙改一下么,或者有偿也行

我知道答案 回答被采纳将会获得1 贡献 已有1人回答
我要说一句 收起回复

评论1

CrystαlLv.8 发表于 2023-7-24 14:08:54 | 查看全部
if(!defined('IN_DISCUZ')) {
        exit('Access Denied');
}
$defaultop = '';
        $profilegroup = C::t('common_setting')->fetch('profilegroup', true);
        foreach($profilegroup as $key => $value) {
                if($value['available']) {
                        $defaultop = $key;
                        break;
                }
        }

$operation = in_array($_GET['op'], array('base', 'contact', 'edu', 'work', 'info', 'password', 'verify')) ? trim($_GET['op']) : $defaultop;
$space = getuserbyuid($_G['uid']);
space_merge($space, 'field_home');
space_merge($space, 'profile');

list($seccodecheck, $secqaacheck) = seccheck('password');
@include_once DISCUZ_ROOT.'./data/cache/cache_domain.php';
$spacedomain = isset($rootdomain['home']) && $rootdomain['home'] ? $rootdomain['home'] : array();
$_GET['id'] = $_GET['id'] ? preg_replace("/[^A-Za-z0-9_:]/", '', $_GET['id']) : '';
if($operation != 'password') {

        include_once libfile('function/profile');

        loadcache('profilesetting');
        if(empty($_G['cache']['profilesetting'])) {
                require_once libfile('function/cache');
                updatecache('profilesetting');
                loadcache('profilesetting');
        }
}

$allowcstatus = !empty($_G['group']['allowcstatus']) ? true : false;
$verify = C::t('common_member_verify')->fetch($_G['uid']);
if(!empty($verify) && is_array($verify)) {
        foreach($verify as $key => $flag) {
                if(in_array($key, array('verify1', 'verify2', 'verify3', 'verify4', 'verify5', 'verify6', 'verify7')) && $flag == 1) {
                        $verifyid = intval(substr($key, -1, 1));
                        if($_G['setting']['verify'][$verifyid]['available']) {
                                foreach($_G['setting']['verify'][$verifyid]['field'] as $field) {
                                        $_G['cache']['profilesetting'][$field]['unchangeable'] = 1;
                                }
                        }
                }
        }
}
$validate = array();
if($_G['setting']['regverify'] == 2 && $_G['groupid'] == 8) {
        $validate = C::t('common_member_validate')->fetch($_G['uid']);
        if(empty($validate) || $validate['status'] != 1) {
                $validate = array();
        }
}
if($_G['setting']['connect']['allow']) {
        $connect = C::t('#qqconnect#common_member_connect')->fetch($_G['uid']);
        $conisregister = $operation == 'password' && $connect['conisregister'];
}

if(in_array('wechat', $_G['setting']['plugins']['available'])) {
        if($_G['wechat']['setting']['wechat_qrtype']) {
                $wechatuser = C::t('#wechat#common_member_wechatmp')->fetch($_G['uid']);
                if($wechatuser && !$wechatuser['status']) {
                        $wechatuser['isregister'] = 1;
                }
        } else {
                $wechatuser = C::t('#wechat#common_member_wechat')->fetch($_G['uid']);
        }

        $conisregister = $operation == 'password' && $wechatuser['isregister'];
}

if(submitcheck('profilesubmit')) {

        require_once libfile('function/discuzcode');

        $forum = $setarr = $verifyarr = $errorarr = array();
        $forumfield = array('customstatus', 'sightml');

        $censor = discuz_censor::instance();

        if($_GET['vid']) {
                $vid = intval($_GET['vid']);
                if (getuserprofile('verify' . $vid) == 1) {
                        showmessage('spacecp_profile_message2');
                }
                $verifyconfig = $_G['setting']['verify'][$vid];
                if($verifyconfig['available'] && (empty($verifyconfig['groupid']) || in_array($_G['groupid'], $verifyconfig['groupid']))) {
                        $verifyinfo = C::t('common_member_verify_info')->fetch_by_uid_verifytype($_G['uid'], $vid);
                        if(!empty($verifyinfo)) {
                                $verifyinfo['field'] = dunserialize($verifyinfo['field']);
                        }
                        foreach($verifyconfig['field'] as $key => $field) {
                                if(!isset($verifyinfo['field'][$key])) {
                                        $verifyinfo['field'][$key] = $key;
                                }
                        }
                } else {
                        $_GET['vid'] = $vid = 0;
                        $verifyconfig = array();
                }
        }
        if(isset($_POST['birthprovince'])) {
                $initcity = array('birthprovince', 'birthcity', 'birthdist', 'birthcommunity');
                foreach($initcity as $key) {
                        $_GET[''.$key] = $_POST[$key] = !empty($_POST[$key]) ? $_POST[$key] : '';
                }
        }
        if(isset($_POST['resideprovince'])) {
                $initcity = array('resideprovince', 'residecity', 'residedist', 'residecommunity');
                foreach($initcity as $key) {
                        $_GET[''.$key] = $_POST[$key] = !empty($_POST[$key]) ? $_POST[$key] : '';
                }
        }
        foreach($_POST as $key => $value) {
                $field = $_G['cache']['profilesetting'][$key];
                if(in_array($field['formtype'], array('text', 'textarea')) || in_array($key, $forumfield)) {
                        $censor->check($value);
                        if($censor->modbanned() || $censor->modmoderated()) {
                                profile_showerror($key, lang('spacecp', 'profile_censor'));
                        }
                }
                if(in_array($key, $forumfield)) {
                        if($key == 'sightml') {
                                loadcache(array('smilies', 'smileytypes'));
                                $value = cutstr($value, $_G['group']['maxsigsize'], '');
                                foreach($_G['cache']['smilies']['replacearray'] AS $skey => $smiley) {
                                        $_G['cache']['smilies']['replacearray'][$skey] = '[img]'.$_G['siteurl'].'static/image/smiley/'.$_G['cache']['smileytypes'][$_G['cache']['smilies']['typearray'][$skey]]['directory'].'/'.$smiley.'[/img]';
                                }
                                $value = preg_replace($_G['cache']['smilies']['searcharray'], $_G['cache']['smilies']['replacearray'], trim($value));
                                $forum[$key] = discuzcode($value, 1, 0, 0, 0, $_G['group']['allowsigbbcode'], $_G['group']['allowsigimgcode'], 0, 0, 1);
                        } elseif($key=='customstatus' && $allowcstatus) {
                                $forum[$key] = dhtmlspecialchars(trim($value));
                        }
                        continue;
                } elseif($field && !$field['available']) {
                        continue;
                } elseif($key == 'timeoffset') {
                        if($value >= -12 && $value <= 12 || $value == 9999) {
                                C::t('common_member')->update($_G['uid'], array('timeoffset' => intval($value)));
                        }
                } elseif($key == 'site') {
                        if(!in_array(strtolower(substr($value, 0, 6)), array('http:/', 'https:', 'ftp://', 'rtsp:/', 'mms://')) && !preg_match('/^static\//', $value) && !preg_match('/^data\//', $value)) {
                                $value = 'http://'.$value;
                        }
                }
                if($field['formtype'] == 'file') {
                        if((!empty($_FILES[$key]) && $_FILES[$key]['error'] == 0) || (!empty($space[$key]) && empty($_GET['deletefile'][$key]))) {
                                $value = '1';
                        } else {
                                $value = '';
                        }
                }
                if(empty($field)) {
                        continue;
                } elseif(profile_check($key, $value, $space)) {
                        $setarr[$key] = dhtmlspecialchars(trim($value));
                } else {
                        if($key=='birthprovince') {
                                $key = 'birthcity';
                        } elseif($key=='resideprovince' || $key=='residecommunity'||$key=='residedist') {
                                $key = 'residecity';
                        } elseif($key=='birthyear' || $key=='birthmonth') {
                                $key = 'birthday';
                        }
                        profile_showerror($key);
                }
                if($field['formtype'] == 'file') {
                        unset($setarr[$key]);
                }
                if (isset($setarr[$key]) && $_G['cache']['profilesetting'][$key]['unchangeable'] && $space[$key]) {
                        unset($setarr[$key]);
                }
                if($vid && $verifyconfig['available'] && isset($verifyconfig['field'][$key])) {
                        if(isset($verifyinfo['field'][$key]) && $setarr[$key] !== $space[$key]) {
                                $verifyarr[$key] = $setarr[$key];
                        }
                        unset($setarr[$key]);
                }
                if(isset($setarr[$key]) && $_G['cache']['profilesetting'][$key]['needverify']) {
                        if($setarr[$key] !== $space[$key]) {
                                $verifyarr[$key] = $setarr[$key];
                        }
                        unset($setarr[$key]);
                }
        }
        if($_GET['deletefile'] && is_array($_GET['deletefile'])) {
                foreach($_GET['deletefile'] as $key => $value) {
                        if(isset($_G['cache']['profilesetting'][$key]) && $_G['cache']['profilesetting'][$key]['formtype'] == 'file') {
                                $verifyarr[$key] = $setarr[$key] = '';
                        }
                }
        }
        if($_FILES) {
                $upload = new discuz_upload();
                foreach($_FILES as $key => $file) {
                        if(!isset($_G['cache']['profilesetting'][$key])) {
                                continue;
                        }
                        $field = $_G['cache']['profilesetting'][$key];
                        if((!empty($file) && $file['error'] == 0) || (!empty($space[$key]) && empty($_GET['deletefile'][$key]))) {
                                $value = '1';
                        } else {
                                $value = '';
                        }
                        if(!profile_check($key, $value, $space)) {
                                profile_showerror($key);
                        } elseif($field['size'] && $field['size']*1024 < $file['size']) {
                                profile_showerror($key, lang('spacecp', 'filesize_lessthan').$field['size'].'KB');
                        } elseif($_G['cache']['profilesetting'][$key]['unchangeable'] && !empty($space[$key])){
                                profile_showerror($key);
                        }
                        $upload->init($file, 'profile');
                        $attach = $upload->attach;

                        if(!$upload->error()) {
                                $upload->save();

                                if(!$upload->get_image_info($attach['target'])) {
                                        @unlink($attach['target']);
                                        continue;
                                }
                                $setarr[$key] = '';
                                $attach['attachment'] = dhtmlspecialchars(trim($attach['attachment']));
                                if($vid && $verifyconfig['available'] && isset($verifyconfig['field'][$key])) {
                                        if(isset($verifyinfo['field'][$key])) {
                                                $verifyarr[$key] = $attach['attachment'];
                                        }
                                        continue;
                                }
                                if(isset($setarr[$key]) && $_G['cache']['profilesetting'][$key]['needverify']) {
                                        $verifyarr[$key] = $attach['attachment'];
                                        continue;
                                }
                                $setarr[$key] = $attach['attachment'];
                        }

                }
        }
        if($vid && !empty($verifyinfo['field']) && is_array($verifyinfo['field'])) {
                foreach($verifyinfo['field'] as $key => $fvalue) {
                        if(!isset($verifyconfig['field'][$key])) {
                                unset($verifyinfo['field'][$key]);
                                continue;
                        }
                        if(empty($verifyarr[$key]) && !isset($verifyarr[$key]) && isset($verifyinfo['field'][$key])) {
                                $verifyarr[$key] = !empty($fvalue) && $key != $fvalue ? $fvalue : $space[$key];
                        }
                }
        }
        if($forum) {
                if(!$_G['group']['maxsigsize']) {
                        $forum['sightml'] = '';
                }
                C::t('common_member_field_forum')->update($_G['uid'], $forum);

        }

        if(isset($_POST['birthmonth']) && ($space['birthmonth'] != $_POST['birthmonth'] || $space['birthday'] != $_POST['birthday'])) {
                $setarr['constellation'] = get_constellation($_POST['birthmonth'], $_POST['birthday']);
        }
        if(isset($_POST['birthyear']) && $space['birthyear'] != $_POST['birthyear']) {
                $setarr['zodiac'] = get_zodiac($_POST['birthyear']);
        }
        if($setarr) {
                C::t('common_member_profile')->update($_G['uid'], $setarr);
        }

        if($verifyarr) {
                C::t('common_member_verify_info')->delete_by_uid($_G['uid'], $vid);
                $setverify = array(
                                'uid' => $_G['uid'],
                                'username' => $_G['username'],
                                'verifytype' => $vid,
                                'field' => serialize($verifyarr),
                                'dateline' => $_G['timestamp']
                        );

                C::t('common_member_verify_info')->insert($setverify);
                if(!(C::t('common_member_verify')->count_by_uid($_G['uid']))) {
                        C::t('common_member_verify')->insert(array('uid' => $_G['uid']));
                }
                if($_G['setting']['verify'][$vid]['available']) {
                        manage_addnotify('verify_'.$vid, 0, array('langkey' => 'manage_verify_field', 'verifyname' => $_G['setting']['verify'][$vid]['title'], 'doid' => $vid));
                }
        }

        if(isset($_POST['privacy'])) {
                foreach($_POST['privacy'] as $key=>$value) {
                        if(isset($_G['cache']['profilesetting'][$key])) {
                                $space['privacy']['profile'][$key] = intval($value);
                        }
                }
                C::t('common_member_field_home')->update($space['uid'], array('privacy'=>serialize($space['privacy'])));
        }

        manyoulog('user', $_G['uid'], 'update');

        include_once libfile('function/feed');
        feed_add('profile', 'feed_profile_update_'.$operation, array('hash_data'=>'profile'));
        countprofileprogress();
        $message = $vid ? lang('spacecp', 'profile_verify_verifying', array('verify' => $verifyconfig['title'])) : '';
        profile_showsuccess($message);

} elseif(submitcheck('passwordsubmit', 0, $seccodecheck, $secqaacheck)) {

        $membersql = $memberfieldsql = $authstradd1 = $authstradd2 = $newpasswdadd = '';
        $setarr = array();
        $emailnew = dhtmlspecialchars($_GET['emailnew']);
        $ignorepassword = 0;
        if($_G['setting']['connect']['allow']) {
                $connect = C::t('#qqconnect#common_member_connect')->fetch($_G['uid']);
                if($connect['conisregister']) {
                        $_GET['oldpassword'] = '';
                        $ignorepassword = 1;
                        if(empty($_GET['newpassword'])) {
                                showmessage('profile_passwd_empty');
                        }
                }
        }

        if(in_array('mobile', $_G['setting']['plugins']['available']) && $wechatuser['isregister']) {
                $_GET['oldpassword'] = '';
                $ignorepassword = 1;
                if(empty($_GET['newpassword'])) {
                        showmessage('profile_passwd_empty');
                }
        }

        if($_GET['questionidnew'] === '') {
                $_GET['questionidnew'] = $_GET['answernew'] = '';
        } else {
                $secquesnew = $_GET['questionidnew'] > 0 ? random(8) : '';
        }

        if(!empty($_GET['newpassword']) && $_G['setting']['strongpw']) {
                $strongpw_str = array();
                if(in_array(1, $_G['setting']['strongpw']) && !preg_match("/\d+/", $_GET['newpassword'])) {
                        $strongpw_str[] = lang('member/template', 'strongpw_1');
                }
                if(in_array(2, $_G['setting']['strongpw']) && !preg_match("/[a-z]+/", $_GET['newpassword'])) {
                        $strongpw_str[] = lang('member/template', 'strongpw_2');
                }
                if(in_array(3, $_G['setting']['strongpw']) && !preg_match("/[A-Z]+/", $_GET['newpassword'])) {
                        $strongpw_str[] = lang('member/template', 'strongpw_3');
                }
                if(in_array(4, $_G['setting']['strongpw']) && !preg_match("/[^a-zA-z0-9]+/", $_GET['newpassword'])) {
                        $strongpw_str[] = lang('member/template', 'strongpw_4');
                }
                if($strongpw_str) {
                        showmessage(lang('member/template', 'password_weak').implode(',', $strongpw_str));
                }
        }
        if(!empty($_GET['newpassword']) && $_GET['newpassword'] != addslashes($_GET['newpassword'])) {
                showmessage('profile_passwd_illegal', '', array(), array('return' => true));
        }
        if(!empty($_GET['newpassword']) && $_GET['newpassword'] != $_GET['newpassword2']) {
                showmessage('profile_passwd_notmatch', '', array(), array('return' => true));
        }

        loaducenter();
        if($emailnew != $_G['member']['email']) {
                include_once libfile('function/member');
                checkemail($emailnew);
        }
        $ucresult = uc_user_edit(addslashes($_G['username']), $_GET['oldpassword'], $_GET['newpassword'], '', $ignorepassword, $_GET['questionidnew'], $_GET['answernew']);
        if($ucresult == -1) {
                showmessage('profile_passwd_wrong', '', array(), array('return' => true));
        } elseif($ucresult == -4) {
                showmessage('profile_email_illegal', '', array(), array('return' => true));
        } elseif($ucresult == -5) {
                showmessage('profile_email_domain_illegal', '', array(), array('return' => true));
        } elseif($ucresult == -6) {
                showmessage('profile_email_duplicate', '', array(), array('return' => true));
        }

        if(!empty($_GET['newpassword']) || $secquesnew) {
                $setarr['password'] = md5(random(10));
        }
        if($_G['setting']['connect']['allow']) {
                C::t('#qqconnect#common_member_connect')->update($_G['uid'], array('conisregister' => 0));
        }

        if(in_array('mobile', $_G['setting']['plugins']['available']) && $wechatuser['isregister']) {
                C::t('#wechat#common_member_wechat')->update($_G['uid'], array('isregister' => 0));
        }

        $authstr = false;
        if($emailnew != $_G['member']['email']) {
                if(emailcheck_send($space['uid'], $emailnew)) {
                        $authstr = true;
                        dsetcookie('newemail', "{$space['uid']}\t$emailnew\t{$_G['timestamp']}", 31536000);
                }
        }
        if($setarr) {
                if($_G['member']['freeze'] == 1) {
                        $setarr['freeze'] = 0;
                }
                C::t('common_member')->update($_G['uid'], $setarr);
        }
        if($_G['member']['freeze'] == 2 || $_G['member']['freeze'] == -1) {
                $status = C::t('common_member_validate')->fetch($_G['uid']);
                if($status) {
                        C::t('common_member_validate')->update($_G['uid'], array(
                                'submitdate' => TIMESTAMP,
                                'submittimes' => $status['submittimes'] + 1,
                                'status' => 0,
                                'message' => dhtmlspecialchars(addslashes($_POST['freezereson'])),
                        ));
                } else {
                        C::t('common_member_validate')->insert(array(
                                'uid' => $_G['uid'],
                                'submitdate' => TIMESTAMP,
                                'moddate' => 0,
                                'admin' => '',
                                'submittimes' => 1,
                                'status' => 0,
                                'message' => dhtmlspecialchars(addslashes($_POST['freezereson'])),
                                'remark' => '',
                        ), false, true);
                }
                manage_addnotify('verifyuser');
        }

        if($authstr) {
                showmessage('profile_email_verify', 'home.php?mod=spacecp&ac=profile&op=password');
        } else {
                showmessage('profile_succeed', 'home.php?mod=spacecp&ac=profile&op=password');
        }
}

if($operation == 'password') {

        $interval = $_G['setting']['mailinterval'] > 0 ? (int)$_G['setting']['mailinterval'] : 300;
        $resend = getcookie('resendemail');
        $resend = empty($resend) ? true : (TIMESTAMP - $resend) > $interval;
        $newemail = getcookie('newemail');
        $space['newemail'] = !$space['emailstatus'] ? $space['email'] : '';
        if(!empty($newemail)) {
                $mailinfo = explode("\t", $newemail);
                if(is_array($mailinfo) && $mailinfo[0] == $_G['uid'] && isemail($mailinfo[1])) {
                        if($space['emailstatus'] && !$space['freeze'] && strcasecmp($mailinfo[1], $space['email']) === 0) {
                                dsetcookie('newemail', '', -1);
                                $space['newemail'] = '';
                        } else {
                                $space['newemail'] = $mailinfo[1];
                        }
                }
        }

        if($_GET['resend'] && $resend && $_GET['formhash'] == FORMHASH) {
                $toemail = $space['newemail'] ? $space['newemail'] : $space['email'];
                if(emailcheck_send($space['uid'], $toemail)) {
                        dsetcookie('newemail', "{$space['uid']}\t$toemail\t{$_G['timestamp']}", 31536000);
                        dsetcookie('resendemail', TIMESTAMP);
                        showmessage('send_activate_mail_succeed', "home.php?mod=spacecp&ac=profile&op=password");
                } else {
                        showmessage('send_activate_mail_error', 'home.php?mod=spacecp&ac=profile&op=password', array('interval' => $interval));
                }
        } elseif ($_GET['resend']) {
                showmessage('send_activate_mail_error', 'home.php?mod=spacecp&ac=profile&op=password', array('interval' => $interval));
        }
        if(!empty($space['newemail'])) {
                $acitvemessage = lang('spacecp', 'email_acitve_message', array('newemail' => $space['newemail'], 'imgdir' => $_G['style']['imgdir'], 'formhash' => FORMHASH));
        }
        $actives = array('password' =>' class="a"');
        $navtitle = lang('core', 'title_password_security');
        if($_G['member']['freeze'] == 2 || $_G['member']['freeze'] == -1) {
                $fzvalidate = C::t('common_member_validate')->fetch($space['uid']);
                $space['freezereson'] = $fzvalidate['message'];
                $space['freezemodremark'] = $fzvalidate['remark'];
                $space['freezemoddate'] = dgmdate($fzvalidate['moddate'], 'Y-m-d H:i:s');
                $space['freezemodadmin'] = $fzvalidate['admin'];
                $space['freezemodsubmittimes'] = $fzvalidate['submittimes'];
        }

} else {

        space_merge($space, 'field_home');
        space_merge($space, 'field_forum');

        require_once libfile('function/editor');
        $space['sightml'] = html2bbcode($space['sightml']);

        $vid = $_GET['vid'] ? intval($_GET['vid']) : 0;

        $privacy = $space['privacy']['profile'] ? $space['privacy']['profile'] : array();
        $_G['setting']['privacy'] = $_G['setting']['privacy'] ? $_G['setting']['privacy'] : array();
        $_G['setting']['privacy'] = is_array($_G['setting']['privacy']) ? $_G['setting']['privacy'] : dunserialize($_G['setting']['privacy']);
        $_G['setting']['privacy']['profile'] = !empty($_G['setting']['privacy']['profile']) ? $_G['setting']['privacy']['profile'] : array();
        $privacy = array_merge($_G['setting']['privacy']['profile'], $privacy);

        $actives = array('profile' =>' class="a"');
        $opactives = array($operation =>' class="a"');
        $allowitems = array();
        if(in_array($operation, array('base', 'contact', 'edu', 'work', 'info'))) {
                $allowitems = $profilegroup[$operation]['field'];
        } elseif($operation == 'verify') {
                if($vid == 0) {
                        foreach($_G['setting']['verify'] as $key => $setting) {
                                if($setting['available'] && (empty($setting['groupid']) || in_array($_G['groupid'], $setting['groupid']))) {
                                        $_GET['vid'] = $vid = $key;
                                        break;
                                }
                        }
                }

                if(empty($_G['setting']['verify'][$vid]['groupid']) || in_array($_G['groupid'], $_G['setting']['verify'][$vid]['groupid'])) {
                        $actives = array('verify' =>' class="a"');
                        $opactives = array($operation.$vid =>' class="a"');
                        $allowitems = $_G['setting']['verify'][$vid]['field'];
                }
        }
        $showbtn = ($vid && $verify['verify'.$vid] != 1) || empty($vid);
        if($vid) {
                if($value = C::t('common_member_verify_info')->fetch_by_uid_verifytype($_G['uid'], $vid)) {
                        $field = dunserialize($value['field']);
                        foreach($field as $key => $fvalue) {
                                $space[$key] = $fvalue;
                        }
                }
        }
        $htmls = $settings = array();
        foreach($allowitems as $fieldid) {
                if(!in_array($fieldid, array('sightml', 'customstatus', 'timeoffset'))) {
                        $html = profile_setting($fieldid, $space, $vid ? false : true);
                        if($html) {
                                $settings[$fieldid] = $_G['cache']['profilesetting'][$fieldid];
                                $htmls[$fieldid] = $html;
                        }
                }
        }

}

include template("home/spacecp_profile");

function profile_showerror($key, $extrainfo = '') {
        echo '<script>';
        echo 'parent.show_error("'.$key.'", "'.$extrainfo.'");';
        echo '</script>';
        exit();
}

function profile_showsuccess($message = '') {
        echo '<script type="text/javascript">';
        echo "parent.show_success('$message');";
        echo '</script>';
        exit();
}
我要说一句 收起回复

回复

 懒得打字嘛,点击右侧快捷回复【查看最新发布】   【应用商城享更多资源】
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

图文热点
关闭

站长推荐上一条 /1 下一条

最新热评 加载中...
AI智能体
投诉/建议联系

discuzaddons@vip.qq.com

未经授权禁止转载,复制和建立镜像,
如有违反,按照公告处理!!!
  • 联系QQ客服
  • 添加微信客服

联系DZ插件网微信客服|最近更新|Archiver|手机版|小黑屋|DZ插件网! ( 鄂ICP备20010621号-1 )|网站地图 知道创宇云防御

您的IP:216.73.216.10,GMT+8, 2025-5-31 08:28 , Processed in 0.569565 second(s), 72 queries , Gzip On, Redis On.

Powered by Discuz! X5.0 Licensed

© 2001-2025 Discuz! Team.

关灯 在本版发帖
扫一扫添加微信客服
QQ客服返回顶部
快速回复 返回顶部 返回列表