实例介绍
【实例截图】
【核心代码】
52676-20150604-3
├── M2注册程序.reg
├── config.php
├── doyo
│ ├── admin
│ │ ├── a_adminuser.php
│ │ ├── a_ads.php
│ │ ├── a_article.php
│ │ ├── a_classtypes.php
│ │ ├── a_comment.php
│ │ ├── a_dbbak.php
│ │ ├── a_fields.php
│ │ ├── a_files.php
│ │ ├── a_funs.php
│ │ ├── a_html.php
│ │ ├── a_label.php
│ │ ├── a_labelcus.php
│ │ ├── a_links.php
│ │ ├── a_member.php
│ │ ├── a_message.php
│ │ ├── a_molds.php
│ │ ├── a_product.php
│ │ ├── a_special.php
│ │ ├── a_sys.php
│ │ ├── a_traits.php
│ │ ├── a_update.php
│ │ ├── index.php
│ │ ├── login.php
│ │ ├── template
│ │ │ ├── adminuser.html
│ │ │ ├── ads.html
│ │ │ ├── article.html
│ │ │ ├── article_edit.html
│ │ │ ├── classtypes.html
│ │ │ ├── classtypes_edit.html
│ │ │ ├── comment.html
│ │ │ ├── custom.html
│ │ │ ├── dbbak.html
│ │ │ ├── fields.html
│ │ │ ├── fields_edit.html
│ │ │ ├── files.html
│ │ │ ├── funs.html
│ │ │ ├── html.html
│ │ │ ├── images
│ │ │ │ ├── leftbg.gif
│ │ │ │ ├── lin.gif
│ │ │ │ ├── login.jpg
│ │ │ │ ├── loginbg.jpg
│ │ │ │ ├── logo.gif
│ │ │ │ └── pic.gif
│ │ │ ├── index.html
│ │ │ ├── label.html
│ │ │ ├── labelcus.html
│ │ │ ├── links.html
│ │ │ ├── login.html
│ │ │ ├── main.html
│ │ │ ├── member.html
│ │ │ ├── message.html
│ │ │ ├── message_edit.html
│ │ │ ├── molds.html
│ │ │ ├── msg.html
│ │ │ ├── product.html
│ │ │ ├── product_edit.html
│ │ │ ├── rewrite.html
│ │ │ ├── special.html
│ │ │ ├── special_edit.html
│ │ │ ├── style
│ │ │ │ └── admin.css
│ │ │ ├── sys.html
│ │ │ ├── traits.html
│ │ │ ├── update.html
│ │ │ └── uploads.html
│ │ └── uploads.php
│ ├── article.php
│ ├── comment.php
│ ├── index.php
│ ├── member.php
│ ├── message.php
│ ├── product.php
│ └── special.php
├── doyo.php
├── fabu_demo.sql
├── include
│ ├── Functions.php
│ ├── Template.php
│ ├── backup
│ ├── cache
│ │ ├── ses
│ │ │ └── 5f8ac21ce1f750fb12e937f49e33bb70.php
│ │ ├── tmp
│ │ │ ├── sy172628650de6ee23bbe871f79aabcece.php
│ │ │ ├── sy44850d309007b039724584f931924ac2.php
│ │ │ ├── sy48cb6abbfa6d590a1b15d436098d3540.php
│ │ │ ├── sy4b234d8f435dd0fb1dea54fcf94d75fd.php
│ │ │ ├── sy5425f2355a674c9c86739a6b200d1c20.php
│ │ │ ├── sy5d637fa36c6eb8032cd5c58a628acec3.php
│ │ │ ├── sy602889dae27c1646dbbf620010b7357b.php
│ │ │ ├── sy61749364c4c2956a0933ddf4b8ec2998.php
│ │ │ ├── syb924af96e79be873e509260af5e8044a.php
│ │ │ ├── syb947ce32e32da1ead7f6fcdb1083eeeb.php
│ │ │ ├── sybda412c0b4dea5b072d79586e2d1eeb3.php
│ │ │ ├── syc5d0bcb986f55a3a8c43c709f8aa20b7.php
│ │ │ ├── sydb229cf6724853388076a76186b05fcf.php
│ │ │ └── syec0d6a6fbc8c2f568adbad455bdfc532.php
│ │ └── tpl
│ │ ├── article_article.php
│ │ └── index.php
│ ├── class
│ │ ├── c_account.php
│ │ ├── c_admin_user.php
│ │ ├── c_ads.php
│ │ ├── c_article.php
│ │ ├── c_classtype.php
│ │ ├── c_comment.php
│ │ ├── c_custom.php
│ │ ├── c_fields.php
│ │ ├── c_labelcus.php
│ │ ├── c_links.php
│ │ ├── c_member.php
│ │ ├── c_message.php
│ │ ├── c_order.php
│ │ ├── c_product.php
│ │ └── c_special.php
│ ├── ext
│ │ ├── syauser.php
│ │ ├── syclasstype.php
│ │ ├── syhtml.php
│ │ ├── syimage.php
│ │ ├── symember.php
│ │ ├── sysession.php
│ │ └── syupload.php
│ ├── fun
│ │ └── fun_admin.php
│ ├── inc.php
│ ├── js
│ │ ├── DatePicker
│ │ │ ├── WdatePicker.js
│ │ │ ├── calendar.js
│ │ │ ├── lang
│ │ │ │ └── zh-cn.js
│ │ │ └── skin
│ │ │ ├── WdatePicker.css
│ │ │ ├── datePicker.gif
│ │ │ └── default
│ │ │ ├── datepicker.css
│ │ │ └── img.gif
│ │ ├── admin.js
│ │ ├── dyfrom.js
│ │ ├── jquery.form.js
│ │ ├── jquery.js
│ │ ├── uploadify
│ │ │ ├── add.gif
│ │ │ ├── cancel.gif
│ │ │ ├── err.gif
│ │ │ ├── loading.gif
│ │ │ ├── swfobject.js
│ │ │ ├── uploadify.js
│ │ │ └── uploadify.swf
│ │ └── xheditor
│ │ ├── xheditor-zh-cn.min.js
│ │ ├── 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
│ │ └── xheditor_skin
│ │ └── default
│ │ ├── iframe.css
│ │ ├── img
│ │ │ ├── anchor.gif
│ │ │ ├── close.gif
│ │ │ ├── flash.gif
│ │ │ ├── icons.gif
│ │ │ ├── loading.gif
│ │ │ ├── progress.gif
│ │ │ ├── progressbg.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
│ ├── mysql.php
│ ├── notice.php
│ ├── syController.php
│ ├── syModel.php
│ ├── syView.php
│ ├── sys.php
│ ├── update
│ └── vercode.php
├── index.php
├── robots.txt
├── template
│ └── Release
│ ├── article
│ │ └── article.html
│ ├── banner.html
│ ├── bottom.html
│ ├── custom
│ │ └── index.html
│ ├── images
│ │ ├── 01.png
│ │ ├── 02.png
│ │ ├── bottom.gif
│ │ ├── content_bg.png
│ │ ├── content_footer.png
│ │ ├── content_header.png
│ │ ├── home.gif
│ │ ├── home_icos.png
│ │ ├── icon_2.gif
│ │ ├── image.gif
│ │ ├── info.gif
│ │ ├── link.gif
│ │ ├── new.gif
│ │ ├── qq_icos.png
│ │ ├── r.gif
│ │ ├── t.gif
│ │ ├── tab.jpg
│ │ ├── top_11.gif
│ │ └── tr_back.gif
│ ├── index.html
│ ├── index_news.html
│ ├── js
│ │ ├── pptBox.js
│ │ ├── release.js
│ │ └── tablecloth.js
│ ├── member
│ │ ├── index.html
│ │ ├── login.html
│ │ ├── menu.html
│ │ ├── myinfo.html
│ │ ├── mylist.html
│ │ ├── reg.html
│ │ └── release.html
│ ├── release.html
│ ├── style
│ │ ├── css.css
│ │ ├── style.css
│ │ └── tablecloth.css
│ └── top.html
├── uploads
│ └── 2015
│ └── 05
│ ├── 291704548572.jpg
│ ├── 291705276393.jpg
│ ├── 291706034742.jpg
│ └── index.htm
├── 安装教程.doc
├── 下载说明.txt
├── 使用必读.txt
└── 上万免费版本下载基地.url
38 directories, 245 files
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论