在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 网上餐厅系统.zip

网上餐厅系统.zip

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:5.17M
  • 下载次数:2
  • 浏览次数:87
  • 发布时间:2021-12-14
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
网上餐厅系统
【实例截图】
【核心代码】
4744302543454080651.zip
├── 口福科技网上订餐平台版v1.7.3
│   ├── admin.php
│   ├── api
│   │   ├── alipay
│   │   │   ├── alipay.config.php
│   │   │   ├── alipayto.php
│   │   │   ├── images
│   │   │   │   ├── alipay.gif
│   │   │   │   └── new-btn-fixed.png
│   │   │   ├── index.php
│   │   │   ├── lib
│   │   │   │   ├── alipay_core.function.php
│   │   │   │   ├── alipay_notify.class.php
│   │   │   │   ├── alipay_service.class.php
│   │   │   │   └── alipay_submit.class.php
│   │   │   ├── log.txt
│   │   │   ├── notify_url.php
│   │   │   └── readme.txt
│   │   ├── qq
│   │   │   └── qqapi.php
│   │   ├── sina
│   │   │   ├── saetv2.ex.class.php
│   │   │   └── weibooauth.php
│   │   ├── tenpay
│   │   │   ├── classes
│   │   │   │   ├── PayRequestHandler.class.php
│   │   │   │   ├── PayResponseHandler.class.php
│   │   │   │   ├── RequestHandler.class.php
│   │   │   │   └── ResponseHandler.class.php
│   │   │   ├── return_url.php
│   │   │   ├── show.php
│   │   │   ├── tenpay_config.php
│   │   │   └── tenpayto.php
│   │   ├── ucconfig
│   │   │   └── ucenter.config.php
│   │   └── uc.php
│   ├── backup
│   ├── config
│   │   ├── config.inc.php
│   │   ├── gcate.php
│   │   ├── install.lock
│   │   ├── lib_config.php
│   │   ├── qq_config.php
│   │   ├── sina_config.php
│   │   └── ucenter.config.php
│   ├── httpd.ini
│   ├── ie6die.html
│   ├── images
│   │   ├── index_hero_1.jpg
│   │   ├── index_hero_3.jpg
│   │   ├── index_hero_5.jpg
│   │   ├── logo.png
│   │   ├── map_icon.png
│   │   ├── no.gif
│   │   ├── nologo.gif
│   │   ├── qq_login.png
│   │   ├── sina_login.png
│   │   ├── welcome_intro.png
│   │   └── yes.gif
│   ├── includes
│   │   ├── cls_comment.php
│   │   ├── cls_csv.php
│   │   ├── cls_db.php
│   │   ├── cls_excel.php
│   │   ├── cls_image.php
│   │   ├── cls_json.php
│   │   ├── cls_model.php
│   │   ├── cls_session.php
│   │   ├── cls_smarty.php
│   │   ├── cls_smtp.php
│   │   ├── cls_upload.php
│   │   ├── cls_version.php
│   │   ├── db_mysql.class.php
│   │   ├── init.php
│   │   ├── lib_base.php
│   │   ├── lib_safe.php
│   │   ├── lib_yzm.php
│   │   ├── sendSMS.php
│   │   └── 迷你简美黑.ttf
│   ├── index.php
│   ├── install
│   │   ├── cls_smarty.php
│   │   ├── compiled
│   │   │   └── index.html.php
│   │   ├── hck.sql
│   │   ├── index.php
│   │   ├── init.php
│   │   └── skins
│   │   └── index.html
│   ├── js
│   │   ├── ajaxfileupload.js
│   │   ├── ajax-loader.gif
│   │   ├── common.js
│   │   ├── Jcrop.gif
│   │   ├── jquery.center.js
│   │   ├── jquery.Jcrop.css
│   │   ├── jquery.Jcrop.min.js
│   │   ├── jquery.js
│   │   ├── jquery.smallslider.js
│   │   ├── qqlogin.js
│   │   ├── sinalogin.js
│   │   ├── smallslider.css
│   │   ├── smartfloat.js
│   │   ├── wap.js
│   │   ├── ZeroClipboard.js
│   │   └── ZeroClipboard.swf
│   ├── plugin
│   │   ├── bootstrap
│   │   │   ├── css
│   │   │   │   ├── bootstrap.css
│   │   │   │   └── bootstrap-responsive.css
│   │   │   ├── ie6.min.css
│   │   │   ├── ie6.min.js
│   │   │   ├── img
│   │   │   │   ├── glyphicons-halflings.png
│   │   │   │   └── glyphicons-halflings-white.png
│   │   │   └── js
│   │   │   ├── application.js
│   │   │   ├── bootstrap-alert.js
│   │   │   ├── bootstrap-button.js
│   │   │   ├── bootstrap-carousel.js
│   │   │   ├── bootstrap-collapse.js
│   │   │   ├── bootstrap-dropdown.js
│   │   │   ├── bootstrap-modal.js
│   │   │   ├── bootstrap-popover.js
│   │   │   ├── bootstrap-scrollspy.js
│   │   │   ├── bootstrap-tab.js
│   │   │   ├── bootstrap-tooltip.js
│   │   │   ├── bootstrap-transition.js
│   │   │   ├── bootstrap-typeahead.js
│   │   │   ├── google-code-prettify
│   │   │   │   ├── prettify.css
│   │   │   │   └── prettify.js
│   │   │   ├── jquery.js
│   │   │   └── README.md
│   │   ├── raty
│   │   │   ├── img
│   │   │   │   ├── cancel-off.png
│   │   │   │   ├── cancel-on.png
│   │   │   │   ├── star-half.png
│   │   │   │   ├── star-off.png
│   │   │   │   └── star-on.png
│   │   │   ├── jquery.raty.js
│   │   │   └── js
│   │   │   └── jquery.raty.min.js
│   │   └── zebra
│   │   ├── calendar.png
│   │   ├── zebra_datepicker.css
│   │   ├── zebra_datepicker.js
│   │   └── zebra_datepicker.src.js
│   ├── rewriterule.php
│   ├── shopadmin.php
│   ├── source
│   │   ├── admin
│   │   │   └── ctrl
│   │   │   ├── admin.php
│   │   │   ├── ad.php
│   │   │   ├── art_cat.php
│   │   │   ├── art_comment.php
│   │   │   ├── art.php
│   │   │   ├── backup.php
│   │   │   ├── bak.php
│   │   │   ├── blog.php
│   │   │   ├── bonus.php
│   │   │   ├── caches.php
│   │   │   ├── cai_cat.php
│   │   │   ├── cai_comment.php
│   │   │   ├── cai_do.php
│   │   │   ├── cai.php
│   │   │   ├── cai_wei.php
│   │   │   ├── canwei.php
│   │   │   ├── city.php
│   │   │   ├── comment.php
│   │   │   ├── config.php
│   │   │   ├── cook_comment.php
│   │   │   ├── cook.php
│   │   │   ├── flash.php
│   │   │   ├── foot.php
│   │   │   ├── getordermsg.php
│   │   │   ├── goods_comment.php
│   │   │   ├── goods_order.php
│   │   │   ├── goods.php
│   │   │   ├── grade_log.php
│   │   │   ├── groupbuy.php
│   │   │   ├── guest.php
│   │   │   ├── hotarea.php
│   │   │   ├── html.php
│   │   │   ├── iframe.php
│   │   │   ├── index.php
│   │   │   ├── left.php
│   │   │   ├── link.php
│   │   │   ├── login.php
│   │   │   ├── main.php
│   │   │   ├── map.php
│   │   │   ├── order.php
│   │   │   ├── paylog.php
│   │   │   ├── permission.php
│   │   │   ├── photo.php
│   │   │   ├── province.php
│   │   │   ├── rank.php
│   │   │   ├── shop.php
│   │   │   ├── sites.php
│   │   │   ├── skins_edi.php
│   │   │   ├── skins.php
│   │   │   ├── tixian.php
│   │   │   ├── top.php
│   │   │   ├── town.php
│   │   │   ├── upfile.php
│   │   │   ├── upload.php
│   │   │   ├── user.php
│   │   │   ├── vote.php
│   │   │   ├── web_html.php
│   │   │   ├── web_link.php
│   │   │   ├── web_nav.php
│   │   │   └── web.php
│   │   ├── function
│   │   │   ├── function_address.php
│   │   │   ├── function_art.php
│   │   │   ├── function_base.php
│   │   │   ├── function_cai.php
│   │   │   ├── function_common.php
│   │   │   ├── function_follow.php
│   │   │   ├── function_modfun.php
│   │   │   ├── function_shopcar.php
│   │   │   ├── function_shop.php
│   │   │   └── function_user.php
│   │   ├── index
│   │   │   └── ctrl
│   │   │   ├── ajax.php
│   │   │   ├── alipayback.php
│   │   │   ├── art_cat.php
│   │   │   ├── art_list.php
│   │   │   ├── art.php
│   │   │   ├── blog.php
│   │   │   ├── bonus.php
│   │   │   ├── cai_cat.php
│   │   │   ├── cai.php
│   │   │   ├── company.php
│   │   │   ├── fav.php
│   │   │   ├── friend.php
│   │   │   ├── getlatlng.php
│   │   │   ├── goods.php
│   │   │   ├── grade_log.php
│   │   │   ├── groupbuy.php
│   │   │   ├── guest.php
│   │   │   ├── help.php
│   │   │   ├── html.php
│   │   │   ├── index.php
│   │   │   ├── link.php
│   │   │   ├── map.php
│   │   │   ├── maps.php
│   │   │   ├── member.php
│   │   │   ├── message.php
│   │   │   ├── near.php
│   │   │   ├── ordershare.php
│   │   │   ├── paylog.php
│   │   │   ├── phone.php
│   │   │   ├── pm.php
│   │   │   ├── promote.php
│   │   │   ├── qqlogin.php
│   │   │   ├── recharge.php
│   │   │   ├── search.php
│   │   │   ├── setgps.php
│   │   │   ├── shopcar.php
│   │   │   ├── shoplist.php
│   │   │   ├── shop.php
│   │   │   ├── shopse.php
│   │   │   ├── sinalogin.php
│   │   │   ├── tenpayback.php
│   │   │   ├── test.php
│   │   │   ├── user.php
│   │   │   ├── vote.php
│   │   │   └── weibo.php
│   │   ├── model
│   │   │   ├── cai.model.php
│   │   │   ├── shop.model.php
│   │   │   └── user.model.php
│   │   └── shopadmin
│   │   └── ctrl
│   │   ├── admin.php
│   │   ├── bonus.php
│   │   ├── cai_cat.php
│   │   ├── cai_comment.php
│   │   ├── cai.php
│   │   ├── comment.php
│   │   ├── config.php
│   │   ├── flash.php
│   │   ├── foot.php
│   │   ├── getordermsg.php
│   │   ├── groupbuy.php
│   │   ├── guest.php
│   │   ├── iframe.php
│   │   ├── index.php
│   │   ├── left.php
│   │   ├── login.php
│   │   ├── main.php
│   │   ├── map.php
│   │   ├── order.php
│   │   ├── paylog.php
│   │   ├── shopadmin.php
│   │   ├── shop.php
│   │   ├── tixian.php
│   │   ├── top.php
│   │   ├── upfile.php
│   │   ├── upload.php
│   │   └── user.php
│   ├── temp
│   │   ├── caches
│   │   ├── compiled
│   │   └── sqlcache
│   │   ├── nav.sql
│   │   └── web.sql
│   ├── themes
│   │   ├── admin
│   │   │   ├── ad_add.html
│   │   │   ├── ad.html
│   │   │   ├── admin_add.html
│   │   │   ├── admin_chpwd.html
│   │   │   ├── admin.html
│   │   │   ├── admin_zu_add.html
│   │   │   ├── admin_zu.html
│   │   │   ├── ad_nav.html
│   │   │   ├── agile-uploader.css
│   │   │   ├── art_add.html
│   │   │   ├── art_cat_add.html
│   │   │   ├── art_cat.html
│   │   │   ├── art_comment.html
│   │   │   ├── art.html
│   │   │   ├── backup.html
│   │   │   ├── blog.html
│   │   │   ├── bonus_log.html
│   │   │   ├── caches.html
│   │   │   ├── cai_add.html
│   │   │   ├── cai_cat.html
│   │   │   ├── cai_comment.html
│   │   │   ├── cai_do.html
│   │   │   ├── cai.html
│   │   │   ├── cai_wei.html
│   │   │   ├── canwei_add.html
│   │   │   ├── canwei.html
│   │   │   ├── canwei_order.html
│   │   │   ├── city_add.html
│   │   │   ├── city.html
│   │   │   ├── comment.html
│   │   │   ├── config_email.html
│   │   │   ├── config.html
│   │   │   ├── config_opentime.html
│   │   │   ├── config_pay.html
│   │   │   ├── config_phone.html
│   │   │   ├── config.php
│   │   │   ├── config_rewrite.html
│   │   │   ├── config_spread.html
│   │   │   ├── config_thumb.html
│   │   │   ├── config_water.html
│   │   │   ├── config_weibo.html
│   │   │   ├── cook_add.html
│   │   │   ├── cook_cai.html
│   │   │   ├── cook_cailist.html
│   │   │   ├── cook_comment.html
│   │   │   ├── cook.html
│   │   │   ├── css.css
│   │   │   ├── flash.html
│   │   │   ├── foot.html
│   │   │   ├── frame.html
│   │   │   ├── goods_add.html
│   │   │   ├── goods_cat.html
│   │   │   ├── goods_comment.html
│   │   │   ├── goods.html
│   │   │   ├── goods_order.html
│   │   │   ├── goods_order_view.html
│   │   │   ├── grade_log.html
│   │   │   ├── groupbuy_cat.html
│   │   │   ├── groupbuy.html
│   │   │   ├── groupbuy_nav.html
│   │   │   ├── groupbuy_order.html
│   │   │   ├── guest.html
│   │   │   ├── guest_reply.html
│   │   │   ├── hotarea.html
│   │   │   ├── html_add.html
│   │   │   ├── html_cat.html
│   │   │   ├── html.html
│   │   │   ├── images
│   │   │   │   ├── 11.jpg
│   │   │   │   ├── aa.jpg
│   │   │   │   ├── add-file.png
│   │   │   │   ├── head.gif
│   │   │   │   ├── index_bg2.jpg
│   │   │   │   ├── index_bg.jpg
│   │   │   │   ├── left_menu.gif
│   │   │   │   ├── logo.png
│   │   │   │   ├── menus_dd.gif
│   │   │   │   ├── no.gif
│   │   │   │   ├── sms.mp3
│   │   │   │   ├── top.jpg
│   │   │   │   └── yes.gif
│   │   │   ├── index.html
│   │   │   ├── js
│   │   │   │   ├── art.js
│   │   │   │   ├── common.js
│   │   │   │   ├── jquery.center.js
│   │   │   │   └── jquery.js
│   │   │   ├── left.html
│   │   │   ├── lib
│   │   │   │   ├── foot.lbi
│   │   │   │   └── top.lbi
│   │   │   ├── link_add.html
│   │   │   ├── link.html
│   │   │   ├── main.html
│   │   │   ├── map.html
│   │   │   ├── msg.html
│   │   │   ├── nav_add.html
│   │   │   ├── nav.html
│   │   │   ├── _notes
│   │   │   │   └── dwsync.xml
│   │   │   ├── order.html
│   │   │   ├── order_view.html
│   │   │   ├── paylog.html
│   │   │   ├── photo_add.html
│   │   │   ├── photo.html
│   │   │   ├── photo_pic.html
│   │   │   ├── province.html
│   │   │   ├── rank.html
│   │   │   ├── sendarea_add.html
│   │   │   ├── sendarea.html
│   │   │   ├── shop_add.html
│   │   │   ├── shop_apply.html
│   │   │   ├── shop_avgmoney.html
│   │   │   ├── shop_cat.html
│   │   │   ├── shop_check.html
│   │   │   ├── shop.html
│   │   │   ├── shopnav.html
│   │   │   ├── shop_sendmoney.html
│   │   │   ├── sites.html
│   │   │   ├── skins_edi.html
│   │   │   ├── skins.html
│   │   │   ├── skins.jpg
│   │   │   ├── tixian_do.html
│   │   │   ├── tixian.html
│   │   │   ├── top.html
│   │   │   ├── town_add.html
│   │   │   ├── town.html
│   │   │   ├── user_add.html
│   │   │   ├── user_chpwd.html
│   │   │   ├── user.html
│   │   │   ├── user_info.html
│   │   │   ├── vote_add.html
│   │   │   ├── vote.html
│   │   │   ├── vote_selett.html
│   │   │   ├── vote_ttadd.html
│   │   │   ├── vote_ttcat.html
│   │   │   ├── vote_tt.html
│   │   │   └── web.html
│   │   ├── default
│   │   │   ├── ajax_shopcar.html
│   │   │   ├── ajaxshopinfo.html
│   │   │   ├── art_cat.html
│   │   │   ├── art.html
│   │   │   ├── art_list.html
│   │   │   ├── blog_ajaxcommentlist.html
│   │   │   ├── blog_comment.html
│   │   │   ├── blog.html
│   │   │   ├── blog_show.html
│   │   │   ├── bonus_log.html
│   │   │   ├── cai.html
│   │   │   ├── company.html
│   │   │   ├── config.php
│   │   │   ├── fav_cai.html
│   │   │   ├── fav_nav.html
│   │   │   ├── fav_shop.html
│   │   │   ├── friend.html
│   │   │   ├── goods_cat.html
│   │   │   ├── goods.html
│   │   │   ├── goods_order.html
│   │   │   ├── grade_log.html
│   │   │   ├── groupbuy.html
│   │   │   ├── groupbuy_join.html
│   │   │   ├── groupbuy_my.html
│   │   │   ├── groupbuy_show.html
│   │   │   ├── html.html
│   │   │   ├── index.html
│   │   │   ├── lib
│   │   │   │   ├── footer.html
│   │   │   │   ├── header.html
│   │   │   │   └── shopcar.html
│   │   │   ├── maps.html
│   │   │   ├── member.html
│   │   │   ├── membernav.html
│   │   │   ├── message.html
│   │   │   ├── msg.html
│   │   │   ├── myguest.html
│   │   │   ├── order_history.html
│   │   │   ├── order_phone.html
│   │   │   ├── ordershare.html
│   │   │   ├── pm_detail.html
│   │   │   ├── pm.html
│   │   │   ├── pm_nav.html
│   │   │   ├── pm_send.html
│   │   │   ├── recharge.html
│   │   │   ├── recharge_pay.html
│   │   │   ├── search_cai.html
│   │   │   ├── searchnav.html
│   │   │   ├── search_people.html
│   │   │   ├── search_shop.html
│   │   │   ├── shop_apply.html
│   │   │   ├── shop_check.html
│   │   │   ├── shop_comment.html
│   │   │   ├── shop_detail.html
│   │   │   ├── shop_groupbuy.html
│   │   │   ├── shop_guest.html
│   │   │   ├── shopindex.html
│   │   │   ├── shoplist.html
│   │   │   ├── shopnav.html
│   │   │   ├── shop_neworder.html
│   │   │   ├── shop_promote.html
│   │   │   ├── shopse.html
│   │   │   ├── skins.jpg
│   │   │   ├── user_address.html
│   │   │   ├── user_chpwd.html
│   │   │   ├── user_edi.html
│   │   │   ├── user_findpwd.html
│   │   │   ├── user_gps.html
│   │   │   ├── user_login.html
│   │   │   ├── user_logo.html
│   │   │   ├── user_mycomment.html
│   │   │   ├── usernav.html
│   │   │   ├── usernavleft.html
│   │   │   ├── user_paylog.html
│   │   │   ├── user_reg.html
│   │   │   └── user_spread.html
│   │   ├── shopadmin
│   │   │   ├── admin_add.html
│   │   │   ├── admin_chpwd.html
│   │   │   ├── admin.html
│   │   │   ├── agile-uploader.css
│   │   │   ├── cai_add.html
│   │   │   ├── cai_cat.html
│   │   │   ├── cai_comment.html
│   │   │   ├── cai.html
│   │   │   ├── cai_import_edi.html
│   │   │   ├── cai_import.html
│   │   │   ├── comment.html
│   │   │   ├── config.html
│   │   │   ├── config.php
│   │   │   ├── css.css
│   │   │   ├── flash.html
│   │   │   ├── foot.html
│   │   │   ├── frame.html
│   │   │   ├── groupbuy_add.html
│   │   │   ├── groupbuy.html
│   │   │   ├── groupbuy_nav.html
│   │   │   ├── groupbuy_order.html
│   │   │   ├── guest.html
│   │   │   ├── guest_reply.html
│   │   │   ├── images
│   │   │   │   ├── 11.jpg
│   │   │   │   ├── aa.jpg
│   │   │   │   ├── add-file.png
│   │   │   │   ├── head.gif
│   │   │   │   ├── index_bg2.jpg
│   │   │   │   ├── index_bg.jpg
│   │   │   │   ├── left_menu.gif
│   │   │   │   ├── logo.png
│   │   │   │   ├── menus_dd.gif
│   │   │   │   ├── no.gif
│   │   │   │   ├── sms.mp3
│   │   │   │   ├── top.jpg
│   │   │   │   └── yes.gif
│   │   │   ├── index.html
│   │   │   ├── js
│   │   │   │   ├── art.js
│   │   │   │   ├── common.js
│   │   │   │   ├── jquery.center.js
│   │   │   │   └── jquery.js
│   │   │   ├── left.html
│   │   │   ├── lib
│   │   │   │   ├── foot.lbi
│   │   │   │   └── top.lbi
│   │   │   ├── main.html
│   │   │   ├── map.html
│   │   │   ├── msg.html
│   │   │   ├── order.html
│   │   │   ├── order_view.html
│   │   │   ├── paylog.html
│   │   │   ├── shop_add.html
│   │   │   ├── shop_check.html
│   │   │   ├── skins.jpg
│   │   │   ├── tixian_apply.html
│   │   │   ├── tixian.html
│   │   │   ├── tixian_nav.html
│   │   │   └── top.html
│   │   └── wap
│   │   ├── art_cat.html
│   │   ├── art.html
│   │   ├── art_list.html
│   │   ├── bonus_log.html
│   │   ├── config.php
│   │   ├── grade_log.html
│   │   ├── guest_add.html
│   │   ├── guest.html
│   │   ├── html.html
│   │   ├── index.html
│   │   ├── lib
│   │   │   ├── footer.html
│   │   │   ├── header.html
│   │   │   └── user.html
│   │   ├── msg.html
│   │   ├── myguest.html
│   │   ├── near_shop.html
│   │   ├── order_history.html
│   │   ├── order_phone.html
│   │   ├── order_view.html
│   │   ├── search_shop.html
│   │   ├── shopcar.html
│   │   ├── shopindex.html
│   │   ├── shoplist.html
│   │   ├── skins.jpg
│   │   ├── style.css
│   │   ├── user_address.html
│   │   ├── user_chpwd.html
│   │   ├── user_edi.html
│   │   ├── user_home.html
│   │   ├── user_login.html
│   │   ├── user_reg.html
│   │   └── user_spread.html
│   ├── uc_client
│   │   ├── client.php
│   │   ├── control
│   │   │   ├── app.php
│   │   │   ├── cache.php
│   │   │   ├── domain.php
│   │   │   ├── feed.php
│   │   │   ├── friend.php
│   │   │   ├── index.htm
│   │   │   ├── mail.php
│   │   │   ├── pm.php
│   │   │   ├── tag.php
│   │   │   └── user.php
│   │   ├── data
│   │   │   ├── cache
│   │   │   │   ├── apps.php
│   │   │   │   ├── badwords.php
│   │   │   │   ├── index.htm
│   │   │   │   └── settings.php
│   │   │   └── index.htm
│   │   ├── index.htm
│   │   ├── lib
│   │   │   ├── db.class.php
│   │   │   ├── index.htm
│   │   │   ├── sendmail.inc.php
│   │   │   ├── uccode.class.php
│   │   │   └── xml.class.php
│   │   └── model
│   │   ├── app.php
│   │   ├── base.php
│   │   ├── cache.php
│   │   ├── domain.php
│   │   ├── friend.php
│   │   ├── index.htm
│   │   ├── mail.php
│   │   ├── misc.php
│   │   ├── note.php
│   │   ├── pm.php
│   │   ├── tag.php
│   │   └── user.php
│   ├── update
│   │   ├── index.php
│   │   ├── update
│   │   │   ├── api
│   │   │   │   └── uc.php
│   │   │   ├── includes
│   │   │   │   ├── cls_db.php
│   │   │   │   ├── cls_model.php
│   │   │   │   └── lib_base.php
│   │   │   ├── index.php
│   │   │   ├── source
│   │   │   │   ├── admin
│   │   │   │   │   └── ctrl
│   │   │   │   │   ├── ad.php
│   │   │   │   │   └── order.php
│   │   │   │   ├── function
│   │   │   │   │   ├── function_address.php
│   │   │   │   │   ├── function_base.php
│   │   │   │   │   ├── function_modfun.php
│   │   │   │   │   └── function_user.php
│   │   │   │   ├── index
│   │   │   │   │   └── ctrl
│   │   │   │   │   ├── blog.php
│   │   │   │   │   ├── index.php
│   │   │   │   │   ├── near.php
│   │   │   │   │   ├── ordershare.php
│   │   │   │   │   ├── qqlogin.php
│   │   │   │   │   ├── setgps.php
│   │   │   │   │   ├── shoplist.php
│   │   │   │   │   ├── shop.php
│   │   │   │   │   ├── sinalogin.php
│   │   │   │   │   └── user.php
│   │   │   │   ├── model
│   │   │   │   │   ├── cai.model.php
│   │   │   │   │   ├── shop.model.php
│   │   │   │   │   └── user.model.php
│   │   │   │   └── shopadmin
│   │   │   │   └── ctrl
│   │   │   │   ├── cai.php
│   │   │   │   └── order.php
│   │   │   ├── themes
│   │   │   │   ├── admin
│   │   │   │   │   ├── ad_add.html
│   │   │   │   │   └── ad.html
│   │   │   │   ├── default
│   │   │   │   │   ├── ajaxshopinfo.html
│   │   │   │   │   ├── art.html
│   │   │   │   │   ├── index.html
│   │   │   │   │   ├── shopindex.html
│   │   │   │   │   ├── shoplist.html
│   │   │   │   │   ├── user_gps.html
│   │   │   │   │   └── usernavleft.html
│   │   │   │   └── wap
│   │   │   │   ├── art.html
│   │   │   │   ├── index.html
│   │   │   │   ├── near_shop.html
│   │   │   │   ├── shopindex.html
│   │   │   │   └── shoplist.html
│   │   │   ├── webphone
│   │   │   │   └── config.php
│   │   │   └── 美食导入标准.csv
│   │   ├── updatesql.php
│   │   └── 口福科技网上订餐平台版v1.7.3.txt
│   ├── upfile
│   │   ├── images
│   │   │   └── 2012
│   │   │   └── 08
│   │   │   └── 08
│   │   │   └── middle_3318f56b8a9b431f6bc38f4cf1531156.jpg
│   │   ├── photo
│   │   └── ulogo
│   │   └── 1
│   │   └── 1
│   │   ├── 1.jpg
│   │   ├── 1.jpg.middle.jpg
│   │   └── 1.jpg.min.jpg
│   ├── webphone
│   │   └── config.php
│   ├── xheditor
│   │   ├── xheditor_emot
│   │   │   ├── default
│   │   │   │   ├── angry.gif
│   │   │   │   ├── awkward.gif
│   │   │   │   ├── bye.gif
│   │   │   │   ├── config.txt
│   │   │   │   ├── crazy.gif
│   │   │   │   ├── cry.gif
│   │   │   │   ├── curse.gif
│   │   │   │   ├── cute.gif
│   │   │   │   ├── despise.gif
│   │   │   │   ├── doubt.gif
│   │   │   │   ├── envy.gif
│   │   │   │   ├── fastcry.gif
│   │   │   │   ├── knock.gif
│   │   │   │   ├── laugh.gif
│   │   │   │   ├── mad.gif
│   │   │   │   ├── ohmy.gif
│   │   │   │   ├── panic.gif
│   │   │   │   ├── proud.gif
│   │   │   │   ├── quiet.gif
│   │   │   │   ├── sad.gif
│   │   │   │   ├── shutup.gif
│   │   │   │   ├── shy.gif
│   │   │   │   ├── sleep.gif
│   │   │   │   ├── smile.gif
│   │   │   │   ├── struggle.gif
│   │   │   │   ├── titter.gif
│   │   │   │   ├── tongue.gif
│   │   │   │   ├── wail.gif
│   │   │   │   └── wronged.gif
│   │   │   ├── ipb
│   │   │   │   ├── alien.gif
│   │   │   │   ├── angel.gif
│   │   │   │   ├── angry.gif
│   │   │   │   ├── bandit.gif
│   │   │   │   ├── biglaugh.gif
│   │   │   │   ├── blink.gif
│   │   │   │   ├── blush.gif
│   │   │   │   ├── config.txt
│   │   │   │   ├── cool.gif
│   │   │   │   ├── cry.gif
│   │   │   │   ├── depres.gif
│   │   │   │   ├── devil.gif
│   │   │   │   ├── glare.gif
│   │   │   │   ├── heart.gif
│   │   │   │   ├── joyful.gif
│   │   │   │   ├── kiss.gif
│   │   │   │   ├── laugh.gif
│   │   │   │   ├── magician.gif
│   │   │   │   ├── ninja.gif
│   │   │   │   ├── pinch.gif
│   │   │   │   ├── police.gif
│   │   │   │   ├── sad.gif
│   │   │   │   ├── sick.gif
│   │   │   │   ├── sideways.gif
│   │   │   │   ├── sleep.gif
│   │   │   │   ├── smile.gif
│   │   │   │   ├── surprised.gif
│   │   │   │   ├── tongue.gif
│   │   │   │   ├── unsure.gif
│   │   │   │   ├── w00t.gif
│   │   │   │   ├── whistling.gif
│   │   │   │   ├── wondering.gif
│   │   │   │   └── wub.gif
│   │   │   ├── msn
│   │   │   │   ├── 10.gif
│   │   │   │   ├── 11.gif
│   │   │   │   ├── 12.gif
│   │   │   │   ├── 13.gif
│   │   │   │   ├── 14.gif
│   │   │   │   ├── 15.gif
│   │   │   │   ├── 16.gif
│   │   │   │   ├── 17.gif
│   │   │   │   ├── 18.gif
│   │   │   │   ├── 19.gif
│   │   │   │   ├── 1.gif
│   │   │   │   ├── 20.gif
│   │   │   │   ├── 21.gif
│   │   │   │   ├── 22.gif
│   │   │   │   ├── 23.gif
│   │   │   │   ├── 24.gif
│   │   │   │   ├── 25.gif
│   │   │   │   ├── 26.gif
│   │   │   │   ├── 27.gif
│   │   │   │   ├── 28.gif
│   │   │   │   ├── 29.gif
│   │   │   │   ├── 2.gif
│   │   │   │   ├── 30.gif
│   │   │   │   ├── 31.gif
│   │   │   │   ├── 32.gif
│   │   │   │   ├── 33.gif
│   │   │   │   ├── 34.gif
│   │   │   │   ├── 35.gif
│   │   │   │   ├── 36.gif
│   │   │   │   ├── 37.gif
│   │   │   │   ├── 38.gif
│   │   │   │   ├── 39.gif
│   │   │   │   ├── 3.gif
│   │   │   │   ├── 40.gif
│   │   │   │   ├── 4.gif
│   │   │   │   ├── 5.gif
│   │   │   │   ├── 6.gif
│   │   │   │   ├── 7.gif
│   │   │   │   ├── 8.gif
│   │   │   │   └── 9.gif
│   │   │   └── pidgin
│   │   │   ├── angry.gif
│   │   │   ├── bad.gif
│   │   │   ├── blush.gif
│   │   │   ├── brokenheart.gif
│   │   │   ├── bye.gif
│   │   │   ├── coffee.gif
│   │   │   ├── config.txt
│   │   │   ├── cool.gif
│   │   │   ├── cry.gif
│   │   │   ├── curse.gif
│   │   │   ├── cute.gif
│   │   │   ├── devil.gif
│   │   │   ├── envy.gif
│   │   │   ├── gift.gif
│   │   │   ├── good.gif
│   │   │   ├── kiss.gif
│   │   │   ├── laugh.gif
│   │   │   ├── love.gif
│   │   │   ├── music.gif
│   │   │   ├── question.gif
│   │   │   ├── rose.gif
│   │   │   ├── sad.gif
│   │   │   ├── shocked.gif
│   │   │   ├── shout.gif
│   │   │   ├── sick.gif
│   │   │   ├── sleepy.gif
│   │   │   ├── smile.gif
│   │   │   ├── soccer.gif
│   │   │   ├── sweat.gif
│   │   │   ├── tired.gif
│   │   │   ├── tongue.gif
│   │   │   ├── victory.gif
│   │   │   └── wink.gif
│   │   ├── xheditor.js
│   │   ├── xheditor_plugins
│   │   │   ├── multiupload
│   │   │   │   ├── img
│   │   │   │   │   ├── add.gif
│   │   │   │   │   ├── bg1.gif
│   │   │   │   │   ├── bg2.gif
│   │   │   │   │   ├── btnbg.gif
│   │   │   │   │   ├── btnbgr.gif
│   │   │   │   │   ├── clear.gif
│   │   │   │   │   ├── progressbg.gif
│   │   │   │   │   └── start.gif
│   │   │   │   ├── multiupload.css
│   │   │   │   ├── multiupload.html
│   │   │   │   ├── multiupload.js
│   │   │   │   └── swfupload
│   │   │   │   ├── swfupload.js
│   │   │   │   └── swfupload.swf
│   │   │   └── ubb.min.js
│   │   └── xheditor_skin
│   │   ├── default
│   │   │   ├── iframe.css
│   │   │   ├── img
│   │   │   │   ├── anchor.gif
│   │   │   │   ├── close.gif
│   │   │   │   ├── flash.gif
│   │   │   │   ├── icons.gif
│   │   │   │   ├── loading.gif
│   │   │   │   ├── progressbg.gif
│   │   │   │   ├── progress.gif
│   │   │   │   ├── tag-address.gif
│   │   │   │   ├── tag-div.gif
│   │   │   │   ├── tag-h1.gif
│   │   │   │   ├── tag-h2.gif
│   │   │   │   ├── tag-h3.gif
│   │   │   │   ├── tag-h4.gif
│   │   │   │   ├── tag-h5.gif
│   │   │   │   ├── tag-h6.gif
│   │   │   │   ├── tag-p.gif
│   │   │   │   ├── tag-pre.gif
│   │   │   │   ├── waiting.gif
│   │   │   │   └── wmp.gif
│   │   │   └── ui.css
│   │   ├── nostyle
│   │   │   ├── iframe.css
│   │   │   ├── img
│   │   │   │   ├── anchor.gif
│   │   │   │   ├── close.gif
│   │   │   │   ├── flash.gif
│   │   │   │   ├── icons.gif
│   │   │   │   ├── loading.gif
│   │   │   │   ├── progressbg.gif
│   │   │   │   ├── progress.gif
│   │   │   │   ├── tag-address.gif
│   │   │   │   ├── tag-div.gif
│   │   │   │   ├── tag-h1.gif
│   │   │   │   ├── tag-h2.gif
│   │   │   │   ├── tag-h3.gif
│   │   │   │   ├── tag-h4.gif
│   │   │   │   ├── tag-h5.gif
│   │   │   │   ├── tag-h6.gif
│   │   │   │   ├── tag-p.gif
│   │   │   │   ├── tag-pre.gif
│   │   │   │   ├── waiting.gif
│   │   │   │   └── wmp.gif
│   │   │   └── ui.css
│   │   ├── o2007blue
│   │   │   ├── iframe.css
│   │   │   ├── img
│   │   │   │   ├── anchor.gif
│   │   │   │   ├── buttonbg.gif
│   │   │   │   ├── close.gif
│   │   │   │   ├── flash.gif
│   │   │   │   ├── icons.gif
│   │   │   │   ├── loading.gif
│   │   │   │   ├── progressbg.gif
│   │   │   │   ├── progress.gif
│   │   │   │   ├── tag-address.gif
│   │   │   │   ├── tag-div.gif
│   │   │   │   ├── tag-h1.gif
│   │   │   │   ├── tag-h2.gif
│   │   │   │   ├── tag-h3.gif
│   │   │   │   ├── tag-h4.gif
│   │   │   │   ├── tag-h5.gif
│   │   │   │   ├── tag-h6.gif
│   │   │   │   ├── tag-p.gif
│   │   │   │   ├── tag-pre.gif
│   │   │   │   ├── waiting.gif
│   │   │   │   └── wmp.gif
│   │   │   └── ui.css
│   │   ├── o2007silver
│   │   │   ├── iframe.css
│   │   │   ├── img
│   │   │   │   ├── anchor.gif
│   │   │   │   ├── buttonbg.gif
│   │   │   │   ├── close.gif
│   │   │   │   ├── flash.gif
│   │   │   │   ├── icons.gif
│   │   │   │   ├── loading.gif
│   │   │   │   ├── progressbg.gif
│   │   │   │   ├── progress.gif
│   │   │   │   ├── tag-address.gif
│   │   │   │   ├── tag-div.gif
│   │   │   │   ├── tag-h1.gif
│   │   │   │   ├── tag-h2.gif
│   │   │   │   ├── tag-h3.gif
│   │   │   │   ├── tag-h4.gif
│   │   │   │   ├── tag-h5.gif
│   │   │   │   ├── tag-h6.gif
│   │   │   │   ├── tag-p.gif
│   │   │   │   ├── tag-pre.gif
│   │   │   │   ├── waiting.gif
│   │   │   │   └── wmp.gif
│   │   │   └── ui.css
│   │   └── vista
│   │   ├── iframe.css
│   │   ├── img
│   │   │   ├── anchor.gif
│   │   │   ├── buttonbg.gif
│   │   │   ├── close.gif
│   │   │   ├── flash.gif
│   │   │   ├── icons.gif
│   │   │   ├── loading.gif
│   │   │   ├── progressbg.gif
│   │   │   ├── progress.gif
│   │   │   ├── tag-address.gif
│   │   │   ├── tag-div.gif
│   │   │   ├── tag-h1.gif
│   │   │   ├── tag-h2.gif
│   │   │   ├── tag-h3.gif
│   │   │   ├── tag-h4.gif
│   │   │   ├── tag-h5.gif
│   │   │   ├── tag-h6.gif
│   │   │   ├── tag-p.gif
│   │   │   ├── tag-pre.gif
│   │   │   ├── titlebg.gif
│   │   │   ├── waiting.gif
│   │   │   └── wmp.gif
│   │   └── ui.css
│   ├── 美食导入标准.csv
│   └── 请先看使用说明
│   ├── test.php
│   ├── 使用说明.txt
│   └── 口福科技网上订餐平台版v1.7.1.txt
└── 说明.htm

111 directories, 917 files

标签:

实例下载地址

网上餐厅系统.zip

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警