作者:用户wuhqqnrd0m | 来源:互联网 | 2018-07-17 04:16
php 文件安装方法
require_once('inc.php');
if(!file_exists($l_file)){
echo getstop();
if(!file_exists($c_file)){
if($_SERVER['REQUEST_METHOD']=='POST' && $_POST['hostname']!='' && $_POST['database']!='' && $_POST['username']!=''){
if(@mysql_connect($_POST['hostname'], $_POST['username'], $_POST['password'])){
if(mysql_select_db($_POST['database']) || mysql_query('CREATE DATABASE '.$_POST['database'])){
$c_cOntent="";
writeText($c_file,$c_content);
}else{
$e=1;
}
}else{
$e=2;
}
echo '';
}else{
if(isset($_GET['e']))$msg=$_GET['e']==2?'无法连接数据库!':'无法建立数据库!';
if(isset($msg))echo '
'.$msg.'
';
?>
第1步:配置MySQL
}
}else{
echo '
要安装'.$app_n.',请先删除“'.$b_file.'”。
';
}
echo getsfoot();
}else{
header('Location:../');