| Server IP : 156.238.232.47 / Your IP : 216.73.216.150 Web Server : nginx/1.25.3 System : Linux C202504152095410 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : www ( 1000) PHP Version : 8.3.25 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /www/data/wwwroot/2025_10_31_02/runtime/index/temp/ |
Upload File : |
<?php /*a:1:{s:72:"/www/data/wwwroot/2025_10_31_02/app/index/view/default/user/reginfo.html";i:1745821923;}*/ ?>
<?php echo ModuleInclude('public/header'); ?>
<!-- header top nav -->
<?php echo ModuleInclude('public/header_top_nav'); ?>
<!-- header simple nav -->
<?php echo ModuleInclude('public/header_nav_simple', [
'title' => MyLang('user.register_nav_title'),
'is_go_home' => '1',
'is_sm_hide' => '0'
]); ?>
<!-- conntent start -->
<div class="am-g user-register-container theme-data-edit-event" data-module="user_register" <?php if(!empty($user_register_bg_images)): ?>style="background: <?php if(empty($user_register_bg_color)): ?>#f5f5f5<?php else: ?><?php echo htmlentities((string) $user_register_bg_color); ?><?php endif; ?> url(<?php echo AttachmentPathViewHandle($user_register_bg_images); ?>);"<?php endif; ?>>
<div class="am-container">
<!-- 用户注册页面顶部钩子 -->
<?php if(isset($shopxo_is_develop) and $shopxo_is_develop == true): ?>
<div class="plugins-tag">
<span>plugins_view_user_reg_info_top</span>
</div>
<?php endif; if(!empty($plugins_view_user_reg_info_top_data) and is_array($plugins_view_user_reg_info_top_data)): foreach($plugins_view_user_reg_info_top_data as $hook): if(is_string($hook) or is_int($hook)): ?>
<?php echo $hook; ?>
<?php endif; ?>
<?php endforeach; ?>
<?php endif; ?>
<div class="register-container am-margin-auto">
<div class="register-top">
<!-- 用户注册页面钩子 -->
<?php if(isset($shopxo_is_develop) and $shopxo_is_develop == true): ?>
<div class="plugins-tag">
<span>plugins_view_user_reg_info</span>
</div>
<?php endif; if(!empty($plugins_view_user_reg_info_data) and is_array($plugins_view_user_reg_info_data)): foreach($plugins_view_user_reg_info_data as $hook): if(is_string($hook) or is_int($hook)): ?>
<?php echo $hook; ?>
<?php endif; ?>
<?php endforeach; ?>
<?php endif; ?>
</div>
<div class="am-radius-lg am-background-white">
<?php if(count($home_user_reg_type) > 0): ?>
<?php echo ModuleInclude('user/reg_content'); else: ?>
<div class="am-text-center am-padding-vertical-lg register-close">
<i class="am-icon-warning"></i>
<span><?php echo MyLang('user.register_close_tips'); ?></span>
</div>
<?php endif; ?>
</div>
</div>
<!-- 用户注册页面底部钩子 -->
<?php if(isset($shopxo_is_develop) and $shopxo_is_develop == true): ?>
<div class="plugins-tag">
<span>plugins_view_user_reg_info_bottom</span>
</div>
<?php endif; if(!empty($plugins_view_user_reg_info_bottom_data) and is_array($plugins_view_user_reg_info_bottom_data)): foreach($plugins_view_user_reg_info_bottom_data as $hook): if(is_string($hook) or is_int($hook)): ?>
<?php echo $hook; ?>
<?php endif; ?>
<?php endforeach; ?>
<?php endif; ?>
</div>
</div>
<!-- conntent end -->
<!-- 图片验证码 -->
<?php if(MyC('common_img_verify_state') == 1): ?>
<?php echo ModuleInclude('user/images_verify', ['type'=>'user_reg']); ?>
<?php endif; ?>
<?php echo ModuleInclude('public/footer'); ?>
<script type="text/javascript">
// 注册成功回调
function RegisterSuccessBack(e)
{
if(e.code == 0)
{
$.AMUI.progress.done();
Prompt(e.msg, 'success');
// 登录返回html处理
if((e.data.body_html || null) != null)
{
$('body').append(e.data.body_html);
}
setTimeout(function()
{
window.location.href = '<?php echo htmlentities((string) $referer_url); ?>';
}, 1500);
} else {
$('.register-container form.am-form').find('button[type="submit"]').button('reset');
$.AMUI.progress.done();
Prompt(e.msg);
}
}
</script>