实例介绍
【实例简介】
苹果CMS程序是一套采用PHP MYSQL环境下运行的完善而强大的快速建站系统。经过近多年的开发经验和技术积累,苹果CMS程序已逐步走向成熟,在易用性和功能上已经成为同行中的佼佼者。程序体积小->优化程序代码,运行速度快->高效的缓存处理,只要普通的虚拟主机就可以完美搭建起来,建站成本非常低。仿MVC模板分离,内置标签,自定义函数标签接口,强大的自定义采集功能,只要你会HTML就可以轻松做出个性化的网站。 程序易用性和功能上一直以来都积极采纳广大站长提出的各种好的建议,迅速响应各种紧急问题,我们的服务理念贯穿其中,保证每一位站长每一个环节都可以从容应对。v10采用tp5.x内核进行开发,扩展了模板处理引擎,将后台程序与html模板简单的分离出来,让设计人员与程序人员最大限度的发挥自己的优势而互不干扰,大大加快了项目有序、快速的完成。即使您是第一次接触,也会在最短的时间内熟练掌握它的使用方法。后台管理模块,一目了然,操作简单,绝对不会让您眼花缭乱。
【实例截图】【核心代码】
源码
├── LICENSE
├── README.md
├── addons
│ ├── 7fd45658046ce2d.png
│ ├── adminloginbg
│ │ ├── Adminloginbg.php
│ │ ├── config.php
│ │ ├── controller
│ │ │ └── Index.php
│ │ └── info.ini
│ ├── readme.html
│ ├── www.uzyw.cn注释.txt
│ ├── 广告位招租合作说明.url
│ └── 进入有资源网下载源码程序.url
├── admin.php
├── api.php
├── application
│ ├── 7fd45658046ce2d.png
│ ├── admin
│ │ ├── common
│ │ │ └── auth.php
│ │ ├── controller
│ │ │ ├── Actor.php
│ │ │ ├── Addon.php
│ │ │ ├── Admin.php
│ │ │ ├── Art.php
│ │ │ ├── Base.php
│ │ │ ├── Card.php
│ │ │ ├── Cash.php
│ │ │ ├── Cj.php
│ │ │ ├── Collect.php
│ │ │ ├── Comment.php
│ │ │ ├── Database.php
│ │ │ ├── Gbook.php
│ │ │ ├── Group.php
│ │ │ ├── Images.php
│ │ │ ├── Index.php
│ │ │ ├── Link.php
│ │ │ ├── Make.php
│ │ │ ├── Order.php
│ │ │ ├── Plog.php
│ │ │ ├── Role.php
│ │ │ ├── System.php
│ │ │ ├── Template.php
│ │ │ ├── Timming.php
│ │ │ ├── Topic.php
│ │ │ ├── Type.php
│ │ │ ├── Ulog.php
│ │ │ ├── Update.php
│ │ │ ├── Upload.php
│ │ │ ├── Urlsend.php
│ │ │ ├── User.php
│ │ │ ├── Vod.php
│ │ │ ├── Voddowner.php
│ │ │ ├── Vodplayer.php
│ │ │ ├── Vodserver.php
│ │ │ └── Website.php
│ │ └── view
│ │ ├── actor
│ │ │ ├── index.html
│ │ │ └── info.html
│ │ ├── addon
│ │ │ ├── config.html
│ │ │ ├── index.html
│ │ │ └── info.html
│ │ ├── admin
│ │ │ ├── index.html
│ │ │ └── info.html
│ │ ├── art
│ │ │ ├── batch.html
│ │ │ ├── index.html
│ │ │ └── info.html
│ │ ├── card
│ │ │ ├── index.html
│ │ │ └── info.html
│ │ ├── cash
│ │ │ └── index.html
│ │ ├── cj
│ │ │ ├── col_content.html
│ │ │ ├── col_url.html
│ │ │ ├── index.html
│ │ │ ├── info.html
│ │ │ ├── program.html
│ │ │ ├── publish.html
│ │ │ └── show_url.html
│ │ ├── collect
│ │ │ ├── actor.html
│ │ │ ├── art.html
│ │ │ ├── index.html
│ │ │ ├── info.html
│ │ │ ├── role.html
│ │ │ ├── timing.html
│ │ │ ├── union.html
│ │ │ ├── vod.html
│ │ │ └── website.html
│ │ ├── comment
│ │ │ ├── index.html
│ │ │ └── info.html
│ │ ├── database
│ │ │ ├── export.html
│ │ │ ├── import.html
│ │ │ ├── rep.html
│ │ │ └── sql.html
│ │ ├── domain
│ │ │ └── index.html
│ │ ├── extend
│ │ │ ├── pay
│ │ │ │ ├── alipay.html
│ │ │ │ ├── codepay.html
│ │ │ │ ├── weixin.html
│ │ │ │ └── zhapay.html
│ │ │ └── upload
│ │ │ ├── ftp.html
│ │ │ ├── qiniu.html
│ │ │ ├── upyun.html
│ │ │ └── weibo.html
│ │ ├── gbook
│ │ │ ├── index.html
│ │ │ └── info.html
│ │ ├── group
│ │ │ ├── index.html
│ │ │ └── info.html
│ │ ├── images
│ │ │ ├── index.html
│ │ │ └── opt.html
│ │ ├── index
│ │ │ ├── index.html
│ │ │ ├── login.html
│ │ │ ├── quickmenu.html
│ │ │ └── welcome.html
│ │ ├── link
│ │ │ ├── index.html
│ │ │ └── info.html
│ │ ├── make
│ │ │ └── opt.html
│ │ ├── order
│ │ │ └── index.html
│ │ ├── plog
│ │ │ └── index.html
│ │ ├── public
│ │ │ ├── editor.html
│ │ │ ├── empty.html
│ │ │ ├── foot.html
│ │ │ ├── head.html
│ │ │ ├── jump.html
│ │ │ ├── msg.html
│ │ │ ├── pages.html
│ │ │ ├── select_hits.html
│ │ │ ├── select_level.html
│ │ │ ├── select_lock.html
│ │ │ ├── select_state.html
│ │ │ ├── select_status.html
│ │ │ └── select_type.html
│ │ ├── role
│ │ │ ├── index.html
│ │ │ └── info.html
│ │ ├── system
│ │ │ ├── config.html
│ │ │ ├── configapi.html
│ │ │ ├── configcollect.html
│ │ │ ├── configcomment.html
│ │ │ ├── configconnect.html
│ │ │ ├── configemail.html
│ │ │ ├── configinterface.html
│ │ │ ├── configpay.html
│ │ │ ├── configplay.html
│ │ │ ├── configseo.html
│ │ │ ├── configsms.html
│ │ │ ├── configupload.html
│ │ │ ├── configurl.html
│ │ │ ├── configuser.html
│ │ │ └── configweixin.html
│ │ ├── template
│ │ │ ├── ads.html
│ │ │ ├── index.html
│ │ │ ├── info.html
│ │ │ └── wizard.html
│ │ ├── timming
│ │ │ ├── index.html
│ │ │ └── info.html
│ │ ├── topic
│ │ │ ├── index.html
│ │ │ └── info.html
│ │ ├── type
│ │ │ ├── index.html
│ │ │ └── info.html
│ │ ├── ulog
│ │ │ └── index.html
│ │ ├── upload
│ │ │ └── index.html
│ │ ├── urlsend
│ │ │ └── index.html
│ │ ├── user
│ │ │ ├── index.html
│ │ │ ├── info.html
│ │ │ └── reward.html
│ │ ├── vod
│ │ │ ├── batch.html
│ │ │ ├── index.html
│ │ │ └── info.html
│ │ ├── voddowner
│ │ │ ├── index.html
│ │ │ └── info.html
│ │ ├── vodplayer
│ │ │ ├── index.html
│ │ │ └── info.html
│ │ ├── vodserver
│ │ │ ├── index.html
│ │ │ └── info.html
│ │ └── website
│ │ ├── batch.html
│ │ ├── index.html
│ │ └── info.html
│ ├── api
│ │ └── controller
│ │ ├── Base.php
│ │ ├── Provide.php
│ │ ├── Receive.php
│ │ ├── Timming.php
│ │ └── Wechat.php
│ ├── command.php
│ ├── common
│ │ ├── behavior
│ │ │ ├── Begin.php
│ │ │ └── Init.php
│ │ ├── controller
│ │ │ └── All.php
│ │ ├── extend
│ │ │ ├── pay
│ │ │ │ ├── Alipay.php
│ │ │ │ ├── Codepay.php
│ │ │ │ ├── Weixin.php
│ │ │ │ └── Zhapay.php
│ │ │ ├── sms
│ │ │ │ ├── Aliyun.php
│ │ │ │ └── Qcloud.php
│ │ │ └── upload
│ │ │ ├── Ftp.php
│ │ │ ├── Qiniu.php
│ │ │ ├── Upyun.php
│ │ │ └── Weibo.php
│ │ ├── model
│ │ │ ├── Actor.php
│ │ │ ├── Addon.php
│ │ │ ├── Admin.php
│ │ │ ├── Art.php
│ │ │ ├── Base.php
│ │ │ ├── Card.php
│ │ │ ├── Cash.php
│ │ │ ├── Cj.php
│ │ │ ├── Collect.php
│ │ │ ├── Comment.php
│ │ │ ├── Extend.php
│ │ │ ├── Gbook.php
│ │ │ ├── Group.php
│ │ │ ├── Image.php
│ │ │ ├── Link.php
│ │ │ ├── Make.php
│ │ │ ├── Msg.php
│ │ │ ├── Order.php
│ │ │ ├── Plog.php
│ │ │ ├── Role.php
│ │ │ ├── Topic.php
│ │ │ ├── Type.php
│ │ │ ├── Ulog.php
│ │ │ ├── Upload.php
│ │ │ ├── User.php
│ │ │ ├── Visit.php
│ │ │ ├── Vod.php
│ │ │ └── Website.php
│ │ ├── taglib
│ │ │ ├── Maccms.php
│ │ │ └── Macdiy.php
│ │ ├── util
│ │ │ ├── Collection.php
│ │ │ ├── Database.php
│ │ │ ├── Dir.php
│ │ │ ├── Download.php
│ │ │ ├── Ftp.php
│ │ │ ├── PclZip.php
│ │ │ ├── Pinyin.php
│ │ │ ├── Qrcode.php
│ │ │ ├── SinaUpload.php
│ │ │ └── WechatPublic.php
│ │ └── validate
│ │ ├── Actor.php
│ │ ├── Admin.php
│ │ ├── Art.php
│ │ ├── Card.php
│ │ ├── Cash.php
│ │ ├── Cj.php
│ │ ├── Collect.php
│ │ ├── Comment.php
│ │ ├── Gbook.php
│ │ ├── Group.php
│ │ ├── Link.php
│ │ ├── Msg.php
│ │ ├── Order.php
│ │ ├── Plog.php
│ │ ├── Role.php
│ │ ├── System.php
│ │ ├── Topic.php
│ │ ├── Type.php
│ │ ├── Ulog.php
│ │ ├── User.php
│ │ ├── Visit.php
│ │ ├── Vod.php
│ │ └── Website.php
│ ├── common.php
│ ├── config.php
│ ├── convert
│ │ ├── controller
│ │ │ └── Index.php
│ │ └── view
│ │ └── index
│ │ ├── foot.html
│ │ ├── head.html
│ │ ├── index.html
│ │ ├── step2.html
│ │ ├── step3.html
│ │ └── step4.html
│ ├── data
│ │ ├── backup
│ │ │ ├── database
│ │ │ │ ├── 20191129-164103-1.sql
│ │ │ │ └── index.html
│ │ │ └── index.html
│ │ ├── config
│ │ │ └── quickmenu.txt
│ │ ├── install
│ │ │ └── index.html
│ │ └── update
│ ├── database.php
│ ├── extra
│ │ ├── addons.php
│ │ ├── bind.php
│ │ ├── captcha.php
│ │ ├── maccms.php
│ │ ├── queue.php
│ │ ├── timming.php
│ │ ├── version.php
│ │ ├── voddowner.php
│ │ ├── vodplayer.php
│ │ └── vodserver.php
│ ├── index
│ │ ├── controller
│ │ │ ├── Actor.php
│ │ │ ├── Ajax.php
│ │ │ ├── Art.php
│ │ │ ├── Base.php
│ │ │ ├── Comment.php
│ │ │ ├── Gbook.php
│ │ │ ├── Index.php
│ │ │ ├── Label.php
│ │ │ ├── Map.php
│ │ │ ├── MyError.php
│ │ │ ├── Payment.php
│ │ │ ├── Plot.php
│ │ │ ├── Role.php
│ │ │ ├── Rss.php
│ │ │ ├── Search.php
│ │ │ ├── Topic.php
│ │ │ ├── User.php
│ │ │ ├── Verify.php
│ │ │ ├── Vod.php
│ │ │ └── Website.php
│ │ ├── event
│ │ │ └── LoginEvent.php
│ │ └── view
│ │ ├── index
│ │ │ └── index.html
│ │ └── public
│ │ ├── jump.html
│ │ └── msg.html
│ ├── install
│ │ ├── controller
│ │ │ └── Index.php
│ │ ├── sql
│ │ │ ├── initdata.sql
│ │ │ └── install.sql
│ │ └── view
│ │ └── index
│ │ ├── foot.html
│ │ ├── head.html
│ │ ├── index.html
│ │ ├── step2.html
│ │ └── step3.html
│ ├── lang
│ │ └── zh-cn.php
│ ├── readme.html
│ ├── route.php
│ ├── tags.php
│ ├── www.uzyw.cn注释.txt
│ ├── 广告位招租合作说明.url
│ └── 进入有资源网下载源码程序.url
├── convert.php
├── crossdomain.xml
├── extend
│ ├── 7fd45658046ce2d.png
│ ├── Aliyun
│ │ └── Sms
│ │ └── SignatureHelper.php
│ ├── Qcloud
│ │ └── Sms
│ │ ├── SmsSenderUtil.php
│ │ └── SmsSingleSender.php
│ ├── login
│ │ ├── ThinkOauth.php
│ │ └── sdk
│ │ ├── QqSDK.php
│ │ └── WeixinSDK.php
│ ├── phpmailer
│ │ ├── language
│ │ │ ├── phpmailer.lang-am.php
│ │ │ ├── phpmailer.lang-ar.php
│ │ │ ├── phpmailer.lang-az.php
│ │ │ ├── phpmailer.lang-ba.php
│ │ │ ├── phpmailer.lang-be.php
│ │ │ ├── phpmailer.lang-bg.php
│ │ │ ├── phpmailer.lang-ca.php
│ │ │ ├── phpmailer.lang-ch.php
│ │ │ ├── phpmailer.lang-cs.php
│ │ │ ├── phpmailer.lang-da.php
│ │ │ ├── phpmailer.lang-de.php
│ │ │ ├── phpmailer.lang-el.php
│ │ │ ├── phpmailer.lang-eo.php
│ │ │ ├── phpmailer.lang-es.php
│ │ │ ├── phpmailer.lang-et.php
│ │ │ ├── phpmailer.lang-fa.php
│ │ │ ├── phpmailer.lang-fi.php
│ │ │ ├── phpmailer.lang-fo.php
│ │ │ ├── phpmailer.lang-fr.php
│ │ │ ├── phpmailer.lang-gl.php
│ │ │ ├── phpmailer.lang-he.php
│ │ │ ├── phpmailer.lang-hi.php
│ │ │ ├── phpmailer.lang-hr.php
│ │ │ ├── phpmailer.lang-hu.php
│ │ │ ├── phpmailer.lang-id.php
│ │ │ ├── phpmailer.lang-it.php
│ │ │ ├── phpmailer.lang-ja.php
│ │ │ ├── phpmailer.lang-ka.php
│ │ │ ├── phpmailer.lang-ko.php
│ │ │ ├── phpmailer.lang-lt.php
│ │ │ ├── phpmailer.lang-lv.php
│ │ │ ├── phpmailer.lang-ms.php
│ │ │ ├── phpmailer.lang-nb.php
│ │ │ ├── phpmailer.lang-nl.php
│ │ │ ├── phpmailer.lang-pl.php
│ │ │ ├── phpmailer.lang-pt.php
│ │ │ ├── phpmailer.lang-pt_br.php
│ │ │ ├── phpmailer.lang-ro.php
│ │ │ ├── phpmailer.lang-rs.php
│ │ │ ├── phpmailer.lang-ru.php
│ │ │ ├── phpmailer.lang-sk.php
│ │ │ ├── phpmailer.lang-sl.php
│ │ │ ├── phpmailer.lang-sv.php
│ │ │ ├── phpmailer.lang-tr.php
│ │ │ ├── phpmailer.lang-uk.php
│ │ │ ├── phpmailer.lang-vi.php
│ │ │ ├── phpmailer.lang-zh.php
│ │ │ └── phpmailer.lang-zh_cn.php
│ │ └── src
│ │ ├── Exception.php
│ │ ├── OAuth.php
│ │ ├── PHPMailer.php
│ │ ├── POP3.php
│ │ └── SMTP.php
│ ├── qiniu
│ │ ├── autoload.php
│ │ └── src
│ │ └── Qiniu
│ │ ├── Auth.php
│ │ ├── Cdn
│ │ │ └── CdnManager.php
│ │ ├── Config.php
│ │ ├── Etag.php
│ │ ├── Http
│ │ │ ├── Client.php
│ │ │ ├── Error.php
│ │ │ ├── Request.php
│ │ │ └── Response.php
│ │ ├── Processing
│ │ │ ├── ImageUrlBuilder.php
│ │ │ ├── Operation.php
│ │ │ └── PersistentFop.php
│ │ ├── Storage
│ │ │ ├── BucketManager.php
│ │ │ ├── FormUploader.php
│ │ │ ├── ResumeUploader.php
│ │ │ └── UploadManager.php
│ │ ├── Zone.php
│ │ └── functions.php
│ ├── readme.html
│ ├── upyun
│ │ ├── src
│ │ │ └── Upyun
│ │ │ ├── Api
│ │ │ │ ├── Form.php
│ │ │ │ ├── Pretreat.php
│ │ │ │ ├── Rest.php
│ │ │ │ └── SyncVideo.php
│ │ │ ├── Config.php
│ │ │ ├── Signature.php
│ │ │ ├── Uploader.php
│ │ │ ├── Upyun.php
│ │ │ └── Util.php
│ │ └── vendor
│ │ ├── autoload.php
│ │ ├── composer
│ │ │ ├── ClassLoader.php
│ │ │ ├── LICENSE
│ │ │ ├── autoload_classmap.php
│ │ │ ├── autoload_files.php
│ │ │ ├── autoload_namespaces.php
│ │ │ ├── autoload_psr4.php
│ │ │ ├── autoload_real.php
│ │ │ ├── autoload_static.php
│ │ │ └── installed.json
│ │ ├── guzzlehttp
│ │ │ ├── guzzle
│ │ │ │ ├── CHANGELOG.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── UPGRADING.md
│ │ │ │ ├── composer.json
│ │ │ │ └── src
│ │ │ │ ├── Client.php
│ │ │ │ ├── ClientInterface.php
│ │ │ │ ├── Cookie
│ │ │ │ │ ├── CookieJar.php
│ │ │ │ │ ├── CookieJarInterface.php
│ │ │ │ │ ├── FileCookieJar.php
│ │ │ │ │ ├── SessionCookieJar.php
│ │ │ │ │ └── SetCookie.php
│ │ │ │ ├── Exception
│ │ │ │ │ ├── BadResponseException.php
│ │ │ │ │ ├── ClientException.php
│ │ │ │ │ ├── ConnectException.php
│ │ │ │ │ ├── GuzzleException.php
│ │ │ │ │ ├── RequestException.php
│ │ │ │ │ ├── SeekException.php
│ │ │ │ │ ├── ServerException.php
│ │ │ │ │ ├── TooManyRedirectsException.php
│ │ │ │ │ └── TransferException.php
│ │ │ │ ├── Handler
│ │ │ │ │ ├── CurlFactory.php
│ │ │ │ │ ├── CurlFactoryInterface.php
│ │ │ │ │ ├── CurlHandler.php
│ │ │ │ │ ├── CurlMultiHandler.php
│ │ │ │ │ ├── EasyHandle.php
│ │ │ │ │ ├── MockHandler.php
│ │ │ │ │ ├── Proxy.php
│ │ │ │ │ └── StreamHandler.php
│ │ │ │ ├── HandlerStack.php
│ │ │ │ ├── MessageFormatter.php
│ │ │ │ ├── Middleware.php
│ │ │ │ ├── Pool.php
│ │ │ │ ├── PrepareBodyMiddleware.php
│ │ │ │ ├── RedirectMiddleware.php
│ │ │ │ ├── RequestOptions.php
│ │ │ │ ├── RetryMiddleware.php
│ │ │ │ ├── TransferStats.php
│ │ │ │ ├── UriTemplate.php
│ │ │ │ ├── functions.php
│ │ │ │ └── functions_include.php
│ │ │ ├── promises
│ │ │ │ ├── CHANGELOG.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── Makefile
│ │ │ │ ├── README.md
│ │ │ │ ├── composer.json
│ │ │ │ └── src
│ │ │ │ ├── AggregateException.php
│ │ │ │ ├── CancellationException.php
│ │ │ │ ├── Coroutine.php
│ │ │ │ ├── EachPromise.php
│ │ │ │ ├── FulfilledPromise.php
│ │ │ │ ├── Promise.php
│ │ │ │ ├── PromiseInterface.php
│ │ │ │ ├── PromisorInterface.php
│ │ │ │ ├── RejectedPromise.php
│ │ │ │ ├── RejectionException.php
│ │ │ │ ├── TaskQueue.php
│ │ │ │ ├── TaskQueueInterface.php
│ │ │ │ ├── functions.php
│ │ │ │ └── functions_include.php
│ │ │ └── psr7
│ │ │ ├── CHANGELOG.md
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ ├── composer.json
│ │ │ └── src
│ │ │ ├── AppendStream.php
│ │ │ ├── BufferStream.php
│ │ │ ├── CachingStream.php
│ │ │ ├── DroppingStream.php
│ │ │ ├── FnStream.php
│ │ │ ├── InflateStream.php
│ │ │ ├── LazyOpenStream.php
│ │ │ ├── LimitStream.php
│ │ │ ├── MessageTrait.php
│ │ │ ├── MultipartStream.php
│ │ │ ├── NoSeekStream.php
│ │ │ ├── PumpStream.php
│ │ │ ├── Request.php
│ │ │ ├── Response.php
│ │ │ ├── ServerRequest.php
│ │ │ ├── Stream.php
│ │ │ ├── StreamDecoratorTrait.php
│ │ │ ├── StreamWrapper.php
│ │ │ ├── UploadedFile.php
│ │ │ ├── Uri.php
│ │ │ ├── UriNormalizer.php
│ │ │ ├── UriResolver.php
│ │ │ ├── functions.php
│ │ │ └── functions_include.php
│ │ └── psr
│ │ └── http-message
│ │ ├── CHANGELOG.md
│ │ ├── LICENSE
│ │ ├── README.md
│ │ ├── composer.json
│ │ └── src
│ │ ├── MessageInterface.php
│ │ ├── RequestInterface.php
│ │ ├── ResponseInterface.php
│ │ ├── ServerRequestInterface.php
│ │ ├── StreamInterface.php
│ │ ├── UploadedFileInterface.php
│ │ └── UriInterface.php
│ ├── www.uzyw.cn注释.txt
│ ├── 广告位招租合作说明.url
│ └── 进入有资源网下载源码程序.url
├── favicon.ico
├── index.php
├── install.php
├── prestrain.html
├── readme.html
├── robots.txt
├── runtime
│ ├── 7fd45658046ce2d.png
│ ├── cache
│ │ └── 4e
│ │ └── 819c837d54a6ed09abc77a8560a66f.php
│ ├── index.html
│ ├── readme.html
│ ├── temp
│ │ ├── 2deb5923c3a8c468998e65367ad28b49.php
│ │ ├── 38802a941f9279d570b8baff39fb9830.php
│ │ ├── 631a3b86b9721bd05ca2eff5d19b8717.php
│ │ ├── 80cdd6a54428799bdba6c3a80ae03a46.php
│ │ └── 9756eeed9ca2aaba828b7250001c1966.php
│ ├── www.uzyw.cn注释.txt
│ ├── 广告位招租合作说明.url
│ └── 进入有资源网下载源码程序.url
├── static
│ ├── css
│ │ ├── admin_style.css
│ │ ├── home.css
│ │ └── install.css
│ ├── data
│ │ └── pinyin.dat
│ ├── font
│ │ └── test.ttf
│ ├── images
│ │ ├── blank.png
│ │ ├── face
│ │ │ ├── 1.gif
│ │ │ ├── 10.gif
│ │ │ ├── 11.gif
│ │ │ ├── 12.gif
│ │ │ ├── 13.gif
│ │ │ ├── 14.gif
│ │ │ ├── 15.gif
│ │ │ ├── 16.gif
│ │ │ ├── 2.gif
│ │ │ ├── 3.gif
│ │ │ ├── 4.gif
│ │ │ ├── 5.gif
│ │ │ ├── 6.gif
│ │ │ ├── 7.gif
│ │ │ ├── 8.gif
│ │ │ └── 9.gif
│ │ ├── home
│ │ │ ├── background.png
│ │ │ ├── digg_art.gif
│ │ │ ├── digg_art_bg.gif
│ │ │ ├── digg_vod.gif
│ │ │ ├── duface.png
│ │ │ ├── dw1.png
│ │ │ ├── dw2.png
│ │ │ ├── emotion2.png
│ │ │ ├── face-on.png
│ │ │ ├── face.png
│ │ │ ├── input.gif
│ │ │ ├── loading.gif
│ │ │ ├── qq_login.gif
│ │ │ ├── rpy2.png
│ │ │ ├── signin-icon.gif
│ │ │ ├── smileb.gif
│ │ │ ├── star_vote.gif
│ │ │ ├── starrating.gif
│ │ │ ├── starrating1.gif
│ │ │ ├── textareabg.png
│ │ │ ├── u_name.png
│ │ │ ├── u_pwd.png
│ │ │ ├── u_verify.png
│ │ │ ├── up1.png
│ │ │ └── up2.png
│ │ ├── jscolor
│ │ │ ├── arrow.gif
│ │ │ ├── cross.gif
│ │ │ ├── hs.png
│ │ │ └── hv.png
│ │ ├── loading.gif
│ │ ├── logo.jpg
│ │ ├── nopic.gif
│ │ ├── noscript.gif
│ │ └── touxiang.png
│ ├── js
│ │ ├── admin_common.js
│ │ ├── home.js
│ │ ├── jquery.autocomplete.js
│ │ ├── jquery.clipboard.js
│ │ ├── jquery.cookie.js
│ │ ├── jquery.imageupload.js
│ │ ├── jquery.js
│ │ ├── jquery.jscolor.js
│ │ ├── jquery.lang.js
│ │ ├── jquery.lazyload.js
│ │ ├── jquery.pngFix.js
│ │ ├── player.js
│ │ ├── playerconfig.js
│ │ ├── playerconfig.js.bak
│ │ └── tj.js
│ ├── layui
│ │ ├── css
│ │ │ ├── layui.css
│ │ │ ├── layui.mobile.css
│ │ │ └── modules
│ │ │ ├── code.css
│ │ │ ├── laydate
│ │ │ │ └── default
│ │ │ │ └── laydate.css
│ │ │ └── layer
│ │ │ └── default
│ │ │ ├── icon-ext.png
│ │ │ ├── icon.png
│ │ │ ├── layer.css
│ │ │ ├── loading-0.gif
│ │ │ ├── loading-1.gif
│ │ │ └── loading-2.gif
│ │ ├── font
│ │ │ ├── iconfont.eot
│ │ │ ├── iconfont.svg
│ │ │ ├── iconfont.ttf
│ │ │ └── iconfont.woff
│ │ ├── images
│ │ │ └── face
│ │ │ ├── 0.gif
│ │ │ ├── 1.gif
│ │ │ ├── 10.gif
│ │ │ ├── 11.gif
│ │ │ ├── 12.gif
│ │ │ ├── 13.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
│ │ │ ├── 8.gif
│ │ │ └── 9.gif
│ │ ├── lay
│ │ │ └── modules
│ │ │ ├── carousel.js
│ │ │ ├── code.js
│ │ │ ├── element.js
│ │ │ ├── flow.js
│ │ │ ├── form.js
│ │ │ ├── jquery.js
│ │ │ ├── laydate.js
│ │ │ ├── layedit.js
│ │ │ ├── layer.js
│ │ │ ├── laypage.js
│ │ │ ├── laytpl.js
│ │ │ ├── mobile.js
│ │ │ ├── table.js
│ │ │ ├── tree.js
│ │ │ ├── upload.js
│ │ │ └── util.js
│ │ ├── layui.all.js
│ │ └── layui.js
│ ├── player
│ │ ├── 56_.js
│ │ ├── ckplayer
│ │ │ ├── ckplayer.js
│ │ │ ├── ckplayer.min.js
│ │ │ ├── ckplayer.swf
│ │ │ ├── ckplayer.xml
│ │ │ ├── language.xml
│ │ │ └── style.xml
│ │ ├── ckplayer.html
│ │ ├── ckplayer.js
│ │ ├── dplayer
│ │ │ ├── DPlayer.min.css
│ │ │ ├── DPlayer.min.js
│ │ │ ├── dash.all.min.js
│ │ │ ├── flv.min.js
│ │ │ ├── hls.min.js
│ │ │ └── webtorrent.min.js
│ │ ├── dplayer.html
│ │ ├── dplayer.js
│ │ ├── fantasy.js
│ │ ├── flv.js
│ │ ├── funshion.js
│ │ ├── iframe.js
│ │ ├── index.html
│ │ ├── iva.html
│ │ ├── iva.js
│ │ ├── jjvod.js
│ │ ├── joy.js
│ │ ├── ku6.js
│ │ ├── letv.js
│ │ ├── link.js
│ │ ├── mgtv.js
│ │ ├── parse.js
│ │ ├── play.swf
│ │ ├── pptv.js
│ │ ├── qiyi.js
│ │ ├── qq.js
│ │ ├── sohu.js
│ │ ├── swf.js
│ │ ├── tudou.js
│ │ ├── video.gif
│ │ ├── videojs
│ │ │ ├── video-js.min.css
│ │ │ └── video.min.js
│ │ ├── videojs.html
│ │ ├── videojs.js
│ │ ├── wasu.js
│ │ ├── xfplay.js
│ │ ├── xigua.js
│ │ └── youku.js
│ └── ueditor
│ ├── config.json
│ ├── dialogs
│ │ ├── anchor
│ │ │ └── anchor.html
│ │ ├── attachment
│ │ │ ├── attachment.css
│ │ │ ├── attachment.html
│ │ │ ├── attachment.js
│ │ │ ├── fileTypeImages
│ │ │ │ ├── icon_chm.gif
│ │ │ │ ├── icon_default.png
│ │ │ │ ├── icon_doc.gif
│ │ │ │ ├── icon_exe.gif
│ │ │ │ ├── icon_jpg.gif
│ │ │ │ ├── icon_mp3.gif
│ │ │ │ ├── icon_mv.gif
│ │ │ │ ├── icon_pdf.gif
│ │ │ │ ├── icon_ppt.gif
│ │ │ │ ├── icon_psd.gif
│ │ │ │ ├── icon_rar.gif
│ │ │ │ ├── icon_txt.gif
│ │ │ │ └── icon_xls.gif
│ │ │ └── images
│ │ │ ├── alignicon.gif
│ │ │ ├── alignicon.png
│ │ │ ├── bg.png
│ │ │ ├── file-icons.gif
│ │ │ ├── file-icons.png
│ │ │ ├── icons.gif
│ │ │ ├── icons.png
│ │ │ ├── image.png
│ │ │ ├── progress.png
│ │ │ ├── success.gif
│ │ │ └── success.png
│ │ ├── background
│ │ │ ├── background.css
│ │ │ ├── background.html
│ │ │ ├── background.js
│ │ │ └── images
│ │ │ ├── bg.png
│ │ │ └── success.png
│ │ ├── emotion
│ │ │ ├── emotion.css
│ │ │ ├── emotion.html
│ │ │ ├── emotion.js
│ │ │ └── images
│ │ │ ├── 0.gif
│ │ │ ├── bface.gif
│ │ │ ├── cface.gif
│ │ │ ├── fface.gif
│ │ │ ├── jxface2.gif
│ │ │ ├── neweditor-tab-bg.png
│ │ │ ├── tface.gif
│ │ │ ├── wface.gif
│ │ │ └── yface.gif
│ │ ├── help
│ │ │ ├── help.css
│ │ │ ├── help.html
│ │ │ └── help.js
│ │ ├── image
│ │ │ ├── image.css
│ │ │ ├── image.html
│ │ │ ├── image.js
│ │ │ └── images
│ │ │ ├── alignicon.jpg
│ │ │ ├── bg.png
│ │ │ ├── icons.gif
│ │ │ ├── icons.png
│ │ │ ├── image.png
│ │ │ ├── progress.png
│ │ │ ├── success.gif
│ │ │ └── success.png
│ │ ├── insertframe
│ │ │ └── insertframe.html
│ │ ├── internal.js
│ │ ├── link
│ │ │ └── link.html
│ │ ├── map
│ │ │ ├── map.html
│ │ │ └── show.html
│ │ ├── preview
│ │ │ └── preview.html
│ │ ├── scrawl
│ │ │ ├── images
│ │ │ │ ├── addimg.png
│ │ │ │ ├── brush.png
│ │ │ │ ├── delimg.png
│ │ │ │ ├── delimgH.png
│ │ │ │ ├── empty.png
│ │ │ │ ├── emptyH.png
│ │ │ │ ├── eraser.png
│ │ │ │ ├── redo.png
│ │ │ │ ├── redoH.png
│ │ │ │ ├── scale.png
│ │ │ │ ├── scaleH.png
│ │ │ │ ├── size.png
│ │ │ │ ├── undo.png
│ │ │ │ └── undoH.png
│ │ │ ├── scrawl.css
│ │ │ ├── scrawl.html
│ │ │ └── scrawl.js
│ │ ├── searchreplace
│ │ │ ├── searchreplace.html
│ │ │ └── searchreplace.js
│ │ ├── spechars
│ │ │ ├── spechars.html
│ │ │ └── spechars.js
│ │ ├── table
│ │ │ ├── dragicon.png
│ │ │ ├── edittable.css
│ │ │ ├── edittable.html
│ │ │ ├── edittable.js
│ │ │ ├── edittd.html
│ │ │ └── edittip.html
│ │ ├── template
│ │ │ ├── config.js
│ │ │ ├── images
│ │ │ │ ├── bg.gif
│ │ │ │ ├── pre0.png
│ │ │ │ ├── pre1.png
│ │ │ │ ├── pre2.png
│ │ │ │ ├── pre3.png
│ │ │ │ └── pre4.png
│ │ │ ├── template.css
│ │ │ ├── template.html
│ │ │ └── template.js
│ │ └── video
│ │ ├── images
│ │ │ ├── bg.png
│ │ │ ├── center_focus.jpg
│ │ │ ├── file-icons.gif
│ │ │ ├── file-icons.png
│ │ │ ├── icons.gif
│ │ │ ├── icons.png
│ │ │ ├── image.png
│ │ │ ├── left_focus.jpg
│ │ │ ├── none_focus.jpg
│ │ │ ├── progress.png
│ │ │ ├── right_focus.jpg
│ │ │ ├── success.gif
│ │ │ └── success.png
│ │ ├── video.css
│ │ ├── video.html
│ │ └── video.js
│ ├── lang
│ │ └── zh-cn
│ │ ├── images
│ │ │ ├── copy.png
│ │ │ ├── localimage.png
│ │ │ └── upload.png
│ │ └── zh-cn.js
│ ├── themes
│ │ ├── default
│ │ │ ├── css
│ │ │ │ ├── ueditor.css
│ │ │ │ └── ueditor.min.css
│ │ │ ├── dialogbase.css
│ │ │ └── images
│ │ │ ├── anchor.gif
│ │ │ ├── arrow.png
│ │ │ ├── arrow_down.png
│ │ │ ├── arrow_up.png
│ │ │ ├── button-bg.gif
│ │ │ ├── cancelbutton.gif
│ │ │ ├── charts.png
│ │ │ ├── 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
│ │ │ ├── loaderror.png
│ │ │ ├── loading.gif
│ │ │ ├── lock.gif
│ │ │ ├── neweditor-tab-bg.png
│ │ │ ├── pagebreak.gif
│ │ │ ├── scale.png
│ │ │ ├── sortable.png
│ │ │ ├── spacer.gif
│ │ │ ├── sparator_v.png
│ │ │ ├── table-cell-align.png
│ │ │ ├── tangram-colorpicker.png
│ │ │ ├── toolbar_bg.png
│ │ │ ├── unhighlighted.gif
│ │ │ ├── upload.png
│ │ │ ├── videologo.gif
│ │ │ ├── word.gif
│ │ │ └── wordpaste.png
│ │ └── iframe.css
│ ├── third-party
│ │ ├── codemirror
│ │ │ ├── codemirror.css
│ │ │ └── codemirror.js
│ │ ├── jquery-1.10.2.min.js
│ │ ├── webuploader
│ │ │ ├── Uploader.swf
│ │ │ ├── webuploader.css
│ │ │ ├── webuploader.custom.js
│ │ │ ├── webuploader.custom.min.js
│ │ │ ├── webuploader.flashonly.js
│ │ │ ├── webuploader.flashonly.min.js
│ │ │ ├── webuploader.html5only.js
│ │ │ ├── webuploader.html5only.min.js
│ │ │ ├── webuploader.js
│ │ │ ├── webuploader.min.js
│ │ │ ├── webuploader.withoutimage.js
│ │ │ └── webuploader.withoutimage.min.js
│ │ ├── xss.min.js
│ │ └── zeroclipboard
│ │ ├── ZeroClipboard.js
│ │ ├── ZeroClipboard.min.js
│ │ └── ZeroClipboard.swf
│ ├── ueditor.all.min.js
│ └── ueditor.config.js
├── template
│ ├── default_pc
│ │ ├── ads
│ │ │ └── aaa.js
│ │ ├── banner
│ │ ├── css
│ │ │ ├── actor.css
│ │ │ ├── member.css
│ │ │ ├── style.css
│ │ │ └── user.css
│ │ ├── html
│ │ │ ├── actor
│ │ │ │ ├── detail.html
│ │ │ │ ├── index.html
│ │ │ │ └── show.html
│ │ │ ├── art
│ │ │ │ ├── confirm.html
│ │ │ │ ├── detail.html
│ │ │ │ ├── detail_pwd.html
│ │ │ │ ├── rss.html
│ │ │ │ ├── search.html
│ │ │ │ └── type.html
│ │ │ ├── comment
│ │ │ │ ├── ajax.html
│ │ │ │ └── index.html
│ │ │ ├── gbook
│ │ │ │ ├── index.html
│ │ │ │ └── report.html
│ │ │ ├── index
│ │ │ │ └── index.html
│ │ │ ├── label
│ │ │ │ ├── choice.html
│ │ │ │ └── ym.html
│ │ │ ├── map
│ │ │ │ └── index.html
│ │ │ ├── php
│ │ │ │ └── extra.php
│ │ │ ├── public
│ │ │ │ ├── close.html
│ │ │ │ ├── digg.html
│ │ │ │ ├── foot.html
│ │ │ │ ├── head.html
│ │ │ │ ├── include.html
│ │ │ │ ├── jump.html
│ │ │ │ ├── msg.html
│ │ │ │ ├── paging.html
│ │ │ │ ├── score.html
│ │ │ │ ├── star.html
│ │ │ │ └── star2.html
│ │ │ ├── role
│ │ │ │ ├── detail.html
│ │ │ │ ├── index.html
│ │ │ │ └── show.html
│ │ │ ├── rss
│ │ │ │ ├── baidu.html
│ │ │ │ ├── bing.html
│ │ │ │ ├── google.html
│ │ │ │ ├── index.html
│ │ │ │ ├── sm.html
│ │ │ │ ├── so.html
│ │ │ │ └── sogou.html
│ │ │ ├── topic
│ │ │ │ ├── detail.html
│ │ │ │ └── index.html
│ │ │ ├── user
│ │ │ │ ├── ajax_info.html
│ │ │ │ ├── ajax_login.html
│ │ │ │ ├── bind.html
│ │ │ │ ├── buy.html
│ │ │ │ ├── cards.html
│ │ │ │ ├── cash.html
│ │ │ │ ├── downs.html
│ │ │ │ ├── favs.html
│ │ │ │ ├── findpass.html
│ │ │ │ ├── findpass_msg.html
│ │ │ │ ├── foot.html
│ │ │ │ ├── head.html
│ │ │ │ ├── include.html
│ │ │ │ ├── index.html
│ │ │ │ ├── info.html
│ │ │ │ ├── login.html
│ │ │ │ ├── menu.html
│ │ │ │ ├── orders.html
│ │ │ │ ├── pay.html
│ │ │ │ ├── payment_weixin.html
│ │ │ │ ├── plays.html
│ │ │ │ ├── plog.html
│ │ │ │ ├── popedom.html
│ │ │ │ ├── reg.html
│ │ │ │ ├── reward.html
│ │ │ │ └── upgrade.html
│ │ │ └── vod
│ │ │ ├── confirm.html
│ │ │ ├── copyright.html
│ │ │ ├── detail.html
│ │ │ ├── detail_pwd.html
│ │ │ ├── down.html
│ │ │ ├── downer.html
│ │ │ ├── downer_pwd.html
│ │ │ ├── freeplay.html
│ │ │ ├── play.html
│ │ │ ├── player.html
│ │ │ ├── player_pwd.html
│ │ │ ├── role.html
│ │ │ ├── rss.html
│ │ │ ├── search.html
│ │ │ ├── show.html
│ │ │ └── type.html
│ │ ├── images
│ │ │ ├── 404.jpg
│ │ │ ├── a3.gif
│ │ │ ├── arrow.png
│ │ │ ├── banner_bg.png
│ │ │ ├── banner_bg08.png
│ │ │ ├── bread-crumbs.gif
│ │ │ ├── btn.png
│ │ │ ├── flt.png
│ │ │ ├── gb-boot.png
│ │ │ ├── gb-reply.png
│ │ │ ├── gb.png
│ │ │ ├── gbboot.png
│ │ │ ├── gbreply.png
│ │ │ ├── ico.png
│ │ │ ├── input.gif
│ │ │ ├── inputa.gif
│ │ │ ├── lazyload.gif
│ │ │ ├── logo.jpg
│ │ │ ├── member
│ │ │ │ ├── cha.png
│ │ │ │ ├── cha2.png
│ │ │ │ ├── cuo.png
│ │ │ │ ├── dui.png
│ │ │ │ ├── duigou.png
│ │ │ │ ├── duigou2.png
│ │ │ │ ├── ilogo.gif
│ │ │ │ ├── pers.png
│ │ │ │ └── touxiang.png
│ │ │ ├── news.png
│ │ │ ├── num.png
│ │ │ ├── rating-total.png
│ │ │ ├── rating.png
│ │ │ ├── score-bg.gif
│ │ │ ├── score-scale.gif
│ │ │ ├── search.gif
│ │ │ ├── star-min.gif
│ │ │ ├── tabx.png
│ │ │ ├── ui-icon.gif
│ │ │ └── ui-icony.png
│ │ ├── info.ini
│ │ ├── js
│ │ │ ├── down.js
│ │ │ ├── formValidator-4.0.1.js
│ │ │ ├── gold.js
│ │ │ ├── home.js
│ │ │ ├── jquery-autocomplete.js
│ │ │ ├── jquery-lazyload.js
│ │ │ ├── jquery.base.js
│ │ │ ├── jquery.js
│ │ │ ├── jquery.lazyload.js
│ │ │ ├── jquery.superslide.js
│ │ │ └── qireobj.js
│ │ └── style
│ │ ├── css
│ │ │ ├── app-joinus.css
│ │ │ ├── app-user.css
│ │ │ ├── bootstrap.css
│ │ │ ├── code.css
│ │ │ ├── font-awesome.min.css
│ │ │ ├── home.css
│ │ │ ├── img
│ │ │ │ ├── 2x_hotlogo.png
│ │ │ │ ├── 2x_newlogo.png
│ │ │ │ ├── DOeo494.png
│ │ │ │ ├── flowplayer.eot
│ │ │ │ ├── flowplayer.woff
│ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ ├── fontawesome-webfont.svg
│ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ ├── fontawesome-webfont.woff2
│ │ │ │ ├── gIdv1Al.png
│ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ │ ├── icon-ext.png
│ │ │ │ ├── icon.png
│ │ │ │ ├── icon_advantage_bag.svg
│ │ │ │ ├── icon_advantage_book.svg
│ │ │ │ ├── icon_advantage_lcd.svg
│ │ │ │ ├── icon_advantage_scales.svg
│ │ │ │ ├── icon_advantage_table.svg
│ │ │ │ ├── icon_camera.png
│ │ │ │ ├── icon_chronometer.png
│ │ │ │ ├── icon_donate_30_cn.png
│ │ │ │ ├── icon_donate_svalue_cn.png
│ │ │ │ ├── icon_female.png
│ │ │ │ ├── icon_file.png
│ │ │ │ ├── icon_gray_logo.png
│ │ │ │ ├── icon_leagueTop_dowm.svg
│ │ │ │ ├── icon_procedure_money.svg
│ │ │ │ ├── icon_procedure_ok.svg
│ │ │ │ ├── icon_procedure_pen.svg
│ │ │ │ ├── icon_procedure_table.svg
│ │ │ │ ├── icon_video.png
│ │ │ │ ├── iconfont.eot
│ │ │ │ ├── iconfont.svg
│ │ │ │ ├── iconfont.ttf
│ │ │ │ ├── iconfont.woff
│ │ │ │ ├── indexBkg-min.jpg
│ │ │ │ ├── javLogo.png
│ │ │ │ ├── javLogo_cn.png
│ │ │ │ ├── jav_cn.png
│ │ │ │ ├── loading-0.gif
│ │ │ │ ├── loading-1.gif
│ │ │ │ ├── loading-2.gif
│ │ │ │ ├── login_cn.png
│ │ │ │ ├── member_cn.png
│ │ │ │ ├── nakedGirl-min.jpg
│ │ │ │ ├── redtag_greatvalue_cn.png
│ │ │ │ ├── remind_bg.png
│ │ │ │ ├── sprite_1x-min.png
│ │ │ │ ├── sprite_1x.png
│ │ │ │ ├── sprite_2x-min.png
│ │ │ │ ├── thumb_left.gif
│ │ │ │ ├── thumb_middle.gif
│ │ │ │ ├── thumb_right.gif
│ │ │ │ ├── vip.png
│ │ │ │ ├── vjav_act_cn.png
│ │ │ │ ├── vjav_cn.png
│ │ │ │ └── yxBXZ6x.jpg
│ │ │ ├── joinusNe.css
│ │ │ ├── laydate.css
│ │ │ ├── layer.css
│ │ │ ├── layui.css
│ │ │ ├── login.css
│ │ │ ├── member.css
│ │ │ └── skin.css
│ │ ├── img
│ │ │ └── javLogo.png
│ │ └── js
│ │ ├── bootstrap.min.js
│ │ ├── flowplayer.hlsjs.light.min.js
│ │ ├── flowplayer.min.js
│ │ ├── jquery.min.js
│ │ └── qrcode.min.js
│ └── default_wap
│ ├── css
│ │ ├── style.css
│ │ └── user.css
│ ├── html
│ │ ├── art
│ │ │ ├── confirm.html
│ │ │ ├── detail.html
│ │ │ ├── detail_pwd.html
│ │ │ ├── rss.html
│ │ │ ├── search.html
│ │ │ └── type.html
│ │ ├── comment
│ │ │ ├── ajax.html
│ │ │ └── index.html
│ │ ├── gbook
│ │ │ ├── index.html
│ │ │ └── report.html
│ │ ├── index
│ │ │ └── index.html
│ │ ├── label
│ │ │ └── rank.html
│ │ ├── map
│ │ │ └── index.html
│ │ ├── plot
│ │ │ ├── detail.html
│ │ │ └── index.html
│ │ ├── public
│ │ │ ├── browser.html
│ │ │ ├── close.html
│ │ │ ├── digg.html
│ │ │ ├── foot.html
│ │ │ ├── head.html
│ │ │ ├── include.html
│ │ │ ├── jump.html
│ │ │ ├── msg.html
│ │ │ ├── paging.html
│ │ │ ├── score.html
│ │ │ ├── star.html
│ │ │ └── star2.html
│ │ ├── rss
│ │ │ ├── baidu.html
│ │ │ ├── bing.html
│ │ │ ├── google.html
│ │ │ ├── index.html
│ │ │ ├── sm.html
│ │ │ ├── so.html
│ │ │ └── sogou.html
│ │ ├── topic
│ │ │ ├── detail.html
│ │ │ └── index.html
│ │ ├── user
│ │ │ ├── ajax_info.html
│ │ │ ├── ajax_login.html
│ │ │ ├── bind.html
│ │ │ ├── buy.html
│ │ │ ├── cards.html
│ │ │ ├── cash.html
│ │ │ ├── downs.html
│ │ │ ├── favs.html
│ │ │ ├── findpass.html
│ │ │ ├── findpass_msg.html
│ │ │ ├── foot.html
│ │ │ ├── head.html
│ │ │ ├── include.html
│ │ │ ├── index.html
│ │ │ ├── info.html
│ │ │ ├── login.html
│ │ │ ├── orders.html
│ │ │ ├── pay.html
│ │ │ ├── payment_weixin.html
│ │ │ ├── plays.html
│ │ │ ├── plog.html
│ │ │ ├── popedom.html
│ │ │ ├── reg.html
│ │ │ ├── reward.html
│ │ │ └── upgrade.html
│ │ └── vod
│ │ ├── confirm.html
│ │ ├── copyright.html
│ │ ├── detail.html
│ │ ├── detail_pwd.html
│ │ ├── down.html
│ │ ├── downer.html
│ │ ├── downer_pwd.html
│ │ ├── play.html
│ │ ├── player.html
│ │ ├── player_pwd.html
│ │ ├── plot.html
│ │ ├── rss.html
│ │ ├── search.html
│ │ ├── show.html
│ │ └── type.html
│ ├── images
│ │ ├── 404.jpg
│ │ ├── a3.gif
│ │ ├── arrow.png
│ │ ├── banner_bg.png
│ │ ├── banner_bg08.png
│ │ ├── bread-crumbs.gif
│ │ ├── btn.png
│ │ ├── flt.png
│ │ ├── gb-reply.png
│ │ ├── gb.png
│ │ ├── gbreply.png
│ │ ├── ico.png
│ │ ├── indexIconMap.png
│ │ ├── input.gif
│ │ ├── inputa.gif
│ │ ├── lazyload.gif
│ │ ├── logo.png
│ │ ├── news.png
│ │ ├── num.png
│ │ ├── rating-total.png
│ │ ├── rating.png
│ │ ├── score-bg.gif
│ │ ├── score-scale.gif
│ │ ├── search.gif
│ │ ├── star-min.gif
│ │ ├── tabx.png
│ │ ├── ui-icon.gif
│ │ ├── ui-icony.png
│ │ └── user
│ │ ├── go-back.png
│ │ ├── i-img-cod.png
│ │ ├── i-pwd.png
│ │ ├── i-user.png
│ │ ├── i-user2.png
│ │ ├── mb-collect.png
│ │ ├── mb-credit.png
│ │ ├── mb-myorder.png
│ │ ├── mb-user.png
│ │ ├── member.png
│ │ └── red-bg.jpg
│ ├── info.ini
│ └── js
│ ├── down.js
│ ├── iscroll.js
│ ├── jquery-1.9.1.min.js
│ ├── jquery-autocomplete.js
│ ├── jquery.base.js
│ ├── jquery.glide.js
│ ├── jquery.js
│ ├── list.js
│ └── zepto.js
├── thinkphp
│ ├── CONTRIBUTING.md
│ ├── LICENSE.txt
│ ├── README.md
│ ├── base.php
│ ├── codecov.yml
│ ├── composer.json
│ ├── console.php
│ ├── convention.php
│ ├── helper.php
│ ├── lang
│ │ └── zh-cn.php
│ ├── library
│ │ ├── think
│ │ │ ├── App.php
│ │ │ ├── Build.php
│ │ │ ├── Cache.php
│ │ │ ├── Collection.php
│ │ │ ├── Config.php
│ │ │ ├── Console.php
│ │ │ ├── Controller.php
│ │ │ ├── Cookie.php
│ │ │ ├── Db.php
│ │ │ ├── Debug.php
│ │ │ ├── Env.php
│ │ │ ├── Error.php
│ │ │ ├── Exception.php
│ │ │ ├── File.php
│ │ │ ├── Hook.php
│ │ │ ├── Lang.php
│ │ │ ├── Loader.php
│ │ │ ├── Log.php
│ │ │ ├── Model.php
│ │ │ ├── Paginator.php
│ │ │ ├── Process.php
│ │ │ ├── Request.php
│ │ │ ├── Response.php
│ │ │ ├── Route.php
│ │ │ ├── Session.php
│ │ │ ├── Template.php
│ │ │ ├── Url.php
│ │ │ ├── Validate.php
│ │ │ ├── View.php
│ │ │ ├── cache
│ │ │ │ ├── Driver.php
│ │ │ │ └── driver
│ │ │ │ ├── File.php
│ │ │ │ ├── Lite.php
│ │ │ │ ├── Memcache.php
│ │ │ │ ├── Memcached.php
│ │ │ │ ├── Redis.php
│ │ │ │ ├── Sqlite.php
│ │ │ │ ├── Wincache.php
│ │ │ │ └── Xcache.php
│ │ │ ├── config
│ │ │ │ └── driver
│ │ │ │ ├── Ini.php
│ │ │ │ ├── Json.php
│ │ │ │ └── Xml.php
│ │ │ ├── console
│ │ │ │ ├── Command.php
│ │ │ │ ├── Input.php
│ │ │ │ ├── LICENSE
│ │ │ │ ├── Output.php
│ │ │ │ ├── bin
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── hiddeninput.exe
│ │ │ │ ├── command
│ │ │ │ │ ├── Build.php
│ │ │ │ │ ├── Clear.php
│ │ │ │ │ ├── Help.php
│ │ │ │ │ ├── Lists.php
│ │ │ │ │ ├── Make.php
│ │ │ │ │ ├── make
│ │ │ │ │ │ ├── Controller.php
│ │ │ │ │ │ ├── Model.php
│ │ │ │ │ │ └── stubs
│ │ │ │ │ │ ├── controller.plain.stub
│ │ │ │ │ │ ├── controller.stub
│ │ │ │ │ │ └── model.stub
│ │ │ │ │ └── optimize
│ │ │ │ │ ├── Autoload.php
│ │ │ │ │ ├── Config.php
│ │ │ │ │ ├── Route.php
│ │ │ │ │ └── Schema.php
│ │ │ │ ├── input
│ │ │ │ │ ├── Argument.php
│ │ │ │ │ ├── Definition.php
│ │ │ │ │ └── Option.php
│ │ │ │ └── output
│ │ │ │ ├── Ask.php
│ │ │ │ ├── Descriptor.php
│ │ │ │ ├── Formatter.php
│ │ │ │ ├── Question.php
│ │ │ │ ├── descriptor
│ │ │ │ │ └── Console.php
│ │ │ │ ├── driver
│ │ │ │ │ ├── Buffer.php
│ │ │ │ │ ├── Console.php
│ │ │ │ │ └── Nothing.php
│ │ │ │ ├── formatter
│ │ │ │ │ ├── Stack.php
│ │ │ │ │ └── Style.php
│ │ │ │ └── question
│ │ │ │ ├── Choice.php
│ │ │ │ └── Confirmation.php
│ │ │ ├── controller
│ │ │ │ ├── Rest.php
│ │ │ │ └── Yar.php
│ │ │ ├── db
│ │ │ │ ├── Builder.php
│ │ │ │ ├── Connection.php
│ │ │ │ ├── Expression.php
│ │ │ │ ├── Query.php
│ │ │ │ ├── builder
│ │ │ │ │ ├── Mysql.php
│ │ │ │ │ ├── Pgsql.php
│ │ │ │ │ ├── Sqlite.php
│ │ │ │ │ └── Sqlsrv.php
│ │ │ │ ├── connector
│ │ │ │ │ ├── Mysql.php
│ │ │ │ │ ├── Pgsql.php
│ │ │ │ │ ├── Sqlite.php
│ │ │ │ │ ├── Sqlsrv.php
│ │ │ │ │ └── pgsql.sql
│ │ │ │ └── exception
│ │ │ │ ├── BindParamException.php
│ │ │ │ ├── DataNotFoundException.php
│ │ │ │ └── ModelNotFoundException.php
│ │ │ ├── debug
│ │ │ │ ├── Console.php
│ │ │ │ └── Html.php
│ │ │ ├── exception
│ │ │ │ ├── ClassNotFoundException.php
│ │ │ │ ├── DbException.php
│ │ │ │ ├── ErrorException.php
│ │ │ │ ├── Handle.php
│ │ │ │ ├── HttpException.php
│ │ │ │ ├── HttpResponseException.php
│ │ │ │ ├── PDOException.php
│ │ │ │ ├── RouteNotFoundException.php
│ │ │ │ ├── TemplateNotFoundException.php
│ │ │ │ ├── ThrowableError.php
│ │ │ │ └── ValidateException.php
│ │ │ ├── log
│ │ │ │ └── driver
│ │ │ │ ├── File.php
│ │ │ │ ├── Socket.php
│ │ │ │ └── Test.php
│ │ │ ├── model
│ │ │ │ ├── Collection.php
│ │ │ │ ├── Merge.php
│ │ │ │ ├── Pivot.php
│ │ │ │ ├── Relation.php
│ │ │ │ └── relation
│ │ │ │ ├── BelongsTo.php
│ │ │ │ ├── BelongsToMany.php
│ │ │ │ ├── HasMany.php
│ │ │ │ ├── HasManyThrough.php
│ │ │ │ ├── HasOne.php
│ │ │ │ ├── MorphMany.php
│ │ │ │ ├── MorphOne.php
│ │ │ │ ├── MorphTo.php
│ │ │ │ └── OneToOne.php
│ │ │ ├── paginator
│ │ │ │ └── driver
│ │ │ │ └── Bootstrap.php
│ │ │ ├── process
│ │ │ │ ├── Builder.php
│ │ │ │ ├── Utils.php
│ │ │ │ ├── exception
│ │ │ │ │ ├── Failed.php
│ │ │ │ │ └── Timeout.php
│ │ │ │ └── pipes
│ │ │ │ ├── Pipes.php
│ │ │ │ ├── Unix.php
│ │ │ │ └── Windows.php
│ │ │ ├── response
│ │ │ │ ├── Json.php
│ │ │ │ ├── Jsonp.php
│ │ │ │ ├── Redirect.php
│ │ │ │ ├── View.php
│ │ │ │ └── Xml.php
│ │ │ ├── session
│ │ │ │ └── driver
│ │ │ │ ├── Memcache.php
│ │ │ │ ├── Memcached.php
│ │ │ │ └── Redis.php
│ │ │ ├── template
│ │ │ │ ├── TagLib.php
│ │ │ │ ├── driver
│ │ │ │ │ └── File.php
│ │ │ │ └── taglib
│ │ │ │ └── Cx.php
│ │ │ └── view
│ │ │ └── driver
│ │ │ ├── Php.php
│ │ │ └── Think.php
│ │ └── traits
│ │ ├── controller
│ │ │ └── Jump.php
│ │ ├── model
│ │ │ └── SoftDelete.php
│ │ └── think
│ │ └── Instance.php
│ ├── logo.png
│ ├── phpunit.xml
│ ├── start.php
│ └── tpl
│ ├── default_index.tpl
│ ├── dispatch_jump.tpl
│ ├── page_trace.tpl
│ └── think_exception.tpl
├── upload
│ ├── 7fd45658046ce2d.png
│ ├── actor
│ │ ├── index.htm
│ │ └── 北冥资源网.url
│ ├── actor_editor
│ │ ├── index.htm
│ │ └── 北冥资源网.url
│ ├── art
│ │ ├── index.htm
│ │ └── 北冥资源网.url
│ ├── art_editor
│ │ └── index.htm
│ ├── files
│ │ └── index.htm
│ ├── index.htm
│ ├── readme.html
│ ├── role
│ │ └── index.htm
│ ├── role_editor
│ │ ├── index.htm
│ │ └── 北冥资源网.url
│ ├── site
│ │ └── 20191129-1
│ │ └── 33341f1f84a59221870ab53e9098eca8.png
│ ├── topic
│ │ └── index.htm
│ ├── topic_editor
│ │ └── index.htm
│ ├── user
│ │ └── index.htm
│ ├── vod
│ │ ├── index.htm
│ │ └── 北冥资源网.url
│ ├── vod_editor
│ │ └── index.htm
│ ├── vod_file
│ │ └── index.htm
│ ├── vodthumb
│ │ └── index.htm
│ ├── website
│ │ └── 20191122-1
│ │ └── 6e05093dbe236d787c08c75e703070c4.jpg
│ ├── www.uzyw.cn注释.txt
│ ├── 广告位招租合作说明.url
│ └── 进入有资源网下载源码程序.url
├── vendor
│ ├── 7fd45658046ce2d.png
│ ├── autoload.php
│ ├── composer
│ │ ├── ClassLoader.php
│ │ ├── LICENSE
│ │ ├── autoload_classmap.php
│ │ ├── autoload_files.php
│ │ ├── autoload_namespaces.php
│ │ ├── autoload_psr4.php
│ │ ├── autoload_real.php
│ │ ├── autoload_static.php
│ │ └── installed.json
│ ├── karsonzhang
│ │ └── fastadmin-addons
│ │ ├── LICENSE.txt
│ │ ├── README.md
│ │ ├── composer.json
│ │ └── src
│ │ ├── Addons.php
│ │ ├── addons
│ │ │ ├── AddonException.php
│ │ │ ├── Controller.php
│ │ │ ├── Route.php
│ │ │ └── Service.php
│ │ ├── common.php
│ │ └── config.php
│ ├── readme.html
│ ├── topthink
│ │ ├── think-captcha
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ ├── assets
│ │ │ │ ├── bgs
│ │ │ │ │ ├── 1.jpg
│ │ │ │ │ ├── 2.jpg
│ │ │ │ │ ├── 3.jpg
│ │ │ │ │ ├── 4.jpg
│ │ │ │ │ ├── 5.jpg
│ │ │ │ │ ├── 6.jpg
│ │ │ │ │ ├── 7.jpg
│ │ │ │ │ └── 8.jpg
│ │ │ │ └── ttfs
│ │ │ │ ├── 1.ttf
│ │ │ │ ├── 2.ttf
│ │ │ │ ├── 3.ttf
│ │ │ │ ├── 4.ttf
│ │ │ │ ├── 5.ttf
│ │ │ │ └── 6.ttf
│ │ │ ├── composer.json
│ │ │ └── src
│ │ │ ├── Captcha.php
│ │ │ ├── CaptchaController.php
│ │ │ └── helper.php
│ │ ├── think-helper
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ ├── composer.json
│ │ │ └── src
│ │ │ ├── Arr.php
│ │ │ ├── Hash.php
│ │ │ ├── Str.php
│ │ │ ├── Time.php
│ │ │ ├── hash
│ │ │ │ ├── Bcrypt.php
│ │ │ │ └── Md5.php
│ │ │ └── helper.php
│ │ ├── think-image
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ ├── composer.json
│ │ │ ├── phpunit.xml
│ │ │ ├── src
│ │ │ │ ├── Image.php
│ │ │ │ └── image
│ │ │ │ ├── Exception.php
│ │ │ │ └── gif
│ │ │ │ ├── Decoder.php
│ │ │ │ ├── Encoder.php
│ │ │ │ └── Gif.php
│ │ │ └── tests
│ │ │ ├── CropTest.php
│ │ │ ├── FlipTest.php
│ │ │ ├── InfoTest.php
│ │ │ ├── RotateTest.php
│ │ │ ├── TestCase.php
│ │ │ ├── TextTest.php
│ │ │ ├── ThumbTest.php
│ │ │ ├── WaterTest.php
│ │ │ ├── autoload.php
│ │ │ ├── images
│ │ │ │ ├── test.bmp
│ │ │ │ ├── test.gif
│ │ │ │ ├── test.jpg
│ │ │ │ ├── test.png
│ │ │ │ └── test.ttf
│ │ │ └── tmp
│ │ ├── think-installer
│ │ │ ├── composer.json
│ │ │ └── src
│ │ │ ├── Plugin.php
│ │ │ ├── ThinkExtend.php
│ │ │ ├── ThinkFramework.php
│ │ │ └── ThinkTesting.php
│ │ └── think-queue
│ │ ├── LICENSE
│ │ ├── README.md
│ │ ├── composer.json
│ │ └── src
│ │ ├── Queue.php
│ │ ├── common.php
│ │ ├── config.php
│ │ └── queue
│ │ ├── CallQueuedHandler.php
│ │ ├── Connector.php
│ │ ├── Job.php
│ │ ├── Listener.php
│ │ ├── Queueable.php
│ │ ├── ShouldQueue.php
│ │ ├── Worker.php
│ │ ├── command
│ │ │ ├── Listen.php
│ │ │ ├── Restart.php
│ │ │ ├── Subscribe.php
│ │ │ └── Work.php
│ │ ├── connector
│ │ │ ├── Database.php
│ │ │ ├── Redis.php
│ │ │ ├── Sync.php
│ │ │ └── Topthink.php
│ │ └── job
│ │ ├── Database.php
│ │ ├── Redis.php
│ │ ├── Sync.php
│ │ └── Topthink.php
│ ├── www.uzyw.cn注释.txt
│ ├── 广告位招租合作说明.url
│ └── 进入有资源网下载源码程序.url
└── 说明文档
├── 7fd45658046ce2d.png
├── API接口说明.txt
├── readme.html
├── www.uzyw.cn注释.txt
├── 标签说明.txt
├── 伪静态规则
│ ├── 7fd45658046ce2d.png
│ ├── httpd.ini
│ ├── maccms.conf
│ ├── readme.html
│ ├── rewrite说明.txt
│ ├── web.config
│ ├── www.uzyw.cn注释.txt
│ ├── 默认路由规则.txt
│ ├── 广告位招租合作说明.url
│ └── 进入有资源网下载源码程序.url
├── 火车头模块
│ ├── 7fd45658046ce2d.png
│ ├── readme.html
│ ├── www.uzyw.cn注释.txt
│ ├── 苹果CMS10.x文章.wpm
│ ├── 苹果CMS10.x明星.wpm
│ ├── 苹果CMS10.x网址.wpm
│ ├── 苹果CMS10.x视频.wpm
│ ├── 苹果CMS10.x角色.wpm
│ ├── 广告位招租合作说明.url
│ └── 进入有资源网下载源码程序.url
├── 定时任务说明.txt
├── 站外入库接口说明.txt
├── 广告位招租合作说明.url
└── 进入有资源网下载源码程序.url
331 directories, 1609 files
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论