实例介绍
MaccmsV10是目前最新的版本,也是最后的版本,原因想必大家都知道,因为涉及到版权问题就不在过多介绍,提供程序只为了纪念作者!
【实例截图】
【核心代码】
Maccmsv10程序
└── maccms10_官方程序
├── addons
│ └── adminloginbg
│ ├── Adminloginbg.php
│ ├── config.php
│ ├── controller
│ │ └── Index.php
│ └── info.ini
├── admin.php
├── api.php
├── application
│ ├── 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
│ │ │ ├── Domain.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
│ │ │ ├── Voddowner.php
│ │ │ ├── Vod.php
│ │ │ ├── Vodplayer.php
│ │ │ └── Vodserver.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
│ │ │ ├── timing.html
│ │ │ ├── union.html
│ │ │ └── vod.html
│ │ ├── comment
│ │ │ ├── index.html
│ │ │ └── info.html
│ │ ├── database
│ │ │ ├── export.html
│ │ │ ├── import.html
│ │ │ ├── rep.html
│ │ │ └── sql.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
│ │ │ ├── configapi.html
│ │ │ ├── configcollect.html
│ │ │ ├── configcomment.html
│ │ │ ├── configconnect.html
│ │ │ ├── configemail.html
│ │ │ ├── config.html
│ │ │ ├── configinterface.html
│ │ │ ├── configpay.html
│ │ │ ├── configplay.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
│ ├── 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
│ │ ├── 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
│ │ ├── Topic.php
│ │ ├── Type.php
│ │ ├── Ulog.php
│ │ ├── User.php
│ │ ├── Visit.php
│ │ └── Vod.php
│ ├── common.php
│ ├── config.php
│ ├── data
│ │ └── config
│ │ └── quickmenu.txt
│ ├── 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
│ │ │ ├── Role.php
│ │ │ ├── Rss.php
│ │ │ ├── Search.php
│ │ │ ├── Topic.php
│ │ │ ├── User.php
│ │ │ ├── Verify.php
│ │ │ └── Vod.php
│ │ ├── event
│ │ │ └── LoginEvent.php
│ │ └── view
│ │ ├── index
│ │ │ └── index.html
│ │ └── public
│ │ ├── jump.html
│ │ └── msg.html
│ ├── install
│ │ ├── controller
│ │ │ └── Index.php
│ │ ├── sql
│ │ │ └── install.sql
│ │ └── view
│ │ └── index
│ │ ├── foot.html
│ │ ├── head.html
│ │ ├── index.html
│ │ ├── step2.html
│ │ └── step3.html
│ ├── lang
│ │ └── zh-cn.php
│ ├── route.php
│ └── tags.php
├── convert.php
├── crossdomain.xml
├── extend
│ ├── Aliyun
│ │ └── Sms
│ │ └── SignatureHelper.php
│ ├── login
│ │ ├── sdk
│ │ │ ├── QqSDK.php
│ │ │ └── WeixinSDK.php
│ │ └── ThinkOauth.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_br.php
│ │ │ ├── phpmailer.lang-pt.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_cn.php
│ │ │ └── phpmailer.lang-zh.php
│ │ └── src
│ │ ├── Exception.php
│ │ ├── OAuth.php
│ │ ├── PHPMailer.php
│ │ ├── POP3.php
│ │ └── SMTP.php
│ ├── Qcloud
│ │ └── Sms
│ │ ├── SmsSenderUtil.php
│ │ └── SmsSingleSender.php
│ ├── qiniu
│ │ ├── autoload.php
│ │ └── src
│ │ └── Qiniu
│ │ ├── Auth.php
│ │ ├── Cdn
│ │ │ └── CdnManager.php
│ │ ├── Config.php
│ │ ├── Etag.php
│ │ ├── functions.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
│ └── 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
│ │ ├── autoload_classmap.php
│ │ ├── autoload_files.php
│ │ ├── autoload_namespaces.php
│ │ ├── autoload_psr4.php
│ │ ├── autoload_real.php
│ │ ├── autoload_static.php
│ │ ├── ClassLoader.php
│ │ ├── installed.json
│ │ └── LICENSE
│ ├── guzzlehttp
│ │ ├── guzzle
│ │ │ ├── CHANGELOG.md
│ │ │ ├── composer.json
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ ├── src
│ │ │ │ ├── ClientInterface.php
│ │ │ │ ├── Client.php
│ │ │ │ ├── Cookie
│ │ │ │ │ ├── CookieJarInterface.php
│ │ │ │ │ ├── CookieJar.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
│ │ │ │ ├── functions_include.php
│ │ │ │ ├── functions.php
│ │ │ │ ├── Handler
│ │ │ │ │ ├── CurlFactoryInterface.php
│ │ │ │ │ ├── CurlFactory.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
│ │ │ └── UPGRADING.md
│ │ ├── promises
│ │ │ ├── CHANGELOG.md
│ │ │ ├── composer.json
│ │ │ ├── LICENSE
│ │ │ ├── Makefile
│ │ │ ├── README.md
│ │ │ └── src
│ │ │ ├── AggregateException.php
│ │ │ ├── CancellationException.php
│ │ │ ├── Coroutine.php
│ │ │ ├── EachPromise.php
│ │ │ ├── FulfilledPromise.php
│ │ │ ├── functions_include.php
│ │ │ ├── functions.php
│ │ │ ├── PromiseInterface.php
│ │ │ ├── Promise.php
│ │ │ ├── PromisorInterface.php
│ │ │ ├── RejectedPromise.php
│ │ │ ├── RejectionException.php
│ │ │ ├── TaskQueueInterface.php
│ │ │ └── TaskQueue.php
│ │ └── psr7
│ │ ├── CHANGELOG.md
│ │ ├── composer.json
│ │ ├── LICENSE
│ │ ├── README.md
│ │ └── src
│ │ ├── AppendStream.php
│ │ ├── BufferStream.php
│ │ ├── CachingStream.php
│ │ ├── DroppingStream.php
│ │ ├── FnStream.php
│ │ ├── functions_include.php
│ │ ├── functions.php
│ │ ├── InflateStream.php
│ │ ├── LazyOpenStream.php
│ │ ├── LimitStream.php
│ │ ├── MessageTrait.php
│ │ ├── MultipartStream.php
│ │ ├── NoSeekStream.php
│ │ ├── PumpStream.php
│ │ ├── Request.php
│ │ ├── Response.php
│ │ ├── ServerRequest.php
│ │ ├── StreamDecoratorTrait.php
│ │ ├── Stream.php
│ │ ├── StreamWrapper.php
│ │ ├── UploadedFile.php
│ │ ├── UriNormalizer.php
│ │ ├── Uri.php
│ │ └── UriResolver.php
│ └── psr
│ └── http-message
│ ├── CHANGELOG.md
│ ├── composer.json
│ ├── LICENSE
│ ├── README.md
│ └── src
│ ├── MessageInterface.php
│ ├── RequestInterface.php
│ ├── ResponseInterface.php
│ ├── ServerRequestInterface.php
│ ├── StreamInterface.php
│ ├── UploadedFileInterface.php
│ └── UriInterface.php
├── index.php
├── install.php
├── robots.txt
├── static
│ ├── css
│ │ ├── admin_style.css
│ │ ├── home.css
│ │ └── install.css
│ ├── data
│ │ └── pinyin.dat
│ ├── font
│ │ └── test.ttf
│ ├── images
│ │ ├── blank.png
│ │ ├── face
│ │ │ ├── 10.gif
│ │ │ ├── 11.gif
│ │ │ ├── 12.gif
│ │ │ ├── 13.gif
│ │ │ ├── 14.gif
│ │ │ ├── 15.gif
│ │ │ ├── 16.gif
│ │ │ ├── 1.gif
│ │ │ ├── 2.gif
│ │ │ ├── 3.gif
│ │ │ ├── 4.gif
│ │ │ ├── 5.gif
│ │ │ ├── 6.gif
│ │ │ ├── 7.gif
│ │ │ ├── 8.gif
│ │ │ └── 9.gif
│ │ ├── home
│ │ │ ├── background.png
│ │ │ ├── digg_art_bg.gif
│ │ │ ├── digg_art.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
│ │ │ ├── starrating1.gif
│ │ │ ├── starrating.gif
│ │ │ ├── star_vote.gif
│ │ │ ├── textareabg.png
│ │ │ ├── u_name.png
│ │ │ ├── up1.png
│ │ │ ├── up2.png
│ │ │ ├── u_pwd.png
│ │ │ └── u_verify.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
│ │ ├── playerconfig.js
│ │ ├── playerconfig.js.bak
│ │ ├── player.js
│ │ └── 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
│ │ │ ├── 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
│ │ │ ├── 41.gif
│ │ │ ├── 42.gif
│ │ │ ├── 43.gif
│ │ │ ├── 44.gif
│ │ │ ├── 45.gif
│ │ │ ├── 46.gif
│ │ │ ├── 47.gif
│ │ │ ├── 48.gif
│ │ │ ├── 49.gif
│ │ │ ├── 4.gif
│ │ │ ├── 50.gif
│ │ │ ├── 51.gif
│ │ │ ├── 52.gif
│ │ │ ├── 53.gif
│ │ │ ├── 54.gif
│ │ │ ├── 55.gif
│ │ │ ├── 56.gif
│ │ │ ├── 57.gif
│ │ │ ├── 58.gif
│ │ │ ├── 59.gif
│ │ │ ├── 5.gif
│ │ │ ├── 60.gif
│ │ │ ├── 61.gif
│ │ │ ├── 62.gif
│ │ │ ├── 63.gif
│ │ │ ├── 64.gif
│ │ │ ├── 65.gif
│ │ │ ├── 66.gif
│ │ │ ├── 67.gif
│ │ │ ├── 68.gif
│ │ │ ├── 69.gif
│ │ │ ├── 6.gif
│ │ │ ├── 70.gif
│ │ │ ├── 71.gif
│ │ │ ├── 7.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
│ │ ├── baidu.js
│ │ ├── cool.js
│ │ ├── dplayer
│ │ │ ├── dash.all.min.js
│ │ │ ├── DPlayer.min.css
│ │ │ ├── DPlayer.min.js
│ │ │ ├── flv.min.js
│ │ │ ├── hls.min.js
│ │ │ └── webtorrent.min.js
│ │ ├── dplayer.html
│ │ ├── dplayer.js
│ │ ├── fantasy.js
│ │ ├── ffhd.js
│ │ ├── flv.js
│ │ ├── funshion.js
│ │ ├── fvod.js
│ │ ├── gvod.html
│ │ ├── gvod.js
│ │ ├── iframe.js
│ │ ├── index.html
│ │ ├── iva.html
│ │ ├── iva.js
│ │ ├── jjvod.js
│ │ ├── joy.js
│ │ ├── kankan.js
│ │ ├── kkhd.js
│ │ ├── ku6hd.js
│ │ ├── ku6.js
│ │ ├── letv.js
│ │ ├── link.js
│ │ ├── media.js
│ │ ├── mgtv.js
│ │ ├── niba.html
│ │ ├── niba.js
│ │ ├── parse.js
│ │ ├── play.swf
│ │ ├── pptv.js
│ │ ├── qiyi.js
│ │ ├── qq.js
│ │ ├── qvod.js
│ │ ├── real.js
│ │ ├── sinahd.js
│ │ ├── sohuhd.js
│ │ ├── sohu.js
│ │ ├── swf.js
│ │ ├── tudouhd.js
│ │ ├── tudou.js
│ │ ├── video.gif
│ │ ├── videojs
│ │ │ ├── video-js.min.css
│ │ │ └── video.min.js
│ │ ├── videojs.html
│ │ ├── videojs.js
│ │ ├── wasu.js
│ │ ├── web9.js
│ │ ├── webplay.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
│ │ │ │ ├── delimgH.png
│ │ │ │ ├── delimg.png
│ │ │ │ ├── emptyH.png
│ │ │ │ ├── empty.png
│ │ │ │ ├── eraser.png
│ │ │ │ ├── redoH.png
│ │ │ │ ├── redo.png
│ │ │ │ ├── scaleH.png
│ │ │ │ ├── scale.png
│ │ │ │ ├── size.png
│ │ │ │ ├── undoH.png
│ │ │ │ └── undo.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_down.png
│ │ │ ├── arrow.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
│ │ ├── 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
│ │ │ │ ├── aaa$$$top.html
│ │ │ │ └── rank.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
│ │ │ │ ├── star2.html
│ │ │ │ └── star.html
│ │ │ ├── role
│ │ │ │ ├── detail.html
│ │ │ │ ├── index.html
│ │ │ │ └── show.html
│ │ │ ├── rss
│ │ │ │ ├── baidu.html
│ │ │ │ ├── bing.html
│ │ │ │ ├── google.html
│ │ │ │ ├── index.html
│ │ │ │ ├── sm.html
│ │ │ │ ├── sogou.html
│ │ │ │ └── so.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
│ │ │ ├── downer.html
│ │ │ ├── downer_pwd.html
│ │ │ ├── down.html
│ │ │ ├── player.html
│ │ │ ├── player_pwd.html
│ │ │ ├── play.html
│ │ │ ├── role.html
│ │ │ ├── rss.html
│ │ │ ├── search.html
│ │ │ ├── show.html
│ │ │ └── type.html
│ │ ├── images
│ │ │ ├── 404.jpg
│ │ │ ├── a3.gif
│ │ │ ├── arrow.png
│ │ │ ├── banner_bg08.png
│ │ │ ├── banner_bg.png
│ │ │ ├── bread-crumbs.gif
│ │ │ ├── btn.png
│ │ │ ├── flt.png
│ │ │ ├── gb-boot.png
│ │ │ ├── gbboot.png
│ │ │ ├── gb.png
│ │ │ ├── gb-reply.png
│ │ │ ├── gbreply.png
│ │ │ ├── ico.png
│ │ │ ├── inputa.gif
│ │ │ ├── input.gif
│ │ │ ├── lazyload.gif
│ │ │ ├── logo.jpg
│ │ │ ├── member
│ │ │ │ ├── cha2.png
│ │ │ │ ├── cha.png
│ │ │ │ ├── cuo.png
│ │ │ │ ├── duigou2.png
│ │ │ │ ├── duigou.png
│ │ │ │ ├── dui.png
│ │ │ │ ├── ilogo.gif
│ │ │ │ ├── pers.png
│ │ │ │ └── touxiang.png
│ │ │ ├── news.png
│ │ │ ├── num.png
│ │ │ ├── rating.png
│ │ │ ├── rating-total.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.base.js
│ │ ├── jquery.js
│ │ ├── jquery-lazyload.js
│ │ ├── jquery.lazyload.js
│ │ ├── jquery.superslide.js
│ │ └── qireobj.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
│ │ ├── public
│ │ │ ├── close.html
│ │ │ ├── digg.html
│ │ │ ├── foot.html
│ │ │ ├── head.html
│ │ │ ├── include.html
│ │ │ ├── jump.html
│ │ │ ├── msg.html
│ │ │ ├── paging.html
│ │ │ ├── score.html
│ │ │ ├── star2.html
│ │ │ └── star.html
│ │ ├── rss
│ │ │ ├── baidu.html
│ │ │ ├── bing.html
│ │ │ ├── google.html
│ │ │ ├── index.html
│ │ │ ├── sm.html
│ │ │ ├── sogou.html
│ │ │ └── so.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
│ │ ├── downer.html
│ │ ├── downer_pwd.html
│ │ ├── down.html
│ │ ├── player.html
│ │ ├── player_pwd.html
│ │ ├── play.html
│ │ ├── rss.html
│ │ ├── search.html
│ │ ├── show.html
│ │ └── type.html
│ ├── images
│ │ ├── 404.jpg
│ │ ├── a3.gif
│ │ ├── arrow.png
│ │ ├── banner_bg08.png
│ │ ├── banner_bg.png
│ │ ├── bread-crumbs.gif
│ │ ├── btn.png
│ │ ├── flt.png
│ │ ├── gb.png
│ │ ├── gb-reply.png
│ │ ├── gbreply.png
│ │ ├── ico.png
│ │ ├── indexIconMap.png
│ │ ├── inputa.gif
│ │ ├── input.gif
│ │ ├── lazyload.gif
│ │ ├── logo.png
│ │ ├── news.png
│ │ ├── num.png
│ │ ├── rating.png
│ │ ├── rating-total.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-user2.png
│ │ ├── i-user.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
│ ├── base.php
│ ├── codecov.yml
│ ├── composer.json
│ ├── console.php
│ ├── CONTRIBUTING.md
│ ├── convention.php
│ ├── helper.php
│ ├── lang
│ │ └── zh-cn.php
│ ├── library
│ │ ├── think
│ │ │ ├── App.php
│ │ │ ├── Build.php
│ │ │ ├── cache
│ │ │ │ ├── driver
│ │ │ │ │ ├── File.php
│ │ │ │ │ ├── Lite.php
│ │ │ │ │ ├── Memcached.php
│ │ │ │ │ ├── Memcache.php
│ │ │ │ │ ├── Redis.php
│ │ │ │ │ ├── Sqlite.php
│ │ │ │ │ ├── Wincache.php
│ │ │ │ │ └── Xcache.php
│ │ │ │ └── Driver.php
│ │ │ ├── Cache.php
│ │ │ ├── Collection.php
│ │ │ ├── config
│ │ │ │ └── driver
│ │ │ │ ├── Ini.php
│ │ │ │ ├── Json.php
│ │ │ │ └── Xml.php
│ │ │ ├── Config.php
│ │ │ ├── console
│ │ │ │ ├── bin
│ │ │ │ │ ├── hiddeninput.exe
│ │ │ │ │ └── README.md
│ │ │ │ ├── command
│ │ │ │ │ ├── Build.php
│ │ │ │ │ ├── Clear.php
│ │ │ │ │ ├── Help.php
│ │ │ │ │ ├── Lists.php
│ │ │ │ │ ├── make
│ │ │ │ │ │ ├── Controller.php
│ │ │ │ │ │ ├── Model.php
│ │ │ │ │ │ └── stubs
│ │ │ │ │ │ ├── controller.plain.stub
│ │ │ │ │ │ ├── controller.stub
│ │ │ │ │ │ └── model.stub
│ │ │ │ │ ├── Make.php
│ │ │ │ │ └── optimize
│ │ │ │ │ ├── Autoload.php
│ │ │ │ │ ├── Config.php
│ │ │ │ │ ├── Route.php
│ │ │ │ │ └── Schema.php
│ │ │ │ ├── Command.php
│ │ │ │ ├── input
│ │ │ │ │ ├── Argument.php
│ │ │ │ │ ├── Definition.php
│ │ │ │ │ └── Option.php
│ │ │ │ ├── Input.php
│ │ │ │ ├── LICENSE
│ │ │ │ ├── output
│ │ │ │ │ ├── Ask.php
│ │ │ │ │ ├── descriptor
│ │ │ │ │ │ └── Console.php
│ │ │ │ │ ├── Descriptor.php
│ │ │ │ │ ├── driver
│ │ │ │ │ │ ├── Buffer.php
│ │ │ │ │ │ ├── Console.php
│ │ │ │ │ │ └── Nothing.php
│ │ │ │ │ ├── formatter
│ │ │ │ │ │ ├── Stack.php
│ │ │ │ │ │ └── Style.php
│ │ │ │ │ ├── Formatter.php
│ │ │ │ │ ├── question
│ │ │ │ │ │ ├── Choice.php
│ │ │ │ │ │ └── Confirmation.php
│ │ │ │ │ └── Question.php
│ │ │ │ └── Output.php
│ │ │ ├── Console.php
│ │ │ ├── controller
│ │ │ │ ├── Rest.php
│ │ │ │ └── Yar.php
│ │ │ ├── Controller.php
│ │ │ ├── Cookie.php
│ │ │ ├── db
│ │ │ │ ├── builder
│ │ │ │ │ ├── Mysql.php
│ │ │ │ │ ├── Pgsql.php
│ │ │ │ │ ├── Sqlite.php
│ │ │ │ │ └── Sqlsrv.php
│ │ │ │ ├── Builder.php
│ │ │ │ ├── Connection.php
│ │ │ │ ├── connector
│ │ │ │ │ ├── Mysql.php
│ │ │ │ │ ├── Pgsql.php
│ │ │ │ │ ├── pgsql.sql
│ │ │ │ │ ├── Sqlite.php
│ │ │ │ │ └── Sqlsrv.php
│ │ │ │ ├── exception
│ │ │ │ │ ├── BindParamException.php
│ │ │ │ │ ├── DataNotFoundException.php
│ │ │ │ │ └── ModelNotFoundException.php
│ │ │ │ ├── Expression.php
│ │ │ │ └── Query.php
│ │ │ ├── Db.php
│ │ │ ├── debug
│ │ │ │ ├── Console.php
│ │ │ │ └── Html.php
│ │ │ ├── Debug.php
│ │ │ ├── Env.php
│ │ │ ├── Error.php
│ │ │ ├── exception
│ │ │ │ ├── ClassNotFoundException.php
│ │ │ │ ├── DbException.php
│ │ │ │ ├── ErrorException.php
│ │ │ │ ├── Handle.php
│ │ │ │ ├── HttpException.php
│ │ │ │ ├── HttpResponseException.php
│ │ │ │ ├── PDOException.php
│ │ │ │ ├── RouteNotFoundException.php
│ │ │ │ ├── TemplateNotFoundException.php
│ │ │ │ ├── ThrowableError.php
│ │ │ │ └── ValidateException.php
│ │ │ ├── Exception.php
│ │ │ ├── File.php
│ │ │ ├── Hook.php
│ │ │ ├── Lang.php
│ │ │ ├── Loader.php
│ │ │ ├── log
│ │ │ │ └── driver
│ │ │ │ ├── File.php
│ │ │ │ ├── Socket.php
│ │ │ │ └── Test.php
│ │ │ ├── Log.php
│ │ │ ├── model
│ │ │ │ ├── Collection.php
│ │ │ │ ├── Merge.php
│ │ │ │ ├── Pivot.php
│ │ │ │ ├── relation
│ │ │ │ │ ├── BelongsToMany.php
│ │ │ │ │ ├── BelongsTo.php
│ │ │ │ │ ├── HasMany.php
│ │ │ │ │ ├── HasManyThrough.php
│ │ │ │ │ ├── HasOne.php
│ │ │ │ │ ├── MorphMany.php
│ │ │ │ │ ├── MorphOne.php
│ │ │ │ │ ├── MorphTo.php
│ │ │ │ │ └── OneToOne.php
│ │ │ │ └── Relation.php
│ │ │ ├── Model.php
│ │ │ ├── paginator
│ │ │ │ └── driver
│ │ │ │ └── Bootstrap.php
│ │ │ ├── Paginator.php
│ │ │ ├── process
│ │ │ │ ├── Builder.php
│ │ │ │ ├── exception
│ │ │ │ │ ├── Failed.php
│ │ │ │ │ └── Timeout.php
│ │ │ │ ├── pipes
│ │ │ │ │ ├── Pipes.php
│ │ │ │ │ ├── Unix.php
│ │ │ │ │ └── Windows.php
│ │ │ │ └── Utils.php
│ │ │ ├── Process.php
│ │ │ ├── Request.php
│ │ │ ├── response
│ │ │ │ ├── Json.php
│ │ │ │ ├── Jsonp.php
│ │ │ │ ├── Redirect.php
│ │ │ │ ├── View.php
│ │ │ │ └── Xml.php
│ │ │ ├── Response.php
│ │ │ ├── Route.php
│ │ │ ├── session
│ │ │ │ └── driver
│ │ │ │ ├── Memcached.php
│ │ │ │ ├── Memcache.php
│ │ │ │ └── Redis.php
│ │ │ ├── Session.php
│ │ │ ├── template
│ │ │ │ ├── driver
│ │ │ │ │ └── File.php
│ │ │ │ ├── taglib
│ │ │ │ │ └── Cx.php
│ │ │ │ └── TagLib.php
│ │ │ ├── Template.php
│ │ │ ├── Url.php
│ │ │ ├── Validate.php
│ │ │ ├── view
│ │ │ │ └── driver
│ │ │ │ ├── Php.php
│ │ │ │ └── Think.php
│ │ │ └── View.php
│ │ └── traits
│ │ ├── controller
│ │ │ └── Jump.php
│ │ ├── model
│ │ │ └── SoftDelete.php
│ │ └── think
│ │ └── Instance.php
│ ├── LICENSE.txt
│ ├── logo.png
│ ├── phpunit.xml
│ ├── README.md
│ ├── start.php
│ └── tpl
│ ├── default_index.tpl
│ ├── dispatch_jump.tpl
│ ├── page_trace.tpl
│ └── think_exception.tpl
├── upload
│ ├── actor
│ │ └── index.htm
│ ├── actor_editor
│ │ └── index.htm
│ ├── art
│ │ └── index.htm
│ ├── art_editor
│ │ └── index.htm
│ ├── files
│ │ └── index.htm
│ ├── index.htm
│ ├── role
│ │ └── index.htm
│ ├── role_editor
│ │ └── index.htm
│ ├── topic
│ │ └── index.htm
│ ├── topic_editor
│ │ └── index.htm
│ ├── user
│ │ └── index.htm
│ ├── vod
│ │ └── index.htm
│ ├── vod_editor
│ │ └── index.htm
│ └── vodthumb
│ └── index.htm
├── vendor
│ ├── autoload.php
│ ├── composer
│ │ ├── autoload_classmap.php
│ │ ├── autoload_files.php
│ │ ├── autoload_namespaces.php
│ │ ├── autoload_psr4.php
│ │ ├── autoload_real.php
│ │ ├── autoload_static.php
│ │ ├── ClassLoader.php
│ │ ├── installed.json
│ │ └── LICENSE
│ ├── karsonzhang
│ │ └── fastadmin-addons
│ │ ├── composer.json
│ │ ├── LICENSE.txt
│ │ ├── README.md
│ │ └── src
│ │ ├── addons
│ │ │ ├── AddonException.php
│ │ │ ├── Controller.php
│ │ │ ├── Route.php
│ │ │ └── Service.php
│ │ ├── Addons.php
│ │ ├── common.php
│ │ └── config.php
│ └── topthink
│ ├── think-captcha
│ │ ├── 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
│ │ ├── LICENSE
│ │ ├── README.md
│ │ └── src
│ │ ├── CaptchaController.php
│ │ ├── Captcha.php
│ │ └── helper.php
│ ├── think-helper
│ │ ├── composer.json
│ │ ├── LICENSE
│ │ ├── README.md
│ │ └── src
│ │ ├── Arr.php
│ │ ├── hash
│ │ │ ├── Bcrypt.php
│ │ │ └── Md5.php
│ │ ├── Hash.php
│ │ ├── helper.php
│ │ ├── Str.php
│ │ └── Time.php
│ ├── think-image
│ │ ├── composer.json
│ │ ├── LICENSE
│ │ ├── phpunit.xml
│ │ ├── README.md
│ │ ├── src
│ │ │ ├── image
│ │ │ │ ├── Exception.php
│ │ │ │ └── gif
│ │ │ │ ├── Decoder.php
│ │ │ │ ├── Encoder.php
│ │ │ │ └── Gif.php
│ │ │ └── Image.php
│ │ └── tests
│ │ ├── autoload.php
│ │ ├── CropTest.php
│ │ ├── FlipTest.php
│ │ ├── images
│ │ │ ├── test.bmp
│ │ │ ├── test.gif
│ │ │ ├── test.jpg
│ │ │ ├── test.png
│ │ │ └── test.ttf
│ │ ├── InfoTest.php
│ │ ├── RotateTest.php
│ │ ├── TestCase.php
│ │ ├── TextTest.php
│ │ ├── ThumbTest.php
│ │ ├── tmp
│ │ └── WaterTest.php
│ ├── think-installer
│ │ ├── composer.json
│ │ └── src
│ │ ├── Plugin.php
│ │ ├── ThinkExtend.php
│ │ ├── ThinkFramework.php
│ │ └── ThinkTesting.php
│ └── think-queue
│ ├── composer.json
│ ├── LICENSE
│ ├── README.md
│ └── src
│ ├── common.php
│ ├── config.php
│ ├── queue
│ │ ├── CallQueuedHandler.php
│ │ ├── command
│ │ │ ├── Listen.php
│ │ │ ├── Restart.php
│ │ │ ├── Subscribe.php
│ │ │ └── Work.php
│ │ ├── connector
│ │ │ ├── Database.php
│ │ │ ├── Redis.php
│ │ │ ├── Sync.php
│ │ │ └── Topthink.php
│ │ ├── Connector.php
│ │ ├── job
│ │ │ ├── Database.php
│ │ │ ├── Redis.php
│ │ │ ├── Sync.php
│ │ │ └── Topthink.php
│ │ ├── Job.php
│ │ ├── Listener.php
│ │ ├── Queueable.php
│ │ ├── ShouldQueue.php
│ │ └── Worker.php
│ └── Queue.php
└── 说明文档
├── API接口说明.txt
├── 伪静态规则
│ ├── httpd.ini
│ ├── maccms.conf
│ ├── rewrite说明.txt
│ ├── web.config
│ └── 默认路由规则.txt
├── 定时任务说明.txt
├── 标签说明.txt
├── 火车头模块
│ ├── 苹果CMS10.x文章.wpm
│ ├── 苹果CMS10.x明星.wpm
│ ├── 苹果CMS10.x视频.wpm
│ └── 苹果CMS10.x角色.wpm
└── 站外入库接口说明.txt
305 directories, 1445 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论