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/widget/bfw/lang/gbutf8/temp/ |
<?php if(!defined('InEmpireBak')) { exit(); } ?> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>执行SQL语句</title> <link href="images/css.css" rel="stylesheet" type="text/css"> </head> <body> <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1"> <tr> <td height="25">位置:执行SQL语句</td> </tr> </table> <br> <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder"> <form action="phome.php" method="POST" name="form1" onsubmit="return confirm('确认要执行?');"> <tr class="header"> <td height="25"><div align="center">执行SQL语句</div></td> </tr> <tr> <td height="25" bgcolor="#FFFFFF"><div align="center"> <table width="560" border="0" cellpadding="3" cellspacing="1"> <tr> <td width="50%">数据库: <select name="mydbname" id="mydbname"> <option value=""></option> <?php echo $db; ?> </select> </td> <td><div align="right">数据编码: <input name="mydbchar" type="text" id="mydbchar" value="<?=$phome_db_char?>" size="16"> <font color="#666666"> <select name="selectchar" onchange="document.form1.mydbchar.value=this.value"> <option value="">选择</option> <?php echo $chars; ?> </select> </font></div></td> </tr> </table> </div></td> </tr> <tr> <td height="25" bgcolor="#FFFFFF"><div align="center"> <textarea name="query" cols="90" rows="12" id="query"></textarea> </div></td> </tr> <tr> <td height="25" bgcolor="#FFFFFF"><div align="center"> <input type="submit" name="Submit" value=" 执行SQL"> <input type="reset" name="Submit2" value="重置"> <input name="phome" type="hidden" id="phome" value="DoExecSql"> </div></td> </tr> </form> </table> <br> <br> <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder"> <form action="phome.php" method="post" enctype="multipart/form-data" name="form2" onsubmit="return confirm('确认要导入?');"> <tr class="header"> <td height="25"><div align="center">导入SQL文件</div></td> </tr> <tr> <td height="25" bgcolor="#FFFFFF"><div align="center"> <table width="560" border="0" cellpadding="3" cellspacing="1"> <tr> <td width="50%">数据库: <select name="mydbname" id="mydbname"> <option value=""></option> <?php echo $db; ?> </select> </td> <td><div align="right">数据编码: <input name="mydbchar" type="text" id="mydbchar" value="<?=$phome_db_char?>" size="16"> <font color="#666666"> <select name="selectchar" onchange="document.form2.mydbchar.value=this.value"> <option value="">选择</option> <?php echo $chars; ?> </select> </font></div></td> </tr> </table> </div></td> </tr> <tr> <td height="25" bgcolor="#FFFFFF"><div align="center"> <table width="560" border="0" cellspacing="1" cellpadding="3"> <tr> <td>SQL文件: <input name="file" type="file" size="38"> <font color="#666666">(*.sql,最大文件:<?php echo @get_cfg_var("file_uploads")?@get_cfg_var("upload_max_filesize"):'不允许上传';?>)</font> </td> </tr> </table> </div></td> </tr> <tr> <td height="25" bgcolor="#FFFFFF"><div align="center"> <input type="submit" name="Submit3" value="导入SQL"> <input type="reset" name="Submit22" value="重置"> <input name="phome" type="hidden" id="phome" value="DoTranExecSql"> </div></td> </tr> </form> </table> </body> </html>