⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 page4.php

📁 一个开源免费的php chat.采用txt作数据库,性能不错.
💻 PHP
字号:
<?phpinclude('engene.inc.php');$phpi = new phpInstaller();$dataDir = realpath(dirname(__FILE__).'/../engene_data');$phpi->dataDir($dataDir);$phpi->appName = gpv('appname');$phpi->ignore[] = 'test.';$phpi->addPath(gpv('rootpath'));$phpi->addPage('Pre-installation Check',file_get_contents('createinstaller/installer_pages/1.txt'));if(gpv('step_license')){	$lPath = $dataDir.'/license.html';	if($phpi->addMetaFile('LICENSE',$lPath,'text/html')){		$phpi->addPage('License',file_get_contents('createinstaller/installer_pages/2.txt'));	}else{		$phpi->message('The license could not be added. Check the file <var>'.$lPath.'</var>.');	}}$phpi->generate();?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -