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 '