在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → PHP+MYSQL购物网站源码.zip

PHP+MYSQL购物网站源码.zip

一般编程问题

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

实例介绍

【实例简介】
PHP+MYSQL购物网站源码
【实例截图】
【核心代码】
4744300845404043465.zip
└── webshop
├── admin
│   ├── admin.css
│   ├── caches
│   ├── Category.php
│   ├── checkno.php
│   ├── class
│   │   ├── Category.class.php
│   │   ├── flash.class.php
│   │   ├── Goods.class.php
│   │   ├── Inform.class.php
│   │   ├── login.class.php
│   │   ├── order.class.php
│   │   ├── uploadfile.class.php
│   │   └── User.class.php
│   ├── compiled
│   │   ├── %%04^04F^04F5F918%%Goodslist.html.php
│   │   ├── %%13^134^134CA02B%%addflash.html.php
│   │   ├── %%1A^1AB^1AB9BADF%%login.html.php
│   │   ├── %%1F^1F3^1F3C7407%%addnews.html.php
│   │   ├── %%22^22B^22B3BDCD%%addminCategory.html.php
│   │   ├── %%49^497^4970D24F%%modiyflash.html.php
│   │   ├── %%52^52D^52DC378A%%mains.html.php
│   │   ├── %%54^54B^54BCB62A%%addGoods.html.php
│   │   ├── %%57^574^57484F13%%userlist.html.php
│   │   ├── %%58^58E^58E67431%%flashlist.html.php
│   │   ├── %%5F^5F1^5F11164E%%addGoodstype.html.php
│   │   ├── %%70^70E^70E376D5%%orderslist.html.php
│   │   ├── %%73^734^734A0690%%addmaxCategory.html.php
│   │   ├── %%77^774^774BE9C9%%index.html.php
│   │   ├── %%7C^7C2^7C28C752%%top.html.php
│   │   ├── %%8A^8A9^8A9B254B%%checkorders.html.php
│   │   ├── %%95^953^9539C810%%modifynews.html.php
│   │   ├── %%D7^D7E^D7E53651%%modifyGoods.html.php
│   │   ├── %%F5^F51^F512CFF7%%orderdetaillist.html.php
│   │   ├── %%FB^FB4^FB4C4855%%left.html.php
│   │   └── %%FE^FEF^FEFB0842%%newslist.html.php
│   ├── css
│   │   ├── admin.css
│   │   └── login.css
│   ├── fckeditor
│   │   ├── editor
│   │   │   ├── css
│   │   │   │   ├── behaviors
│   │   │   │   │   └── hiddenfield.gif
│   │   │   │   ├── fck_editorarea.css
│   │   │   │   ├── fck_internal.css
│   │   │   │   ├── fck_showtableborders_gecko.css
│   │   │   │   └── images
│   │   │   │   ├── fck_anchor.gif
│   │   │   │   ├── fck_flashlogo.gif
│   │   │   │   └── fck_pagebreak.gif
│   │   │   ├── dialog
│   │   │   │   ├── common
│   │   │   │   │   ├── fck_dialog_common.css
│   │   │   │   │   ├── fck_dialog_common.js
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── locked.gif
│   │   │   │   │   │   ├── reset.gif
│   │   │   │   │   │   └── unlocked.gif
│   │   │   │   │   └── moz-bindings.xml
│   │   │   │   ├── fck_about
│   │   │   │   │   ├── lgpl.html
│   │   │   │   │   ├── logo_fckeditor.gif
│   │   │   │   │   └── logo_fredck.gif
│   │   │   │   ├── fck_about.html
│   │   │   │   ├── fck_anchor.html
│   │   │   │   ├── fck_button.html
│   │   │   │   ├── fck_checkbox.html
│   │   │   │   ├── fck_colorselector.html
│   │   │   │   ├── fck_docprops
│   │   │   │   │   └── fck_document_preview.html
│   │   │   │   ├── fck_docprops.html
│   │   │   │   ├── fck_find.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_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
│   │   │   │   │   ├── controls.html
│   │   │   │   │   ├── controlWindow.js
│   │   │   │   │   ├── server-scripts
│   │   │   │   │   │   ├── spellchecker.cfm
│   │   │   │   │   │   ├── spellchecker.php
│   │   │   │   │   │   └── spellchecker.pl
│   │   │   │   │   ├── spellchecker.html
│   │   │   │   │   ├── spellChecker.js
│   │   │   │   │   ├── spellerStyle.css
│   │   │   │   │   └── wordWindow.js
│   │   │   │   ├── fck_spellerpages.html
│   │   │   │   ├── fck_tablecell.html
│   │   │   │   ├── fck_table.html
│   │   │   │   ├── fck_template
│   │   │   │   │   └── images
│   │   │   │   │   ├── template1.gif
│   │   │   │   │   ├── template2.gif
│   │   │   │   │   └── template3.gif
│   │   │   │   ├── fck_template.html
│   │   │   │   ├── fck_textarea.html
│   │   │   │   ├── fck_textfield.html
│   │   │   │   ├── fck_universalkey
│   │   │   │   │   ├── 00.gif
│   │   │   │   │   ├── data.js
│   │   │   │   │   ├── diacritic.js
│   │   │   │   │   ├── dialogue.js
│   │   │   │   │   ├── fck_universalkey.css
│   │   │   │   │   ├── keyboard_layout.gif
│   │   │   │   │   └── multihexa.js
│   │   │   │   └── fck_universalkey.html
│   │   │   ├── fckblank.html
│   │   │   ├── fckdebug.html
│   │   │   ├── fckdialog.html
│   │   │   ├── fckeditor.html
│   │   │   ├── fckeditor.original.html
│   │   │   ├── filemanager
│   │   │   │   ├── browser
│   │   │   │   │   └── default
│   │   │   │   │   ├── browser.css
│   │   │   │   │   ├── browser.html
│   │   │   │   │   ├── connectors
│   │   │   │   │   │   ├── php
│   │   │   │   │   │   │   ├── basexml.php
│   │   │   │   │   │   │   ├── commands.php
│   │   │   │   │   │   │   ├── config.php
│   │   │   │   │   │   │   ├── connector.php
│   │   │   │   │   │   │   ├── io.php
│   │   │   │   │   │   │   └── util.php
│   │   │   │   │   │   └── test.html
│   │   │   │   │   ├── frmactualfolder.html
│   │   │   │   │   ├── frmcreatefolder.html
│   │   │   │   │   ├── frmfolders.html
│   │   │   │   │   ├── frmresourceslist.html
│   │   │   │   │   ├── frmresourcetype.html
│   │   │   │   │   ├── frmupload.html
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── ButtonArrow.gif
│   │   │   │   │   │   ├── Folder32.gif
│   │   │   │   │   │   ├── Folder.gif
│   │   │   │   │   │   ├── FolderOpened32.gif
│   │   │   │   │   │   ├── FolderOpened.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
│   │   │   │   │   │   │   │   ├── 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
│   │   │   │   │   │   │   ├── 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
│   │   │   │   └── upload
│   │   │   │   ├── php
│   │   │   │   │   ├── config.php
│   │   │   │   │   ├── upload.php
│   │   │   │   │   └── util.php
│   │   │   │   └── test.html
│   │   │   ├── 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
│   │   │   │   ├── fckeditorcode_gecko.js
│   │   │   │   └── fckeditorcode_ie.js
│   │   │   ├── lang
│   │   │   │   ├── ar.js
│   │   │   │   ├── bg.js
│   │   │   │   ├── bn.js
│   │   │   │   ├── bs.js
│   │   │   │   ├── ca.js
│   │   │   │   ├── cs.js
│   │   │   │   ├── da.js
│   │   │   │   ├── de.js
│   │   │   │   ├── el.js
│   │   │   │   ├── en-au.js
│   │   │   │   ├── en-ca.js
│   │   │   │   ├── en.js
│   │   │   │   ├── en-uk.js
│   │   │   │   ├── eo.js
│   │   │   │   ├── es.js
│   │   │   │   ├── et.js
│   │   │   │   ├── eu.js
│   │   │   │   ├── fa.js
│   │   │   │   ├── fi.js
│   │   │   │   ├── fo.js
│   │   │   │   ├── fr.js
│   │   │   │   ├── _getfontformat.html
│   │   │   │   ├── gl.js
│   │   │   │   ├── he.js
│   │   │   │   ├── hi.js
│   │   │   │   ├── hr.js
│   │   │   │   ├── hu.js
│   │   │   │   ├── it.js
│   │   │   │   ├── ja.js
│   │   │   │   ├── km.js
│   │   │   │   ├── ko.js
│   │   │   │   ├── lt.js
│   │   │   │   ├── lv.js
│   │   │   │   ├── mn.js
│   │   │   │   ├── ms.js
│   │   │   │   ├── nl.js
│   │   │   │   ├── no.js
│   │   │   │   ├── pl.js
│   │   │   │   ├── pt-br.js
│   │   │   │   ├── pt.js
│   │   │   │   ├── ro.js
│   │   │   │   ├── ru.js
│   │   │   │   ├── sk.js
│   │   │   │   ├── sl.js
│   │   │   │   ├── sr.js
│   │   │   │   ├── sr-latn.js
│   │   │   │   ├── sv.js
│   │   │   │   ├── th.js
│   │   │   │   ├── _translationstatus.txt
│   │   │   │   ├── tr.js
│   │   │   │   ├── uk.js
│   │   │   │   ├── vi.js
│   │   │   │   ├── zh-cn.js
│   │   │   │   └── zh.js
│   │   │   ├── plugins
│   │   │   │   ├── autogrow
│   │   │   │   │   └── fckplugin.js
│   │   │   │   ├── placeholder
│   │   │   │   │   ├── fck_placeholder.html
│   │   │   │   │   ├── fckplugin.js
│   │   │   │   │   ├── lang
│   │   │   │   │   │   ├── de.js
│   │   │   │   │   │   ├── en.js
│   │   │   │   │   │   ├── fr.js
│   │   │   │   │   │   ├── it.js
│   │   │   │   │   │   └── pl.js
│   │   │   │   │   └── placeholder.gif
│   │   │   │   ├── simplecommands
│   │   │   │   │   └── fckplugin.js
│   │   │   │   └── tablecommands
│   │   │   │   └── fckplugin.js
│   │   │   └── skins
│   │   │   ├── default
│   │   │   │   ├── fck_dialog.css
│   │   │   │   ├── fck_editor.css
│   │   │   │   ├── fck_strip.gif
│   │   │   │   └── images
│   │   │   │   ├── toolbar.arrowright.gif
│   │   │   │   ├── toolbar.buttonarrow.gif
│   │   │   │   ├── toolbar.collapse.gif
│   │   │   │   ├── toolbar.end.gif
│   │   │   │   ├── toolbar.expand.gif
│   │   │   │   ├── toolbar.separator.gif
│   │   │   │   └── toolbar.start.gif
│   │   │   └── _fckviewstrips.html
│   │   ├── fckconfig.js
│   │   ├── fckeditor.js
│   │   ├── fckeditor.php
│   │   ├── fckstyles.xml
│   │   ├── fcktemplates.xml
│   │   ├── htaccess.txt
│   │   └── license.txt
│   ├── flash.php
│   ├── Goods.php
│   ├── images
│   │   ├── 12-em-pencil.png
│   │   ├── 16-em-down.png
│   │   ├── 16-em-open.png
│   │   ├── 16-star-hot.png
│   │   ├── 24-zoom.png
│   │   ├── b22.gif
│   │   ├── beijing1.gif
│   │   ├── beijing.gif
│   │   ├── button_bg.gif
│   │   ├── delete.BMP
│   │   ├── flash.jpg
│   │   ├── ico_hideMod.gif
│   │   ├── icon_delete.gif
│   │   ├── icon_edit.gif
│   │   ├── ico_showMod.gif
│   │   ├── login1.gif
│   │   ├── login_bg.gif
│   │   ├── login_bt.gif
│   │   ├── login.gif
│   │   ├── log.png
│   │   ├── no.gif
│   │   ├── rc_add1.jpg
│   │   ├── rc_add2.jpg
│   │   ├── shujian.gif
│   │   ├── title1.gif
│   │   ├── title2.gif
│   │   ├── title3.gif
│   │   ├── title.gif
│   │   └── yes.gif
│   ├── includes
│   ├── index.php
│   ├── Inform.php
│   ├── init.php
│   ├── js
│   │   ├── admin.js
│   │   └── left.js
│   ├── login.css
│   ├── login.php
│   ├── order.php
│   ├── Scripts
│   │   └── AC_RunActiveContent.js
│   ├── templates
│   │   ├── addflash.html
│   │   ├── addGoods.html
│   │   ├── addGoodstype.html
│   │   ├── addmaxCategory.html
│   │   ├── addminCategory.html
│   │   ├── addnews.html
│   │   ├── checkorders.html
│   │   ├── flashlist.html
│   │   ├── Goodslist.html
│   │   ├── index.html
│   │   ├── left.html
│   │   ├── login.html
│   │   ├── mains.html
│   │   ├── modifyGoods.html
│   │   ├── modifynews.html
│   │   ├── modiyflash.html
│   │   ├── newslist.html
│   │   ├── orderdetaillist.html
│   │   ├── orderslist.html
│   │   ├── top.html
│   │   └── userlist.html
│   ├── User.php
│   └── XTML
│   ├── addGoods.html
│   ├── addmaxCategory.html
│   ├── addminCategory.html
│   ├── addnews.html
│   ├── admin.css
│   ├── admin.js
│   │   ├── check.js
│   │   └── left.js
│   ├── images
│   │   ├── 11.jpg
│   │   ├── 12-em-pencil.png
│   │   ├── 12.jpg
│   │   ├── 16-em-down.png
│   │   ├── 16-em-open.png
│   │   ├── 24-zoom.png
│   │   ├── b22.gif
│   │   ├── beijing1.gif
│   │   ├── beijing.gif
│   │   ├── button_bg.gif
│   │   ├── delete.BMP
│   │   ├── flash.jpg
│   │   ├── ico_hideMod.gif
│   │   ├── icon_delete.gif
│   │   ├── icon_edit.gif
│   │   ├── ico_showMod.gif
│   │   ├── login1.gif
│   │   ├── login_bg.gif
│   │   ├── login_bt.gif
│   │   ├── login.gif
│   │   ├── log.png
│   │   ├── rc_add1.jpg
│   │   ├── rc_add2.jpg
│   │   ├── shujian.gif
│   │   ├── title1.gif
│   │   ├── title2.gif
│   │   ├── title3.gif
│   │   └── title.gif
│   ├── index.html
│   ├── left.html
│   ├── login.html
│   ├── mains.html
│   ├── mianlist.html
│   ├── Scripts
│   │   └── AC_RunActiveContent.js
│   └── top.html
├── buyGoods
│   ├── addGoodsToCart.php
│   └── myShoppingCart.php
├── caches
├── cart.php
├── class
│   ├── cart.class.php
│   ├── Category.class.php
│   ├── Goods.class.php
│   ├── Inform.class.php
│   ├── memcache.class.php
│   ├── myCart.class.php
│   ├── mysqlhelper.php
│   ├── Order.class.php
│   └── User.class.php
├── compiled
│   ├── %%08^08A^08AC213A%%register.html.php
│   ├── %%09^091^0916C711%%news.html.php
│   ├── %%1A^1AB^1AB9BADF%%login.html.php
│   ├── %%48^48D^48DE5A4F%%bottom.html.php
│   ├── %%54^54F^54FE5847%%right.html.php
│   ├── %%71^714^714F4B17%%header.html.php
│   ├── %%76^761^76119290%%findserver.html.php
│   ├── %%77^774^774BE9C9%%index.html.php
│   ├── %%A7^A79^A796734B%%public.html.php
│   ├── %%AD^AD4^AD4D632F%%myCart.html.php
│   ├── %%C2^C28^C28FB390%%writegoods.html.php
│   ├── %%C6^C6A^C6A81539%%newstitle.html.php
│   ├── %%C9^C99^C99181C0%%goodslist.html.php
│   ├── %%CF^CF6^CF680312%%checklists.html.php
│   ├── %%D2^D2C^D2C7F694%%detailedgood.html.php
│   ├── %%EF^EFB^EFB24116%%buycart.html.php
│   ├── %%F7^F73^F734E37D%%thankorder.html.php
│   ├── %%FB^FB4^FB4C4855%%left.html.php
│   └── %%FC^FCD^FCD1BAC3%%categoodslist.html.php
├── css
│   ├── images
│   │   ├── ui-bg_diamond_10_4f4221_10x8.png
│   │   ├── ui-bg_diamond_20_372806_10x8.png
│   │   ├── ui-bg_diamond_25_675423_10x8.png
│   │   ├── ui-bg_diamond_25_d5ac5d_10x8.png
│   │   ├── ui-bg_diamond_8_261803_10x8.png
│   │   ├── ui-bg_diamond_8_443113_10x8.png
│   │   ├── ui-bg_flat_75_ddd4b0_40x100.png
│   │   ├── ui-bg_highlight-hard_65_fee4bd_1x100.png
│   │   ├── ui-icons_070603_256x240.png
│   │   ├── ui-icons_e8e2b5_256x240.png
│   │   ├── ui-icons_e9cd86_256x240.png
│   │   ├── ui-icons_efec9f_256x240.png
│   │   ├── ui-icons_f2ec64_256x240.png
│   │   ├── ui-icons_f9f2bd_256x240.png
│   │   └── ui-icons_ff7519_256x240.png
│   ├── jquery.fancybox-1.3.4.css
│   ├── jquery-ui-1.8.19.custom.css
│   └── web.css
├── data
│   └── webshopdb.sql
├── detailedgood.php
├── flashimg
│   ├── 2009010803083260.jpg
│   ├── 2009010803094738.jpg
│   ├── 2009010803100658.jpg
│   ├── 2009010803142657.jpg
│   ├── 2009010803230069.JPG
│   └── Thumbs.db
├── goodsimg
│   ├── 11.jpg
│   ├── 12.jpg
│   ├── 2009010801505741.jpg
│   ├── 200901080150574.jpg
│   ├── 2009010801541935.jpg
│   ├── 200901080154198.jpg
│   ├── 2009010802031129.jpg
│   ├── 2009010802031178.jpg
│   ├── 2009010802064381.jpg
│   ├── 2009010802064387.jpg
│   ├── 2009010802085831.jpg
│   ├── 2009010802085839.jpg
│   ├── 2009010802111773.jpg
│   ├── 2009010802151176.jpg
│   ├── 2009010802151195.jpg
│   ├── 2009010802172315.jpg
│   ├── 2009010802172349.jpg
│   ├── 2009010802215617.jpg
│   ├── 2009010802215683.jpg
│   ├── 2009010802244828.jpg
│   ├── 2009010802244879.jpg
│   ├── 2009010802273936.jpg
│   ├── 2009010802273956.jpg
│   ├── 2009010802295559.jpg
│   ├── 2009010802295577.jpg
│   ├── 2009010802325617.jpg
│   ├── 2009010802325641.jpg
│   ├── 2009010802345228.jpg
│   ├── 2009010802345288.jpg
│   ├── 2009010802375160.jpg
│   ├── 2009010802375182.jpg
│   ├── 2009010802413120.jpg
│   ├── 200901080241316.jpg
│   ├── 2009010802454054.jpg
│   ├── 2009010802454078.jpg
│   ├── 7.jpg
│   ├── 8.jpg
│   ├── default
│   │   ├── no_picture.gif
│   │   └── Thumbs.db
│   ├── no_picture.gif
│   ├── p1.jpg
│   ├── p2.jpg
│   ├── u=1525185379,1613527692&fm=0&gp=30.jpg
│   ├── u=1534578679,673934325&fm=0&gp=-28.jpg
│   ├── u=1616368159,4040227984&fm=0&gp=-14.jpg
│   ├── u=3532266609,3845101017&fm=0&gp=-28.jpg
│   ├── u=484965269,3969730336&fm=0&gp=-48.jpg
│   └── x3.jpg
├── goodslist.php
├── images
│   ├── 1.gif
│   ├── 24-zoom.png
│   ├── 2.gif
│   ├── 3.gif
│   ├── 6.gif
│   ├── 7.gif
│   ├── 8.gif
│   ├── add_cart.gif
│   ├── arraowl.gif
│   ├── baner.gif
│   ├── beijing.gif
│   ├── bottom.gif
│   ├── brush.gif
│   ├── bt1.gif
│   ├── bt2.gif
│   ├── btn1.gif
│   ├── btn2.gif
│   ├── btn_addcart1.gif
│   ├── btn_addcart.gif
│   ├── btn_addfav1.gif
│   ├── btn_addfav.gif
│   ├── btn_comment.gif
│   ├── button11.gif
│   ├── buy-big.gif
│   ├── buy.gif
│   ├── buylist.gif
│   ├── {C8A6454E-34E9-4E64-AA22-3DF0AB39023B}.BMP
│   ├── cart1.gif
│   ├── checkout.gif
│   ├── flash2.gif
│   ├── flash3.gif
│   ├── flash4.gif
│   ├── flash4.jpg
│   ├── flash.gif
│   ├── gogao1.gif
│   ├── gogao.gif
│   ├── go.gif
│   ├── gotoindex.gif
│   ├── help1.gif
│   ├── help.gif
│   ├── huida.gif
│   ├── jianbianbt.gif
│   ├── lineti.gif
│   ├── loading.gif
│   ├── login1.gif
│   ├── login2.gif
│   ├── loginbottom.gif
│   ├── loginbt.jpg
│   ├── logincent.gif
│   ├── logintop.gif
│   ├── modify.gif
│   ├── muban.gif
│   ├── nav.gif
│   ├── navs1.gif
│   ├── navs.gif
│   ├── order_submit.gif
│   ├── png-0201.png
│   ├── png-0236.png
│   ├── png-0273.png
│   ├── png-0298.png
│   ├── png-0662.png
│   ├── PNG-0943.png
│   ├── PNG-0946.png
│   ├── png-1114.png
│   ├── png-1128.png
│   ├── png-1209.png
│   ├── png-1354.png
│   ├── png-1356.png
│   ├── png-1372.png
│   ├── png-1374.png
│   ├── png-1376.png
│   ├── png-1379.png
│   ├── png-1583.png
│   ├── png-1584.png
│   ├── png-1591.png
│   ├── png-1594.png
│   ├── PopHint.gif
│   ├── price.gif
│   ├── right1.gif
│   ├── right2.gif
│   ├── right3.gif
│   ├── showlist.gif
│   ├── start.gif
│   ├── stuff-tmall.png
│   ├── t10.jpg
│   ├── t11.jpg
│   ├── T1.Au3XmVcXXXXXXXX-242-139.png
│   ├── t1.jpg
│   ├── t2.jpg
│   ├── t3.jpg
│   ├── t4.jpg
│   ├── t5.jpg
│   ├── t6.jpg
│   ├── t7.jpg
│   ├── t8.jpg
│   ├── t9.jpg
│   ├── webflash.gif
│   ├── x1.jpg
│   ├── x2.jpg
│   ├── 未标题-1.psd
│   └── 画轴.psd
├── includes
│   ├── config.inc.php
│   ├── functions.php
│   └── smarty
│   ├── Config_File.class.php
│   ├── debug.tpl
│   ├── internals
│   │   ├── core.assemble_plugin_filepath.php
│   │   ├── core.assign_smarty_interface.php
│   │   ├── core.create_dir_structure.php
│   │   ├── core.display_debug_console.php
│   │   ├── core.get_include_path.php
│   │   ├── core.get_microtime.php
│   │   ├── core.get_php_resource.php
│   │   ├── core.is_secure.php
│   │   ├── core.is_trusted.php
│   │   ├── core.load_plugins.php
│   │   ├── core.load_resource_plugin.php
│   │   ├── core.process_cached_inserts.php
│   │   ├── core.process_compiled_include.php
│   │   ├── core.read_cache_file.php
│   │   ├── core.rm_auto.php
│   │   ├── core.rmdir.php
│   │   ├── core.run_insert_handler.php
│   │   ├── core.smarty_include_php.php
│   │   ├── core.write_cache_file.php
│   │   ├── core.write_compiled_include.php
│   │   ├── core.write_compiled_resource.php
│   │   └── core.write_file.php
│   ├── plugins
│   │   ├── block.textformat.php
│   │   ├── compiler.assign.php
│   │   ├── function.assign_debug_info.php
│   │   ├── function.config_load.php
│   │   ├── function.counter.php
│   │   ├── function.cycle.php
│   │   ├── function.debug.php
│   │   ├── function.eval.php
│   │   ├── function.fetch.php
│   │   ├── function.html_checkboxes.php
│   │   ├── function.html_image.php
│   │   ├── function.html_options.php
│   │   ├── function.html_radios.php
│   │   ├── function.html_select_date.php
│   │   ├── function.html_select_time.php
│   │   ├── function.html_table.php
│   │   ├── function.mailto.php
│   │   ├── function.math.php
│   │   ├── function.pagenav.php
│   │   ├── function.popup_init.php
│   │   ├── function.popup.php
│   │   ├── function.selectoption.php
│   │   ├── modifier.capitalize.php
│   │   ├── modifier.cat.php
│   │   ├── modifier.count_characters.php
│   │   ├── modifier.count_paragraphs.php
│   │   ├── modifier.count_sentences.php
│   │   ├── modifier.count_words.php
│   │   ├── modifier.date_format.php
│   │   ├── modifier.debug_print_var.php
│   │   ├── modifier.default.php
│   │   ├── modifier.escape.php
│   │   ├── modifier.indent.php
│   │   ├── modifier.lower.php
│   │   ├── modifier.nl2br.php
│   │   ├── modifier.regex_replace.php
│   │   ├── modifier.replace.php
│   │   ├── modifier.spacify.php
│   │   ├── modifier.string_format.php
│   │   ├── modifier.strip.php
│   │   ├── modifier.strip_tags.php
│   │   ├── modifier.truncate.php
│   │   ├── modifier.upper.php
│   │   ├── modifier.wordwrap.php
│   │   ├── outputfilter.trimwhitespace.php
│   │   ├── shared.escape_special_chars.php
│   │   └── shared.make_timestamp.php
│   ├── Smarty.class.php
│   └── Smarty_Compiler.class.php
├── index.php
├── Inform.php
├── init.php
├── js
│   ├── AC_RunActiveContent.js
│   ├── checkpwd.js
│   ├── checkUserLogin.js
│   ├── detailedgood.js
│   ├── functions.js
│   ├── jquery-1.5.1.js
│   ├── jquery.easing-1.3.pack.js
│   ├── jquery.fancybox-1.3.4.js
│   ├── jquery.fancybox-1.3.4.pack.js
│   ├── jquery.min.js
│   ├── jquery.mousewheel-3.0.4.pack.js
│   ├── jquery-ui-1.8.19.custom.min.js
│   ├── message.js
│   ├── register.js
│   ├── utils.js
│   └── validator.js
├── login.php
├── logout.php
├── order.php
├── public
│   └── userLogin.php
├── register.php
├── templates
│   ├── bottom.html
│   ├── buycart.html
│   ├── categoodslist.html
│   ├── catemaxgoodslist.html
│   ├── checklists.html
│   ├── detailedgood.html
│   ├── findserver.html
│   ├── goodslist.html
│   ├── header.html
│   ├── index.html
│   ├── left.html
│   ├── login.html
│   ├── myCart.html
│   ├── news.html
│   ├── newstitle.html
│   ├── public.html
│   ├── register.html
│   ├── register.js
│   ├── right.html
│   ├── Scripts
│   │   ├── AC_RunActiveContent.js
│   │   ├── addCart.js
│   │   ├── login.js
│   │   └── register.js
│   ├── thankorder.html
│   ├── userlist.html
│   └── writegoods.html
├── upload
├── user.php
├── viewer.swf
├── web.css
├── webshopdb.sql
├── xml
│   └── viewerData.xml
├── XTML
│   ├── buycart.html
│   ├── checklist.html
│   ├── checklists.html
│   ├── detailedgood.html
│   ├── flashimages
│   │   ├── 01.jpg
│   │   ├── 02.jpg
│   │   ├── 03.jpg
│   │   ├── 04.jpg
│   │   ├── 05.jpg
│   │   └── Thumbs.db
│   ├── goodslist.html
│   ├── images
│   │   ├── 01.jpg
│   │   ├── 02.jpg
│   │   ├── 03.jpg
│   │   ├── 04.jpg
│   │   ├── 11.jpg
│   │   ├── 12.jpg
│   │   ├── 1.gif
│   │   ├── 24-zoom.png
│   │   ├── 2.gif
│   │   ├── 3.gif
│   │   ├── 6.gif
│   │   ├── 7.gif
│   │   ├── 7.jpg
│   │   ├── 8.gif
│   │   ├── 8.jpg
│   │   ├── add_cart.gif
│   │   ├── arraowl.gif
│   │   ├── baner.gif
│   │   ├── beijing.gif
│   │   ├── bottom.gif
│   │   ├── brush.gif
│   │   ├── bt1.gif
│   │   ├── bt2.gif
│   │   ├── btn1.gif
│   │   ├── btn2.gif
│   │   ├── btn_addcart1.gif
│   │   ├── btn_addcart.gif
│   │   ├── btn_addfav1.gif
│   │   ├── btn_addfav.gif
│   │   ├── btn_comment.gif
│   │   ├── button11.gif
│   │   ├── buy-big.gif
│   │   ├── buy.gif
│   │   ├── buylist.gif
│   │   ├── {C8A6454E-34E9-4E64-AA22-3DF0AB39023B}.BMP
│   │   ├── cart1.gif
│   │   ├── checkout.gif
│   │   ├── flash.gif
│   │   ├── gogao1.gif
│   │   ├── gogao.gif
│   │   ├── go.gif
│   │   ├── gotoindex.gif
│   │   ├── help1.gif
│   │   ├── help.gif
│   │   ├── huida.gif
│   │   ├── jianbianbt.gif
│   │   ├── lineti.gif
│   │   ├── login1.gif
│   │   ├── login2.gif
│   │   ├── loginbottom.gif
│   │   ├── loginbt.jpg
│   │   ├── logincent.gif
│   │   ├── login.gif
│   │   ├── logintop.gif
│   │   ├── modify.gif
│   │   ├── muban.gif
│   │   ├── nav.gif
│   │   ├── navs1.gif
│   │   ├── navs.gif
│   │   ├── order_submit.gif
│   │   ├── p1.jpg
│   │   ├── p2.jpg
│   │   ├── png-0201.png
│   │   ├── png-0236.png
│   │   ├── png-0273.png
│   │   ├── png-0298.png
│   │   ├── png-0662.png
│   │   ├── PNG-0943.png
│   │   ├── PNG-0946.png
│   │   ├── png-1114.png
│   │   ├── png-1128.png
│   │   ├── png-1209.png
│   │   ├── png-1354.png
│   │   ├── png-1356.png
│   │   ├── png-1372.png
│   │   ├── png-1374.png
│   │   ├── png-1376.png
│   │   ├── png-1379.png
│   │   ├── png-1583.png
│   │   ├── png-1584.png
│   │   ├── png-1591.png
│   │   ├── png-1594.png
│   │   ├── PopHint.gif
│   │   ├── price.gif
│   │   ├── right1.gif
│   │   ├── right2.gif
│   │   ├── right3.gif
│   │   ├── showlist.gif
│   │   ├── start.gif
│   │   ├── t10.jpg
│   │   ├── t11.jpg
│   │   ├── t1.jpg
│   │   ├── t2.jpg
│   │   ├── t3.jpg
│   │   ├── t4.jpg
│   │   ├── t5.jpg
│   │   ├── t6.jpg
│   │   ├── t7.jpg
│   │   ├── t8.jpg
│   │   ├── t9.jpg
│   │   ├── u=1525185379,1613527692&fm=0&gp=30.jpg
│   │   ├── u=1534578679,673934325&fm=0&gp=-28.jpg
│   │   ├── u=1616368159,4040227984&fm=0&gp=-14.jpg
│   │   ├── u=3532266609,3845101017&fm=0&gp=-28.jpg
│   │   ├── u=484965269,3969730336&fm=0&gp=-48.jpg
│   │   ├── webflash.gif
│   │   ├── x1.jpg
│   │   ├── x2.jpg
│   │   ├── x3.jpg
│   │   ├── 未标题-1.psd
│   │   └── 画轴.psd
│   ├── index.html
│   ├── js
│   │   ├── checkpwd.js
│   │   ├── detailedgood.js
│   │   ├── message.js
│   │   ├── register.js
│   │   ├── utils.js
│   │   └── validator.js
│   ├── login.html
│   ├── news.html
│   ├── newstitle.html
│   ├── register.html
│   ├── Scripts
│   │   └── AC_RunActiveContent.js
│   ├── thankorder.html
│   ├── usermanger.html
│   ├── viewer.swf
│   ├── web.css
│   ├── writegoods.html
│   └── xml
│   └── viewerData.xml
├── 专用图片
│   ├── 0078.jpg
│   ├── 0080.jpg
│   ├── 1209AG25C0303625_lit.jpg
│   ├── 2007051818001358180.jpg
│   ├── 2007112109253127204.jpg
│   ├── 2008010914253879817.jpg
│   ├── 2008010914283473383.jpg
│   ├── 20080509034358995.jpg
│   ├── 2008060709351668087.jpg
│   ├── 200882713272551994.jpg
│   ├── 2665.jpg
│   ├── 92382093.search.jpg
│   ├── u=1218173304,2370697510&fm=0&gp=-14.jpg
│   ├── u=1481383937,3762481295&fm=0&gp=10.jpg
│   ├── u=2549400315,2460416981&fm=0&gp=8.jpg
│   ├── u=2918844443,2362380859&fm=0&gp=38.jpg
│   └── u=3187837276,1102819045&fm=0&gp=14.jpg
└── 数据库表.txt

88 directories, 899 files

标签:

实例下载地址

PHP+MYSQL购物网站源码.zip

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警