Compare commits

...

32 Commits
master ... bnb

Author SHA1 Message Date
3f7d4bc19a update db.sql 2024-07-13 10:17:39 +08:00
dd3abacdf4 gitignore add .user.ini 2024-07-11 10:55:30 +08:00
893ece1936 bug fixed 2024-07-11 10:53:48 +08:00
183e514a60 bugfix 20240626 因為cf的api有修改 2024-06-26 03:50:44 +08:00
77fcfea674 bugfix 20240320 2024-03-20 16:45:22 +08:00
f42f397b1a bugfix 20240320 2024-03-20 16:40:39 +08:00
03e75ddb26 0001047 2024-03-13 11:20:24 +08:00
141416047d bug fix 2024-03-13 11:17:11 +08:00
2f7fee69bb subdomain去除尾部. 2024-03-13 11:13:34 +08:00
da866552d1 debug cf 2024-03-13 10:48:57 +08:00
754c71e75b debug cf 2024-03-13 09:57:08 +08:00
c0eb4586ef cf api有問題仍可操作,只是會提示要手動去cf修改 2024-03-13 09:11:48 +08:00
6bcf2bf94f debug cf 2024-03-13 01:09:28 +08:00
883588c9ee debug cf 2024-03-13 00:59:02 +08:00
26452144e1 test 2023-06-28 16:17:30 +08:00
1b1efd2076 移除訊息 2023-06-28 04:27:57 +08:00
d3fd3717d4 修改banner的圖寬度度為100% - 5 2023-05-25 15:33:19 +08:00
23ddd41f7d 修改banner的圖寬度度為100% - 4 2023-05-25 15:32:38 +08:00
66c1f319a6 修改banner的圖寬度度為100% - 3 2023-05-25 15:30:56 +08:00
97d1caf83e 修改banner的圖寬度度為100% - 2 2023-05-25 15:24:14 +08:00
4980f02024 修改banner的圖寬度度為100% 2023-05-25 15:19:58 +08:00
75a19e7638 0000372 房間加上排序功能 2023-05-17 00:39:00 +08:00
46982a26dc 0000365 日期改由自行輸入 2023-02-14 10:10:52 +08:00
b7f8689599 0000356 link canonical 2023-02-03 08:09:20 +08:00
f107d4fa0f 入口分類從config.php中改 2023-01-18 20:37:15 +08:00
56e214d9bf 入口分類從config.php中改 2023-01-18 20:35:45 +08:00
4c521531bd 加入line連結 2023-01-18 19:25:03 +08:00
058561dec2 delete index 2023-01-18 19:19:46 +08:00
5757aa6dc1 hualien 2023-01-18 19:19:12 +08:00
15378c8fa3 thmbnb 2023-01-18 18:51:26 +08:00
c35d519521 Merge branch 'bnb' of ssh://114.34.163.174:2222/wayne/bnbweb into bnb 2023-01-18 18:44:19 +08:00
b8309b7c04 加上line 2023-01-18 17:25:21 +08:00
145 changed files with 1564 additions and 3299 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
/images/
/temp/*
data/config.php
.vscode/
.user.ini
.htaccess

View File

@ -1,18 +1,5 @@
<?php
/**
* ECSHOP 记录管理员操作日志
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liubo $
* $Id: admin_logs.php 17217 2011-01-19 06:29:08Z liubo $
*/
define('IN_ECS', true);
require(dirname(__FILE__) . '/includes/init.php');

View File

@ -1,18 +1,5 @@
<?php
/**
* ECSHOP
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liubo $
* $Id: captcha_manage.php 17217 2011-01-19 06:29:08Z liubo $
*/
define('IN_ECS', true);
require(dirname(__FILE__) . '/includes/init.php');

View File

@ -1,18 +1,5 @@
<?php
/**
* ECSHOP 数据库管理
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liubo $
* $Id: database.php 17217 2011-01-19 06:29:08Z liubo $
*/
define('IN_ECS', true);
require(dirname(__FILE__) . '/includes/init.php');

View File

@ -57,12 +57,11 @@ class cloudflare
$t_result = curl_exec($ch);
curl_close($ch);
$result=json_decode($t_result,true);
if($result['success']){
return $result['result']['id'];
}
print_r($t_result);
return false;
return false;
}
function del_domain($iden){

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP 后台自动操作数据库的类文件
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liubo $
* $Id: cls_exchange.php 17217 2011-01-19 06:29:08Z liubo $
*/
if (!defined('IN_ECS'))
{

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP ZIP 处理类
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liubo $
* $Id: cls_phpzip.php 17217 2011-01-19 06:29:08Z liubo $
*/
if (!defined('IN_ECS'))
{

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP 数据库导出类
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liubo $
* $Id: cls_sql_dump.php 17217 2011-01-19 06:29:08Z liubo $
*/
if (!defined('IN_ECS'))
{
@ -307,7 +295,7 @@ class cls_sql_dump
}
}
$this->dump_sql .= '-- END ecshop v2.x SQL Dump Program ';
$this->dump_sql .= '-- END SQL Dump Program ';
$this->put_tables_list($path, $tables);
return $tables;
@ -330,13 +318,12 @@ class cls_sql_dump
$sys_info['mysql_ver'] = $this->db->version();
$sys_info['date'] = date('Y-m-d H:i:s');
$head = "-- ecshop v2.x SQL Dump Program\r\n".
$head = "-- SQL Dump Program\r\n".
"-- " . $sys_info['web_server'] . "\r\n".
"-- \r\n".
"-- DATE : ".$sys_info["date"]."\r\n".
"-- MYSQL SERVER VERSION : ".$sys_info['mysql_ver']."\r\n".
"-- PHP VERSION : ".$sys_info['php_ver']."\r\n".
"-- ECShop VERSION : ".VERSION."\r\n".
"-- Vol : " . $vol . "\r\n";
return $head;

View File

@ -40,7 +40,6 @@ else
include('../includes/config.php');
}
/* 取得当前ecshop所在的根目录 */
if(!defined('ADMIN_PATH'))
{
define('ADMIN_PATH','admin');
@ -99,7 +98,6 @@ if (strpos(PHP_SELF, '.php/') !== false)
exit();
}
/* 创建 ECSHOP 对象 */
$ecs = new ECS($db_name, $prefix);
define('DATA_DIR', $ecs->data_dir());
define('IMAGE_DIR', $ecs->image_dir());

View File

@ -540,7 +540,7 @@ function load_config()
if (empty($arr['integrate_code']))
{
$arr['integrate_code'] = 'ecshop'; // 默认的会员整合插件为 ecshop
$arr['integrate_code'] = 'ecshop';
}
write_static_cache('shop_config', $arr);
}

