实例介绍
[深蓝]外卖订餐 在线下单,短信通知4.6
【实例截图】
【核心代码】
fbd88dcb-2563-44c8-8813-012f02b8f197
└── [深蓝]外卖订餐 在线下单,短信通知4.6
├── food.php
└── source
└── plugin
└── food
├── admin_addgoods.inc.php
├── admin_area.inc.php
├── admin_cat.inc.php
├── admin_drawback.inc.php
├── admin_goods.inc.php
├── admin_help.inc.php
├── admin_log.inc.php
├── admin_member.inc.php
├── admin_orderlist.inc.php
├── admin_shenlan.inc.php
├── admin_shop.inc.php
├── admin_sms.inc.php
├── discuz_plugin_food_SC_GBK.xml
├── discuz_plugin_food_SC_UTF8.xml
├── discuz_plugin_food_TC_BIG5.xml
├── discuz_plugin_food_TC_UTF8.xml
├── food.inc.php
├── images
│ ├── img.jpg
│ └── sms.png
├── include
│ ├── config.inc.php
│ ├── function.class.php
│ └── update_class.func.php
├── install.php
├── module
│ ├── admin.inc.php
│ ├── ajax.inc.php
│ ├── comments.inc.php
│ ├── credit.inc.php
│ ├── index.inc.php
│ ├── member
│ │ ├── member_fav.inc.php
│ │ ├── member_info.inc.php
│ │ ├── member_kefu.inc.php
│ │ ├── member_log.inc.php
│ │ ├── member_orderdetail.inc.php
│ │ ├── member_orderlist.inc.php
│ │ └── member_shoppingcar.inc.php
│ ├── member.inc.php
│ ├── old.inc.php
│ ├── search.inc.php
│ ├── seeyouaround.inc.php
│ ├── shop
│ │ ├── shop_checkout.inc.php
│ │ ├── shop_info.inc.php
│ │ ├── shop_list.inc.php
│ │ ├── shop_mypost.inc.php
│ │ ├── shop_orderdetail.inc.php
│ │ ├── shop_payment.inc.php
│ │ ├── shop_post.inc.php
│ │ └── shop_view.inc.php
│ ├── shop.inc.php
│ ├── view.inc.php
│ └── xiaopiao.inc.php
├── static
│ ├── images
│ │ ├── default_shop.png
│ │ ├── dianpu_btn.png
│ │ └── shop_icon.png
│ └── js
│ └── brian.js
├── template
│ ├── admin_addgoods.htm
│ ├── admin_area.htm
│ ├── admin_cat.htm
│ ├── admin_drawback.htm
│ ├── admin_goods.htm
│ ├── admin_help.htm
│ ├── admin_log.htm
│ ├── admin_member.htm
│ ├── admin_orderlist.htm
│ ├── admin_shop.htm
│ ├── admin_sms.htm
│ ├── ajax.htm
│ ├── default
│ │ ├── _block_item.htm
│ │ ├── block_item.htm
│ │ ├── comments.htm
│ │ ├── credit
│ │ │ └── credit_buy.htm
│ │ ├── css
│ │ │ ├── 1861903452.18931882.jpg
│ │ │ ├── banner.gif
│ │ │ ├── banner.jpg
│ │ │ ├── banner - 副本 (2).gif
│ │ │ ├── banner - 副本.gif
│ │ │ ├── citytu.gif
│ │ │ ├── images
│ │ │ │ ├── bg-deal.jpg
│ │ │ │ ├── bg-deal-price.png
│ │ │ │ ├── bg.jpg
│ │ │ │ ├── bg-share-corner.gif
│ │ │ │ ├── btn_line.gif
│ │ │ │ ├── button-deal-buy.gif
│ │ │ │ ├── common-dot.gif
│ │ │ │ ├── food_head_a_bg_orange_line.png
│ │ │ │ ├── food_head_a_bg_orange.png
│ │ │ │ ├── food_head_a_bg_red.png
│ │ │ │ ├── food_head_a_bg_yellow.png
│ │ │ │ ├── food_head_bg.png
│ │ │ │ ├── food_view_shop_info_title_bg.png
│ │ │ │ ├── h2_bg.png
│ │ │ │ ├── item_buy_btn.png
│ │ │ │ ├── list_bg.jpg
│ │ │ │ ├── quote.gif
│ │ │ │ ├── sp-deal.png
│ │ │ │ ├── sp-detail.png
│ │ │ │ ├── starlevel.gif
│ │ │ │ └── up_down.gif
│ │ │ ├── navA_food.gif
│ │ │ ├── Nav.gif
│ │ │ ├── Nav_sur.gif
│ │ │ ├── notice.gif
│ │ │ ├── process.gif
│ │ │ ├── style1.gif
│ │ │ ├── style.css
│ │ │ ├── style_five.gif
│ │ │ ├── style_four.gif
│ │ │ ├── style_one.gif
│ │ │ ├── style_six.gif
│ │ │ ├── style_three.gif
│ │ │ └── style_two.gif
│ │ ├── head.htm
│ │ ├── index.htm
│ │ ├── kefu.htm
│ │ ├── main.htm
│ │ ├── main_right.htm
│ │ ├── member
│ │ │ ├── member_fav.htm
│ │ │ ├── member_info.htm
│ │ │ ├── member_kefu.htm
│ │ │ ├── member_log.htm
│ │ │ ├── member_main.htm
│ │ │ ├── member_mycredit.htm
│ │ │ ├── member_orderdetail.htm
│ │ │ ├── member_orderlist.htm
│ │ │ ├── member_right.htm
│ │ │ └── member_shoppingcar.htm
│ │ ├── old.htm
│ │ ├── seeyouaround.htm
│ │ ├── share.htm
│ │ ├── shop
│ │ │ ├── shop_checkout.htm
│ │ │ ├── shop_info.htm
│ │ │ ├── shop_item.htm
│ │ │ ├── shop_list.htm
│ │ │ ├── shop_main.htm
│ │ │ ├── shop_mypost.htm
│ │ │ ├── shop_orderdetail.htm
│ │ │ ├── shop_payment.htm
│ │ │ ├── shop_post.htm
│ │ │ ├── shop_right.htm
│ │ │ └── shop_view.htm
│ │ ├── style.htm
│ │ ├── view
│ │ │ └── view_comment.htm
│ │ ├── view.htm
│ │ └── xiaopiao.htm
│ └── style.htm
├── ueditor
│ ├── dialogs
│ │ ├── gmap
│ │ │ └── gmap.html
│ │ ├── image
│ │ │ ├── image.css
│ │ │ ├── image.html
│ │ │ ├── image.js
│ │ │ ├── images
│ │ │ │ ├── center_focus.jpg
│ │ │ │ ├── left_focus.jpg
│ │ │ │ ├── none_focus.jpg
│ │ │ │ └── right_focus.jpg
│ │ │ └── imageUploader.swf
│ │ ├── internal.js
│ │ ├── link
│ │ │ └── link.html
│ │ ├── map
│ │ │ └── map.html
│ │ ├── music
│ │ │ ├── music.css
│ │ │ ├── music.html
│ │ │ └── music.js
│ │ ├── spechars
│ │ │ ├── spechars.html
│ │ │ └── spechars.js
│ │ ├── tangram.js
│ │ ├── video
│ │ │ ├── images
│ │ │ │ ├── center_focus.jpg
│ │ │ │ ├── left_focus.jpg
│ │ │ │ ├── none_focus.jpg
│ │ │ │ └── right_focus.jpg
│ │ │ ├── video.css
│ │ │ ├── video.html
│ │ │ └── video.js
│ │ └── wordimage
│ │ ├── fClipboard_ueditor.swf
│ │ ├── imageUploader.swf
│ │ ├── wordimage.html
│ │ └── wordimage.js
│ ├── editor_all.js
│ ├── editor_all_min.js
│ ├── editor_config.js
│ ├── index.html
│ ├── lang
│ │ ├── zh-cn
│ │ │ ├── images
│ │ │ │ ├── copy.png
│ │ │ │ ├── imglabel.png
│ │ │ │ ├── localimage.png
│ │ │ │ ├── music.png
│ │ │ │ └── upload.png
│ │ │ └── zh-cn.js
│ │ ├── zh-cn-big5
│ │ │ ├── images
│ │ │ │ ├── copy.png
│ │ │ │ ├── imglabel.png
│ │ │ │ ├── localimage.png
│ │ │ │ ├── music.png
│ │ │ │ └── upload.png
│ │ │ └── zh-cn-big5.js
│ │ ├── zh-cn-gbk
│ │ │ ├── images
│ │ │ │ ├── copy.png
│ │ │ │ ├── imglabel.png
│ │ │ │ ├── localimage.png
│ │ │ │ ├── music.png
│ │ │ │ └── upload.png
│ │ │ └── zh-cn-gbk.js
│ │ └── zh-cn-utf-8
│ │ ├── images
│ │ │ ├── copy.png
│ │ │ ├── imglabel.png
│ │ │ ├── localimage.png
│ │ │ ├── music.png
│ │ │ └── upload.png
│ │ └── zh-cn-utf-8.js
│ ├── php
│ │ ├── fileUp.php
│ │ ├── getContent.php
│ │ ├── getMovie.php
│ │ ├── getRemoteImage.php
│ │ ├── imageManager.php
│ │ ├── imageUp.php
│ │ ├── scrawlUp.php
│ │ └── Uploader.class.php
│ ├── themes
│ │ ├── default
│ │ │ ├── css
│ │ │ │ └── ueditor.css
│ │ │ ├── dialogbase.css
│ │ │ └── images
│ │ │ ├── anchor.gif
│ │ │ ├── arrow.png
│ │ │ ├── button-bg.gif
│ │ │ ├── cancelbutton.gif
│ │ │ ├── cursor_h.gif
│ │ │ ├── cursor_h.png
│ │ │ ├── cursor_v.gif
│ │ │ ├── cursor_v.png
│ │ │ ├── dialog-title-bg.png
│ │ │ ├── filescan.png
│ │ │ ├── highlighted.gif
│ │ │ ├── icons-all.gif
│ │ │ ├── icons.gif
│ │ │ ├── icons.png
│ │ │ ├── lock.gif
│ │ │ ├── neweditor-tab-bg.png
│ │ │ ├── pagebreak.gif
│ │ │ ├── scale.png
│ │ │ ├── spacer.gif
│ │ │ ├── sparator_v.png
│ │ │ ├── toolbar_bg.png
│ │ │ ├── unhighlighted.gif
│ │ │ ├── upload.png
│ │ │ ├── videologo.gif
│ │ │ ├── word.gif
│ │ │ └── wordpaste.png
│ │ └── iframe.css
│ ├── third-party
│ │ ├── codemirror
│ │ │ ├── codemirror.css
│ │ │ └── codemirror.js
│ │ ├── snapscreen
│ │ │ ├── Snapsie.dll
│ │ │ └── test.html
│ │ └── swfupload
│ │ ├── fileprogress.js
│ │ ├── swfupload.cookies.js
│ │ ├── swfupload_fp9.swf
│ │ ├── swfupload.js
│ │ ├── swfupload.proxy.js
│ │ ├── swfupload.queue.js
│ │ ├── swfupload.speed.js
│ │ └── swfupload.swf
│ └── uparse.js
├── uninstall.php
└── upgrade.php
50 directories, 254 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论