Server : Apache System : Linux iZ2vcgyutqttsd1p850kl8Z 3.10.0-1160.92.1.el7.x86_64 #1 SMP Tue Jun 20 11:48:01 UTC 2023 x86_64 User : www ( 1000) PHP Version : 5.6.40 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 Directory : /www/wwwroot/saimikebio.com/ecshopjcw/templates/ |
<!-- $Id: integrates_uc_import.htm 14960 2008-10-20 05:23:26Z testyang $ --> {include file="pageheader.htm"} <!-- start integrate setup form --> <div style="border: 1px solid #CC0000;background-color:#FFFFCE;color:#CE0000;padding:4px;" >{$lang.uc_import_notice}</div> <div class="main-div" style="padding:5px;"> <form action="integrate.php" method="post" name="theForm"> <h3>{$user_startid_intro}</h3> <h3>{$lang.uc_members_merge}</h3> <ul> <li style="list-style-type:none;"><input type="radio" name="merge" value="1" checked="checked" />{$lang.uc_members_merge_way1}</li> <li style="list-style-type:none;"><input type="radio" name="merge" value="2" />{$lang.uc_members_merge_way2}</li> </ul> <p id="ECS_NOTICE"></p> <input type="button" value="{$lang.start_import}" class="button" onclick="import_start(this)"> </form> </div> <!-- end integrate setup form --> {insert_scripts files="../js/utils.js,validator.js"} {literal} <script language="JavaScript"> <!-- onload = function() { // 开始检查订单 startCheckOrder(); } function import_start(obj) { var frm = document.forms['theForm']; var merge = -1; for (var i=0; i<frm.elements['merge'].length; i++) { if (frm.elements['merge'][i].checked) { merge = frm.elements['merge'][i].value; } } if (merge < 0) { alert(no_method); return; } var notice = document.getElementById('ECS_NOTICE'); notice.innerHTML = user_importing; obj.disabled = true; Ajax.call('integrate.php?act=import_user', 'start=0&merge=' + merge, checkResponse, 'GET', 'JSON'); } function checkResponse(result) { if (result.error > 0) { alert(result.message); } if (result.error == 0) { var notice = document.getElementById('ECS_NOTICE'); notice.innerHTML = result.message; window.setTimeout(function () { location.href='integrate.php?act=complete'; }, 1000); } } //--> </script> {/literal} {include file="pagefooter.htm"}