View File

@ -1,18 +1,5 @@
<?php
/**
* ECSHOP 管理中心模版相关公用函数库
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liubo $
* $Id: lib_template.php 17217 2011-01-19 06:29:08Z liubo $
*/
if (!defined('IN_ECS'))
{
die('Hacking attempt');

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP 调用日历 JS
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liubo $
* $Id: calendar.php 17217 2011-01-19 06:29:08Z liubo $
*/
$lang = (!empty($_GET['lang'])) ? trim($_GET['lang']) : 'zh_cn';

View File

@ -1,11 +1,3 @@
/**
* @file transport.js
* @description 用于支持AJAX的传输类
* @author ECShop R&D Team ( http://www.ecshop.com/ )
* @date 2007-03-08 Wednesday
* @license Licensed under the Academic Free License 2.1 http://www.opensource.org/licenses/afl-2.1.php
* @version 1.0.20070308
**/
var Transport =
{

File diff suppressed because it is too large Load Diff

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP 注册短信
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liuhui $
* $Id: sms_url.php 16654 2009-09-09 10:29:24Z liuhui $
*/
$url = '';
if(isset($GLOBALS['_CFG']['certificate_id']))

View File

@ -1370,12 +1370,6 @@ em, cite, th {
background: linear-gradient(91deg, rgba(66,165,224,1) 0%, rgba(86,180,235,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42A5E0', endColorstr='#56B4EB',GradientType=1 ); /* ie6-9 */
}
.z-bd .login-cloud.ecshop .btn-tab{
background: url(../images/ecshop-n.png) no-repeat center center;
}
.z-bd .login-cloud.ecshop .btn-tab:hover{
background: url(../images/ecshop-h.png) no-repeat center center;
}
.login-panel .panel-hd{
padding-bottom: 10px;
line-height: 1;

View File

@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>ECSHOP Menu</title>
<title>Menu</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="styles/general.css" rel="stylesheet" type="text/css" />
<script language="JavaScript">

View File

@ -7,7 +7,6 @@
{/foreach}
</ul>
<ul style="padding:0; margin: 0; list-style-type:none; color: #CC0000;">
<!-- <script type="text/javascript" src="http://bbs.ecshop.com/notice.php?v=1&n=8&f=ul"></script>-->
</ul>
<!-- directory install end -->
<!-- start personal message -->

View File

@ -86,7 +86,7 @@
<td><input type="checkbox" name="ad[{$portal.id}][]" value="2" {if $portal.block & 2}checked{/if}></td>
<td><input type="checkbox" name="ad[{$portal.id}][]" value="4" {if $portal.block & 4}checked{/if}></td>
<td><input type="checkbox" name="ad[{$portal.id}][]" value="8" {if $portal.block & 8}checked{/if}></td>
<td><input name="expire[{$portal.id}]" type="text" id="expire_{$portal.id}" size="15" value='{$portal.dstamp}' readonly="readonly" /><input name="selbtn{$portal.id}" type="button" id="selbtn{$portal.id}" onclick="return showCalendar('expire_{$portal.id}', '%Y-%m-%d', false, false, 'selbtn{$portal.id}');" value="{$lang.btn_select}" class="button"/></td>
<td><input name="expire[{$portal.id}]" type="text" id="expire_{$portal.id}" size="15" value='{$portal.dstamp}'/></td>
</tr>
{/foreach}
</table>

View File

@ -200,8 +200,6 @@ elseif ($_REQUEST['act'] == 'update')
$db->query($sql);
}
/* 代码增加2014-12-23 by www.68ecshop.com _star */
/* 更新会员的其它信息 */
$other = array();
$other['name'] = $_POST['name'];

File diff suppressed because it is too large Load Diff

View File

@ -26,7 +26,8 @@ class cloudflare
$this->domain = $_CFG['cf_domain'];
$this->zoneid = $_CFG['cf_site_id'];
$this->apikey = $_CFG['cf_api_key'];
$this->apiemail = $_CFG['cf_email'];
$this->token = 'kwtRK-E4WSXcOnqQyoFS4iooUsDR-mBLozFqByVP';
$this->apiemail = $_CFG['cf_email'];
$this->apiip = $_CFG['cf_ip'];
$this->error_msg = '';
}
@ -114,11 +115,11 @@ class cloudflare
$t_result = curl_exec($ch);
curl_close($ch);
$result=json_decode($t_result,true);
if($result['success']){
return $result['result']['id'];
}
return false;
return false;
}
function get_record($name){
@ -137,7 +138,6 @@ class cloudflare
$t_result = curl_exec($ch);
curl_close($ch);
$result=json_decode($t_result,true);
print_r($result);
foreach($result['result'] as $key=>$val){
if($val['name']==$name.'.'.$this->domain){
$id=$val['id'];

View File

@ -1,18 +1,5 @@
<?php
/**
* ECSHOP 后台自动操作数据库的类文件
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liubo $
* $Id: cls_exchange.php 17217 2011-01-19 06:29:08Z liubo $
*/
if (!defined('IN_ECS'))
{
die('Hacking attempt');

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP Google sitemap
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liubo $
* $Id: cls_google_sitemap.php 17217 2011-01-19 06:29:08Z liubo $
*/
if (!defined('IN_ECS'))
{

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP ZIP 处理类
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liubo $
* $Id: cls_phpzip.php 17217 2011-01-19 06:29:08Z liubo $
*/
if (!defined('IN_ECS'))
{

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP 数据库导出类
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liubo $
* $Id: cls_sql_dump.php 17217 2011-01-19 06:29:08Z liubo $
*/
if (!defined('IN_ECS'))
{
@ -330,13 +318,12 @@ class cls_sql_dump
$sys_info['mysql_ver'] = $this->db->version();
$sys_info['date'] = date('Y-m-d H:i:s');
$head = "-- ecshop v2.x SQL Dump Program\r\n".
$head = "-- SQL Dump Program\r\n".
"-- " . $sys_info['web_server'] . "\r\n".
"-- \r\n".
"-- DATE : ".$sys_info["date"]."\r\n".
"-- MYSQL SERVER VERSION : ".$sys_info['mysql_ver']."\r\n".
"-- PHP VERSION : ".$sys_info['php_ver']."\r\n".
"-- ECShop VERSION : ".VERSION."\r\n".
"-- Vol : " . $vol . "\r\n";
return $head;

View File

@ -102,7 +102,6 @@ if (strpos(PHP_SELF, '.php/') !== false)
exit();
}
/* 创建 ECSHOP 对象 */
$ecs = new ECS($db_name, $prefix);
define('DATA_DIR', $ecs->data_dir());
define('IMAGE_DIR', $ecs->image_dir());

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP 管理中心商品相关函数
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liubo $
* $Id: lib_goods.php 17217 2011-01-19 06:29:08Z liubo $
*/
if (!defined('IN_ECS'))
{

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP 管理中心公用函数库
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liubo $
* $Id: lib_main.php 17217 2011-01-19 06:29:08Z liubo $
*/
if (!defined('IN_ECS'))
{
@ -1381,7 +1369,6 @@ function update_stock_in($rec_id, $store_id)
}
}
/* 自动更新ECSHOP原来自带的库存表 */
function update_old_stock($goods_id, $attr_id)
{
$sql="select sum(store_number) from ". $GLOBALS['ecs']->table('store_goods_stock') ." where goods_id='$goods_id'";

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP 管理中心公用函数库
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liubo $
* $Id: lib_main.php 17217 2011-01-19 06:29:08Z liubo $
*/
if (!defined('IN_ECS'))
{
@ -311,7 +299,6 @@ function get_position_list()
function create_html_editor($input_name, $input_value = '')
{
global $smarty;
/* 修改 by www.68ecshop.com 百度编辑器 begin */
$HTML='
<script type="text/javascript" charset="utf-8" src="../includes/ueditor/ueditor.config.js"></script>
<script type="text/javascript" charset="utf-8" src="../includes/ueditor/ueditor.all.js"></script>
@ -325,7 +312,6 @@ function create_html_editor($input_name, $input_value = '')
});
</script>';
$smarty->assign('FCKeditor', $HTML);
/* 修改 by www.68ecshop.com 百度编辑器 end */
}

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP 管理中心模版相关公用函数库
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liubo $
* $Id: lib_template.php 17217 2011-01-19 06:29:08Z liubo $
*/
if (!defined('IN_ECS'))
{

View File

@ -1,18 +1,5 @@
<?php
/**
* ECSHOP 调用日历 JS
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liubo $
* $Id: calendar.php 17217 2011-01-19 06:29:08Z liubo $
*/
$lang = (!empty($_GET['lang'])) ? trim($_GET['lang']) : 'zh_cn';
if (!file_exists('../languages/' . $lang . '/calendar.php') || strrchr($lang,'.'))

View File

@ -1,11 +1,3 @@
/**
* @file transport.js
* @description 用于支持AJAX的传输类
* @author ECShop R&D Team ( http://www.ecshop.com/ )
* @date 2007-03-08 Wednesday
* @license Licensed under the Academic Free License 2.1 http://www.opensource.org/licenses/afl-2.1.php
* @version 1.0.20070308
**/
var Transport =
{

View File

@ -1,11 +1,3 @@
/**
* @file transport.js
* @description 用于支持AJAX的传输类
* @author ECShop R&D Team ( http://www.ecshop.com/ )
* @date 2007-03-08 Wednesday
* @license Licensed under the Academic Free License 2.1 http://www.opensource.org/licenses/afl-2.1.php
* @version 1.0.20070308
**/
var Transport =
{

View File

@ -266,12 +266,12 @@ elseif ($_REQUEST['act'] == 'insert' || $_REQUEST['act'] == 'update')
@unlink('../' . $row['image1']);
}
}
$original_img = $image->upload_image($_FILES['image1']); // 原始图片
if ($original_img === false)
{
sys_msg($image->error_msg(), 1, array(), false);
}
$image1 = $original_img; // 商品图片
$original_img = $image->upload_image($_FILES['image1']); // 原始图片
if ($original_img === false)
{
sys_msg($image->error_msg(), 1, array(), false);
}
$image1 = $original_img; // 商品图片
}
@ -664,12 +664,11 @@ elseif ($_REQUEST['act'] == 'toggle_enable')
/*------------------------------------------------------ */
elseif ($_REQUEST['act'] == 'edit_sort_order')
{
check_authz_json('room_manage');
// check_authz_json('room_manage');
$room_id = intval($_POST['id']);
$sort_order = intval($_POST['val']);
if ($exc->edit("sort_order = '$sort_order', last_update=" .gmtime(), $room_id))
if ($exc->edit("sort_order = '$sort_order', ustamp=" .time(), $room_id))
{
clear_cache_files();
make_json_result($sort_order);
@ -1594,8 +1593,8 @@ function room_list($id)
{
$filter['keyword'] = json_str_iconv($filter['keyword']);
}
$filter['sort_by'] = empty($_REQUEST['sort_by']) ? 'id' : trim($_REQUEST['sort_by']);
$filter['sort_order'] = empty($_REQUEST['sort_order']) ? 'DESC' : trim($_REQUEST['sort_order']);
$filter['sort_by'] = empty($_REQUEST['sort_by']) ? 'sort_order' : trim($_REQUEST['sort_by']);
$filter['sort_order'] = empty($_REQUEST['sort_order']) ? 'ASC' : trim($_REQUEST['sort_order']);
/* 关键字 */
if (!empty($filter['keyword']))

View File

@ -1344,12 +1344,6 @@ em, cite, th {
background: linear-gradient(91deg, rgba(66,165,224,1) 0%, rgba(86,180,235,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42A5E0', endColorstr='#56B4EB',GradientType=1 ); /* ie6-9 */
}
.z-bd .login-cloud.ecshop .btn-tab{
background: url(../images/ecshop-n.png) no-repeat center center;
}
.z-bd .login-cloud.ecshop .btn-tab:hover{
background: url(../images/ecshop-h.png) no-repeat center center;
}
.login-panel .panel-hd{
padding-bottom: 10px;
line-height: 1;

View File

@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>ECSHOP Menu</title>
<title>Menu</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="styles/general.css" rel="stylesheet" type="text/css" />
<script language="JavaScript">

View File

@ -18,7 +18,7 @@
</th>
<th><a href="javascript:listTable.sort('cname'); ">名稱</a>{$sort_cname}</th>
<th><a href="javascript:listTable.sort('is_on_sale'); ">是否上架</a>{$sort_is_on_sale}</th>
<!-- <th><a href="javascript:listTable.sort('sort_order'); ">{$lang.sort_order}</a>{$sort_sort_order}</th>-->
<th><a href="javascript:listTable.sort('sort_order'); ">{$lang.sort_order}</a>{$sort_sort_order}</th>
<th>{$lang.handler}</th>
<tr>
{foreach from=$room_list item=room}
@ -26,7 +26,7 @@
<td>&nbsp;{$room.id}</td>
<td class="first-cell">{$room.name|escape:html}</td>
<td align="center"><img src="images/{if $room.enable}yes{else}no{/if}.gif" onclick="listTable.toggle(this, 'toggle_enable', {$room.id})" /></td>
<!-- <td align="center"><span onclick="listTable.edit(this, 'edit_sort_order', {$room.id})">{$room.sort_order}</span></td>-->
<td align="center"><span onclick="listTable.edit(this, 'edit_sort_order', {$room.id})">{$room.sort_order}</span></td>
<td align="center">
<a href="room.php?act=edit&id={$room.id}" title="{$lang.edit}"><img src="images/icon_edit.gif" width="21" height="21" border="0" /></a>
<a href="javascript:;" onclick="listTable.remove({$room.id}, '確認刪除')" title="刪除"><img src="images/icon_trash.gif" width="21" height="21" border="0" /></a>

View File

@ -2,7 +2,6 @@
{include file="pageheader.htm"}
<!-- directory install start -->
<ul style="padding:0; margin: 0; list-style-type:none; color: #CC0000;">
<!-- <script type="text/javascript" src="http://bbs.ecshop.com/notice.php?v=1&n=8&f=ul"></script>-->
</ul>
<!-- directory install end -->
<!-- start personal message -->

View File

@ -1,50 +0,0 @@
<?php
// database host
$db_host = "localhost:3306";
// database name
$db_name = "yilanbnb_com_tw";
// database username
$db_user = "yilanbnb_com_tw";
// database password
$db_pass = "aScEnD12qw";
// table prefix
$prefix = "ecs_";
$timezone = "Asia/Taipei";
$cookie_path = "/";
$cookie_domain = "";
$session = "1440";
$hb_test = '0';
define('EC_CHARSET','utf-8');
if(!defined('ADMIN_PATH'))
{
define('ADMIN_PATH','admin');
}
define('AUTH_KEY', 'sdeSdawedDSWa2343sfDe');
define('OLD_AUTH_KEY', '');
define('API_TIME', '2017-05-09 11:45:47');
define('TOKEN_KEY','a49db4094e39246bebe51cc83ad47c15');
define('MAIN_DOMAIN','vr.h888.fun');
define('MOBILE_REGISTER',false);
define('BACK_NAME','後台系統');
define('BACK_COLOR','#003377');
define('MUST_LOGIN',false);
?>

930
db.sql

File diff suppressed because one or more lines are too long

View File

@ -41,14 +41,6 @@ class ECS
return '`' . $this->db_name . '`.`' . $this->prefix . $str . '`';
}
/**
* ECSHOP 密码编译方法;
*
* @access public
* @param string $pass 需要编译的原始密码
*
* @return string
*/
function compile_password($pass)
{
return md5($pass);
@ -105,13 +97,6 @@ class ECS
return $protocol . $host;
}
/**
* 获得 ECSHOP 当前环境的 URL 地址
*
* @access public
*
* @return void
*/
function url()
{
$curr = strpos(PHP_SELF, ADMIN_PATH . '/') !== false ?
@ -128,13 +113,6 @@ class ECS
return $this->get_domain() . $root;
}
/**
* 获得 ECSHOP 当前环境的 HTTP 协议方式
*
* @access public
*
* @return void
*/
function http()
{
if(isset($_SERVER['HTTP_X_FORWARDED_PROTO'])){

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP 用户级错误处理类
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liubo $
* $Id: cls_error.php 17217 2011-01-19 06:29:08Z liubo $
*/
if (!defined('IN_ECS'))
{

View File

@ -1,18 +1,4 @@
<?php
/**
* ECSHOP 字符集转换类
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* @author: 未知
* @version: v2.2
* ---------------------------------------------
* $Id: cls_iconv.php 17217 2011-01-19 06:29:08Z liubo $
*/
if (!defined('IN_ECS'))
{

View File

@ -1,28 +1,5 @@
<?php
/**
* ECSHOP 后台对上传文件的处理类(实现图片上传,图片缩小, 增加水印)
* 需要定义以下常量
* define('ERR_INVALID_IMAGE', 1);
* define('ERR_NO_GD', 2);
* define('ERR_IMAGE_NOT_EXISTS', 3);
* define('ERR_DIRECTORY_READONLY', 4);
* define('ERR_UPLOAD_FAILURE', 5);
* define('ERR_INVALID_PARAM', 6);
* define('ERR_INVALID_IMAGE_TYPE', 7);
* define('ROOT_PATH', '网站根目录')
*
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liubo $
* $Id: cls_image.php 17217 2011-01-19 06:29:08Z liubo $
*/
if (!defined('IN_ECS'))
{
die('Hacking attempt');

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP JSON
* ===========================================================
* * 鐗堟潈鎵€鏈 2005-2012 涓婃捣鍟嗘淳缃戠粶绉戞妧鏈夐檺鍏?徃锛屽苟淇濈暀鎵€鏈夋潈鍒┿€
* 缃戠珯鍦板潃: http://www.ecshop.com锛
* ----------------------------------------------------------
* 杩欎笉鏄?竴涓?嚜鐢辫蒋浠讹紒鎮ㄥ彧鑳藉湪涓嶇敤浜庡晢涓氱洰鐨勭殑鍓嶆彁涓嬪?绋嬪簭浠g爜杩涜??敼鍜
* 浣跨敤锛涗笉鍏佽?瀵圭▼搴忎唬鐮佷互浠讳綍褰㈠紡浠讳綍鐩?殑鐨勫啀鍙戝竷銆
* ==========================================================
* $Author: liubo $
* $Id: cls_json.php 17217 2011-01-19 06:29:08Z liubo $
*/
if (!defined('IN_ECS'))
{

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP 联通矩阵 相关函数类
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liubo $
* $Id: lib_article.php 16336 2009-06-24 07:09:13Z liubo $
*/
if (!defined('IN_ECS'))
{
die('Hacking attempt');
@ -685,7 +673,6 @@ class matrix
$total_fee = $order_info['goods_amount'] - $order_info['discount'] - $order_info['goods_discount_fee'] + $order_info['tax'] + $order_info['shipping_fee'] + $order_info['insure_fee'] + $order_info['pay_fee'] + $order_info['pack_fee'] + $order_info['card_fee'];
$paramss['total_trade_fee'] = $this->format_number($total_fee);//交易总额
// ECSHOP没有部分支付如果部分支付将ecshop的未支付改成部分支付
if ($paramss['pay_status'] == 'PAY_NO' && $paramss['payed_fee']>0) {
$paramss['pay_status'] = 'PAY_PART';
}

View File

@ -1,18 +1,5 @@
<?php
/**
* ECSHOP RSS
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liubo $
* $Id: cls_rss.php 17217 2011-01-19 06:29:08Z liubo $
*/
if (!defined('IN_ECS'))
{
die('Hacking attempt');
@ -1344,7 +1331,7 @@ class RSSBuilder extends RSSBase
} // end if
// header('Content-Disposition: inline; filename=rss_' . str_replace(' ', '', $this->title) . '.xml');
$this->output = '<' . '?xml version="1.0" encoding="' . $this->encoding . '"?' .'>' . "\n" .
'<!-- RSS generated by ECSHOP (http://www.ecshop.com) [' . date('Y-m-d H:i:s') .'] -->' . "\n" . $this->output;
'<!-- RSS generated [' . date('Y-m-d H:i:s') .'] -->' . "\n" . $this->output;
echo $this->output;
} // end function

View File

@ -258,7 +258,6 @@ class cls_session
setcookie($this->session_name, $this->session_id, 1, $this->session_cookie_path, $this->session_cookie_domain, $this->session_cookie_secure);
/* ECSHOP 自定义执行部分 */
$this->db->query('DELETE FROM ' . $this->session_data_table . " WHERE sesskey = '" . $this->session_id . "' LIMIT 1");

View File

@ -1,18 +1,5 @@
<?php
/**
* ECSHOP 短信模块 模型(类库)
* ============================================================================
* 版权所有 2005-2010 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: douqinghua $
* $Id: cls_sms.php 17155 2010-05-06 06:29:05Z douqinghua $
*/
if (!defined('IN_ECS'))
{
die('Hacking attempt');

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP SMTP 邮件类
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liubo $
* $Id: cls_smtp.php 17217 2011-01-19 06:29:08Z liubo $
*/
if (!defined('IN_ECS'))
{

View File

@ -1,18 +1,5 @@
<?php
/**
* ECSHOP SQL语句执行类。在调用该类方法之前请参看相应方法的说明。
*
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liubo $
* $Id: cls_sql_executor.php 17217 2011-01-19 06:29:08Z liubo $
*/
if (!defined('IN_ECS'))
{

View File

@ -1,18 +1,5 @@
<?php
/**
* ECSHOP 服务器之间数据传输器。采集到的信息包括HTTP头和HTTP体
* 并以一维数组的形式返回array('header' => 'bar', 'body' => 'foo')
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liubo $
* $Id: cls_transport.php 17217 2011-01-19 06:29:08Z liubo $
*/
if (!defined('IN_ECS'))
{

View File

@ -57,7 +57,6 @@ require(ROOT_PATH . 'includes/cls_ecshop.php');
require(ROOT_PATH . 'includes/cls_session.php');
require(ROOT_PATH . 'includes/lib_common.php');
/* 创建 ECSHOP 对象 */
$ecs = new ECS($db_name, $prefix);
define('DATA_DIR', $ecs->data_dir());
define('IMAGE_DIR', $ecs->image_dir());
@ -91,7 +90,7 @@ else
$enable = false;
}
/* 载入系统参数 */
/* <EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϵͳ<EFBFBD><EFBFBD><EFBFBD><EFBFBD> */
$_CFG = load_config();
$Config['Enabled'] = $enable;

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP 文章及文章分类相关函数库
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liubo $
* $Id: lib_article.php 17217 2011-01-19 06:29:08Z liubo $
*/
if (!defined('IN_ECS'))
{

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP 加密解密类
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liubo $
* $Id: lib_code.php 17217 2011-01-19 06:29:08Z liubo $
*/
if (!defined('IN_ECS'))
{

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP 支付插件排序文件
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liuhui $
* $Id: lib_compositor.php 2009-07-24 09:31:42Z liuhui $
*/
if(isset($modules))
{

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP LICENSE 相关函数库
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liubo $
* $Id: lib_article.php 16336 2009-06-24 07:09:13Z liubo $
*/
if (!defined('IN_ECS'))
{
@ -70,14 +58,6 @@ function make_shopex_ac($post_params, $token)
return md5($str . $token);
}
/**
* 功能:与 ECShop 交换数据
*
* @param array $certi 登录参数
* @param array $license 网店license信息
* @param bool $use_lib 使用哪一个json库0为ec1为shopex
* @return array
*/
function exchange_shop_license($certi, $license, $use_lib = 0)
{
if (!is_array($certi))

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP 公用函数库
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liubo $
* $Id: lib_common.php 17217 2011-01-19 06:29:08Z liubo $
*/
if (!defined('IN_ECS'))
{

View File

@ -1,17 +1,5 @@
<?php
/**
* UCenter 函数库
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liubo $
* $Id: lib_uc.php 17217 2011-01-19 06:29:08Z liubo $
*/
/**

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP 会员数据处理类
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 这是一个免费开源的软件;这意味着您可以在不用于商业目的的前提下对程序代码
* 进行修改、使用和再发布。
* ============================================================================
* $Author: liubo $
* $Id: ecshop.php 17217 2011-01-19 06:29:08Z liubo $
*/
if (!defined('IN_ECS'))
{
@ -33,7 +21,7 @@ if (isset($set_modules) && $set_modules == TRUE)
$modules[$i]['version'] = '2.0';
/* 插件的作者 */
$modules[$i]['author'] = 'ECSHOP R&D TEAM';
$modules[$i]['author'] = '';
/* 插件作者的官方网站 */
$modules[$i]['website'] = 'http://www.ecshop.com';

View File

@ -282,7 +282,6 @@ class integrate
if ($this->need_sync || (isset($this->is_ecshop) && $this->is_ecshop))
{
/* 如果需要同步或是ecshop插件执行这部分代码 */
$sql = "SELECT user_id FROM " . $GLOBALS['ecs']->table('users') . " WHERE ";
$sql .= (is_array($post_id)) ? db_create_in($post_id, 'user_name') : "user_name='". $post_id . "' LIMIT 1";
$col = $GLOBALS['db']->getCol($sql);
@ -326,7 +325,6 @@ class integrate
if (isset($this->ecshop) && $this->ecshop)
{
/* 如果是ecshop插件直接退出 */
return;
}

View File

@ -1,5 +1,5 @@
<?php
//主程式
define('IN_ECS', true);
require(dirname(__FILE__) . '/includes/init.php');
@ -48,6 +48,7 @@ if($site_type=='web'){
$smarty->assign('ad3_list', get_rand5_ad3($site_id));
$smarty->assign('ad4_list', get_all_ad4($site_id));
$smarty->assign('footer_text', $_CFG['footer_text']);
$smarty->assign('category', $category);
if($site_id>0){
$sql = 'SELECT * FROM ' . $GLOBALS['ecs']->table('portal') .

View File

@ -1,18 +1,5 @@
<?php
/**
* ECSHOP 调用日历 JS
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liubo $
* $Id: calendar.php 17217 2011-01-19 06:29:08Z liubo $
*/
$lang = (!empty($_GET['lang'])) ? trim($_GET['lang']) : 'zh_tw';
if (!file_exists('../languages/' . $lang . '/calendar.php') || strrchr($lang,'.'))

View File

@ -1,11 +1,3 @@
/**
* @file transport.js
* @description 用于支持AJAX的传输类
* @author ECShop R&D Team ( http://www.ecshop.com/ )
* @date 2007-03-08 Wednesday
* @license Licensed under the Academic Free License 2.1 http://www.opensource.org/licenses/afl-2.1.php
* @version 1.0.20070308
**/
var Transport =
{

View File

@ -1,11 +1,3 @@
/**
* @file transport.js
* @description 用于支持AJAX的传输类
* @author ECShop R&D Team ( http://www.ecshop.com/ )
* @date 2007-03-08 Wednesday
* @license Licensed under the Academic Free License 2.1 http://www.opensource.org/licenses/afl-2.1.php
* @version 1.0.20070308
**/
var Transport =
{

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP 管理中心???????言文件
* ============================================================================
* ?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ============================================================================
* $Author: liuhui $
* $Id: account_log.php 17063 2010-03-25 06:35:46Z liuhui $
*/
/* 菜? */
$_LANG['add_account'] = '調整會員帳戶';

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP 管理中心管理?操作??言文件
* ============================================================================
* ?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ============================================================================
* $Author: liuhui $
* $Id: admin_logs.php 17063 2010-03-25 06:35:46Z liuhui $
*/
/* 字段信息 */
$_LANG['log_id'] = '編號';
$_LANG['log_time'] = '操作日期';

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP ?告管理?言文件
* ============================================================================
* ?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ============================================================================
* $Author: liuhui $
* $Id: ads.php 17063 2010-03-25 06:35:46Z liuhui $
*/
/* ?告位置字段信息 */
$_LANG['position_name'] = '廣告位置名稱';
$_LANG['ad_width'] = '廣告位置寬度';

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP 程序?
* ===========================================================
* ?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ==========================================================
* $Author: liuhui $
* $Id: affiliate.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_LANG['on'] = '開啟';
$_LANG['off'] = '關閉';

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP 程序?
* ===========================================================
* ?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ==========================================================
* $Author: liuhui $
* $Id: affiliate_ck.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_LANG['order_id'] = '訂單號碼';

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP 管理中心??管理?言文件
* ============================================================================
* ?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ============================================================================
* $Author: liuhui $
* $Id: agency.php 17063 2010-03-25 06:35:46Z liuhui $
*/
/* 菜? */
$_LANG['add_agency'] = '加入辦事處';

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP ?列表管理?言文件
* ============================================================================
* ?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ============================================================================
* $Author: liuhui $
* $Id: area_manage.php 17063 2010-03-25 06:35:46Z liuhui $
*/
/* 字段信息 */
$_LANG['region_id'] = '地區編號';

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP 文章管理??
* ============================================================================
* ?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ============================================================================
* $Author: liuhui $
* $Id: article.php 17095 2010-04-12 10:26:10Z liuhui $
*/
$_LANG['title'] ='文章標題';
$_LANG['cat'] ='文章分類';

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP 程序?
* ===========================================================
* ?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ==========================================================
* $Author: liuhui $
* $Id: article_auto.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_LANG['id'] = '編號';
$_LANG['starttime'] = '發佈時間';

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP 文章分?管理程序?言文件
* ============================================================================
* ?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ============================================================================
* $Author: liuhui $
* $Id: articlecat.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_LANG['cat_name'] = '文章分類名稱';
$_LANG['type'] = '分類類型';

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP 程序?
* ===========================================================
* ?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ==========================================================
* $Author: liuhui $
* $Id: attention_list.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_LANG['goods_name'] = '商品名稱';
$_LANG['goods_last_update'] = '最新更新日期';

View File

@ -1,16 +1,4 @@
<?php
/**
* ECSHOP 商品?型管理?言文件
* ============================================================================
* ?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ============================================================================
* $Author: liuhui $
* $Id: attribute.php 17063 2010-03-25 06:35:46Z liuhui $
*/
/* 列表 */
$_LANG['by_goods_type'] = '依商品類型顯示:';

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP 管理中心拍???言文件
* ============================================================================
* ?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ============================================================================
* $Author: liuhui $
* $Id: auction.php 17063 2010-03-25 06:35:46Z liuhui $
*/
/* menu */
$_LANG['auction_list'] = '拍賣活動清單';

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP 品牌管理??
* ============================================================================
* ?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ============================================================================
* $Author: liuhui $
* $Id: brand.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_LANG['brand_name'] = '品牌名稱';
$_LANG['site_url'] = '品牌網址';

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP
* ============================================================================
* ?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ============================================================================
* $Author: liuhui $
* $Id: captcha_manage.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_LANG['captcha_manage'] = '驗證碼設定';
$_LANG['captcha_note'] = '開啟驗證碼需要服務 GD 函式庫支援,而您的伺服器不支援 GD。';

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP ?卡管理??
* ============================================================================
* ?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ============================================================================
* $Author: liuhui $
* $Id: card.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_LANG['card_name'] = '賀卡名稱';
$_LANG['card_fee'] = '賀卡費用';

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP 商品分?管理?言文件
* ============================================================================
* ?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ============================================================================
* $Author: liuhui $
* $Id: category.php 17063 2010-03-25 06:35:46Z liuhui $
*/
/* 商品分?字段信息 */
$_LANG['cat_id'] = '編號';

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP
* ============================================================================
* ?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ============================================================================
* $Author: liuhui $
* $Id: check_file_priv.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_LANG['item'] = '項目';
$_LANG['read'] = '可讀權限';

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP 管理中心起始頁語言文件
* ============================================================================
* 版權所有 2005-2011 上海商派網絡科技有限公司,並保留所有權利。
* 網站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* 這不是一個自由軟件!您只能在不用於商業目的的前提下對程序代碼進行修改和
* 使用;不允許對程序代碼以任何形式任何目的的再發佈。
* ============================================================================
* $Author: liubo $
* $Id: index.php 17217 2011-01-19 06:29:08Z liubo $
*/
/*云提示*/

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP ??管理的?言文件
* ============================================================================
* ?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ============================================================================
* $Author: liuhui $
* $Id: comment_manage.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_LANG['comment_id'] = '編號';
$_LANG['user_name'] = '會員名稱';
$_LANG['from'] = '於';

View File

@ -269,7 +269,6 @@ $_LANG['brand_name_exist'] = '已存在相同的品牌名稱!';
$_LANG['alipay_login'] = '<a href="https://www.alipay.com/user/login.htm?goto=https%3A%2F%2Fwww.alipay.com%2Fhimalayas%2Fpracticality_profile_edit.htm%3Fmarket_type%3Dfrom_agent_contract%26customer_external_id%3D%2BC4335319945672464113" target="_blank">立即免費申請支付接口權限</a>';
$_LANG['alipay_look'] = '<a href=\"https://www.alipay.com/himalayas/practicality.htm\" target=\"_blank\">請申請成功後登入支付寶帳戶檢視</a>';
/* 代码增加_start By supplier.68ecshop.com */
$_LANG['02_supplier'] = '供货商管理';
$_LANG['05_supplier_rank'] = '供货商等级';
$_LANG['01_supplier_reg'] = '供货商申请列表';

View File

@ -1,26 +1,12 @@
<?php
/**
* ECSHOP ??程序?言文件
* ============================================================================
* ?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ============================================================================
* $Author: liuhui $
* $Id: convert.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_LANG['confirm_convert'] = '注意:執行轉換程式將會使現有資料遺失,請您三思而行!!!';
$_LANG['backup_data'] = '如果現有資料對您可能還有價值,請您先做好備份。';
$_LANG['backup'] = '現在就去備份';
$_LANG['select_system'] = '請選擇您要轉換的系統:';
$_LANG['note_select_system'] = '(如果您的系統不在左邊的清單中,您可以到<a href="http://www.ecshop.com" target="_blank"><strong>我們的網站</strong></a>尋求協助)';
$_LANG['select_charset'] = '請選擇您要轉換的系統使用的字集:';
$_LANG['note_select_charset'] = '(如果您的系統使用的不是 UTF-8 字集,轉換可能需要較長時間)';
$_LANG['dir_notes'] = '請注意原商場的根目錄路徑請使用相對於admin目錄的路徑。<br />例如原商場的目錄在根目錄下的shop而ecshop放在根目錄下則該路徑為 ../shop';
$_LANG['your_config'] = '請設定原系統的組態資訊:';
$_LANG['your_host'] = '主電腦名稱或位址:';
$_LANG['your_user'] = '登入帳號:';

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP 程序?
* ===========================================================
* ?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ==========================================================
* $Author: liuhui $
* $Id: cron.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_LANG['cron_name'] = '排程任務名稱';
$_LANG['cron_code'] = '此排程任務';

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP
* ============================================================================
* ?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ============================================================================
* $Author: liuhui $
* $Id: database.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_LANG['db_manage'] = '資料庫管理';
$_LANG['start_backup'] = '開始備份';
@ -66,12 +54,10 @@ $_LANG['fail_remove'] = '檔案刪除失敗';
$_LANG['fail_get_content'] = '取得資料表內容失敗';
$_LANG['fail_upload'] = '檔案上傳失敗';
$_LANG['fail_upload_move'] = '檔案上傳移動失敗';
$_LANG['unrecognize_version'] = '不能識別備份 sql 的 ECShop 版本';
$_LANG['unrecognize_mysql_version'] = '不能識別備份 sql 的 mysql 版本';
$_LANG['mysql_version_error'] = '目前 mysql 版本 %s 與備份資料的 mysql 版本 %s 不同,您確認要匯入該備份檔案嗎?';
$_LANG['confirm_ver'] = '是,確認匯入';
$_LANG['unconfirm_ver'] = '否,取消匯入';
$_LANG['version_error'] = 'ECShop 目前版本 %s 與備份資料版本 %s 不同,備份還原失敗';
$_LANG['not_sql_file'] = '您上傳的好像不是 sql 檔案,如果檔案確實是 sql 檔案,請將檔案副檔名改為 .sql';
$_LANG['sqlfile_error'] = '您上傳的 sql 檔案執行發生錯誤,備份還原失敗';
$_LANG['restore_success'] = '還原成功';

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP ??言文件
* ============================================================================
* ?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ============================================================================
* $Author: liuhui $
* $Id: ebao_commend.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_LANG['select_method'] = '選擇商品的方式:';
$_LANG['by_cat'] = '從分類、品牌下選擇商品';

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP ???
* ============================================================================
* ?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ============================================================================
* $Author: liuhui $
* $Id: edit_languages.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_LANG['edit_languages'] = '語系編輯';
$_LANG['enter_keywords'] = '輸入語系關鍵字';

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP 程序?
* ===========================================================
* ?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ==========================================================
* $Author: liuhui $
* $Id: email_list.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_LANG['email_val'] = '郵件位址';
$_LANG['stat']['name'] = '狀態';
$_LANG['stat'][0] = '未確認';

View File

@ -1,16 +1,4 @@
<?php
/**
* ECSHOP ???商品??
* ============================================================================
* ?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ============================================================================
* $Author: liuhui $
* $Id: exchange_goods.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_LANG['title'] ='關鍵字';
$_LANG['goods_id'] ='編號';

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP 管理中心优惠活??言文件
* ============================================================================
* ?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ============================================================================
* $Author: liuhui $
* $Id: favourable.php 17063 2010-03-25 06:35:46Z liuhui $
*/
/* menu */
$_LANG['favourable_list'] = '優惠活動清單';

View File

@ -1,16 +1,4 @@
<?php
/**
* ECSHOP 程序?
* ===========================================================
* ?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ==========================================================
* $Author: testyang $
* $Id: fckfile_manage.php 14481 2008-04-18 11:23:01Z testyang $
*/
$_LANG['fckfile_manage'] = 'Fck上傳檔案管理';
$_LANG['file_manage'] = '檔案目錄管理';
$_LANG['image_manage'] = '圖片目錄管理';
@ -36,5 +24,4 @@ $_LANG['ckdel'] = '確認刪除?';
$_LANG['namecannotnull'] = '請輸入導覽列名稱!';
$_LANG['linkcannotnull'] = '請輸入連結位址!';
$_LANG['notice_url'] = '如果是本站的網址可縮寫為與商場根目錄相對位址如index.php<br>其它情況都應該輸入完整的網址如http://www.ecshop.com/';
?>

View File

@ -1,20 +1,7 @@
<?php
/**
* ECSHOP
* ============================================================================
* ?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ============================================================================
* $Author: testyang $
* $Id: filecheck.php 15013 2008-10-23 09:31:42Z testyang $
*/
$_LANG['filecheck_verifying'] = '正在進行檔案檢驗,請稍候......';
$_LANG['filecheck_tips_step1'] = '檔案檢驗是針對 ECSHOP 官方發佈的檔案為基礎進行核對,點選下面按鈕開始進行檢驗。';
$_LANG['filecheck_start'] = '開 始';
$_LANG['fileperms_confirm'] = '確認開始';
$_LANG['fileperms_verify'] = '開始檢驗';
@ -30,9 +17,6 @@ $_LANG['filecheck_unknown'] = '不詳';
$_LANG['filecheck_check_ok'] = '正確';
$_LANG['jump_info'] = '如果您的瀏覽器沒有自動切換,請點選這裡';
$_LANG['tips'] = '技巧提示: ';
$_LANG['filecheck_tips'] = '<li><em class="edited">被修改</em>」、「<em class="del">被刪除</em> 中的列出的檔案請即刻透過FTP或其它工具檢查其檔案的正確性以確保ECSHOP商店功能的正常使用。</li>
<li><em class="unknown">不詳</em> 中的列出的檔案,請檢查商店是否被人不合法放入了其他檔案</li>
<li style=""><em class="unknown">一週內被修改</em> 中列出的檔案,請確認最近是否修改過。</li>';
$_LANG['filename'] = '檔案名稱';
$_LANG['filesize'] = '檔案大小';
$_LANG['filemtime'] = '最後修改時間';

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP 程序?
* ===========================================================
* ?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ==========================================================
* $Author: liuhui $
* $Id: flashplay.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_LANG['schp_imgsrc'] = '輪播圖片位址';
$_LANG['schp_imgurl'] = '輪播圖片連結';

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP 流量???言文件
* ============================================================================
* ?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ============================================================================
* $Author: liuhui $
* $Id: flow_stats.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_LANG['tab_general'] = '綜合瀏覽數';
$_LANG['tab_area'] = '地區分佈';

View File

@ -1,17 +1,5 @@
<?php
/**
* ECSHOP
* ============================================================================
* ?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ============================================================================
* $Author: liuhui $
* $Id: friend_link.php 17063 2010-03-25 06:35:46Z liuhui $
*/
/* 友情?接字段信息 */
$_LANG['link_id'] = '編號';

Some files were not shown because too many files have changed in this diff Show More