php 网站在线安装源码
SmartB2B 是一款基于PHP、MySQL、Smarty的B2B行业电子商务网站管理系统,系统提供了供求模型、企业模型、产品模型、人才招聘模型、资讯模型等模块,适用于想在行业里取得领先地位的企业快速假设B2B网站,可以运行于Linux与Windows等多重服务器环境,安装方便,使用灵活。 系统使用当前流行的PHP语言开发,以MySQL为数据库,采用B/S架构,MVC模式开发。融入了模型化、模板
0
/*
+-------------------------------------------
|
| Technology of WeSpace Software
| ========================================
| Powered by WeSpace
| (c) 2006 wane.net
| F_Space Ver3.x
| ========================================
| Site: http://www.wesofts.com
|
+-------------------------------------------
| Autohr : wsfuyibing
| Email : websearch@163.com
| MSN : websearch@163.com
+-------------------------------------------
*/
error_reporting(E_ERROR | E_WARNING | E_PARSE);
set_magic_quotes_runtime(0);
define('IN_www.111cn.net',true);
define('IN_LICENSED',true);
define('WANE_ROOT','../');
$timestamp = time();
$configfile = '../config.inc.php';
/*
+-------------------------------------------
+ Check PHP version
+-------------------------------------------
*/
if (@phpversion()
{
$_COOKIE = &$HTTP_COOKIE_VARS;
$_SERVER = &$HTTP_SERVER_VARS;
$_FILES = &$HTTP_POST_FILES;
$_GET = &$HTTP_GET_VARS;
$_POST = &$HTTP_POST_VARS;
}
/*
+-------------------------------------------
+ Language
+-------------------------------------------
*/
$lang = in_array($_GET['lang'],array('gbk','big5','utf-8-gbk','utf-8-big5')) ? $_GET['lang'] : 'utf-8-gbk';
$charset = substr($lang ,0,5);
if (!file_exists('./'.$lang.'/language.php'))
{
exit('Can not load language file . ');
}
else
{
require_once './'.$lang.'/language.php';
}
/*
+-------------------------------------------
+ Step
+-------------------------------------------
*/
$step = file_exists('../upload/install.lock') ? '0' : ($_GET['step'] ? $_GET['step'] : '1');
$steps = 16;
$step = $step > $steps ? $steps : $step;
/*
+-------------------------------------------
+ Template
+-------------------------------------------
*/
$tpl_header = ''."\n";
$tpl_header .= ''."\n";
$tpl_header .= '
| '.$tplang['title'].' | '."\n\t\t".''.($step > 1 ? $tplang['lang_'.$lang].' ' : '').$tplang['step_name'].': '.$tplang['step'.$step].'('.$tplang['step_cur'].$step.$tplang['step_unit'].'/'.$tplang['step_total'].$steps.$tplang['step_unit'].') | '."\n\t".'
| '.$tplang['footer'].' | '."\n\t".'
|
=$tplang['step0_1']?> |
|
=$tplang['step_last']?> =$tplang['step_next']?> |
|
=$tplang['step_last']?> =$tplang['step_next']?> |
|
=$tplang['step4_0']?> |
|
=$tplang['step4_0']?> |
|
=$tplang['step6_1_0']?> |
|
=$tplang['step6_1_1']?> |
|
=$tplang['step6_2_0']?> |
|
=$tplang['step6_2_1']?> |
|
=$tplang['step_last']?> =$tplang['step_next']?> |
|
=$tplang['step4_0']?> |
|
=$tplang['step7_0_0']?> (=$sqlfile?>) |
|
=$tplang['step7_0_1']?> (=$sqlfile?>) |
|
=$tplang['step7_1']?> |
|
=$tplang['step_last']?> =$tplang['step_next']?> |
|
=$tplang['step4_0']?> |
|
=$tplang['step7_0_0']?> (=$sqlfile?>) |
|
=$tplang['step7_0_1']?> (=$sqlfile?>) |
|
=$tplang['step14_1']?> |
|
=$tplang['step_last']?> =$tplang['step_next']?> |
|
=$tplang['step15_1_0']?> =$tplang['step_last']?> |
|
=$tplang['step16_1']?> =$tplang['step16_2']?> |
|
=$tplang['step15_u']?>:=$username?> =$tplang['step15_p']?>:=$password?> =$tplang['step15_s']?>:=$sex=='1' ? $tplang['step15_s1'] : $tplang['step15_s2']?> =$tplang['step15_e']?>:=$email?> |
|
=$tplang['step16_1']?> =$tplang['step16_2']?> |
PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号