在好例子网,分享、交流、成长!
您当前所在位置:首页PHP 开发实例PHP语言基础 → 网上订餐系统PHP多店版

网上订餐系统PHP多店版

PHP语言基础

下载此实例
  • 开发语言:PHP
  • 实例大小:3.88M
  • 下载次数:5
  • 浏览次数:38
  • 发布时间:2023-12-08
  • 实例类别:PHP语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.rar
  • 所需积分:2
 相关标签: php 订餐 hp 系统

实例介绍

【实例简介】网上订餐系统PHP多店版
当前版本:订餐之多店版 3.2 发布时间:2013-04-01 官方网站:http://www.klkkdj.com 讨论交流:http://bbs.klkkdj.com 安装步骤: 1. 将 klkkdj.com 目录下面的文件 上传到您的站点里 2. 输入站点地址,系统会...

【实例截图】

from clipboard

from clipboard

from clipboard

【核心代码】

.
├── codefans.net
│   └── mulding_v3.3
│       ├── klkkdj.com
│       │   ├── app
│       │   │   ├── control
│       │   │   │   ├── admin
│       │   │   │   │   ├── ctl.article.channel.php
│       │   │   │   │   ├── ctl.article.php
│       │   │   │   │   ├── ctl.article.topic.php
│       │   │   │   │   ├── ctl.fields.php
│       │   │   │   │   ├── ctl.index.php
│       │   │   │   │   ├── ctl.meal.act.php
│       │   │   │   │   ├── ctl.meal.checkout.php
│       │   │   │   │   ├── ctl.meal.dispatch.php
│       │   │   │   │   ├── ctl.meal.menu.group.php
│       │   │   │   │   ├── ctl.meal.menu.php
│       │   │   │   │   ├── ctl.meal.menu.today.php
│       │   │   │   │   ├── ctl.meal.order.php
│       │   │   │   │   ├── ctl.meal.shop.php
│       │   │   │   │   ├── ctl.other.ads.php
│       │   │   │   │   ├── ctl.other.email.php
│       │   │   │   │   ├── ctl.other.link.php
│       │   │   │   │   ├── ctl.other.msg.php
│       │   │   │   │   ├── ctl.other.pay.php
│       │   │   │   │   ├── ctl.other.sms.php
│       │   │   │   │   ├── ctl.other.sms.re.php
│       │   │   │   │   ├── ctl.report.order.php
│       │   │   │   │   ├── ctl.report.top.php
│       │   │   │   │   ├── ctl.report.user.php
│       │   │   │   │   ├── ctl.sys.area.php
│       │   │   │   │   ├── ctl.sys.common.php
│       │   │   │   │   ├── ctl.sys.components.php
│       │   │   │   │   ├── ctl.sys.config.php
│       │   │   │   │   ├── ctl.sys.database.php
│       │   │   │   │   ├── ctl.sys.log.php
│       │   │   │   │   ├── ctl.sys.user.action.php
│       │   │   │   │   ├── ctl.sys.user.config.php
│       │   │   │   │   ├── ctl.sys.user.depart.php
│       │   │   │   │   ├── ctl.sys.user.group.php
│       │   │   │   │   ├── ctl.sys.user.log.php
│       │   │   │   │   ├── ctl.sys.user.php
│       │   │   │   │   ├── ctl.sys.user.repayment.php
│       │   │   │   │   └── ctl.sys.verify.php
│       │   │   │   ├── common
│       │   │   │   │   ├── ctl.api.login.php
│       │   │   │   │   ├── ctl.article.php
│       │   │   │   │   ├── ctl.meal.call.php
│       │   │   │   │   ├── ctl.meal.php
│       │   │   │   │   ├── ctl.other.php
│       │   │   │   │   ├── ctl.pay.php
│       │   │   │   │   ├── ctl.sys.php
│       │   │   │   │   └── ctl.user.config.php
│       │   │   │   ├── default
│       │   │   │   │   ├── ctl.ajax.php
│       │   │   │   │   ├── ctl.index.php
│       │   │   │   │   ├── ctl.member.php
│       │   │   │   │   ├── ctl.shop.act.php
│       │   │   │   │   ├── ctl.shop.dispatch.php
│       │   │   │   │   ├── ctl.shop.menu.group.php
│       │   │   │   │   ├── ctl.shop.menu.php
│       │   │   │   │   ├── ctl.shop.menu.today.php
│       │   │   │   │   ├── ctl.shop.order.php
│       │   │   │   │   ├── ctl.shop.php
│       │   │   │   │   └── ctl.shop.report.php
│       │   │   │   └── install
│       │   │   │       └── ctl.index.php
│       │   │   ├── model
│       │   │   │   ├── admin
│       │   │   │   │   ├── inc.mod.admin.php
│       │   │   │   │   ├── inc.mod.meal.php
│       │   │   │   │   ├── mod.article.channel.php
│       │   │   │   │   ├── mod.article.php
│       │   │   │   │   ├── mod.article.topic.php
│       │   │   │   │   ├── mod.fields.php
│       │   │   │   │   ├── mod.index.php
│       │   │   │   │   ├── mod.meal.act.php
│       │   │   │   │   ├── mod.meal.checkout.php
│       │   │   │   │   ├── mod.meal.dispatch.php
│       │   │   │   │   ├── mod.meal.menu.group.php
│       │   │   │   │   ├── mod.meal.menu.php
│       │   │   │   │   ├── mod.meal.menu.today.php
│       │   │   │   │   ├── mod.meal.order.php
│       │   │   │   │   ├── mod.meal.shop.php
│       │   │   │   │   ├── mod.other.ads.php
│       │   │   │   │   ├── mod.other.email.php
│       │   │   │   │   ├── mod.other.link.php
│       │   │   │   │   ├── mod.other.msg.php
│       │   │   │   │   ├── mod.other.pay.php
│       │   │   │   │   ├── mod.other.sms.php
│       │   │   │   │   ├── mod.other.sms.re.php
│       │   │   │   │   ├── mod.report.order.php
│       │   │   │   │   ├── mod.report.top.php
│       │   │   │   │   ├── mod.report.user.php
│       │   │   │   │   ├── mod.sys.area.php
│       │   │   │   │   ├── mod.sys.common.php
│       │   │   │   │   ├── mod.sys.components.php
│       │   │   │   │   ├── mod.sys.config.php
│       │   │   │   │   ├── mod.sys.database.php
│       │   │   │   │   ├── mod.sys.log.php
│       │   │   │   │   ├── mod.sys.user.action.php
│       │   │   │   │   ├── mod.sys.user.config.php
│       │   │   │   │   ├── mod.sys.user.depart.php
│       │   │   │   │   ├── mod.sys.user.group.php
│       │   │   │   │   ├── mod.sys.user.log.php
│       │   │   │   │   ├── mod.sys.user.php
│       │   │   │   │   ├── mod.sys.user.repayment.php
│       │   │   │   │   └── mod.sys.verify.php
│       │   │   │   ├── common
│       │   │   │   │   ├── inc.mod.common.php
│       │   │   │   │   ├── mod.article.php
│       │   │   │   │   ├── mod.meal.call.php
│       │   │   │   │   ├── mod.meal.php
│       │   │   │   │   ├── mod.other.php
│       │   │   │   │   ├── mod.sys.php
│       │   │   │   │   └── mod.user.config.php
│       │   │   │   ├── default
│       │   │   │   │   ├── inc.mod.default.php
│       │   │   │   │   ├── inc.mod.shop.php
│       │   │   │   │   ├── mod.ajax.php
│       │   │   │   │   ├── mod.index.php
│       │   │   │   │   ├── mod.meal.php
│       │   │   │   │   ├── mod.member.php
│       │   │   │   │   ├── mod.shop.act.php
│       │   │   │   │   ├── mod.shop.dispatch.php
│       │   │   │   │   ├── mod.shop.menu.group.php
│       │   │   │   │   ├── mod.shop.menu.php
│       │   │   │   │   ├── mod.shop.menu.today.php
│       │   │   │   │   ├── mod.shop.order.php
│       │   │   │   │   ├── mod.shop.php
│       │   │   │   │   └── mod.shop.report.php
│       │   │   │   └── install
│       │   │   │       ├── inc.mod.install.php
│       │   │   │       └── mod.index.php
│       │   │   └── view
│       │   │       ├── admin
│       │   │       │   ├── article.channel.default.html
│       │   │       │   ├── article.channel.edit.html
│       │   │       │   ├── article.default.article.html
│       │   │       │   ├── article.default.cont.html
│       │   │       │   ├── article.default.html
│       │   │       │   ├── article.default.pic.html
│       │   │       │   ├── article.edit.article.html
│       │   │       │   ├── article.edit.cont.html
│       │   │       │   ├── article.edit.pic.html
│       │   │       │   ├── article.edit_article.html
│       │   │       │   ├── article.edit_folder.html
│       │   │       │   ├── article.topic.article.html
│       │   │       │   ├── article.topic.default.html
│       │   │       │   ├── article.topic.edit.html
│       │   │       │   ├── article.user.type.html
│       │   │       │   ├── fields.default.html
│       │   │       │   ├── footer.html
│       │   │       │   ├── header.html
│       │   │       │   ├── index.default.html
│       │   │       │   ├── index.main.html
│       │   │       │   ├── index.update.html
│       │   │       │   ├── login.default.html
│       │   │       │   ├── meal.act.default.html
│       │   │       │   ├── meal.act.edit.html
│       │   │       │   ├── meal.checkout.default.html
│       │   │       │   ├── meal.checkout.list.html
│       │   │       │   ├── meal.dispatch.add.html
│       │   │       │   ├── meal.dispatch.default.html
│       │   │       │   ├── meal.menu.default.html
│       │   │       │   ├── meal.menu.edit.html
│       │   │       │   ├── meal.menu.group.default.html
│       │   │       │   ├── meal.menu.group.move_open.html
│       │   │       │   ├── meal.menu.today.add.html
│       │   │       │   ├── meal.menu.today.default.html
│       │   │       │   ├── meal.order.default.html
│       │   │       │   ├── meal.order.detail.html
│       │   │       │   ├── meal.shop.default.html
│       │   │       │   ├── meal.shop.edit.html
│       │   │       │   ├── other.ads.default.html
│       │   │       │   ├── other.ads.edit.html
│       │   │       │   ├── other.email.default.html
│       │   │       │   ├── other.email.edit.html
│       │   │       │   ├── other.link.default.html
│       │   │       │   ├── other.msg.default.html
│       │   │       │   ├── other.msg.return.html
│       │   │       │   ├── other.pay.alipay_js.html
│       │   │       │   ├── other.pay.default.html
│       │   │       │   ├── other.pay.install.step1.html
│       │   │       │   ├── other.pay.not.html
│       │   │       │   ├── other.pay.record.html
│       │   │       │   ├── other.sms.default.html
│       │   │       │   ├── other.sms.re.default.html
│       │   │       │   ├── report.order.default.html
│       │   │       │   ├── report.top.default.html
│       │   │       │   ├── report.user.default.html
│       │   │       │   ├── sys.area.default.html
│       │   │       │   ├── sys.components.default.html
│       │   │       │   ├── sys.components.not.html
│       │   │       │   ├── sys.components.step1.html
│       │   │       │   ├── sys.config.default.html
│       │   │       │   ├── sys.config.edit.html
│       │   │       │   ├── sys.database.default.html
│       │   │       │   ├── sys.database.reback.html
│       │   │       │   ├── sys.log.default.html
│       │   │       │   ├── sys.log.view.html
│       │   │       │   ├── sys.user.action.config.html
│       │   │       │   ├── sys.user.action.default.html
│       │   │       │   ├── sys.user.config.default.html
│       │   │       │   ├── sys.user.default.html
│       │   │       │   ├── sys.user.depart.default.html
│       │   │       │   ├── sys.user.depart.move_open.html
│       │   │       │   ├── sys.user.edit.html
│       │   │       │   ├── sys.user.group.default.html
│       │   │       │   ├── sys.user.group.limit_article.html
│       │   │       │   ├── sys.user.group.limit_edit.html
│       │   │       │   ├── sys.user.group.menu.html
│       │   │       │   ├── sys.user.group.menu.list.html
│       │   │       │   ├── sys.user.group.move_open.html
│       │   │       │   ├── sys.user.log.default.html
│       │   │       │   ├── sys.user.repayment.default.html
│       │   │       │   └── sys.verify.default.html
│       │   │       ├── common
│       │   │       │   ├── api.login.bind.login.html
│       │   │       │   ├── api.login.bind.reg.html
│       │   │       │   ├── error.default.html
│       │   │       │   ├── meal.call.default.html
│       │   │       │   ├── meal.call.print.html
│       │   │       │   ├── meal.shop1.html
│       │   │       │   ├── other.attatch.html
│       │   │       │   ├── other.templates.html
│       │   │       │   ├── other.upload.html
│       │   │       │   ├── pay.return.html
│       │   │       │   ├── sys.login.html
│       │   │       │   ├── sys.user.dialog1.html
│       │   │       │   └── user.config.default.html
│       │   │       ├── default
│       │   │       │   ├── footer.html
│       │   │       │   ├── header.html
│       │   │       │   ├── index.area.html
│       │   │       │   ├── index.cart.default.html
│       │   │       │   ├── index.cart.null.html
│       │   │       │   ├── index.cart.optional.html
│       │   │       │   ├── index.cart.shop.html
│       │   │       │   ├── index.comment.html
│       │   │       │   ├── index.comment.shop.html
│       │   │       │   ├── index.default.html
│       │   │       │   ├── index.findpwd.email.html
│       │   │       │   ├── index.findpwd.html
│       │   │       │   ├── index.grouplist.default.html
│       │   │       │   ├── index.grouplist.optional.html
│       │   │       │   ├── index.help.html
│       │   │       │   ├── index.msg.html
│       │   │       │   ├── index.reg.html
│       │   │       │   ├── index.reg.shop.html
│       │   │       │   ├── index.shop.default.html
│       │   │       │   ├── index.shop.info.html
│       │   │       │   ├── index.shop.news.html
│       │   │       │   ├── index.shop.optional.html
│       │   │       │   ├── index.shop.view.html
│       │   │       │   ├── index.shopbeta.html
│       │   │       │   ├── index.sortlist.default.html
│       │   │       │   ├── index.sortlist.optional.html
│       │   │       │   ├── member.comment.html
│       │   │       │   ├── member.default.html
│       │   │       │   ├── member.msg.html
│       │   │       │   ├── member.myintegral.html
│       │   │       │   ├── member.myvip.html
│       │   │       │   ├── member.payok.html
│       │   │       │   ├── member.pwd.html
│       │   │       │   ├── member.repayment.html
│       │   │       │   ├── shop.act.default.html
│       │   │       │   ├── shop.act.edit.html
│       │   │       │   ├── shop.default.html
│       │   │       │   ├── shop.dispatch.add.html
│       │   │       │   ├── shop.dispatch.default.html
│       │   │       │   ├── shop.extend.html
│       │   │       │   ├── shop.info.html
│       │   │       │   ├── shop.menu.default.html
│       │   │       │   ├── shop.menu.edit.html
│       │   │       │   ├── shop.menu.group.default.html
│       │   │       │   ├── shop.menu.today.add.html
│       │   │       │   ├── shop.menu.today.default.html
│       │   │       │   ├── shop.order.default.html
│       │   │       │   ├── shop.order.detail.html
│       │   │       │   ├── shop.order.getnew.html
│       │   │       │   ├── shop.order.today.html
│       │   │       │   ├── shop.report.default.html
│       │   │       │   ├── shop_footer.html
│       │   │       │   └── shop_header.html
│       │   │       ├── install
│       │   │       │   ├── header.html
│       │   │       │   ├── index.default.html
│       │   │       │   ├── index.step2.html
│       │   │       │   └── index.step3.html
│       │   │       └── wap
│       │   │           ├── footer.html
│       │   │           ├── header.html
│       │   │           ├── index.area.html
│       │   │           ├── index.cart.default.html
│       │   │           ├── index.cart.null.html
│       │   │           ├── index.cart.optional.html
│       │   │           ├── index.comment.html
│       │   │           ├── index.comment.shop.html
│       │   │           ├── index.default.html
│       │   │           ├── index.login.html
│       │   │           ├── index.reg.html
│       │   │           ├── index.shop.default.html
│       │   │           ├── index.shop.optional.html
│       │   │           ├── member.default.html
│       │   │           ├── member.msg.html
│       │   │           ├── member.myintegral.html
│       │   │           ├── member.myvip.html
│       │   │           ├── member.payok.html
│       │   │           ├── member.pwd.html
│       │   │           └── member.repayment.html
│       │   ├── cache
│       │   ├── common.php
│       │   ├── data
│       │   │   ├── config
│       │   │   │   ├── admin
│       │   │   │   │   ├── article.php
│       │   │   │   │   ├── erp.php
│       │   │   │   │   ├── meal.php
│       │   │   │   │   ├── other.php
│       │   │   │   │   ├── sort.php
│       │   │   │   │   └── sys.php
│       │   │   │   ├── cfg
│       │   │   │   │   ├── cfg.article.php
│       │   │   │   │   ├── cfg.base.php
│       │   │   │   │   ├── cfg.cache.php
│       │   │   │   │   ├── cfg.components.php
│       │   │   │   │   ├── cfg.email.php
│       │   │   │   │   ├── cfg.erp.php
│       │   │   │   │   ├── cfg.meal.php
│       │   │   │   │   ├── cfg.other.php
│       │   │   │   │   ├── cfg.share.php
│       │   │   │   │   ├── cfg.sms.php
│       │   │   │   │   ├── cfg.sys.php
│       │   │   │   │   ├── cfg.upload.php
│       │   │   │   │   ├── cfg.user.php
│       │   │   │   │   ├── cfg.userapi.php
│       │   │   │   │   └── cfg.view.php
│       │   │   │   ├── cfg.env.online.php
│       │   │   │   ├── cfg.env.php
│       │   │   │   ├── cfg.pay.php
│       │   │   │   ├── cfg.user.action.php
│       │   │   │   ├── cfg.version.php
│       │   │   │   ├── data
│       │   │   │   │   └── article_channel.php
│       │   │   │   └── default
│       │   │   │       ├── meal.php
│       │   │   │       ├── sort.php
│       │   │   │       └── sys.php
│       │   │   ├── database
│       │   │   │   ├── bak
│       │   │   │   └── install
│       │   │   │       ├── kj_article
│       │   │   │       │   ├── 1.sql
│       │   │   │       │   ├── create.sql
│       │   │   │       │   └── loadfile
│       │   │   │       │       └── 1.sql
│       │   │   │       ├── kj_article_channel
│       │   │   │       │   ├── 1.sql
│       │   │   │       │   ├── create.sql
│       │   │   │       │   └── loadfile
│       │   │   │       │       └── 1.sql
│       │   │   │       ├── kj_article_folder
│       │   │   │       │   ├── 1.sql
│       │   │   │       │   ├── create.sql
│       │   │   │       │   └── loadfile
│       │   │   │       │       └── 1.sql
│       │   │   │       ├── kj_article_topic
│       │   │   │       │   ├── 1.sql
│       │   │   │       │   ├── create.sql
│       │   │   │       │   └── loadfile
│       │   │   │       │       └── 1.sql
│       │   │   │       ├── kj_meal_act
│       │   │   │       │   └── create.sql
│       │   │   │       ├── kj_meal_checkout
│       │   │   │       │   └── create.sql
│       │   │   │       ├── kj_meal_collect
│       │   │   │       │   └── create.sql
│       │   │   │       ├── kj_meal_dispatch
│       │   │   │       │   └── create.sql
│       │   │   │       ├── kj_meal_info
│       │   │   │       │   └── create.sql
│       │   │   │       ├── kj_meal_menu
│       │   │   │       │   └── create.sql
│       │   │   │       ├── kj_meal_menu_comment
│       │   │   │       │   └── create.sql
│       │   │   │       ├── kj_meal_menu_group
│       │   │   │       │   └── create.sql
│       │   │   │       ├── kj_meal_menu_today
│       │   │   │       │   └── create.sql
│       │   │   │       ├── kj_meal_order
│       │   │   │       │   └── create.sql
│       │   │   │       ├── kj_meal_order_comment
│       │   │   │       │   └── create.sql
│       │   │   │       ├── kj_meal_shop
│       │   │   │       │   └── create.sql
│       │   │   │       ├── kj_other_ads
│       │   │   │       │   └── create.sql
│       │   │   │       ├── kj_other_attatch
│       │   │   │       │   └── create.sql
│       │   │   │       ├── kj_other_email
│       │   │   │       │   └── create.sql
│       │   │   │       ├── kj_other_link
│       │   │   │       │   └── create.sql
│       │   │   │       ├── kj_other_msg
│       │   │   │       │   └── create.sql
│       │   │   │       ├── kj_other_pay
│       │   │   │       │   └── create.sql
│       │   │   │       ├── kj_other_share
│       │   │   │       │   └── create.sql
│       │   │   │       ├── kj_other_sms
│       │   │   │       │   └── create.sql
│       │   │   │       ├── kj_other_sms_re
│       │   │   │       │   └── create.sql
│       │   │   │       ├── kj_sys_area
│       │   │   │       │   ├── 1.sql
│       │   │   │       │   └── create.sql
│       │   │   │       ├── kj_sys_cache_words
│       │   │   │       │   └── create.sql
│       │   │   │       ├── kj_sys_config
│       │   │   │       │   ├── 1.sql
│       │   │   │       │   ├── create.sql
│       │   │   │       │   └── loadfile
│       │   │   │       │       └── 1.sql
│       │   │   │       ├── kj_sys_session
│       │   │   │       │   └── create.sql
│       │   │   │       ├── kj_sys_user
│       │   │   │       │   └── create.sql
│       │   │   │       ├── kj_sys_user_action
│       │   │   │       │   └── create.sql
│       │   │   │       ├── kj_sys_user_config
│       │   │   │       │   └── create.sql
│       │   │   │       ├── kj_sys_user_depart
│       │   │   │       │   └── create.sql
│       │   │   │       ├── kj_sys_user_group
│       │   │   │       │   ├── 1.sql
│       │   │   │       │   └── create.sql
│       │   │   │       ├── kj_sys_user_log
│       │   │   │       │   └── create.sql
│       │   │   │       ├── kj_sys_user_login
│       │   │   │       │   └── create.sql
│       │   │   │       ├── kj_sys_user_repayment
│       │   │   │       │   └── create.sql
│       │   │   │       ├── kj_sys_user_var
│       │   │   │       │   └── create.sql
│       │   │   │       ├── kj_sys_verify
│       │   │   │       │   └── create.sql
│       │   │   │       ├── kj_user
│       │   │   │       │   └── create.sql
│       │   │   │       └── kj_userapi_login
│       │   │   │           └── create.sql
│       │   │   ├── error
│       │   │   ├── language
│       │   │   │   └── chinese
│       │   │   │       ├── article.php
│       │   │   │       ├── database.php
│       │   │   │       ├── meal.php
│       │   │   │       ├── other.php
│       │   │   │       ├── rule.php
│       │   │   │       └── sys.php
│       │   │   ├── limit
│       │   │   │   ├── admin.php
│       │   │   │   └── shop.php
│       │   │   ├── menu
│       │   │   │   ├── admin.php
│       │   │   │   └── group_2.php
│       │   │   ├── package
│       │   │   │   ├── com.ads.1.0
│       │   │   │   │   ├── app
│       │   │   │   │   │   ├── control
│       │   │   │   │   │   │   └── admin
│       │   │   │   │   │   │       └── ctl.other.ads.php
│       │   │   │   │   │   ├── model
│       │   │   │   │   │   │   └── admin
│       │   │   │   │   │   │       └── mod.other.ads.php
│       │   │   │   │   │   └── view
│       │   │   │   │   │       └── admin
│       │   │   │   │   │           ├── other.ads.default.html
│       │   │   │   │   │           └── other.ads.edit.html
│       │   │   │   │   ├── install.com.ads.php
│       │   │   │   │   ├── install.sql
│       │   │   │   │   ├── lib
│       │   │   │   │   │   └── tab
│       │   │   │   │   │       └── tab.other.ads.php
│       │   │   │   │   └── uninstall.sql
│       │   │   │   ├── com.email.1.0
│       │   │   │   │   ├── app
│       │   │   │   │   │   ├── control
│       │   │   │   │   │   │   └── admin
│       │   │   │   │   │   │       └── ctl.other.email.php
│       │   │   │   │   │   ├── model
│       │   │   │   │   │   │   └── admin
│       │   │   │   │   │   │       └── mod.other.email.php
│       │   │   │   │   │   └── view
│       │   │   │   │   │       └── admin
│       │   │   │   │   │           ├── other.email.default.html
│       │   │   │   │   │           └── other.email.edit.html
│       │   │   │   │   ├── install.com.email.php
│       │   │   │   │   ├── install.sql
│       │   │   │   │   ├── lib
│       │   │   │   │   │   ├── components
│       │   │   │   │   │   │   └── email
│       │   │   │   │   │   │       ├── com.email.php
│       │   │   │   │   │   │       └── phpmailer
│       │   │   │   │   │   │           ├── class.phpmailer.php
│       │   │   │   │   │   │           ├── class.pop3.php
│       │   │   │   │   │   │           └── class.smtp.php
│       │   │   │   │   │   └── tab
│       │   │   │   │   │       └── tab.other.email.php
│       │   │   │   │   └── uninstall.sql
│       │   │   │   ├── com.msg.1.0
│       │   │   │   │   ├── app
│       │   │   │   │   │   ├── control
│       │   │   │   │   │   │   └── admin
│       │   │   │   │   │   │       └── ctl.other.msg.php
│       │   │   │   │   │   ├── model
│       │   │   │   │   │   │   └── admin
│       │   │   │   │   │   │       └── mod.other.msg.php
│       │   │   │   │   │   └── view
│       │   │   │   │   │       └── admin
│       │   │   │   │   │           ├── other.msg.default.html
│       │   │   │   │   │           └── other.msg.return.html
│       │   │   │   │   ├── install.com.msg.php
│       │   │   │   │   ├── install.sql
│       │   │   │   │   ├── lib
│       │   │   │   │   │   └── components
│       │   │   │   │   │       └── msg
│       │   │   │   │   │           └── com.msg.php
│       │   │   │   │   └── uninstall.sql
│       │   │   │   ├── com.pay.1.0
│       │   │   │   │   ├── app
│       │   │   │   │   │   ├── control
│       │   │   │   │   │   │   └── admin
│       │   │   │   │   │   │       └── ctl.other.pay.php
│       │   │   │   │   │   ├── model
│       │   │   │   │   │   │   └── admin
│       │   │   │   │   │   │       └── mod.other.pay.php
│       │   │   │   │   │   └── view
│       │   │   │   │   │       └── admin
│       │   │   │   │   │           ├── other.pay.alipay_js.html
│       │   │   │   │   │           ├── other.pay.default.html
│       │   │   │   │   │           ├── other.pay.install.step1.html
│       │   │   │   │   │           ├── other.pay.not.html
│       │   │   │   │   │           └── other.pay.record.html
│       │   │   │   │   ├── install.com.pay.php
│       │   │   │   │   ├── install.sql
│       │   │   │   │   ├── lib
│       │   │   │   │   │   └── components
│       │   │   │   │   │       └── pay
│       │   │   │   │   │           ├── alipay_js
│       │   │   │   │   │           │   ├── alipay_core.function.php
│       │   │   │   │   │           │   ├── alipay_notify.class.php
│       │   │   │   │   │           │   ├── alipay_service.class.php
│       │   │   │   │   │           │   ├── alipay_submit.class.php
│       │   │   │   │   │           │   └── pay.alipay_js.php
│       │   │   │   │   │           └── com.pay.php
│       │   │   │   │   └── uninstall.sql
│       │   │   │   ├── com.sms.1.0
│       │   │   │   │   ├── app
│       │   │   │   │   │   ├── control
│       │   │   │   │   │   │   └── admin
│       │   │   │   │   │   │       ├── ctl.other.sms.php
│       │   │   │   │   │   │       └── ctl.other.sms.re.php
│       │   │   │   │   │   ├── model
│       │   │   │   │   │   │   └── admin
│       │   │   │   │   │   │       ├── mod.other.sms.php
│       │   │   │   │   │   │       └── mod.other.sms.re.php
│       │   │   │   │   │   └── view
│       │   │   │   │   │       └── admin
│       │   │   │   │   │           ├── other.sms.default.html
│       │   │   │   │   │           └── other.sms.re.default.html
│       │   │   │   │   ├── install.com.sms.php
│       │   │   │   │   ├── install.sql
│       │   │   │   │   ├── lib
│       │   │   │   │   │   ├── components
│       │   │   │   │   │   │   └── sms
│       │   │   │   │   │   │       └── com.sms.php
│       │   │   │   │   │   └── tab
│       │   │   │   │   │       ├── tab.other.sms.php
│       │   │   │   │   │       └── tab.other.sms.re.php
│       │   │   │   │   └── uninstall.sql
│       │   │   │   ├── com.ticket.1.0
│       │   │   │   │   ├── app
│       │   │   │   │   │   ├── control
│       │   │   │   │   │   │   └── admin
│       │   │   │   │   │   │       └── ctl.other.ticket.php
│       │   │   │   │   │   ├── model
│       │   │   │   │   │   │   └── admin
│       │   │   │   │   │   │       └── mod.other.ticket.php
│       │   │   │   │   │   └── view
│       │   │   │   │   │       └── admin
│       │   │   │   │   │           ├── other.ticket.default.html
│       │   │   │   │   │           ├── other.ticket.detail.html
│       │   │   │   │   │           ├── other.ticket.edit.html
│       │   │   │   │   │           ├── other.ticket.record.html
│       │   │   │   │   │           └── other.ticket.tohtml.html
│       │   │   │   │   ├── install.com.ticket.php
│       │   │   │   │   ├── install.sql
│       │   │   │   │   ├── lib
│       │   │   │   │   │   └── tab
│       │   │   │   │   │       ├── tab.other.ticket.php
│       │   │   │   │   │       └── tab.other.ticket.record.php
│       │   │   │   │   └── uninstall.sql
│       │   │   │   └── pay
│       │   │   │       └── alipay_js.1.0
│       │   │   │           ├── alipay_js.1.0.zip
│       │   │   │           └── install.alipay_js.php
│       │   │   ├── session
│       │   │   └── source
│       │   ├── inc.php
│       │   ├── index.php
│       │   ├── install.php
│       │   ├── lib
│       │   │   ├── base.php
│       │   │   ├── cls
│       │   │   │   ├── cls.app.php
│       │   │   │   ├── cls.base.php
│       │   │   │   ├── cls.cache.php
│       │   │   │   ├── cls.com.php
│       │   │   │   ├── cls.config.php
│       │   │   │   ├── cls.database.php
│       │   │   │   ├── cls.db.php
│       │   │   │   ├── cls.db.write.php
│       │   │   │   ├── cls.email.php
│       │   │   │   ├── cls.error.php
│       │   │   │   ├── cls.excel.php
│       │   │   │   ├── cls.fields.php
│       │   │   │   ├── cls.klkkdj.php
│       │   │   │   ├── cls.language.php
│       │   │   │   ├── cls.limit.php
│       │   │   │   ├── cls.obj.php
│       │   │   │   ├── cls.pic.php
│       │   │   │   ├── cls.pinyin.php
│       │   │   │   ├── cls.resolve.php
│       │   │   │   ├── cls.session.base.php
│       │   │   │   ├── cls.session.db.php
│       │   │   │   ├── cls.session.file.php
│       │   │   │   ├── cls.session.php
│       │   │   │   ├── cls.update.php
│       │   │   │   ├── cls.user.action.php
│       │   │   │   ├── cls.user.php
│       │   │   │   ├── cls.verifycode.php
│       │   │   │   ├── cls.view.php
│       │   │   │   └── cls.zip.php
│       │   │   ├── components
│       │   │   │   ├── email
│       │   │   │   │   ├── com.email.php
│       │   │   │   │   └── phpmailer
│       │   │   │   │       ├── class.phpmailer.php
│       │   │   │   │       ├── class.pop3.php
│       │   │   │   │       └── class.smtp.php
│       │   │   │   ├── msg
│       │   │   │   │   └── com.msg.php
│       │   │   │   ├── pay
│       │   │   │   │   └── com.pay.php
│       │   │   │   ├── sms
│       │   │   │   │   └── com.sms.php
│       │   │   │   └── userapi
│       │   │   │       ├── com.userapi.php
│       │   │   │       ├── qq
│       │   │   │       │   └── com.userapi.qq.php
│       │   │   │       └── weibo
│       │   │   │           └── com.userapi.weibo.php
│       │   │   ├── fun
│       │   │   │   ├── fun.base.php
│       │   │   │   ├── fun.file.php
│       │   │   │   ├── fun.format.php
│       │   │   │   ├── fun.get.php
│       │   │   │   ├── fun.html.php
│       │   │   │   ├── fun.is.php
│       │   │   │   └── fun.kj.php
│       │   │   ├── interface
│       │   │   │   ├── interface.user.klkkdj.php
│       │   │   │   └── interface.user.uc.php
│       │   │   └── tab
│       │   │       ├── tab.article.channel.php
│       │   │       ├── tab.article.folder.php
│       │   │       ├── tab.article.php
│       │   │       ├── tab.article.topic.php
│       │   │       ├── tab.meal.act.php
│       │   │       ├── tab.meal.checkout.php
│       │   │       ├── tab.meal.collect.php
│       │   │       ├── tab.meal.dispatch.php
│       │   │       ├── tab.meal.info.php
│       │   │       ├── tab.meal.menu.group.php
│       │   │       ├── tab.meal.menu.php
│       │   │       ├── tab.meal.menu.today.php
│       │   │       ├── tab.meal.order.php
│       │   │       ├── tab.meal.shop.php
│       │   │       ├── tab.other.ads.php
│       │   │       ├── tab.other.attatch.php
│       │   │       ├── tab.other.email.php
│       │   │       ├── tab.other.link.php
│       │   │       ├── tab.other.sms.php
│       │   │       ├── tab.other.sms.re.php
│       │   │       ├── tab.sys.area.php
│       │   │       ├── tab.sys.cache.words.php
│       │   │       ├── tab.sys.config.php
│       │   │       ├── tab.sys.session.php
│       │   │       ├── tab.sys.user.action.php
│       │   │       ├── tab.sys.user.config.php
│       │   │       ├── tab.sys.user.depart.php
│       │   │       ├── tab.sys.user.group.php
│       │   │       ├── tab.sys.user.log.php
│       │   │       ├── tab.sys.user.php
│       │   │       ├── tab.sys.user.repayment.php
│       │   │       ├── tab.sys.user.var.php
│       │   │       └── tab.sys.verify.php
│       │   ├── master.php
│       │   ├── plus
│       │   │   ├── fckeditor
│       │   │   │   ├── editor
│       │   │   │   │   ├── css
│       │   │   │   │   │   ├── behaviors
│       │   │   │   │   │   │   ├── disablehandles.htc
│       │   │   │   │   │   │   └── showtableborders.htc
│       │   │   │   │   │   ├── fck_editorarea.css
│       │   │   │   │   │   ├── fck_internal.css
│       │   │   │   │   │   ├── fck_showtableborders_gecko.css
│       │   │   │   │   │   └── images
│       │   │   │   │   │       ├── block_address.png
│       │   │   │   │   │       ├── block_blockquote.png
│       │   │   │   │   │       ├── block_div.png
│       │   │   │   │   │       ├── block_h1.png
│       │   │   │   │   │       ├── block_h2.png
│       │   │   │   │   │       ├── block_h3.png
│       │   │   │   │   │       ├── block_h4.png
│       │   │   │   │   │       ├── block_h5.png
│       │   │   │   │   │       ├── block_h6.png
│       │   │   │   │   │       ├── block_p.png
│       │   │   │   │   │       ├── block_pre.png
│       │   │   │   │   │       ├── fck_anchor.gif
│       │   │   │   │   │       ├── fck_flashlogo.gif
│       │   │   │   │   │       ├── fck_hiddenfield.gif
│       │   │   │   │   │       ├── fck_pagebreak.gif
│       │   │   │   │   │       └── fck_plugin.gif
│       │   │   │   │   ├── dialog
│       │   │   │   │   │   ├── common
│       │   │   │   │   │   │   ├── fck_dialog_common.css
│       │   │   │   │   │   │   ├── fck_dialog_common.js
│       │   │   │   │   │   │   └── images
│       │   │   │   │   │   │       ├── locked.gif
│       │   │   │   │   │   │       ├── reset.gif
│       │   │   │   │   │   │       └── unlocked.gif
│       │   │   │   │   │   ├── fck_about
│       │   │   │   │   │   │   ├── logo_fckeditor.gif
│       │   │   │   │   │   │   ├── logo_fredck.gif
│       │   │   │   │   │   │   └── sponsors
│       │   │   │   │   │   │       └── spellchecker_net.gif
│       │   │   │   │   │   ├── fck_about.html
│       │   │   │   │   │   ├── fck_anchor.html
│       │   │   │   │   │   ├── fck_button.html
│       │   │   │   │   │   ├── fck_checkbox.html
│       │   │   │   │   │   ├── fck_colorselector.html
│       │   │   │   │   │   ├── fck_div.html
│       │   │   │   │   │   ├── fck_docprops
│       │   │   │   │   │   │   └── fck_document_preview.html
│       │   │   │   │   │   ├── fck_docprops.html
│       │   │   │   │   │   ├── fck_flash
│       │   │   │   │   │   │   ├── fck_flash.js
│       │   │   │   │   │   │   └── fck_flash_preview.html
│       │   │   │   │   │   ├── fck_flash.html
│       │   │   │   │   │   ├── fck_form.html
│       │   │   │   │   │   ├── fck_hiddenfield.html
│       │   │   │   │   │   ├── fck_image
│       │   │   │   │   │   │   ├── fck_image.js
│       │   │   │   │   │   │   └── fck_image_preview.html
│       │   │   │   │   │   ├── fck_image.html
│       │   │   │   │   │   ├── fck_link
│       │   │   │   │   │   │   └── fck_link.js
│       │   │   │   │   │   ├── fck_link.html
│       │   │   │   │   │   ├── fck_listprop.html
│       │   │   │   │   │   ├── fck_media.html
│       │   │   │   │   │   ├── fck_paste.html
│       │   │   │   │   │   ├── fck_radiobutton.html
│       │   │   │   │   │   ├── fck_replace.html
│       │   │   │   │   │   ├── fck_select
│       │   │   │   │   │   │   └── fck_select.js
│       │   │   │   │   │   ├── fck_select.html
│       │   │   │   │   │   ├── fck_smiley.html
│       │   │   │   │   │   ├── fck_source.html
│       │   │   │   │   │   ├── fck_specialchar.html
│       │   │   │   │   │   ├── fck_spellerpages
│       │   │   │   │   │   │   └── spellerpages
│       │   │   │   │   │   │       ├── blank.html
│       │   │   │   │   │   │       ├── controlWindow.js
│       │   │   │   │   │   │       ├── controls.html
│       │   │   │   │   │   │       ├── server-scripts
│       │   │   │   │   │   │       │   ├── spellchecker.cfm
│       │   │   │   │   │   │       │   ├── spellchecker.php
│       │   │   │   │   │   │       │   └── spellchecker.pl
│       │   │   │   │   │   │       ├── spellChecker.js
│       │   │   │   │   │   │       ├── spellchecker.html
│       │   │   │   │   │   │       ├── spellerStyle.css
│       │   │   │   │   │   │       └── wordWindow.js
│       │   │   │   │   │   ├── fck_spellerpages.html
│       │   │   │   │   │   ├── fck_table.html
│       │   │   │   │   │   ├── fck_tablecell.html
│       │   │   │   │   │   ├── fck_template
│       │   │   │   │   │   │   └── images
│       │   │   │   │   │   │       ├── template1.gif
│       │   │   │   │   │   │       ├── template2.gif
│       │   │   │   │   │   │       └── template3.gif
│       │   │   │   │   │   ├── fck_template.html
│       │   │   │   │   │   ├── fck_textarea.html
│       │   │   │   │   │   └── fck_textfield.html
│       │   │   │   │   ├── dtd
│       │   │   │   │   │   ├── fck_dtd_test.html
│       │   │   │   │   │   ├── fck_xhtml10strict.js
│       │   │   │   │   │   └── fck_xhtml10transitional.js
│       │   │   │   │   ├── fckdebug.html
│       │   │   │   │   ├── fckdialog.html
│       │   │   │   │   ├── fckeditor.html
│       │   │   │   │   ├── fckeditor.original.html
│       │   │   │   │   ├── filemanager
│       │   │   │   │   │   ├── browser
│       │   │   │   │   │   │   └── default
│       │   │   │   │   │   │       ├── browser.css
│       │   │   │   │   │   │       ├── browser.html
│       │   │   │   │   │   │       ├── frmactualfolder.html
│       │   │   │   │   │   │       ├── frmcreatefolder.html
│       │   │   │   │   │   │       ├── frmfolders.html
│       │   │   │   │   │   │       ├── frmresourceslist.html
│       │   │   │   │   │   │       ├── frmresourcetype.html
│       │   │   │   │   │   │       ├── frmupload.html
│       │   │   │   │   │   │       ├── images
│       │   │   │   │   │   │       │   ├── ButtonArrow.gif
│       │   │   │   │   │   │       │   ├── Folder.gif
│       │   │   │   │   │   │       │   ├── Folder32.gif
│       │   │   │   │   │   │       │   ├── FolderOpened.gif
│       │   │   │   │   │   │       │   ├── FolderOpened32.gif
│       │   │   │   │   │   │       │   ├── FolderUp.gif
│       │   │   │   │   │   │       │   ├── icons
│       │   │   │   │   │   │       │   │   ├── 32
│       │   │   │   │   │   │       │   │   │   ├── ai.gif
│       │   │   │   │   │   │       │   │   │   ├── avi.gif
│       │   │   │   │   │   │       │   │   │   ├── bmp.gif
│       │   │   │   │   │   │       │   │   │   ├── cs.gif
│       │   │   │   │   │   │       │   │   │   ├── default.icon.gif
│       │   │   │   │   │   │       │   │   │   ├── dll.gif
│       │   │   │   │   │   │       │   │   │   ├── doc.gif
│       │   │   │   │   │   │       │   │   │   ├── exe.gif
│       │   │   │   │   │   │       │   │   │   ├── fla.gif
│       │   │   │   │   │   │       │   │   │   ├── gif.gif
│       │   │   │   │   │   │       │   │   │   ├── htm.gif
│       │   │   │   │   │   │       │   │   │   ├── html.gif
│       │   │   │   │   │   │       │   │   │   ├── jpg.gif
│       │   │   │   │   │   │       │   │   │   ├── js.gif
│       │   │   │   │   │   │       │   │   │   ├── mdb.gif
│       │   │   │   │   │   │       │   │   │   ├── mp3.gif
│       │   │   │   │   │   │       │   │   │   ├── pdf.gif
│       │   │   │   │   │   │       │   │   │   ├── png.gif
│       │   │   │   │   │   │       │   │   │   ├── ppt.gif
│       │   │   │   │   │   │       │   │   │   ├── rdp.gif
│       │   │   │   │   │   │       │   │   │   ├── swf.gif
│       │   │   │   │   │   │       │   │   │   ├── swt.gif
│       │   │   │   │   │   │       │   │   │   ├── txt.gif
│       │   │   │   │   │   │       │   │   │   ├── vsd.gif
│       │   │   │   │   │   │       │   │   │   ├── xls.gif
│       │   │   │   │   │   │       │   │   │   ├── xml.gif
│       │   │   │   │   │   │       │   │   │   └── zip.gif
│       │   │   │   │   │   │       │   │   ├── ai.gif
│       │   │   │   │   │   │       │   │   ├── avi.gif
│       │   │   │   │   │   │       │   │   ├── bmp.gif
│       │   │   │   │   │   │       │   │   ├── cs.gif
│       │   │   │   │   │   │       │   │   ├── default.icon.gif
│       │   │   │   │   │   │       │   │   ├── dll.gif
│       │   │   │   │   │   │       │   │   ├── doc.gif
│       │   │   │   │   │   │       │   │   ├── exe.gif
│       │   │   │   │   │   │       │   │   ├── fla.gif
│       │   │   │   │   │   │       │   │   ├── gif.gif
│       │   │   │   │   │   │       │   │   ├── htm.gif
│       │   │   │   │   │   │       │   │   ├── html.gif
│       │   │   │   │   │   │       │   │   ├── jpg.gif
│       │   │   │   │   │   │       │   │   ├── js.gif
│       │   │   │   │   │   │       │   │   ├── mdb.gif
│       │   │   │   │   │   │       │   │   ├── mp3.gif
│       │   │   │   │   │   │       │   │   ├── pdf.gif
│       │   │   │   │   │   │       │   │   ├── png.gif
│       │   │   │   │   │   │       │   │   ├── ppt.gif
│       │   │   │   │   │   │       │   │   ├── rdp.gif
│       │   │   │   │   │   │       │   │   ├── swf.gif
│       │   │   │   │   │   │       │   │   ├── swt.gif
│       │   │   │   │   │   │       │   │   ├── txt.gif
│       │   │   │   │   │   │       │   │   ├── vsd.gif
│       │   │   │   │   │   │       │   │   ├── xls.gif
│       │   │   │   │   │   │       │   │   ├── xml.gif
│       │   │   │   │   │   │       │   │   └── zip.gif
│       │   │   │   │   │   │       │   └── spacer.gif
│       │   │   │   │   │   │       └── js
│       │   │   │   │   │   │           ├── common.js
│       │   │   │   │   │   │           └── fckxml.js
│       │   │   │   │   │   └── connectors
│       │   │   │   │   │       └── php
│       │   │   │   │   │           ├── basexml.php
│       │   │   │   │   │           ├── commands.php
│       │   │   │   │   │           ├── config.php
│       │   │   │   │   │           ├── connector.php
│       │   │   │   │   │           ├── io.php
│       │   │   │   │   │           ├── phpcompat.php
│       │   │   │   │   │           ├── upload.php
│       │   │   │   │   │           ├── uploadfile
│       │   │   │   │   │           │   ├── d
│       │   │   │   │   │           │   └── fff
│       │   │   │   │   │           └── util.php
│       │   │   │   │   ├── images
│       │   │   │   │   │   ├── anchor.gif
│       │   │   │   │   │   ├── arrow_ltr.gif
│       │   │   │   │   │   ├── arrow_rtl.gif
│       │   │   │   │   │   ├── smiley
│       │   │   │   │   │   │   └── msn
│       │   │   │   │   │   │       ├── angel_smile.gif
│       │   │   │   │   │   │       ├── angry_smile.gif
│       │   │   │   │   │   │       ├── broken_heart.gif
│       │   │   │   │   │   │       ├── cake.gif
│       │   │   │   │   │   │       ├── confused_smile.gif
│       │   │   │   │   │   │       ├── cry_smile.gif
│       │   │   │   │   │   │       ├── devil_smile.gif
│       │   │   │   │   │   │       ├── embaressed_smile.gif
│       │   │   │   │   │   │       ├── envelope.gif
│       │   │   │   │   │   │       ├── heart.gif
│       │   │   │   │   │   │       ├── kiss.gif
│       │   │   │   │   │   │       ├── lightbulb.gif
│       │   │   │   │   │   │       ├── omg_smile.gif
│       │   │   │   │   │   │       ├── regular_smile.gif
│       │   │   │   │   │   │       ├── sad_smile.gif
│       │   │   │   │   │   │       ├── shades_smile.gif
│       │   │   │   │   │   │       ├── teeth_smile.gif
│       │   │   │   │   │   │       ├── thumbs_down.gif
│       │   │   │   │   │   │       ├── thumbs_up.gif
│       │   │   │   │   │   │       ├── tounge_smile.gif
│       │   │   │   │   │   │       ├── whatchutalkingabout_smile.gif
│       │   │   │   │   │   │       └── wink_smile.gif
│       │   │   │   │   │   └── spacer.gif
│       │   │   │   │   ├── js
│       │   │   │   │   │   ├── fckadobeair.js
│       │   │   │   │   │   ├── fckeditorcode_gecko.js
│       │   │   │   │   │   └── fckeditorcode_ie.js
│       │   │   │   │   ├── lang
│       │   │   │   │   │   ├── _translationstatus.txt
│       │   │   │   │   │   ├── en-uk.js
│       │   │   │   │   │   ├── en.js
│       │   │   │   │   │   ├── zh-cn.js
│       │   │   │   │   │   └── zh.js
│       │   │   │   │   ├── plugins
│       │   │   │   │   │   ├── autogrow
│       │   │   │   │   │   │   └── fckplugin.js
│       │   │   │   │   │   ├── bbcode
│       │   │   │   │   │   │   ├── _sample
│       │   │   │   │   │   │   │   ├── sample.config.js
│       │   │   │   │   │   │   │   └── sample.html
│       │   │   │   │   │   │   └── fckplugin.js
│       │   │   │   │   │   ├── dragresizetable
│       │   │   │   │   │   │   └── fckplugin.js
│       │   │   │   │   │   ├── media
│       │   │   │   │   │   │   └── fckplugin.js
│       │   │   │   │   │   ├── placeholder
│       │   │   │   │   │   │   ├── fck_placeholder.html
│       │   │   │   │   │   │   ├── fckplugin.js
│       │   │   │   │   │   │   ├── lang
│       │   │   │   │   │   │   │   ├── de.js
│       │   │   │   │   │   │   │   ├── en.js
│       │   │   │   │   │   │   │   ├── es.js
│       │   │   │   │   │   │   │   ├── fr.js
│       │   │   │   │   │   │   │   ├── it.js
│       │   │   │   │   │   │   │   └── pl.js
│       │   │   │   │   │   │   └── placeholder.gif
│       │   │   │   │   │   ├── simplecommands
│       │   │   │   │   │   │   └── fckplugin.js
│       │   │   │   │   │   └── tablecommands
│       │   │   │   │   │       └── fckplugin.js
│       │   │   │   │   └── skins
│       │   │   │   │       ├── _fckviewstrips.html
│       │   │   │   │       ├── default
│       │   │   │   │       │   ├── fck_dialog.css
│       │   │   │   │       │   ├── fck_dialog_ie6.js
│       │   │   │   │       │   ├── fck_editor.css
│       │   │   │   │       │   ├── fck_strip.gif
│       │   │   │   │       │   └── images
│       │   │   │   │       │       ├── dialog.sides.gif
│       │   │   │   │       │       ├── dialog.sides.png
│       │   │   │   │       │       ├── dialog.sides.rtl.png
│       │   │   │   │       │       ├── sprites.gif
│       │   │   │   │       │       ├── sprites.png
│       │   │   │   │       │       ├── toolbar.arrowright.gif
│       │   │   │   │       │       ├── toolbar.buttonarrow.gif
│       │   │   │   │       │       ├── toolbar.collapse.gif
│       │   │   │   │       │       ├── toolbar.end.gif
│       │   │   │   │       │       ├── toolbar.expand.gif
│       │   │   │   │       │       ├── toolbar.separator.gif
│       │   │   │   │       │       └── toolbar.start.gif
│       │   │   │   │       ├── office2003
│       │   │   │   │       │   ├── fck_dialog.css
│       │   │   │   │       │   ├── fck_dialog_ie6.js
│       │   │   │   │       │   ├── fck_editor.css
│       │   │   │   │       │   ├── fck_strip.gif
│       │   │   │   │       │   └── images
│       │   │   │   │       │       ├── dialog.sides.gif
│       │   │   │   │       │       ├── dialog.sides.png
│       │   │   │   │       │       ├── dialog.sides.rtl.png
│       │   │   │   │       │       ├── sprites.gif
│       │   │   │   │       │       ├── sprites.png
│       │   │   │   │       │       ├── toolbar.arrowright.gif
│       │   │   │   │       │       ├── toolbar.bg.gif
│       │   │   │   │       │       ├── toolbar.buttonarrow.gif
│       │   │   │   │       │       ├── toolbar.collapse.gif
│       │   │   │   │       │       ├── toolbar.end.gif
│       │   │   │   │       │       ├── toolbar.expand.gif
│       │   │   │   │       │       ├── toolbar.separator.gif
│       │   │   │   │       │       └── toolbar.start.gif
│       │   │   │   │       └── silver
│       │   │   │   │           ├── fck_dialog.css
│       │   │   │   │           ├── fck_dialog_ie6.js
│       │   │   │   │           ├── fck_editor.css
│       │   │   │   │           ├── fck_strip.gif
│       │   │   │   │           └── images
│       │   │   │   │               ├── dialog.sides.gif
│       │   │   │   │               ├── dialog.sides.png
│       │   │   │   │               ├── dialog.sides.rtl.png
│       │   │   │   │               ├── sprites.gif
│       │   │   │   │               ├── sprites.png
│       │   │   │   │               ├── toolbar.arrowright.gif
│       │   │   │   │               ├── toolbar.buttonarrow.gif
│       │   │   │   │               ├── toolbar.buttonbg.gif
│       │   │   │   │               ├── toolbar.collapse.gif
│       │   │   │   │               ├── toolbar.end.gif
│       │   │   │   │               ├── toolbar.expand.gif
│       │   │   │   │               ├── toolbar.separator.gif
│       │   │   │   │               └── toolbar.start.gif
│       │   │   │   ├── fckconfig.js
│       │   │   │   ├── fckeditor.js
│       │   │   │   ├── fckstyles.xml
│       │   │   │   └── fcktemplates.xml
│       │   │   └── verify_code
│       │   │       ├── style_1
│       │   │       │   ├── 01.gif
│       │   │       │   ├── 02.gif
│       │   │       │   ├── 03.gif
│       │   │       │   ├── 04.gif
│       │   │       │   ├── 05.gif
│       │   │       │   ├── 11.gif
│       │   │       │   ├── 12.gif
│       │   │       │   ├── 13.gif
│       │   │       │   ├── 14.gif
│       │   │       │   ├── 15.gif
│       │   │       │   ├── 21.gif
│       │   │       │   ├── 22.gif
│       │   │       │   ├── 23.gif
│       │   │       │   ├── 24.gif
│       │   │       │   ├── 25.gif
│       │   │       │   ├── 31.gif
│       │   │       │   ├── 32.gif
│       │   │       │   ├── 33.gif
│       │   │       │   ├── 34.gif
│       │   │       │   ├── 35.gif
│       │   │       │   ├── 41.gif
│       │   │       │   ├── 42.gif
│       │   │       │   ├── 43.gif
│       │   │       │   ├── 44.gif
│       │   │       │   ├── 45.gif
│       │   │       │   ├── 51.gif
│       │   │       │   ├── 52.gif
│       │   │       │   ├── 53.gif
│       │   │       │   ├── 54.gif
│       │   │       │   ├── 55.gif
│       │   │       │   ├── 61.gif
│       │   │       │   ├── 62.gif
│       │   │       │   ├── 63.gif
│       │   │       │   ├── 64.gif
│       │   │       │   ├── 65.gif
│       │   │       │   ├── 71.gif
│       │   │       │   ├── 72.gif
│       │   │       │   ├── 73.gif
│       │   │       │   ├── 74.gif
│       │   │       │   ├── 75.gif
│       │   │       │   ├── 81.gif
│       │   │       │   ├── 82.gif
│       │   │       │   ├── 83.gif
│       │   │       │   ├── 84.gif
│       │   │       │   ├── 85.gif
│       │   │       │   ├── 91.gif
│       │   │       │   ├── 92.gif
│       │   │       │   ├── 93.gif
│       │   │       │   ├── 94.gif
│       │   │       │   ├── 95.gif
│       │   │       │   ├── a1.gif
│       │   │       │   ├── a2.gif
│       │   │       │   ├── a3.gif
│       │   │       │   ├── a4.gif
│       │   │       │   ├── a5.gif
│       │   │       │   ├── b1.gif
│       │   │       │   ├── b2.gif
│       │   │       │   ├── b3.gif
│       │   │       │   ├── b4.gif
│       │   │       │   ├── b5.gif
│       │   │       │   ├── bg1.gif
│       │   │       │   ├── bg2.gif
│       │   │       │   ├── bg3.gif
│       │   │       │   ├── bg4.gif
│       │   │       │   ├── c1.gif
│       │   │       │   ├── c2.gif
│       │   │       │   ├── c3.gif
│       │   │       │   ├── c4.gif
│       │   │       │   ├── c5.gif
│       │   │       │   ├── d1.gif
│       │   │       │   ├── d2.gif
│       │   │       │   ├── d3.gif
│       │   │       │   ├── d4.gif
│       │   │       │   ├── d5.gif
│       │   │       │   ├── e1.gif
│       │   │       │   ├── e2.gif
│       │   │       │   ├── e3.gif
│       │   │       │   ├── e4.gif
│       │   │       │   ├── e5.gif
│       │   │       │   ├── f1.gif
│       │   │       │   ├── f2.gif
│       │   │       │   ├── f3.gif
│       │   │       │   ├── f4.gif
│       │   │       │   ├── f5.gif
│       │   │       │   ├── f6.gif
│       │   │       │   ├── g1.gif
│       │   │       │   ├── g2.gif
│       │   │       │   ├── g3.gif
│       │   │       │   ├── g4.gif
│       │   │       │   ├── g5.gif
│       │   │       │   ├── h1.gif
│       │   │       │   ├── h2.gif
│       │   │       │   ├── h3.gif
│       │   │       │   ├── h4.gif
│       │   │       │   ├── h5.gif
│       │   │       │   ├── i1.gif
│       │   │       │   ├── i2.gif
│       │   │       │   ├── i3.gif
│       │   │       │   ├── i4.gif
│       │   │       │   ├── i5.gif
│       │   │       │   ├── j1.gif
│       │   │       │   ├── j2.gif
│       │   │       │   ├── j3.gif
│       │   │       │   ├── j4.gif
│       │   │       │   ├── j5.gif
│       │   │       │   ├── k1.gif
│       │   │       │   ├── k2.gif
│       │   │       │   ├── k3.gif
│       │   │       │   ├── k4.gif
│       │   │       │   ├── k5.gif
│       │   │       │   ├── l1.gif
│       │   │       │   ├── l2.gif
│       │   │       │   ├── l3.gif
│       │   │       │   ├── l4.gif
│       │   │       │   ├── l5.gif
│       │   │       │   ├── line1.gif
│       │   │       │   ├── line2.gif
│       │   │       │   ├── line3.gif
│       │   │       │   ├── line4.gif
│       │   │       │   ├── m1.gif
│       │   │       │   ├── m2.gif
│       │   │       │   ├── m3.gif
│       │   │       │   ├── m4.gif
│       │   │       │   ├── m5.gif
│       │   │       │   ├── n1.gif
│       │   │       │   ├── n2.gif
│       │   │       │   ├── n3.gif
│       │   │       │   ├── n4.gif
│       │   │       │   ├── n5.gif
│       │   │       │   ├── o1.gif
│       │   │       │   ├── o2.gif
│       │   │       │   ├── o3.gif
│       │   │       │   ├── o4.gif
│       │   │       │   ├── o5.gif
│       │   │       │   ├── p1.gif
│       │   │       │   ├── p2.gif
│       │   │       │   ├── p3.gif
│       │   │       │   ├── p4.gif
│       │   │       │   ├── p5.gif
│       │   │       │   ├── q1.gif
│       │   │       │   ├── q2.gif
│       │   │       │   ├── q3.gif
│       │   │       │   ├── q4.gif
│       │   │       │   ├── q5.gif
│       │   │       │   ├── r1.gif
│       │   │       │   ├── r2.gif
│       │   │       │   ├── r3.gif
│       │   │       │   ├── r4.gif
│       │   │       │   ├── r5.gif
│       │   │       │   ├── s1.gif
│       │   │       │   ├── s2.gif
│       │   │       │   ├── s3.gif
│       │   │       │   ├── s4.gif
│       │   │       │   ├── s5.gif
│       │   │       │   ├── t1.gif
│       │   │       │   ├── t2.gif
│       │   │       │   ├── t3.gif
│       │   │       │   ├── t4.gif
│       │   │       │   ├── t5.gif
│       │   │       │   ├── u1.gif
│       │   │       │   ├── u2.gif
│       │   │       │   ├── u3.gif
│       │   │       │   ├── u4.gif
│       │   │       │   ├── u5.gif
│       │   │       │   ├── v1.gif
│       │   │       │   ├── v2.gif
│       │   │       │   ├── v3.gif
│       │   │       │   ├── v4.gif
│       │   │       │   ├── v5.gif
│       │   │       │   ├── w1.gif
│       │   │       │   ├── w2.gif
│       │   │       │   ├── w3.gif
│       │   │       │   ├── w4.gif
│       │   │       │   ├── w5.gif
│       │   │       │   ├── x1.gif
│       │   │       │   ├── x2.gif
│       │   │       │   ├── x3.gif
│       │   │       │   ├── x4.gif
│       │   │       │   ├── x5.gif
│       │   │       │   ├── y1.gif
│       │   │       │   ├── y2.gif
│       │   │       │   ├── y3.gif
│       │   │       │   ├── y4.gif
│       │   │       │   ├── y5.gif
│       │   │       │   ├── z1.gif
│       │   │       │   ├── z2.gif
│       │   │       │   ├── z3.gif
│       │   │       │   ├── z4.gif
│       │   │       │   └── z5.gif
│       │   │       └── style_2
│       │   │           ├── a1.png
│       │   │           └── bg4.png
│       │   ├── upload
│       │   │   └── attatch
│       │   ├── wap.php
│       │   └── webcss
│       │       ├── admin
│       │       │   ├── admin.js
│       │       │   ├── admin.table.js
│       │       │   └── images
│       │       │       ├── 1.png
│       │       │       ├── add.gif
│       │       │       ├── arrow.gif
│       │       │       ├── b_drop.png
│       │       │       ├── b_edit.png
│       │       │       ├── bg.gif
│       │       │       ├── bg_1.gif
│       │       │       ├── bg_1.jpg
│       │       │       ├── bg_10.gif
│       │       │       ├── bg_11.gif
│       │       │       ├── bg_15.jpg
│       │       │       ├── bg_16.jpg
│       │       │       ├── bg_2.gif
│       │       │       ├── bg_3.gif
│       │       │       ├── bg_4.gif
│       │       │       ├── bg_5.gif
│       │       │       ├── bg_6.gif
│       │       │       ├── bg_7.gif
│       │       │       ├── bg_8.gif
│       │       │       ├── bg_8.jpg
│       │       │       ├── bg_9.gif
│       │       │       ├── bg_admin.jpg
│       │       │       ├── bg_body.jpg
│       │       │       ├── calendar.gif
│       │       │       ├── css.css
│       │       │       ├── del.gif
│       │       │       ├── dot_1.jpg
│       │       │       ├── down_1.gif
│       │       │       ├── file.jpg
│       │       │       ├── folder.gif
│       │       │       ├── image_s.gif
│       │       │       ├── js.js
│       │       │       ├── left-background.gif
│       │       │       ├── left-repeat-background.gif
│       │       │       ├── logo.png
│       │       │       ├── menu.gif
│       │       │       ├── menu_bg.jpg
│       │       │       ├── menu_ico.jpg
│       │       │       ├── menu_line.jpg
│       │       │       ├── nav.gif
│       │       │       ├── ok.gif
│       │       │       ├── pic_0.gif
│       │       │       ├── pic_1.gif
│       │       │       ├── pic_2.gif
│       │       │       ├── pic_3.gif
│       │       │       ├── pic_code.jpg
│       │       │       ├── pic_pwd.jpg
│       │       │       ├── pic_user.jpg
│       │       │       ├── romove.gif
│       │       │       ├── sort_asc.png
│       │       │       ├── sort_desc.png
│       │       │       ├── table.gif
│       │       │       ├── table.jpg
│       │       │       └── up_1.gif
│       │       ├── common
│       │       │   ├── images
│       │       │   │   ├── alert.css
│       │       │   │   ├── bg1.gif
│       │       │   │   ├── bg2.gif
│       │       │   │   ├── bg_1.jpg
│       │       │   │   ├── blank.gif
│       │       │   │   ├── btn_close.gif
│       │       │   │   ├── btn_hide.gif
│       │       │   │   ├── btn_max.gif
│       │       │   │   ├── common.css
│       │       │   │   ├── css.css
│       │       │   │   ├── expand.css
│       │       │   │   ├── ico_1
│       │       │   │   │   ├── dir.gif
│       │       │   │   │   ├── htm.gif
│       │       │   │   │   ├── media.gif
│       │       │   │   │   ├── rar.gif
│       │       │   │   │   └── txt.gif
│       │       │   │   ├── input_bk.gif
│       │       │   │   ├── no_pic.jpg
│       │       │   │   ├── scroll_1.gif
│       │       │   │   └── transparent.png
│       │       │   ├── js
│       │       │   │   ├── date.js
│       │       │   │   ├── kj.ajax.js
│       │       │   │   ├── kj.alert.js
│       │       │   │   ├── kj.chart.js
│       │       │   │   ├── kj.dialog.js
│       │       │   │   ├── kj.draw.js
│       │       │   │   ├── kj.js
│       │       │   │   ├── kj.layer.js
│       │       │   │   ├── kj.page.js
│       │       │   │   ├── kj.pic.js
│       │       │   │   ├── kj.progress.js
│       │       │   │   ├── kj.rule.js
│       │       │   │   ├── kj.slide.js
│       │       │   │   ├── kj.table.js
│       │       │   │   ├── kj.windiv.js
│       │       │   │   └── web.config.js
│       │       │   └── swf
│       │       │       └── slide1.swf
│       │       ├── components
│       │       │   └── report
│       │       │       ├── adapters
│       │       │       │   ├── mootools-adapter.js
│       │       │       │   ├── mootools-adapter.src.js
│       │       │       │   ├── prototype-adapter.js
│       │       │       │   └── prototype-adapter.src.js
│       │       │       ├── highcharts-more.js
│       │       │       ├── highcharts.js
│       │       │       ├── highcharts.src.js
│       │       │       ├── jquery.min.js
│       │       │       ├── modules
│       │       │       │   ├── canvas-tools.js
│       │       │       │   ├── canvas-tools.src.js
│       │       │       │   ├── data.js
│       │       │       │   ├── data.src.js
│       │       │       │   ├── exporting.js
│       │       │       │   └── exporting.src.js
│       │       │       └── themes
│       │       │           ├── dark-blue.js
│       │       │           ├── dark-green.js
│       │       │           ├── gray.js
│       │       │           ├── grid.js
│       │       │           └── skies.js
│       │       ├── default
│       │       │   ├── cartlist.js
│       │       │   ├── header.js
│       │       │   ├── images
│       │       │   │   ├── Title_bk_730px_2.gif
│       │       │   │   ├── Vip_arr.png
│       │       │   │   ├── Vip_dj.gif
│       │       │   │   ├── Vip_jd.png
│       │       │   │   ├── add.gif
│       │       │   │   ├── arrow.gif
│       │       │   │   ├── arrow.png
│       │       │   │   ├── arrow2.png
│       │       │   │   ├── arrow3.png
│       │       │   │   ├── bg3.gif
│       │       │   │   ├── bg_main1.jpg
│       │       │   │   ├── bg_top1.png
│       │       │   │   ├── btn_1.png
│       │       │   │   ├── btn_bg1.png
│       │       │   │   ├── btn_bg1x.png
│       │       │   │   ├── btn_bg2.png
│       │       │   │   ├── btn_bg2x.png
│       │       │   │   ├── btn_bg3.png
│       │       │   │   ├── btn_bg3x.png
│       │       │   │   ├── btn_bg3y.png
│       │       │   │   ├── btn_bg4.png
│       │       │   │   ├── btn_bg4x.png
│       │       │   │   ├── btn_bg4y.png
│       │       │   │   ├── btn_bg5.png
│       │       │   │   ├── btn_bg5x.png
│       │       │   │   ├── btn_del.gif
│       │       │   │   ├── btn_qq.png
│       │       │   │   ├── btn_search.png
│       │       │   │   ├── btn_search2.png
│       │       │   │   ├── btn_sel.png
│       │       │   │   ├── btn_sina.png
│       │       │   │   ├── cart_bg1.png
│       │       │   │   ├── cart_bg2.png
│       │       │   │   ├── cart_bg4.gif
│       │       │   │   ├── cart_bg5.gif
│       │       │   │   ├── cart_bg6.gif
│       │       │   │   ├── cart_bg7.gif
│       │       │   │   ├── cart_null.gif
│       │       │   │   ├── collect.png
│       │       │   │   ├── collect1.png
│       │       │   │   ├── collect2.png
│       │       │   │   ├── collectsel.png
│       │       │   │   ├── comment1.png
│       │       │   │   ├── comment2.png
│       │       │   │   ├── comment3.png
│       │       │   │   ├── css.css
│       │       │   │   ├── dot.gif
│       │       │   │   ├── error.png
│       │       │   │   ├── findpwd1.gif
│       │       │   │   ├── findpwd2.gif
│       │       │   │   ├── findpwd3.gif
│       │       │   │   ├── hunan.png
│       │       │   │   ├── icon_plus.gif
│       │       │   │   ├── juan.png
│       │       │   │   ├── label1.png
│       │       │   │   ├── left1.png
│       │       │   │   ├── logo.png
│       │       │   │   ├── main.css
│       │       │   │   ├── mall.css
│       │       │   │   ├── menu_1.png
│       │       │   │   ├── menu_2.png
│       │       │   │   ├── menu_3.png
│       │       │   │   ├── menu_4.png
│       │       │   │   ├── menu_5.png
│       │       │   │   ├── menu_6.png
│       │       │   │   ├── menu_7.png
│       │       │   │   ├── menu_bg.jpg
│       │       │   │   ├── menu_bg1.png
│       │       │   │   ├── menu_p1.png
│       │       │   │   ├── menu_p2.png
│       │       │   │   ├── menu_p3.png
│       │       │   │   ├── menu_p4.png
│       │       │   │   ├── menu_p5.png
│       │       │   │   ├── nofood.png
│       │       │   │   ├── nopic.png
│       │       │   │   ├── pic1.png
│       │       │   │   ├── pic2.png
│       │       │   │   ├── pic_del.png
│       │       │   │   ├── right.png
│       │       │   │   ├── romove.gif
│       │       │   │   ├── score.png
│       │       │   │   ├── shop.css
│       │       │   │   ├── shop1.gif
│       │       │   │   ├── shop2.jpg
│       │       │   │   ├── sort_asc.png
│       │       │   │   ├── sort_desc.png
│       │       │   │   ├── sort_down.png
│       │       │   │   ├── sort_up.png
│       │       │   │   ├── state_bg1.png
│       │       │   │   ├── state_bg2.png
│       │       │   │   ├── table.jpg
│       │       │   │   ├── tag1.png
│       │       │   │   ├── tips.png
│       │       │   │   ├── tips_bg.png
│       │       │   │   ├── tips_tags.png
│       │       │   │   ├── top_bg.png
│       │       │   │   ├── trans1.png
│       │       │   │   ├── vip0.png
│       │       │   │   ├── vip1.png
│       │       │   │   ├── vip2.png
│       │       │   │   ├── vip3.png
│       │       │   │   ├── vip4.png
│       │       │   │   ├── vip5.png
│       │       │   │   └── vip6.png
│       │       │   ├── member.js
│       │       │   ├── reg.js
│       │       │   ├── shop.default.js
│       │       │   ├── shop.js
│       │       │   ├── shop.optional.js
│       │       │   ├── shop.table.js
│       │       │   └── shopadmin.js
│       │       ├── install
│       │       │   └── images
│       │       │       ├── bg1.gif
│       │       │       ├── css.css
│       │       │       ├── logo.png
│       │       │       ├── no.gif
│       │       │       └── yes.gif
│       │       └── wap
│       │           ├── cartlist.js
│       │           ├── header.js
│       │           ├── images
│       │           │   ├── Title_bk_730px_2.gif
│       │           │   ├── Vip_arr.png
│       │           │   ├── Vip_dj.gif
│       │           │   ├── Vip_jd.png
│       │           │   ├── add.gif
│       │           │   ├── arrow.gif
│       │           │   ├── arrow.png
│       │           │   ├── arrow1.png
│       │           │   ├── arrow2.png
│       │           │   ├── arrow3.png
│       │           │   ├── b_drop.png
│       │           │   ├── b_edit.png
│       │           │   ├── bg3.gif
│       │           │   ├── bg_main1.png
│       │           │   ├── bg_top1.png
│       │           │   ├── btn_1.png
│       │           │   ├── btn_bg1.png
│       │           │   ├── btn_bg1x.png
│       │           │   ├── btn_bg2.png
│       │           │   ├── btn_bg2x.png
│       │           │   ├── btn_bg3.png
│       │           │   ├── btn_bg3x.png
│       │           │   ├── btn_bg3y.png
│       │           │   ├── btn_bg4.png
│       │           │   ├── btn_bg4x.png
│       │           │   ├── btn_bg4y.png
│       │           │   ├── btn_bg5.png
│       │           │   ├── btn_bg5x.png
│       │           │   ├── btn_del.gif
│       │           │   ├── btn_qq.png
│       │           │   ├── btn_search.png
│       │           │   ├── btn_search2.png
│       │           │   ├── btn_sel.png
│       │           │   ├── btn_sina.png
│       │           │   ├── buy1.png
│       │           │   ├── cart_bg1.png
│       │           │   ├── cart_bg2.png
│       │           │   ├── cart_bg4.gif
│       │           │   ├── cart_bg5.gif
│       │           │   ├── cart_bg6.gif
│       │           │   ├── cart_bg7.gif
│       │           │   ├── cart_null.gif
│       │           │   ├── collect1.png
│       │           │   ├── collect2.png
│       │           │   ├── css.css
│       │           │   ├── dot.gif
│       │           │   ├── error.png
│       │           │   ├── findpwd1.gif
│       │           │   ├── findpwd2.gif
│       │           │   ├── findpwd3.gif
│       │           │   ├── hunan.png
│       │           │   ├── icon_plus.gif
│       │           │   ├── juan.png
│       │           │   ├── label1.png
│       │           │   ├── logo.png
│       │           │   ├── main.css
│       │           │   ├── menu_1.png
│       │           │   ├── menu_2.png
│       │           │   ├── menu_3.png
│       │           │   ├── menu_4.png
│       │           │   ├── menu_5.png
│       │           │   ├── menu_bg.jpg
│       │           │   ├── menu_bg1.png
│       │           │   ├── menu_p1.png
│       │           │   ├── menu_p2.png
│       │           │   ├── menu_p3.png
│       │           │   ├── menu_p4.png
│       │           │   ├── menu_p5.png
│       │           │   ├── nofood.png
│       │           │   ├── nopic.png
│       │           │   ├── pic1.png
│       │           │   ├── pic2.png
│       │           │   ├── pic_del.png
│       │           │   ├── right.png
│       │           │   ├── romove.gif
│       │           │   ├── score.png
│       │           │   ├── shop.css
│       │           │   ├── shop1.gif
│       │           │   ├── shop2.jpg
│       │           │   ├── state_bg1.png
│       │           │   ├── state_bg2.png
│       │           │   ├── table.jpg
│       │           │   ├── tag1.png
│       │           │   ├── tips.png
│       │           │   ├── tips_bg.png
│       │           │   ├── tips_tags.png
│       │           │   ├── trans1.png
│       │           │   ├── vip0.png
│       │           │   ├── vip1.png
│       │           │   ├── vip2.png
│       │           │   ├── vip3.png
│       │           │   ├── vip4.png
│       │           │   ├── vip5.png
│       │           │   └── vip6.png
│       │           ├── member.js
│       │           └── reg.js
│       └── 安装说明.txt
└── 好例子网_网上订餐系统PHP多店版.rar

248 directories, 1330 files


标签: php 订餐 hp 系统

实例下载地址

网上订餐系统PHP多店版

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警