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/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : /www/wwwroot/saimikebio.com/ecshopjcw/templates/clear.htm
<!-- $Id: agency_list.htm 14216 2008-03-10 02:27:21Z testyang $ -->

{include file="pageheader.htm"}
<script language='javascript'>  
function sumbit_sure(){  
var gnl=confirm('确定要删除吗?');  
	if (gnl==true){  
	return true;  
	}else{  
	return false;  
	}  
}  
</script>
<form method="post" action="database.php?act=cleardata" name="clearForm" onsubmit="return sumbit_sure()">
<div id="listDiv" class="list-div">
<table cellspacing='1' cellpadding='3' >
  <tr>
    <th colspan="2">清空数据项目</th>
  </tr>
  <tr>
    <td><input type="radio" name="type" value="full" class="radio" checked="checked">商品+会员</td>
    <td>同时清空商品和会员数据,并删除部分图片(商品缩略图请手动在images目录中删除)</td>
  </tr>
  <tr>
    <td><input type="radio" name="type" value="product" class="radio">商品数据</td>
    <td>清空商品相关数据及部分图片,商品缩略图请手动在images目录中删除,如:201706类似的目录名称</td>
  </tr>
  <tr>
    <td><input type="radio" name="type" value="users" class="radio">会员数据</td>
    <td>清空会员相关数据及FTP中的图片</td>
  </tr>
  <tr>
    <td>{$lang.manager_username}</td>
    <td><input type="text" name="username" size="34" style="text-align:left;"></td>
  </tr>
  <tr>
    <td>{$lang.manager_password}</td>
    <td><input type="password" name="password" size="34"></td>
  </tr>
  <tr>
    <td colspan=2 style="color:red; font-size: 12px; font-weight: 700;">数据无价,需谨慎操作,操作本项前请先备份好FTP及数据库,否则损失自负!</td>
  </tr>
  <tr>
    <td colspan=2><input name="clear" type="submit" id="btnSubmit" value="{$lang.clear_demo_data}" class="button" /></td>
  </tr>
</table>
</div>
</form>
{include file="pagefooter.htm"}