嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
PHPSHE B2C商城系统v1.1(build 20130101 UTF8)
PHPSHE商城系统是将商品展示、在线购物、订单管理、支付管理、文章管理、客户咨询反馈等功能相结合,并提供了简易的操作、实用的功能,快速让用户建立个性化的网上商店,为用户提供了一个低成本、高效率的网上商城...
.
├── PHPSHE B2C商城系统v1.1(build 20130101 UTF8).rar
├── admin.php
├── common.php
├── config.php
├── data
│ ├── attachment
│ │ └── 2012-11
│ │ ├── 20121231231911x.gif
│ │ ├── ad1.jpg
│ │ ├── ad2.jpg
│ │ ├── jdt1.jpg
│ │ └── jdt2.jpg
│ ├── cache
│ │ ├── ad.cache.php
│ │ ├── category.cache.php
│ │ ├── category_arr.cache.php
│ │ ├── class.cache.php
│ │ ├── link.cache.php
│ │ ├── page.cache.php
│ │ ├── payway.cache.php
│ │ ├── setting.cache.php
│ │ └── template
│ │ ├── admin
│ │ │ ├── cache_list.php
│ │ │ ├── footer.php
│ │ │ └── header.php
│ │ └── index
│ │ ├── footer.php
│ │ ├── header.php
│ │ ├── index.php
│ │ └── page.php
│ └── dbbackup
├── hook
│ ├── cache.hook.php
│ ├── category.hook.php
│ ├── payway.hook.php
│ └── product.hook.php
├── httpd.ini
├── include
│ ├── class
│ │ ├── authcode.class.php
│ │ ├── cache.class.php
│ │ ├── categorytree.class.php
│ │ ├── db.class.php
│ │ ├── excel.class.php
│ │ ├── mail
│ │ │ ├── class.pop3.php
│ │ │ ├── class.smtp.php
│ │ │ └── mail.class.php
│ │ ├── mail.class.php
│ │ ├── page.class.php
│ │ ├── pinyin.class.php
│ │ ├── thumb.class.php
│ │ └── upload.class.php
│ ├── function
│ │ └── global.func.php
│ ├── image
│ │ ├── cuo_l.gif
│ │ ├── cuo_m.gif
│ │ ├── cuo_r.gif
│ │ ├── dui_l.gif
│ │ ├── dui_m.gif
│ │ ├── dui_r.gif
│ │ └── nopic.gif
│ ├── js
│ │ ├── formcheck.js
│ │ ├── global.js
│ │ ├── jquery.js
│ │ ├── jquery.slide.js
│ │ └── shengshi.js
│ └── plugin
│ ├── artdialog
│ │ ├── jquery.artDialog.js
│ │ ├── license.txt
│ │ ├── plugins
│ │ │ └── iframeTools.js
│ │ └── skins
│ │ ├── chrome
│ │ │ ├── border.png
│ │ │ └── chrome_s.png
│ │ ├── chrome.css
│ │ └── icons
│ │ ├── error.png
│ │ ├── face-sad.png
│ │ ├── face-smile.png
│ │ ├── loading.gif
│ │ ├── question.png
│ │ ├── succeed.png
│ │ └── warning.png
│ ├── editor
│ │ ├── kindeditor.js
│ │ ├── lang
│ │ │ └── zh_CN.js
│ │ ├── php
│ │ │ └── upload_json.php
│ │ ├── plugins
│ │ │ ├── anchor
│ │ │ │ └── anchor.js
│ │ │ ├── baidumap
│ │ │ │ ├── baidumap.js
│ │ │ │ └── map.html
│ │ │ ├── clearhtml
│ │ │ │ └── clearhtml.js
│ │ │ ├── code
│ │ │ │ ├── code.js
│ │ │ │ ├── prettify.css
│ │ │ │ └── prettify.js
│ │ │ ├── emoticons
│ │ │ │ ├── emoticons.js
│ │ │ │ └── images
│ │ │ │ ├── 0.gif
│ │ │ │ ├── 1.gif
│ │ │ │ ├── 10.gif
│ │ │ │ ├── 100.gif
│ │ │ │ ├── 101.gif
│ │ │ │ ├── 102.gif
│ │ │ │ ├── 103.gif
│ │ │ │ ├── 104.gif
│ │ │ │ ├── 105.gif
│ │ │ │ ├── 106.gif
│ │ │ │ ├── 107.gif
│ │ │ │ ├── 108.gif
│ │ │ │ ├── 109.gif
│ │ │ │ ├── 11.gif
│ │ │ │ ├── 110.gif
│ │ │ │ ├── 111.gif
│ │ │ │ ├── 112.gif
│ │ │ │ ├── 113.gif
│ │ │ │ ├── 114.gif
│ │ │ │ ├── 115.gif
│ │ │ │ ├── 116.gif
│ │ │ │ ├── 117.gif
│ │ │ │ ├── 118.gif
│ │ │ │ ├── 119.gif
│ │ │ │ ├── 12.gif
│ │ │ │ ├── 120.gif
│ │ │ │ ├── 121.gif
│ │ │ │ ├── 122.gif
│ │ │ │ ├── 123.gif
│ │ │ │ ├── 124.gif
│ │ │ │ ├── 125.gif
│ │ │ │ ├── 126.gif
│ │ │ │ ├── 127.gif
│ │ │ │ ├── 128.gif
│ │ │ │ ├── 129.gif
│ │ │ │ ├── 13.gif
│ │ │ │ ├── 130.gif
│ │ │ │ ├── 131.gif
│ │ │ │ ├── 132.gif
│ │ │ │ ├── 133.gif
│ │ │ │ ├── 134.gif
│ │ │ │ ├── 14.gif
│ │ │ │ ├── 15.gif
│ │ │ │ ├── 16.gif
│ │ │ │ ├── 17.gif
│ │ │ │ ├── 18.gif
│ │ │ │ ├── 19.gif
│ │ │ │ ├── 2.gif
│ │ │ │ ├── 20.gif
│ │ │ │ ├── 21.gif
│ │ │ │ ├── 22.gif
│ │ │ │ ├── 23.gif
│ │ │ │ ├── 24.gif
│ │ │ │ ├── 25.gif
│ │ │ │ ├── 26.gif
│ │ │ │ ├── 27.gif
│ │ │ │ ├── 28.gif
│ │ │ │ ├── 29.gif
│ │ │ │ ├── 3.gif
│ │ │ │ ├── 30.gif
│ │ │ │ ├── 31.gif
│ │ │ │ ├── 32.gif
│ │ │ │ ├── 33.gif
│ │ │ │ ├── 34.gif
│ │ │ │ ├── 35.gif
│ │ │ │ ├── 36.gif
│ │ │ │ ├── 37.gif
│ │ │ │ ├── 38.gif
│ │ │ │ ├── 39.gif
│ │ │ │ ├── 4.gif
│ │ │ │ ├── 40.gif
│ │ │ │ ├── 41.gif
│ │ │ │ ├── 42.gif
│ │ │ │ ├── 43.gif
│ │ │ │ ├── 44.gif
│ │ │ │ ├── 45.gif
│ │ │ │ ├── 46.gif
│ │ │ │ ├── 47.gif
│ │ │ │ ├── 48.gif
│ │ │ │ ├── 49.gif
│ │ │ │ ├── 5.gif
│ │ │ │ ├── 50.gif
│ │ │ │ ├── 51.gif
│ │ │ │ ├── 52.gif
│ │ │ │ ├── 53.gif
│ │ │ │ ├── 54.gif
│ │ │ │ ├── 55.gif
│ │ │ │ ├── 56.gif
│ │ │ │ ├── 57.gif
│ │ │ │ ├── 58.gif
│ │ │ │ ├── 59.gif
│ │ │ │ ├── 6.gif
│ │ │ │ ├── 60.gif
│ │ │ │ ├── 61.gif
│ │ │ │ ├── 62.gif
│ │ │ │ ├── 63.gif
│ │ │ │ ├── 64.gif
│ │ │ │ ├── 65.gif
│ │ │ │ ├── 66.gif
│ │ │ │ ├── 67.gif
│ │ │ │ ├── 68.gif
│ │ │ │ ├── 69.gif
│ │ │ │ ├── 7.gif
│ │ │ │ ├── 70.gif
│ │ │ │ ├── 71.gif
│ │ │ │ ├── 72.gif
│ │ │ │ ├── 73.gif
│ │ │ │ ├── 74.gif
│ │ │ │ ├── 75.gif
│ │ │ │ ├── 76.gif
│ │ │ │ ├── 77.gif
│ │ │ │ ├── 78.gif
│ │ │ │ ├── 79.gif
│ │ │ │ ├── 8.gif
│ │ │ │ ├── 80.gif
│ │ │ │ ├── 81.gif
│ │ │ │ ├── 82.gif
│ │ │ │ ├── 83.gif
│ │ │ │ ├── 84.gif
│ │ │ │ ├── 85.gif
│ │ │ │ ├── 86.gif
│ │ │ │ ├── 87.gif
│ │ │ │ ├── 88.gif
│ │ │ │ ├── 89.gif
│ │ │ │ ├── 9.gif
│ │ │ │ ├── 90.gif
│ │ │ │ ├── 91.gif
│ │ │ │ ├── 92.gif
│ │ │ │ ├── 93.gif
│ │ │ │ ├── 94.gif
│ │ │ │ ├── 95.gif
│ │ │ │ ├── 96.gif
│ │ │ │ ├── 97.gif
│ │ │ │ ├── 98.gif
│ │ │ │ ├── 99.gif
│ │ │ │ └── static.gif
│ │ │ ├── filemanager
│ │ │ │ ├── filemanager.js
│ │ │ │ └── images
│ │ │ │ ├── file-16.gif
│ │ │ │ ├── file-64.gif
│ │ │ │ ├── folder-16.gif
│ │ │ │ ├── folder-64.gif
│ │ │ │ └── go-up.gif
│ │ │ ├── flash
│ │ │ │ └── flash.js
│ │ │ ├── image
│ │ │ │ ├── image.js
│ │ │ │ └── images
│ │ │ │ ├── align_left.gif
│ │ │ │ ├── align_right.gif
│ │ │ │ ├── align_top.gif
│ │ │ │ └── refresh.png
│ │ │ ├── insertfile
│ │ │ │ └── insertfile.js
│ │ │ ├── lineheight
│ │ │ │ └── lineheight.js
│ │ │ ├── link
│ │ │ │ └── link.js
│ │ │ ├── map
│ │ │ │ ├── map.html
│ │ │ │ └── map.js
│ │ │ ├── media
│ │ │ │ └── media.js
│ │ │ ├── multiimage
│ │ │ │ ├── images
│ │ │ │ │ ├── image.png
│ │ │ │ │ ├── select-files-en.png
│ │ │ │ │ ├── select-files-zh_CN.png
│ │ │ │ │ └── swfupload.swf
│ │ │ │ └── multiimage.js
│ │ │ ├── pagebreak
│ │ │ │ └── pagebreak.js
│ │ │ ├── plainpaste
│ │ │ │ └── plainpaste.js
│ │ │ ├── preview
│ │ │ │ └── preview.js
│ │ │ ├── quickformat
│ │ │ │ └── quickformat.js
│ │ │ ├── table
│ │ │ │ └── table.js
│ │ │ ├── template
│ │ │ │ ├── html
│ │ │ │ │ ├── 1.html
│ │ │ │ │ ├── 2.html
│ │ │ │ │ └── 3.html
│ │ │ │ └── template.js
│ │ │ └── wordpaste
│ │ │ └── wordpaste.js
│ │ └── themes
│ │ ├── common
│ │ │ ├── anchor.gif
│ │ │ ├── blank.gif
│ │ │ ├── flash.gif
│ │ │ ├── loading.gif
│ │ │ ├── media.gif
│ │ │ └── rm.gif
│ │ ├── default
│ │ │ ├── background.png
│ │ │ ├── default.css
│ │ │ └── default.png
│ │ └── simple
│ │ └── simple.css
│ ├── my97
│ │ ├── WdatePicker.js
│ │ ├── calendar.js
│ │ ├── lang
│ │ │ └── zh-cn.js
│ │ └── skin
│ │ ├── WdatePicker.css
│ │ ├── datePicker.gif
│ │ ├── default
│ │ │ ├── datepicker.css
│ │ │ └── img.gif
│ │ └── whyGreen
│ │ ├── bg.jpg
│ │ ├── datepicker.css
│ │ └── img.gif
│ └── payway
│ ├── alipay
│ │ ├── alipay.config.php
│ │ ├── cacert.pem
│ │ ├── lib
│ │ │ ├── alipay_core.function.php
│ │ │ ├── alipay_md5.function.php
│ │ │ ├── alipay_notify.class.php
│ │ │ └── alipay_submit.class.php
│ │ ├── log.txt
│ │ ├── logo.gif
│ │ ├── notify_url_db.php
│ │ ├── notify_url_js.php
│ │ ├── notify_url_sgn.php
│ │ ├── order_pay.php
│ │ ├── order_send.php
│ │ ├── return_url_db.php
│ │ ├── return_url_js.php
│ │ └── return_url_sgn.php
│ └── bank
│ └── logo.gif
├── index.php
├── install
│ ├── css
│ │ └── style.css
│ ├── images
│ │ ├── anzhuang.gif
│ │ ├── logo.gif
│ │ ├── main_l.gif
│ │ ├── main_m.gif
│ │ ├── main_r.gif
│ │ ├── next.gif
│ │ ├── quxiao.gif
│ │ └── tb1.png
│ ├── index.php
│ ├── install.html
│ ├── phpshe.sql
│ └── update
│ ├── index.php
│ └── update1.0_1.1.php
├── module
│ ├── admin
│ │ ├── ad.php
│ │ ├── admin.php
│ │ ├── article.php
│ │ ├── ask.php
│ │ ├── cache.php
│ │ ├── category.php
│ │ ├── class.php
│ │ ├── comment.php
│ │ ├── db.php
│ │ ├── do.php
│ │ ├── link.php
│ │ ├── order.php
│ │ ├── page.php
│ │ ├── payway.php
│ │ ├── product.php
│ │ ├── setting.php
│ │ └── user.php
│ └── index
│ ├── article.php
│ ├── index.php
│ ├── order.php
│ ├── page.php
│ ├── product.php
│ └── user.php
├── robots.txt
├── template
│ └── default
│ ├── admin
│ │ ├── ad_add.html
│ │ ├── ad_list.html
│ │ ├── admin_add.html
│ │ ├── admin_list.html
│ │ ├── article_add.html
│ │ ├── article_list.html
│ │ ├── ask_add.html
│ │ ├── ask_list.html
│ │ ├── cache_list.html
│ │ ├── category_add.html
│ │ ├── category_list.html
│ │ ├── class_add.html
│ │ ├── class_list.html
│ │ ├── comment_add.html
│ │ ├── comment_list.html
│ │ ├── css
│ │ │ └── style.css
│ │ ├── db_list.html
│ │ ├── do_login.html
│ │ ├── footer.html
│ │ ├── header.html
│ │ ├── images
│ │ │ ├── btn.gif
│ │ │ ├── fabu.gif
│ │ │ ├── head_bg.gif
│ │ │ ├── libg1.gif
│ │ │ ├── libg2.gif
│ │ │ ├── libg2_old.gif
│ │ │ ├── login_bg.png
│ │ │ ├── login_btn.gif
│ │ │ ├── logo.gif
│ │ │ ├── main_bot.png
│ │ │ ├── now_l.gif
│ │ │ ├── now_m.gif
│ │ │ ├── now_r.gif
│ │ │ ├── tb1.png
│ │ │ └── tb2.png
│ │ ├── link_add.html
│ │ ├── link_list.html
│ │ ├── order_add.html
│ │ ├── order_list.html
│ │ ├── order_send.html
│ │ ├── page_add.html
│ │ ├── page_list.html
│ │ ├── payway_add.html
│ │ ├── payway_list.html
│ │ ├── product_add.html
│ │ ├── product_list.html
│ │ ├── setting_base.html
│ │ ├── user_add.html
│ │ └── user_list.html
│ └── index
│ ├── css
│ │ └── style.css
│ ├── footer.html
│ ├── header.html
│ ├── images
│ │ ├── bottom_libg.gif
│ │ ├── button.jpg
│ │ ├── buy.gif
│ │ ├── bz_1.gif
│ │ ├── bz_2.gif
│ │ ├── bz_4.gif
│ │ ├── bz_5.gif
│ │ ├── foot_tel.gif
│ │ ├── hottt.gif
│ │ ├── hy_rtt.gif
│ │ ├── item_bg.gif
│ │ ├── jia.gif
│ │ ├── jian.gif
│ │ ├── liebiao_tt.gif
│ │ ├── link_bg.gif
│ │ ├── list_h3.gif
│ │ ├── liucheng1.gif
│ │ ├── liucheng2.gif
│ │ ├── login.jpg
│ │ ├── login_btn.gif
│ │ ├── login_tt.gif
│ │ ├── login_zc.gif
│ │ ├── logo.gif
│ │ ├── logo.jpg
│ │ ├── nav.gif
│ │ ├── nav_l.gif
│ │ ├── nav_m.gif
│ │ ├── nav_r.gif
│ │ ├── pl_l.gif
│ │ ├── pl_m.gif
│ │ ├── pl_r.gif
│ │ ├── sel2.gif
│ │ ├── selldown.gif
│ │ ├── sellout.gif
│ │ ├── task_tb.gif
│ │ ├── tb6.gif
│ │ ├── tb8.gif
│ │ ├── tj_btn.gif
│ │ ├── tuijian_bg.gif
│ │ └── tuijian_bg1.gif
│ ├── index.html
│ ├── order_add.html
│ ├── order_pay.html
│ ├── page.html
│ ├── product_list.html
│ ├── product_view.html
│ ├── user_asklist.html
│ ├── user_base.html
│ ├── user_collectlist.html
│ ├── user_commentlist.html
│ ├── user_login.html
│ ├── user_menu.html
│ ├── user_orderlist.html
│ ├── user_orderview.html
│ ├── user_pw.html
│ └── user_register.html
└── 安装升级说明.txt
79 directories, 433 files