在好例子网,分享、交流、成长!
您当前所在位置:首页PHP 开发实例PHP语言基础 → thinkphp个人网站

thinkphp个人网站

PHP语言基础

下载此实例
  • 开发语言:PHP
  • 实例大小:91.70M
  • 下载次数:107
  • 浏览次数:633
  • 发布时间:2020-04-27
  • 实例类别:PHP语言基础
  • 发 布 人:jet_xie
  • 文件格式:.zip
  • 所需积分:2

实例介绍

【实例简介】php个人网站,图片管理,视频管理

## 简介

个人空间系统以Thinkphp框架为基础,页面配合bootstrap为框架搭建。主要分为前后端功能,后台有网站基本信息查看、日记管理、图片管理、视频管理、留言管理、用户管理、系统设置,前台有图片查看、日记查看、视频查看、留言发表

## 后台管理

后台管理员包括以下功能

*  首页网站基本信息查看
*  日记的分类管理、日记的管理、日记的基本情况管理
*  图片的分类管理、图片的管理
*  视频的分类管理、视频的管理
*  留言的管理
*  前后端用户的管理
*  网站基本设置


## 前台功能

前台包括以下功能

*  首页信息浏览
*  日记浏览
*  图片的浏览
*  视频的观看
*  留言的发表与查看

## 该网站包含以下技术

*  短信接口的开发
*  图片无刷新的上传
*  视频的上传与控件的观看
*  实现90%的可后台自主修改
*  互相回复留言
*  留言的提醒功能

【实例截图】


【核心代码】


│  aa.txt
│  composer.json
│  index.php
│  README.md
│  留言获取.txt
│  
├─Application
│  │  index.html
│  │  README.md
│  │  
│  ├─Admin
│  │  │  index.html
│  │  │  
│  │  ├─Common
│  │  │      index.html
│  │  │      
│  │  ├─Conf
│  │  │      config.php
│  │  │      index.html
│  │  │      
│  │  ├─Controller
│  │  │      ArticleController.class.php
│  │  │      AudioController.class.php
│  │  │      ErrorController.class.php
│  │  │      ImageController.class.php
│  │  │      index.html
│  │  │      IndexController.class.php
│  │  │      LoginController.class.php
│  │  │      MessageController.class.php
│  │  │      SettingController.class.php
│  │  │      UserController.class.php
│  │  │      
│  │  ├─Model
│  │  │      index.html
│  │  │      
│  │  └─View
│  │      │  .htaccess
│  │      │  index.html
│  │      │  
│  │      ├─Article
│  │      │      addarticle.html
│  │      │      articledetails.html
│  │      │      articlelist.html
│  │      │      articletype.html
│  │      │      editarticle.html
│  │      │      
│  │      ├─Audio
│  │      │      audiolist.html
│  │      │      audios.html
│  │      │      typelist.html
│  │      │      update.html
│  │      │      
│  │      ├─Error
│  │      │      error.html
│  │      │      index.html
│  │      │      success.html
│  │      │      Thumbs.db
│  │      │      
│  │      ├─Image
│  │      │      imglist.html
│  │      │      imgs.html
│  │      │      typelist.html
│  │      │      update.html
│  │      │      
│  │      ├─Index
│  │      │      index.html
│  │      │      
│  │      ├─Login
│  │      │      login.html
│  │      │      modefiy.html
│  │      │      zhmm.html
│  │      │      
│  │      ├─Message
│  │      │      lst.html
│  │      │      remess.html
│  │      │      
│  │      ├─Setting
│  │      │      indexlst.html
│  │      │      lst.html
│  │      │      lunbo.html
│  │      │      sms.html
│  │      │      
│  │      └─User
│  │              adminlists.html
│  │              group.html
│  │              lists.html
│  │              update.html
│  │              updateadmin.html
│  │              user.html
│  │              
│  ├─Common
│  │  │  index.html
│  │  │  
│  │  ├─Common
│  │  │      function.php
│  │  │      index.html
│  │  │      
│  │  └─Conf
│  │          config.php
│  │          index.html
│  │          
│  ├─Home
│  │  │  index.html
│  │  │  
│  │  ├─Common
│  │  │      index.html
│  │  │      
│  │  ├─Conf
│  │  │      config.php
│  │  │      index.html
│  │  │      
│  │  ├─Controller
│  │  │      ArticleController.class.php
│  │  │      BaseUserController.class.php
│  │  │      ImageController.class.php
│  │  │      index.html
│  │  │      IndexController.class.php
│  │  │      LoginController.class.php
│  │  │      MessageController.class.php
│  │  │      UserController.class.php
│  │  │      VideoController.class.php
│  │  │      
│  │  ├─Model
│  │  │      index.html
│  │  │      
│  │  └─View
│  │      │  .htaccess
│  │      │  
│  │      ├─Article
│  │      │      articlelist.html
│  │      │      lst.html
│  │      │      
│  │      ├─Image
│  │      │      lst.html
│  │      │      
│  │      ├─Index
│  │      │      index.html
│  │      │      
│  │      ├─Login
│  │      │      login.html
│  │      │      modefiy.html
│  │      │      reg.html
│  │      │      zhmm.html
│  │      │      
│  │      ├─Message
│  │      │      lst.html
│  │      │      messagelist.html
│  │      │      
│  │      ├─Public
│  │      │      footer.html
│  │      │      header.html
│  │      │      
│  │      ├─User
│  │      │      lst.html
│  │      │      
│  │      └─Video
│  │              lst.html
│  │              
│  └─Runtime
│      │  index.html
│      │  
│      ├─Cache
│      │  │  index.html
│      │  │  
│      │  ├─Admin
│      │  │      0451cd37bf52f879ed21fd2c18d8c93a.php
│      │  │      07a7390f5188fd09cd264af8c6efc1dc.php
│      │  │      0dfec61edd66f450033aa87c28a760f4.php
│      │  │      1776d8a4c0bf339da147362bb5a3c3d0.php
│      │  │      19f92d8943f2057763a9d9697fe15bef.php
│      │  │      1a3c4000272f8802beaede54c45ac14c.php
│      │  │      23225d695b149c329c5c986748a82e9b.php
│      │  │      258cf798d1663cf02abc94f2b065e0e9.php
│      │  │      2734e551539a2d525db3fee4f6e7182a.php
│      │  │      2a29f2db7e5d066ba9b42bfd58f48adc.php
│      │  │      3a4f80532d4cbacb1eb655d441ee313a.php
│      │  │      40f802b5e3cf0678cd3523d3387c5a40.php
│      │  │      43ffbc721c10dfaf71430da22870fc2a.php
│      │  │      454079cc699ebe4cec178bbe54942e8e.php
│      │  │      4b4955f4f309973d959b1da79707895b.php
│      │  │      4f59e8de3832791a8263a1fb0c2ebfa5.php
│      │  │      50157cc939c599adad4dbf06679cc642.php
│      │  │      529739ba4d3178b00417d3b05ffc2956.php
│      │  │      5c1a208811d16f73bc061d3395c3af6e.php
│      │  │      727c92b0cff0ec00dfbd4761ccbb6e0d.php
│      │  │      77ed0141cc54f2ec4ae418f1a697f8be.php
│      │  │      798816f7399e0954cdc31937a4db0831.php
│      │  │      7bde5a72ba24d5395f4ca55b783c8968.php
│      │  │      8523258658d0623bfb27d6d652cca86e.php
│      │  │      8c53f64de05e399b286b8aeedb546c70.php
│      │  │      aa944927511be7c5a8b8efeec2ff7ffc.php
│      │  │      b595b808c2ebeeeb0478ffc30bb4e87a.php
│      │  │      bea536293d5835c1e4168b63cf989bdd.php
│      │  │      c0d4e1cbe9148350118cbae6f5bf984d.php
│      │  │      c13a337b8428b10c7652eccbb5831c97.php
│      │  │      c385376eb7aa0df8bb0554b4356569b2.php
│      │  │      cfc74c641ef708149aced0abd121537d.php
│      │  │      d42ec72761f16ad05af8918c8200715e.php
│      │  │      d975219b368de83798d12245b6d6d52f.php
│      │  │      db43cece4b4ce98eda05cfc55ee492e5.php
│      │  │      e089dd5c35d1b406f2c5610c85bf51c7.php
│      │  │      f006a8bda1912ac45496af819c2f9c9d.php
│      │  │      
│      │  └─Home
│      │          0d7a6fb87307fef3fb6ac0b1b9417bd7.php
│      │          10785ee6ef883c50e2a57f44819a883d.php
│      │          12b729f7b41bc031726453911a7cdd85.php
│      │          20914c0f075f91df3579ffbdf5180b02.php
│      │          26d583bc9fbfc06db8b2a75c6790d68d.php
│      │          2a94b8bda04ff446dcedd42276fc99ee.php
│      │          50c9f5d2ef37c2cf131d5cf1381d3a4b.php
│      │          5f5878b563bbd0551b6c84d71156b7e9.php
│      │          6e217b85daba369d1d808fe7c741d5e0.php
│      │          91d735c37e0b5dd55070516992b5e9cc.php
│      │          aab128d3d98fccea547161db428feba6.php
│      │          bbea1fa6cb8293ba819a2c82c373a54b.php
│      │          d06792aeeefdbf0eeb6a25281be03b20.php
│      │          ef8d1a363b12307299d002858414a45c.php
│      │          index.html
│      │          
│      ├─Data
│      │      index.html
│      │      
│      ├─Logs
│      │      index.html
│      │      
│      └─Temp
│              index.html
│              
├─Public
│  │  README.md
│  │  
│  ├─admin
│  │  ├─assets
│  │  │  ├─bootstrap-colorpicker
│  │  │  │  ├─css
│  │  │  │  │      colorpicker.css
│  │  │  │  │      
│  │  │  │  ├─img
│  │  │  │  │      alpha.png
│  │  │  │  │      hue.png
│  │  │  │  │      saturation.png
│  │  │  │  │      
│  │  │  │  └─js
│  │  │  │          bootstrap-colorpicker.js
│  │  │  │          
│  │  │  ├─bootstrap-datepicker
│  │  │  │  ├─css
│  │  │  │  │      datepicker.css
│  │  │  │  │      
│  │  │  │  └─js
│  │  │  │          bootstrap-datepicker.js
│  │  │  │          
│  │  │  ├─bootstrap-daterangepicker
│  │  │  │      date.js
│  │  │  │      daterangepicker.css
│  │  │  │      daterangepicker.js
│  │  │  │      
│  │  │  ├─chart-master
│  │  │  │      Chart.js
│  │  │  │      
│  │  │  ├─ckeditor
│  │  │  │      ckeditor.js
│  │  │  │      
│  │  │  ├─data-tables
│  │  │  │      DT_bootstrap.js
│  │  │  │      jquery.dataTables.js
│  │  │  │      
│  │  │  ├─font-awesome
│  │  │  │  ├─css
│  │  │  │  │      font-awesome.css
│  │  │  │  │      
│  │  │  │  └─font
│  │  │  │          fontawesome-webfont.svg
│  │  │  │          fontawesome-webfontd41d.eot
│  │  │  │          fontawesome-webfontf77b.eot
│  │  │  │          fontawesome-webfontf77b.ttf
│  │  │  │          fontawesome-webfontf77b.woff
│  │  │  │          
│  │  │  ├─fullcalendar
│  │  │  │  └─fullcalendar
│  │  │  │          bootstrap-fullcalendar.css
│  │  │  │          fullcalendar.min.js
│  │  │  │          
│  │  │  ├─gritter
│  │  │  │  ├─css
│  │  │  │  │      jquery.gritter.css
│  │  │  │  │      
│  │  │  │  ├─images
│  │  │  │  │      gritter-light.png
│  │  │  │  │      gritter.png
│  │  │  │  │      ie-spacer.gif
│  │  │  │  │      
│  │  │  │  └─js
│  │  │  │          jquery.gritter.js
│  │  │  │          
│  │  │  ├─jquery-easy-pie-chart
│  │  │  │      jquery.easy-pie-chart.css
│  │  │  │      jquery.easy-pie-chart.js
│  │  │  │      
│  │  │  ├─jquery-file-upload
│  │  │  │  ├─css
│  │  │  │  │      jquery.fileupload-ui.css
│  │  │  │  │      
│  │  │  │  ├─img
│  │  │  │  │      loading.gif
│  │  │  │  │      progressbar.gif
│  │  │  │  │      
│  │  │  │  └─js
│  │  │  │      │  jquery.fileupload-fp.js
│  │  │  │      │  jquery.fileupload-ui.js
│  │  │  │      │  jquery.fileupload.js
│  │  │  │      │  jquery.iframe-transport.js
│  │  │  │      │  
│  │  │  │      └─vendor
│  │  │  │              canvas-to-blob.min.js
│  │  │  │              jquery.ui.widget.js
│  │  │  │              load-image.min.js
│  │  │  │              tmpl.min.js
│  │  │  │              
│  │  │  ├─jquery-knob
│  │  │  │  └─js
│  │  │  │          jquery.knob.js
│  │  │  │          
│  │  │  ├─jquery-ui
│  │  │  │  │  jquery-ui-1.10.1.custom.min.css
│  │  │  │  │  jquery-ui-1.10.1.custom.min.js
│  │  │  │  │  
│  │  │  │  └─images
│  │  │  │          animated-overlay.gif
│  │  │  │          ui-bg_diagonals-thick_18_b81900_40x40.png
│  │  │  │          ui-bg_diagonals-thick_20_666666_40x40.png
│  │  │  │          ui-bg_flat_10_000000_40x100.png
│  │  │  │          ui-bg_glass_100_f6f6f6_1x400.png
│  │  │  │          ui-bg_glass_100_fdf5ce_1x400.png
│  │  │  │          ui-bg_glass_65_ffffff_1x400.png
│  │  │  │          ui-bg_gloss-wave_35_f6a828_500x100.png
│  │  │  │          ui-bg_highlight-soft_100_eeeeee_1x100.png
│  │  │  │          ui-bg_highlight-soft_75_ffe45c_1x100.png
│  │  │  │          ui-icons_222222_256x240.png
│  │  │  │          ui-icons_228ef1_256x240.png
│  │  │  │          ui-icons_ef8c08_256x240.png
│  │  │  │          ui-icons_ffd27a_256x240.png
│  │  │  │          ui-icons_ffffff_256x240.png
│  │  │  │          
│  │  │  └─morris.js-0.4.3
│  │  │          morris.css
│  │  │          morris.min.js
│  │  │          raphael-min.js
│  │  │          
│  │  ├─css
│  │  │      article.css
│  │  │      bootstrap-reset.css
│  │  │      bootstrap.min.css
│  │  │      owl.carousel.css
│  │  │      style-responsive.css
│  │  │      style.css
│  │  │      
│  │  ├─fonts
│  │  │      Descr.WD3
│  │  │      glyphicons-halflings-regular.eot
│  │  │      glyphicons-halflings-regular.eot@
│  │  │      glyphicons-halflings-regular.svg
│  │  │      glyphicons-halflings-regular.ttf
│  │  │      glyphicons-halflings-regular.woff
│  │  │      glyphicons-halflings-regulard41d.eot
│  │  │      
│  │  ├─getmess
│  │  │      index.js
│  │  │      
│  │  ├─img
│  │  │  │  404_icon.png
│  │  │  │  500_icon.png
│  │  │  │  arrow-up.png
│  │  │  │  avatar-mini.jpg
│  │  │  │  avatar-mini2.jpg
│  │  │  │  avatar-mini3.jpg
│  │  │  │  avatar-mini4.jpg
│  │  │  │  avatar1.jpg
│  │  │  │  avatar1_small.jpg
│  │  │  │  chart-texture.jpg
│  │  │  │  chat-avatar.jpg
│  │  │  │  chat-avatar2.jpg
│  │  │  │  customSelect-arrow.gif
│  │  │  │  Descr.WD3
│  │  │  │  favicon.html
│  │  │  │  follower-avatar.jpg
│  │  │  │  left-arrow.png
│  │  │  │  mail-avatar.jpg
│  │  │  │  mask.png
│  │  │  │  pro-ac-1.png
│  │  │  │  pro-ac-2.png
│  │  │  │  product1.jpg
│  │  │  │  product2.png
│  │  │  │  product3.png
│  │  │  │  profile-avatar.jpg
│  │  │  │  right-arrow.png
│  │  │  │  ring.jpg
│  │  │  │  search-icon.jpg
│  │  │  │  sm-img-1.jpg
│  │  │  │  sm-img-2.jpg
│  │  │  │  sm-img-3.jpg
│  │  │  │  success.jpg
│  │  │  │  success2.jpg
│  │  │  │  vector-lab.jpg
│  │  │  │  
│  │  │  └─checkbox
│  │  │          check-off.png
│  │  │          check-on.png
│  │  │          Descr.WD3
│  │  │          radio-off.png
│  │  │          radio-on.png
│  │  │          
│  │  ├─js
│  │  │      all-chartjs.js
│  │  │      bootstrap-switch.js
│  │  │      bootstrap.min.js
│  │  │      common-scripts.js
│  │  │      dynamic-table.js
│  │  │      easy-pie-chart.js
│  │  │      external-dragging-calendar.js
│  │  │      form-component.js
│  │  │      form-validation-script.js
│  │  │      ga.js
│  │  │      gritter.js
│  │  │      jquery-1.8.3.min.js
│  │  │      jquery-ui-1.9.2.custom.min.js
│  │  │      jquery.customSelect.min.js
│  │  │      jquery.js
│  │  │      jquery.nicescroll.js
│  │  │      jquery.scrollTo.min.js
│  │  │      jquery.sparkline.js
│  │  │      jquery.stepy.js
│  │  │      jquery.tagsinput.js
│  │  │      jquery.validate.min.js
│  │  │      morris-script.js
│  │  │      owl.carousel.js
│  │  │      sliders.js
│  │  │      sparkline-chart.js
│  │  │      
│  │  └─ueditor
│  │      │  index.html
│  │      │  ueditor.all.js
│  │      │  ueditor.all.min.js
│  │      │  ueditor.config.js
│  │      │  ueditor.parse.js
│  │      │  ueditor.parse.min.js
│  │      │  
│  │      ├─dialogs
│  │      │  │  internal.js
│  │      │  │  
│  │      │  ├─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
│  │      │  │          
│  │      │  ├─charts
│  │      │  │  │  chart.config.js
│  │      │  │  │  charts.css
│  │      │  │  │  charts.html
│  │      │  │  │  charts.js
│  │      │  │  │  
│  │      │  │  └─images
│  │      │  │          charts0.png
│  │      │  │          charts1.png
│  │      │  │          charts2.png
│  │      │  │          charts3.png
│  │      │  │          charts4.png
│  │      │  │          charts5.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
│  │      │  │          
│  │      │  ├─gmap
│  │      │  │      gmap.html
│  │      │  │      
│  │      │  ├─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
│  │      │  │      
│  │      │  ├─link
│  │      │  │      link.html
│  │      │  │      
│  │      │  ├─map
│  │      │  │      map.html
│  │      │  │      show.html
│  │      │  │      
│  │      │  ├─music
│  │      │  │      music.css
│  │      │  │      music.html
│  │      │  │      music.js
│  │      │  │      
│  │      │  ├─preview
│  │      │  │      preview.html
│  │      │  │      
│  │      │  ├─scrawl
│  │      │  │  │  scrawl.css
│  │      │  │  │  scrawl.html
│  │      │  │  │  scrawl.js
│  │      │  │  │  
│  │      │  │  └─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
│  │      │  │          
│  │      │  ├─searchreplace
│  │      │  │      searchreplace.html
│  │      │  │      searchreplace.js
│  │      │  │      
│  │      │  ├─snapscreen
│  │      │  │      snapscreen.html
│  │      │  │      
│  │      │  ├─spechars
│  │      │  │      spechars.html
│  │      │  │      spechars.js
│  │      │  │      
│  │      │  ├─table
│  │      │  │      dragicon.png
│  │      │  │      edittable.css
│  │      │  │      edittable.html
│  │      │  │      edittable.js
│  │      │  │      edittd.html
│  │      │  │      edittip.html
│  │      │  │      
│  │      │  ├─template
│  │      │  │  │  config.js
│  │      │  │  │  template.css
│  │      │  │  │  template.html
│  │      │  │  │  template.js
│  │      │  │  │  
│  │      │  │  └─images
│  │      │  │          bg.gif
│  │      │  │          pre0.png
│  │      │  │          pre1.png
│  │      │  │          pre2.png
│  │      │  │          pre3.png
│  │      │  │          pre4.png
│  │      │  │          
│  │      │  ├─video
│  │      │  │  │  video.css
│  │      │  │  │  video.html
│  │      │  │  │  video.js
│  │      │  │  │  
│  │      │  │  └─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
│  │      │  │          
│  │      │  ├─webapp
│  │      │  │      webapp.html
│  │      │  │      
│  │      │  └─wordimage
│  │      │          fClipboard_ueditor.swf
│  │      │          imageUploader.swf
│  │      │          tangram.js
│  │      │          wordimage.html
│  │      │          wordimage.js
│  │      │          
│  │      ├─lang
│  │      │  ├─en
│  │      │  │  │  en.js
│  │      │  │  │  
│  │      │  │  └─images
│  │      │  │          addimage.png
│  │      │  │          alldeletebtnhoverskin.png
│  │      │  │          alldeletebtnupskin.png
│  │      │  │          background.png
│  │      │  │          button.png
│  │      │  │          copy.png
│  │      │  │          deletedisable.png
│  │      │  │          deleteenable.png
│  │      │  │          listbackground.png
│  │      │  │          localimage.png
│  │      │  │          music.png
│  │      │  │          rotateleftdisable.png
│  │      │  │          rotateleftenable.png
│  │      │  │          rotaterightdisable.png
│  │      │  │          rotaterightenable.png
│  │      │  │          upload.png
│  │      │  │          
│  │      │  └─zh-cn
│  │      │      │  zh-cn.js
│  │      │      │  
│  │      │      └─images
│  │      │              copy.png
│  │      │              localimage.png
│  │      │              music.png
│  │      │              upload.png
│  │      │              
│  │      ├─php
│  │      │      action_crawler.php
│  │      │      action_list.php
│  │      │      action_upload.php
│  │      │      config.json
│  │      │      controller.php
│  │      │      Uploader.class.php
│  │      │      
│  │      ├─themes
│  │      │  │  iframe.css
│  │      │  │  
│  │      │  └─default
│  │      │      │  dialogbase.css
│  │      │      │  
│  │      │      ├─css
│  │      │      │      ueditor.css
│  │      │      │      ueditor.min.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
│  │      │              Thumbs.db
│  │      │              toolbar_bg.png
│  │      │              unhighlighted.gif
│  │      │              upload.png
│  │      │              videologo.gif
│  │      │              word.gif
│  │      │              wordpaste.png
│  │      │              
│  │      └─third-party
│  │          │  jquery-1.10.2.js
│  │          │  jquery-1.10.2.min.js
│  │          │  jquery-1.10.2.min.map
│  │          │  xss.min.js
│  │          │  
│  │          ├─codemirror
│  │          │      codemirror.css
│  │          │      codemirror.js
│  │          │      
│  │          ├─highcharts
│  │          │  │  highcharts-more.js
│  │          │  │  highcharts-more.src.js
│  │          │  │  highcharts.js
│  │          │  │  highcharts.src.js
│  │          │  │  
│  │          │  ├─adapters
│  │          │  │      mootools-adapter.js
│  │          │  │      mootools-adapter.src.js
│  │          │  │      prototype-adapter.js
│  │          │  │      prototype-adapter.src.js
│  │          │  │      standalone-framework.js
│  │          │  │      standalone-framework.src.js
│  │          │  │      
│  │          │  ├─modules
│  │          │  │      annotations.js
│  │          │  │      annotations.src.js
│  │          │  │      canvas-tools.js
│  │          │  │      canvas-tools.src.js
│  │          │  │      data.js
│  │          │  │      data.src.js
│  │          │  │      drilldown.js
│  │          │  │      drilldown.src.js
│  │          │  │      exporting.js
│  │          │  │      exporting.src.js
│  │          │  │      funnel.js
│  │          │  │      funnel.src.js
│  │          │  │      heatmap.js
│  │          │  │      heatmap.src.js
│  │          │  │      map.js
│  │          │  │      map.src.js
│  │          │  │      no-data-to-display.js
│  │          │  │      no-data-to-display.src.js
│  │          │  │      
│  │          │  └─themes
│  │          │          dark-blue.js
│  │          │          dark-green.js
│  │          │          gray.js
│  │          │          grid.js
│  │          │          skies.js
│  │          │          
│  │          ├─snapscreen
│  │          │      UEditorSnapscreen.exe
│  │          │      
│  │          ├─SyntaxHighlighter
│  │          │      shCore.js
│  │          │      shCoreDefault.css
│  │          │      
│  │          ├─video-js
│  │          │  │  video-js.css
│  │          │  │  video-js.min.css
│  │          │  │  video-js.swf
│  │          │  │  video.dev.js
│  │          │  │  video.js
│  │          │  │  
│  │          │  └─font
│  │          │          vjs.eot
│  │          │          vjs.svg
│  │          │          vjs.ttf
│  │          │          vjs.woff
│  │          │          
│  │          ├─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
│  │          │      
│  │          └─zeroclipboard
│  │                  ZeroClipboard.js
│  │                  ZeroClipboard.min.js
│  │                  ZeroClipboard.swf
│  │                  
│  ├─home
│  │  ├─audio
│  │  │      juicy.mp3
│  │  │      
│  │  ├─css
│  │  │      animate.min.css
│  │  │      bootstrap-datetimepicker.min.css
│  │  │      bootstrap.min.css
│  │  │      font-awesome.min.css
│  │  │      lightbox.css
│  │  │      main.css
│  │  │      prettyPhoto.css
│  │  │      responsive.css
│  │  │      style.css
│  │  │      
│  │  ├─font-awesome-4.4.0
│  │  │  │  HELP-US-OUT.txt
│  │  │  │  
│  │  │  ├─css
│  │  │  │      font-awesome.css
│  │  │  │      font-awesome.min.css
│  │  │  │      
│  │  │  ├─fonts
│  │  │  │      fontawesome-webfont.eot
│  │  │  │      fontawesome-webfont.svg
│  │  │  │      fontawesome-webfont.ttf
│  │  │  │      fontawesome-webfont.woff
│  │  │  │      fontawesome-webfont.woff2
│  │  │  │      FontAwesome.otf
│  │  │  │      
│  │  │  ├─less
│  │  │  │      animated.less
│  │  │  │      bordered-pulled.less
│  │  │  │      core.less
│  │  │  │      fixed-width.less
│  │  │  │      font-awesome.less
│  │  │  │      icons.less
│  │  │  │      larger.less
│  │  │  │      list.less
│  │  │  │      mixins.less
│  │  │  │      path.less
│  │  │  │      rotated-flipped.less
│  │  │  │      stacked.less
│  │  │  │      variables.less
│  │  │  │      
│  │  │  └─scss
│  │  │          font-awesome.scss
│  │  │          _animated.scss
│  │  │          _bordered-pulled.scss
│  │  │          _core.scss
│  │  │          _fixed-width.scss
│  │  │          _icons.scss
│  │  │          _larger.scss
│  │  │          _list.scss
│  │  │          _mixins.scss
│  │  │          _path.scss
│  │  │          _rotated-flipped.scss
│  │  │          _stacked.scss
│  │  │          _variables.scss
│  │  │          
│  │  ├─fonts
│  │  │      fontawesome-webfont.eot
│  │  │      fontawesome-webfont.svg
│  │  │      fontawesome-webfont.ttf
│  │  │      fontawesome-webfont.woff
│  │  │      fontawesome-webfont.woff2
│  │  │      FontAwesome.otf
│  │  │      glyphicons-halflings-regular.eot
│  │  │      glyphicons-halflings-regular.svg
│  │  │      glyphicons-halflings-regular.ttf
│  │  │      glyphicons-halflings-regular.woff
│  │  │      glyphicons-halflings-regular.woff2
│  │  │      
│  │  ├─images
│  │  │  │  404-bg.png
│  │  │  │  404.png
│  │  │  │  ava-1.jpg
│  │  │  │  ava-2.png
│  │  │  │  ava-3.jpeg
│  │  │  │  ava-4.jpg
│  │  │  │  bg2.jpg
│  │  │  │  coming-soon-bg.png
│  │  │  │  coming-soon1.png
│  │  │  │  coming-soon2.png
│  │  │  │  coming-soon3.png
│  │  │  │  coming-soon4.png
│  │  │  │  contact-bg.png
│  │  │  │  icon-map.png
│  │  │  │  logo.jpg
│  │  │  │  logo.png
│  │  │  │  title-natural.png
│  │  │  │  title-picture.png
│  │  │  │  title-vimeo.png
│  │  │  │  title.png
│  │  │  │  
│  │  │  ├─aboutus
│  │  │  │      1.jpg
│  │  │  │      1.png
│  │  │  │      2.jpg
│  │  │  │      3.jpg
│  │  │  │      4.jpg
│  │  │  │      5.png
│  │  │  │      6.png
│  │  │  │      left.png
│  │  │  │      right.png
│  │  │  │      
│  │  │  ├─blog
│  │  │  │  │  1.jpg
│  │  │  │  │  2.jpg
│  │  │  │  │  3.jpg
│  │  │  │  │  4.jpg
│  │  │  │  │  5.jpg
│  │  │  │  │  6.jpg
│  │  │  │  │  7.jpg
│  │  │  │  │  8.jpg.baiduyun.downloading
│  │  │  │  │  8.jpg.baiduyun.downloading.cfg
│  │  │  │  │  9.jpg
│  │  │  │  │  blog-arrow.png
│  │  │  │  │  left.png
│  │  │  │  │  right.png
│  │  │  │  │  
│  │  │  │  ├─masonary
│  │  │  │  │      1.jpg
│  │  │  │  │      10.jpg
│  │  │  │  │      2.jpg
│  │  │  │  │      3.jpg
│  │  │  │  │      4.jpg
│  │  │  │  │      5.jpg
│  │  │  │  │      6.jpg
│  │  │  │  │      7.jpg
│  │  │  │  │      8.jpg
│  │  │  │  │      9.jpg
│  │  │  │  │      
│  │  │  │  └─timeline
│  │  │  │          1.jpg
│  │  │  │          2.jpg
│  │  │  │          3.jpg
│  │  │  │          4.jpg
│  │  │  │          5.jpg
│  │  │  │          6.jpg
│  │  │  │          7.jpg
│  │  │  │          8.jpg
│  │  │  │          9.jpg
│  │  │  │          
│  │  │  ├─blogdetails
│  │  │  │      1.png
│  │  │  │      2.png
│  │  │  │      3.png
│  │  │  │      4.png
│  │  │  │      
│  │  │  ├─home
│  │  │  │  │  activeicon.png
│  │  │  │  │  client1.png
│  │  │  │  │  client2.png
│  │  │  │  │  client3.png
│  │  │  │  │  client4.png
│  │  │  │  │  client5.png
│  │  │  │  │  client6.png
│  │  │  │  │  clients.png
│  │  │  │  │  cycle.png
│  │  │  │  │  footer.png
│  │  │  │  │  icon1.png
│  │  │  │  │  icon2.png
│  │  │  │  │  icon3.png
│  │  │  │  │  image1.png
│  │  │  │  │  image2.png
│  │  │  │  │  image3.png
│  │  │  │  │  profile1.png
│  │  │  │  │  profile2.png
│  │  │  │  │  slider-bg.png
│  │  │  │  │  tour-bg.png
│  │  │  │  │  tour-icon1.png
│  │  │  │  │  tour-icon2.png
│  │  │  │  │  under.png
│  │  │  │  │  
│  │  │  │  └─slider
│  │  │  │          birds1.png
│  │  │  │          birds2.png
│  │  │  │          hill.png
│  │  │  │          hill2.png
│  │  │  │          house.png
│  │  │  │          house2.png
│  │  │  │          month.png
│  │  │  │          sun.png
│  │  │  │          
│  │  │  ├─ico
│  │  │  │      apple-touch-icon-114-precomposed.png
│  │  │  │      apple-touch-icon-144-precomposed.png
│  │  │  │      apple-touch-icon-57-precomposed.png
│  │  │  │      apple-touch-icon-72-precomposed.png
│  │  │  │      favicon.ico
│  │  │  │      favicon2.ico
│  │  │  │      
│  │  │  ├─lightbox
│  │  │  │      close.png.baiduyun.downloading
│  │  │  │      close.png.baiduyun.downloading.cfg
│  │  │  │      loading.gif
│  │  │  │      next.png
│  │  │  │      prev.png
│  │  │  │      
│  │  │  ├─portfolio
│  │  │  │      1.jpg
│  │  │  │      10.jpg
│  │  │  │      11.jpg
│  │  │  │      12.jpg
│  │  │  │      13.jpg
│  │  │  │      14.jpg
│  │  │  │      15.jpg
│  │  │  │      16.jpg
│  │  │  │      17.jpg
│  │  │  │      18.jpg
│  │  │  │      19.jpg
│  │  │  │      2.jpg
│  │  │  │      20.jpg
│  │  │  │      21.jpg
│  │  │  │      22.jpg
│  │  │  │      23.jpg
│  │  │  │      24.jpg
│  │  │  │      3.jpg
│  │  │  │      4.jpg
│  │  │  │      5.jpg
│  │  │  │      6.jpg
│  │  │  │      7.jpg
│  │  │  │      8.jpg
│  │  │  │      9.jpg
│  │  │  │      icon.png
│  │  │  │      left.png
│  │  │  │      popular1.jpg
│  │  │  │      popular2.jpg
│  │  │  │      popular3.jpg
│  │  │  │      popular4.jpg
│  │  │  │      popular5.jpg
│  │  │  │      project1.jpg
│  │  │  │      project2.jpg
│  │  │  │      project3.jpg
│  │  │  │      right.png
│  │  │  │      
│  │  │  └─portfolio-details
│  │  │          1.jpg
│  │  │          
│  │  ├─js
│  │  │      audio.min.js
│  │  │      audiojs.swf
│  │  │      bootstrap-datetimepicker.fr.js
│  │  │      bootstrap-datetimepicker.js
│  │  │      bootstrap-hover-dropdown.js
│  │  │      bootstrap.min.js
│  │  │      coundown-timer.js
│  │  │      gmaps.js
│  │  │      holder.js
│  │  │      html5shiv.js
│  │  │      jquery-2.1.1.js
│  │  │      jquery.countTo.js
│  │  │      jquery.fitvids.js
│  │  │      jquery.isotope.min.js
│  │  │      lightbox.min.js
│  │  │      main.js
│  │  │      masonry.min.js
│  │  │      photo-gallery.js
│  │  │      player-graphics.gif
│  │  │      respond.min.js
│  │  │      w.gif
│  │  │      wow.min.js
│  │  │      
│  │  ├─loginjs
│  │  │      bootstrap-datetimepicker.fr.js
│  │  │      bootstrap-datetimepicker.js
│  │  │      bootstrap-hover-dropdown.js
│  │  │      bootstrap.min.js
│  │  │      jquery-2.1.1.js
│  │  │      photo-gallery.js
│  │  │      
│  │  └─owl-carousel
│  │          AjaxLoader.gif
│  │          grabbing.png
│  │          owl.carousel.css
│  │          owl.carousel.js
│  │          owl.carousel.min.js
│  │          owl.theme.css
│  │          owl.transitions.css
│  │          
│  ├─images
│  │      shangchuang.png
│  │      user.png
│  │      
│  ├─img
│  │  └─uploads
│  │      ├─admin
│  │      │      1496976955.jpg
│  │      │      1496977041.JPG
│  │      │      1496979855.png
│  │      │      1504143338.jpg
│  │      │      1504853734.jpg
│  │      │      admin.png
│  │      │      
│  │      ├─alumb
│  │      │      025113.jpg
│  │      │      025734.jpg
│  │      │      042130.jpg
│  │      │      042237.jpg
│  │      │      042318.jpg
│  │      │      042348.jpg
│  │      │      042534.jpg
│  │      │      042651.jpg
│  │      │      042753.jpg
│  │      │      042843.jpg
│  │      │      043358.jpg
│  │      │      043451.jpg
│  │      │      043829.jpg
│  │      │      044312.jpg
│  │      │      044440.jpg
│  │      │      044519.jpg
│  │      │      045613.jpg
│  │      │      094628.jpg
│  │      │      1.jpg
│  │      │      105909.jpg
│  │      │      111803.jpg
│  │      │      1496644004.jpg
│  │      │      1496646507.jpg
│  │      │      1496651608.jpg
│  │      │      1502849412.jpg
│  │      │      1503301351.jpg
│  │      │      2.jpg
│  │      │      3.jpg
│  │      │      
│  │      ├─fileimg
│  │      │      1496819347.jpg
│  │      │      1496829936.jpg
│  │      │      1496830056.jpg
│  │      │      1496910912.jpg
│  │      │      1502845725.jpg
│  │      │      1503469663.jpg
│  │      │      1503885302.jpg
│  │      │      1503885570.jpg
│  │      │      1503885610.jpg
│  │      │      1503885611.jpg
│  │      │      1503885614.jpg
│  │      │      1503885621.jpg
│  │      │      1504143483.jpg
│  │      │      noimg.jpg
│  │      │      
│  │      ├─imgs
│  │      │  │  025746.jpeg
│  │      │  │  025757.jpg
│  │      │  │  033019.jpg
│  │      │  │  033232.jpg
│  │      │  │  033301.jpg
│  │      │  │  033422.jpg
│  │      │  │  040104.JPG
│  │      │  │  040116.JPG
│  │      │  │  040126.JPG
│  │      │  │  040135.jpg
│  │      │  │  043003.jpg
│  │      │  │  045638.jpg
│  │      │  │  045649.jpg
│  │      │  │  045702.jpg
│  │      │  │  045715.jpg
│  │      │  │  090218.jpg
│  │      │  │  091143.jpg
│  │      │  │  091802.jpg
│  │      │  │  091852.jpg
│  │      │  │  093221.jpg
│  │      │  │  093453.jpg
│  │      │  │  094103.jpg
│  │      │  │  101024.jpg
│  │      │  │  110003.jpg
│  │      │  │  1496651144.jpg
│  │      │  │  1503301100.jpg
│  │      │  │  1503301129.jpg
│  │      │  │  1503301151.jpg
│  │      │  │  1503301169.jpg
│  │      │  │  1503301185.jpg
│  │      │  │  1503301215.jpg
│  │      │  │  1503301220.jpg
│  │      │  │  1503301248.jpg
│  │      │  │  1503301292.jpg
│  │      │  │  1503301326.jpg
│  │      │  │  
│  │      │  └─1
│  │      │          $t.jpg
│  │      │          $time.jpg
│  │      │          052126.JPG
│  │      │          060554.jpg
│  │      │          062055.JPG
│  │      │          100143.jpg
│  │      │          101848.jpg
│  │      │          104448.jpg
│  │      │          104711.jpg
│  │      │          104913.jpg
│  │      │          122431.jpg
│  │      │          16.JPG
│  │      │          1f44e62.jpg
│  │      │          20.jpg
│  │      │          2bb2cfb.jpg
│  │      │          9ca0816.jpg
│  │      │          bf48187.jpg
│  │      │          d02a27e.jpg
│  │      │          fa0f816.jpg
│  │      │          fccb0d1.jpg
│  │      │          
│  │      ├─lastvideo
│  │      │      025449.mp4
│  │      │      104042.mp4
│  │      │      113341.mp4
│  │      │      
│  │      ├─logo
│  │      │      water.png
│  │      │      
│  │      ├─lunbo
│  │      │      021540.jpg
│  │      │      021552.jpg
│  │      │      021602.jpg
│  │      │      023215.jpg
│  │      │      034343.jpg
│  │      │      034403.jpg
│  │      │      034506.jpg
│  │      │      113942.jpg
│  │      │      114007.jpg
│  │      │      115630.jpg
│  │      │      
│  │      ├─theme
│  │      │      023215.jpg
│  │      │      105852.jpg
│  │      │      105925.jpg
│  │      │      110000.jpg
│  │      │      110350.jpg
│  │      │      110746.jpg
│  │      │      111015.jpg
│  │      │      111315.jpg
│  │      │      113955.jpg
│  │      │      1497498237.jpg
│  │      │      2.jpg
│  │      │      
│  │      ├─userimg
│  │      │      2.jpg
│  │      │      5.jpg
│  │      │      Koala.jpg
│  │      │      user.png
│  │      │      
│  │      └─video
│  │              041634.mp4
│  │              051050.mp4
│  │              051114.mp4
│  │              
│  ├─img_cut_upload
│  │  │  index.html
│  │  │  logo.jpg
│  │  │  Thumbs.db
│  │  │  
│  │  ├─css
│  │  │      bootstrap.min.css
│  │  │      cropper.min.css
│  │  │      sitelogo.css
│  │  │      
│  │  └─js
│  │          bootstrap.min.js
│  │          cropper.min.js
│  │          jquery.min.js
│  │          sitelogo.js
│  │          
│  ├─js
│  │      jq.js
│  │      jquery-1.11.3.min.js
│  │      
│  ├─layer
│  │  │  layer.js
│  │  │  
│  │  └─skin
│  │      │  layer.css
│  │      │  
│  │      └─default
│  │              icon-ext.png
│  │              icon.png
│  │              loading-0.gif
│  │              loading-1.gif
│  │              loading-2.gif
│  │              
│  ├─login
│  │  ├─css
│  │  │      bootstrap-social.css
│  │  │      bootstrap-theme.min.css
│  │  │      bootstrap.min.css
│  │  │      font-awesome.min.css
│  │  │      templatemo_style.css
│  │  │      
│  │  ├─fonts
│  │  │      fontawesome-webfont.eot
│  │  │      fontawesome-webfont.svg
│  │  │      fontawesome-webfont.ttf
│  │  │      fontawesome-webfont.woff
│  │  │      FontAwesome.otf
│  │  │      
│  │  ├─images
│  │  │      amex.png
│  │  │      cvv2.jpg
│  │  │      jcb.png
│  │  │      mastercard.png
│  │  │      paypal.png
│  │  │      templatemo-bg-1.jpg
│  │  │      templatemo-bg-2.jpg
│  │  │      visa.png
│  │  │      
│  │  └─js
│  │          bootstrap.min.js
│  │          jquery-1.11.1.min.js
│  │          
│  ├─UEditor
│  │  │  index.html
│  │  │  ueditor.all.js
│  │  │  ueditor.all.min.js
│  │  │  ueditor.config.js
│  │  │  ueditor.parse.js
│  │  │  ueditor.parse.min.js
│  │  │  
│  │  ├─dialogs
│  │  │  │  internal.js
│  │  │  │  
│  │  │  ├─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
│  │  │  │          
│  │  │  ├─charts
│  │  │  │  │  chart.config.js
│  │  │  │  │  charts.css
│  │  │  │  │  charts.html
│  │  │  │  │  charts.js
│  │  │  │  │  
│  │  │  │  └─images
│  │  │  │          charts0.png
│  │  │  │          charts1.png
│  │  │  │          charts2.png
│  │  │  │          charts3.png
│  │  │  │          charts4.png
│  │  │  │          charts5.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
│  │  │  │          
│  │  │  ├─gmap
│  │  │  │      gmap.html
│  │  │  │      
│  │  │  ├─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
│  │  │  │      
│  │  │  ├─link
│  │  │  │      link.html
│  │  │  │      
│  │  │  ├─map
│  │  │  │      map.html
│  │  │  │      show.html
│  │  │  │      
│  │  │  ├─music
│  │  │  │      music.css
│  │  │  │      music.html
│  │  │  │      music.js
│  │  │  │      
│  │  │  ├─preview
│  │  │  │      preview.html
│  │  │  │      
│  │  │  ├─scrawl
│  │  │  │  │  scrawl.css
│  │  │  │  │  scrawl.html
│  │  │  │  │  scrawl.js
│  │  │  │  │  
│  │  │  │  └─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
│  │  │  │          
│  │  │  ├─searchreplace
│  │  │  │      searchreplace.html
│  │  │  │      searchreplace.js
│  │  │  │      
│  │  │  ├─snapscreen
│  │  │  │      snapscreen.html
│  │  │  │      
│  │  │  ├─spechars
│  │  │  │      spechars.html
│  │  │  │      spechars.js
│  │  │  │      
│  │  │  ├─table
│  │  │  │      dragicon.png
│  │  │  │      edittable.css
│  │  │  │      edittable.html
│  │  │  │      edittable.js
│  │  │  │      edittd.html
│  │  │  │      edittip.html
│  │  │  │      
│  │  │  ├─template
│  │  │  │  │  config.js
│  │  │  │  │  template.css
│  │  │  │  │  template.html
│  │  │  │  │  template.js
│  │  │  │  │  
│  │  │  │  └─images
│  │  │  │          bg.gif
│  │  │  │          pre0.png
│  │  │  │          pre1.png
│  │  │  │          pre2.png
│  │  │  │          pre3.png
│  │  │  │          pre4.png
│  │  │  │          
│  │  │  ├─video
│  │  │  │  │  video.css
│  │  │  │  │  video.html
│  │  │  │  │  video.js
│  │  │  │  │  
│  │  │  │  └─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
│  │  │  │          
│  │  │  ├─webapp
│  │  │  │      webapp.html
│  │  │  │      
│  │  │  └─wordimage
│  │  │          fClipboard_ueditor.swf
│  │  │          imageUploader.swf
│  │  │          tangram.js
│  │  │          wordimage.html
│  │  │          wordimage.js
│  │  │          
│  │  ├─lang
│  │  │  ├─en
│  │  │  │  │  en.js
│  │  │  │  │  
│  │  │  │  └─images
│  │  │  │          addimage.png
│  │  │  │          alldeletebtnhoverskin.png
│  │  │  │          alldeletebtnupskin.png
│  │  │  │          background.png
│  │  │  │          button.png
│  │  │  │          copy.png
│  │  │  │          deletedisable.png
│  │  │  │          deleteenable.png
│  │  │  │          listbackground.png
│  │  │  │          localimage.png
│  │  │  │          music.png
│  │  │  │          rotateleftdisable.png
│  │  │  │          rotateleftenable.png
│  │  │  │          rotaterightdisable.png
│  │  │  │          rotaterightenable.png
│  │  │  │          upload.png
│  │  │  │          
│  │  │  └─zh-cn
│  │  │      │  zh-cn.js
│  │  │      │  
│  │  │      └─images
│  │  │              copy.png
│  │  │              localimage.png
│  │  │              music.png
│  │  │              upload.png
│  │  │              
│  │  ├─php
│  │  │      action_crawler.php
│  │  │      action_list.php
│  │  │      action_upload.php
│  │  │      config.json
│  │  │      controller.php
│  │  │      Uploader.class.php
│  │  │      
│  │  ├─themes
│  │  │  │  iframe.css
│  │  │  │  
│  │  │  └─default
│  │  │      │  dialogbase.css
│  │  │      │  
│  │  │      ├─css
│  │  │      │      ueditor.css
│  │  │      │      ueditor.min.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
│  │  │              
│  │  └─third-party
│  │      │  jquery-1.10.2.js
│  │      │  jquery-1.10.2.min.js
│  │      │  jquery-1.10.2.min.map
│  │      │  
│  │      ├─codemirror
│  │      │      codemirror.css
│  │      │      codemirror.js
│  │      │      
│  │      ├─highcharts
│  │      │  │  highcharts-more.js
│  │      │  │  highcharts-more.src.js
│  │      │  │  highcharts.js
│  │      │  │  highcharts.src.js
│  │      │  │  
│  │      │  ├─adapters
│  │      │  │      mootools-adapter.js
│  │      │  │      mootools-adapter.src.js
│  │      │  │      prototype-adapter.js
│  │      │  │      prototype-adapter.src.js
│  │      │  │      standalone-framework.js
│  │      │  │      standalone-framework.src.js
│  │      │  │      
│  │      │  ├─modules
│  │      │  │      annotations.js
│  │      │  │      annotations.src.js
│  │      │  │      canvas-tools.js
│  │      │  │      canvas-tools.src.js
│  │      │  │      data.js
│  │      │  │      data.src.js
│  │      │  │      drilldown.js
│  │      │  │      drilldown.src.js
│  │      │  │      exporting.js
│  │      │  │      exporting.src.js
│  │      │  │      funnel.js
│  │      │  │      funnel.src.js
│  │      │  │      heatmap.js
│  │      │  │      heatmap.src.js
│  │      │  │      map.js
│  │      │  │      map.src.js
│  │      │  │      no-data-to-display.js
│  │      │  │      no-data-to-display.src.js
│  │      │  │      
│  │      │  └─themes
│  │      │          dark-blue.js
│  │      │          dark-green.js
│  │      │          gray.js
│  │      │          grid.js
│  │      │          skies.js
│  │      │          
│  │      ├─snapscreen
│  │      │      UEditorSnapscreen.exe
│  │      │      
│  │      ├─SyntaxHighlighter
│  │      │      shCore.js
│  │      │      shCoreDefault.css
│  │      │      
│  │      ├─video-js
│  │      │  │  video-js.css
│  │      │  │  video-js.min.css
│  │      │  │  video-js.swf
│  │      │  │  video.dev.js
│  │      │  │  video.js
│  │      │  │  
│  │      │  └─font
│  │      │          vjs.eot
│  │      │          vjs.svg
│  │      │          vjs.ttf
│  │      │          vjs.woff
│  │      │          
│  │      ├─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
│  │      │      
│  │      └─zeroclipboard
│  │              ZeroClipboard.js
│  │              ZeroClipboard.min.js
│  │              ZeroClipboard.swf
│  │              
│  ├─video
│  │  ├─css
│  │  │      video-js.css
│  │  │      
│  │  └─js
│  │          video.min.js
│  │          videojs-ie8.min.js
│  │          
│  └─zui
│      ├─css
│      │      zui-theme.css
│      │      zui-theme.min.css
│      │      zui.css
│      │      zui.lite.css
│      │      zui.lite.min.css
│      │      zui.min.css
│      │      
│      ├─fonts
│      │      zenicon.eot
│      │      zenicon.svg
│      │      zenicon.ttf
│      │      zenicon.woff
│      │      
│      ├─js
│      │      zui.js
│      │      zui.lite.js
│      │      zui.lite.min.js
│      │      zui.min.js
│      │      
│      └─lib
│          ├─board
│          │      zui.board.css
│          │      zui.board.js
│          │      zui.board.min.css
│          │      zui.board.min.js
│          │      
│          ├─calendar
│          │      zui.calendar.css
│          │      zui.calendar.js
│          │      zui.calendar.min.css
│          │      zui.calendar.min.js
│          │      
│          ├─chart
│          │      chart.js
│          │      chart.min.js
│          │      
│          ├─chosen
│          │      chosen.css
│          │      chosen.icons.css
│          │      chosen.icons.js
│          │      chosen.icons.min.css
│          │      chosen.icons.min.js
│          │      chosen.js
│          │      chosen.min.css
│          │      chosen.min.js
│          │      
│          ├─datatable
│          │      zui.datatable.css
│          │      zui.datatable.js
│          │      zui.datatable.min.css
│          │      zui.datatable.min.js
│          │      zui.datatable.min1.css
│          │      zui.datatable.min1.js
│          │      
│          ├─datetimepicker
│          │      datetimepicker.css
│          │      datetimepicker.js
│          │      datetimepicker.min.css
│          │      datetimepicker.min.js
│          │      
│          ├─droppable
│          │      droppable.js
│          │      droppable.min.js
│          │      
│          ├─hotkey
│          │      hotkey.js
│          │      hotkey.min.js
│          │      
│          ├─ieonly
│          │      excanvas.js
│          │      html5shiv.js
│          │      respond.js
│          │      
│          ├─imgcutter
│          │      zui.imgcutter.css
│          │      zui.imgcutter.js
│          │      zui.imgcutter.min.css
│          │      zui.imgcutter.min.js
│          │      
│          ├─jquery
│          │      jquery.js
│          │      
│          ├─kindeditor
│          │  │  kindeditor.css
│          │  │  kindeditor.js
│          │  │  kindeditor.min.css
│          │  │  kindeditor.min.js
│          │  │  
│          │  ├─lang
│          │  │      en.js
│          │  │      zh_CN.js
│          │  │      zh_TW.js
│          │  │      
│          │  └─themes
│          │      └─default
│          │              default.css
│          │              default.png
│          │              default.psd
│          │              gray.png
│          │              
│          ├─migrate
│          │      migrate1.2.js
│          │      migrate1.2.min.js
│          │      
│          └─prettify
│                  lang-apollo.js
│                  lang-basic.js
│                  lang-clj.js
│                  lang-css.js
│                  lang-dart.js
│                  lang-erlang.js
│                  lang-go.js
│                  lang-hs.js
│                  lang-lisp.js
│                  lang-llvm.js
│                  lang-lua.js
│                  lang-matlab.js
│                  lang-ml.js
│                  lang-mumps.js
│                  lang-n.js
│                  lang-pascal.js
│                  lang-proto.js
│                  lang-r.js
│                  lang-rd.js
│                  lang-scala.js
│                  lang-sql.js
│                  lang-tcl.js
│                  lang-tex.js
│                  lang-vb.js
│                  lang-vhdl.js
│                  lang-wiki.js
│                  lang-xq.js
│                  lang-yaml.js
│                  prettify.css
│                  prettify.js
│                  run_prettify.js
│                  
├─ThinkPHP
│  │  LICENSE.txt
│  │  logo.png
│  │  ThinkPHP.php
│  │  
│  ├─Common
│  │      functions.php
│  │      
│  ├─Conf
│  │      convention.php
│  │      debug.php
│  │      
│  ├─Lang
│  │      en-us.php
│  │      pt-br.php
│  │      zh-cn.php
│  │      zh-tw.php
│  │      
│  ├─Library
│  │  ├─Behavior
│  │  │      AgentCheckBehavior.class.php
│  │  │      BorisBehavior.class.php
│  │  │      BrowserCheckBehavior.class.php
│  │  │      BuildLiteBehavior.class.php
│  │  │      CheckActionRouteBehavior.class.php
│  │  │      CheckLangBehavior.class.php
│  │  │      ChromeShowPageTraceBehavior.class.php
│  │  │      ContentReplaceBehavior.class.php
│  │  │      CronRunBehavior.class.php
│  │  │      FireShowPageTraceBehavior.class.php
│  │  │      ParseTemplateBehavior.class.php
│  │  │      ReadHtmlCacheBehavior.class.php
│  │  │      RobotCheckBehavior.class.php
│  │  │      ShowPageTraceBehavior.class.php
│  │  │      ShowRuntimeBehavior.class.php
│  │  │      TokenBuildBehavior.class.php
│  │  │      UpgradeNoticeBehavior.class.php
│  │  │      WriteHtmlCacheBehavior.class.php
│  │  │      
│  │  ├─Org
│  │  │  ├─Net
│  │  │  │      Http.class.php
│  │  │  │      IpLocation.class.php
│  │  │  │      
│  │  │  └─Util
│  │  │          ArrayList.class.php
│  │  │          CodeSwitch.class.php
│  │  │          Date.class.php
│  │  │          Rbac.class.php
│  │  │          Stack.class.php
│  │  │          String.class.php
│  │  │          
│  │  ├─Think
│  │  │  │  App.class.php
│  │  │  │  Auth.class.php
│  │  │  │  Behavior.class.php
│  │  │  │  Build.class.php
│  │  │  │  Cache.class.php
│  │  │  │  Controller.class.php
│  │  │  │  Crypt.class.php
│  │  │  │  Db.class.php
│  │  │  │  Dispatcher.class.php
│  │  │  │  Exception.class.php
│  │  │  │  Hook.class.php
│  │  │  │  Image.class.php
│  │  │  │  Log.class.php
│  │  │  │  Model.class.php
│  │  │  │  Page.class.php
│  │  │  │  Page1.class.php
│  │  │  │  Route.class.php
│  │  │  │  Storage.class.php
│  │  │  │  Template.class.php
│  │  │  │  Think.class.php
│  │  │  │  Upload.class.php
│  │  │  │  Verify.class.php
│  │  │  │  View.class.php
│  │  │  │  
│  │  │  ├─Cache
│  │  │  │  └─Driver
│  │  │  │          Apachenote.class.php
│  │  │  │          Apc.class.php
│  │  │  │          Db.class.php
│  │  │  │          Eaccelerator.class.php
│  │  │  │          File.class.php
│  │  │  │          Memcache.class.php
│  │  │  │          Memcached.class.php
│  │  │  │          Memcachesae.class.php
│  │  │  │          Redis.class.php
│  │  │  │          Shmop.class.php
│  │  │  │          Sqlite.class.php
│  │  │  │          Wincache.class.php
│  │  │  │          Xcache.class.php
│  │  │  │          
│  │  │  ├─Controller
│  │  │  │      HproseController.class.php
│  │  │  │      JsonRpcController.class.php
│  │  │  │      RestController.class.php
│  │  │  │      RpcController.class.php
│  │  │  │      YarController.class.php
│  │  │  │      
│  │  │  ├─Crypt
│  │  │  │  └─Driver
│  │  │  │          Base64.class.php
│  │  │  │          Crypt.class.php
│  │  │  │          Des.class.php
│  │  │  │          Think.class.php
│  │  │  │          Xxtea.class.php
│  │  │  │          
│  │  │  ├─Db
│  │  │  │  │  Driver.class.php
│  │  │  │  │  Lite.class.php
│  │  │  │  │  
│  │  │  │  └─Driver
│  │  │  │          Firebird.class.php
│  │  │  │          Mongo.class.php
│  │  │  │          Mysql.class.php
│  │  │  │          Oracle.class.php
│  │  │  │          Pgsql.class.php
│  │  │  │          Sqlite.class.php
│  │  │  │          Sqlsrv.class.php
│  │  │  │          
│  │  │  ├─Image
│  │  │  │  └─Driver
│  │  │  │          Gd.class.php
│  │  │  │          GIF.class.php
│  │  │  │          Imagick.class.php
│  │  │  │          
│  │  │  ├─Log
│  │  │  │  └─Driver
│  │  │  │          File.class.php
│  │  │  │          Sae.class.php
│  │  │  │          
│  │  │  ├─Model
│  │  │  │      AdvModel.class.php
│  │  │  │      MergeModel.class.php
│  │  │  │      MongoModel.class.php
│  │  │  │      RelationModel.class.php
│  │  │  │      ViewModel.class.php
│  │  │  │      
│  │  │  ├─Session
│  │  │  │  └─Driver
│  │  │  │          Db.class.php
│  │  │  │          Memcache.class.php
│  │  │  │          Mysqli.class.php
│  │  │  │          
│  │  │  ├─Storage
│  │  │  │  └─Driver
│  │  │  │          File.class.php
│  │  │  │          Sae.class.php
│  │  │  │          
│  │  │  ├─Template
│  │  │  │  │  TagLib.class.php
│  │  │  │  │  
│  │  │  │  ├─Driver
│  │  │  │  │      Ease.class.php
│  │  │  │  │      Lite.class.php
│  │  │  │  │      Mobile.class.php
│  │  │  │  │      Smart.class.php
│  │  │  │  │      Smarty.class.php
│  │  │  │  │      
│  │  │  │  └─TagLib
│  │  │  │          Cx.class.php
│  │  │  │          Html.class.php
│  │  │  │          
│  │  │  ├─Upload
│  │  │  │  └─Driver
│  │  │  │      │  Bcs.class.php
│  │  │  │      │  Ftp.class.php
│  │  │  │      │  Local.class.php
│  │  │  │      │  Qiniu.class.php
│  │  │  │      │  Sae.class.php
│  │  │  │      │  Upyun.class.php
│  │  │  │      │  
│  │  │  │      ├─Bcs
│  │  │  │      │      bcs.class.php
│  │  │  │      │      mimetypes.class.php
│  │  │  │      │      requestcore.class.php
│  │  │  │      │      
│  │  │  │      └─Qiniu
│  │  │  │              QiniuStorage.class.php
│  │  │  │              
│  │  │  └─Verify
│  │  │      ├─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
│  │  │              
│  │  └─Vendor
│  │      │  README.txt
│  │      │  
│  │      ├─Boris
│  │      │      Boris.php
│  │      │      CLIOptionsHandler.php
│  │      │      ColoredInspector.php
│  │      │      Config.php
│  │      │      DumpInspector.php
│  │      │      EvalWorker.php
│  │      │      ExportInspector.php
│  │      │      Inspector.php
│  │      │      ReadlineClient.php
│  │      │      ShallowParser.php
│  │      │      
│  │      ├─EaseTemplate
│  │      │      template.core.php
│  │      │      template.ease.php
│  │      │      
│  │      ├─Hprose
│  │      │      HproseClassManager.php
│  │      │      HproseClient.php
│  │      │      HproseCommon.php
│  │      │      HproseFormatter.php
│  │      │      HproseHttpClient.php
│  │      │      HproseHttpServer.php
│  │      │      HproseIO.php
│  │      │      HproseIOStream.php
│  │      │      HproseReader.php
│  │      │      HproseTags.php
│  │      │      HproseWriter.php
│  │      │      
│  │      ├─jsonRPC
│  │      │      jsonRPCClient.php
│  │      │      jsonRPCServer.php
│  │      │      
│  │      ├─phpRPC
│  │      │  │  bigint.php
│  │      │  │  compat.php
│  │      │  │  dhparams.php
│  │      │  │  phprpc_client.php
│  │      │  │  phprpc_date.php
│  │      │  │  phprpc_server.php
│  │      │  │  xxtea.php
│  │      │  │  
│  │      │  ├─dhparams
│  │      │  │      1024.dhp
│  │      │  │      128.dhp
│  │      │  │      1536.dhp
│  │      │  │      160.dhp
│  │      │  │      192.dhp
│  │      │  │      2048.dhp
│  │      │  │      256.dhp
│  │      │  │      3072.dhp
│  │      │  │      4096.dhp
│  │      │  │      512.dhp
│  │      │  │      768.dhp
│  │      │  │      96.dhp
│  │      │  │      
│  │      │  └─pecl
│  │      │      └─xxtea
│  │      │          │  config.m4
│  │      │          │  config.w32
│  │      │          │  CREDITS
│  │      │          │  INSTALL
│  │      │          │  LICENSE
│  │      │          │  php_xxtea.c
│  │      │          │  php_xxtea.dsp
│  │      │          │  php_xxtea.h
│  │      │          │  php_xxtea.sln
│  │      │          │  php_xxtea.vcproj
│  │      │          │  README
│  │      │          │  xxtea.c
│  │      │          │  xxtea.h
│  │      │          │  
│  │      │          └─test
│  │      │                  test.php
│  │      │                  
│  │      ├─SmartTemplate
│  │      │      class.smarttemplate.php
│  │      │      class.smarttemplatedebugger.php
│  │      │      class.smarttemplateparser.php
│  │      │      
│  │      ├─Smarty
│  │      │  │  debug.tpl
│  │      │  │  Smarty.class.php
│  │      │  │  SmartyBC.class.php
│  │      │  │  
│  │      │  ├─plugins
│  │      │  │      block.textformat.php
│  │      │  │      function.counter.php
│  │      │  │      function.cycle.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
│  │      │  │      modifier.capitalize.php
│  │      │  │      modifier.date_format.php
│  │      │  │      modifier.debug_print_var.php
│  │      │  │      modifier.escape.php
│  │      │  │      modifier.regex_replace.php
│  │      │  │      modifier.replace.php
│  │      │  │      modifier.spacify.php
│  │      │  │      modifier.truncate.php
│  │      │  │      modifiercompiler.cat.php
│  │      │  │      modifiercompiler.count_characters.php
│  │      │  │      modifiercompiler.count_paragraphs.php
│  │      │  │      modifiercompiler.count_sentences.php
│  │      │  │      modifiercompiler.count_words.php
│  │      │  │      modifiercompiler.default.php
│  │      │  │      modifiercompiler.escape.php
│  │      │  │      modifiercompiler.from_charset.php
│  │      │  │      modifiercompiler.indent.php
│  │      │  │      modifiercompiler.lower.php
│  │      │  │      modifiercompiler.noprint.php
│  │      │  │      modifiercompiler.string_format.php
│  │      │  │      modifiercompiler.strip.php
│  │      │  │      modifiercompiler.strip_tags.php
│  │      │  │      modifiercompiler.to_charset.php
│  │      │  │      modifiercompiler.unescape.php
│  │      │  │      modifiercompiler.upper.php
│  │      │  │      modifiercompiler.wordwrap.php
│  │      │  │      outputfilter.trimwhitespace.php
│  │      │  │      shared.escape_special_chars.php
│  │      │  │      shared.literal_compiler_param.php
│  │      │  │      shared.make_timestamp.php
│  │      │  │      shared.mb_str_replace.php
│  │      │  │      shared.mb_unicode.php
│  │      │  │      shared.mb_wordwrap.php
│  │      │  │      variablefilter.htmlspecialchars.php
│  │      │  │      
│  │      │  └─sysplugins
│  │      │          smarty_cacheresource.php
│  │      │          smarty_cacheresource_custom.php
│  │      │          smarty_cacheresource_keyvaluestore.php
│  │      │          smarty_config_source.php
│  │      │          smarty_internal_cacheresource_file.php
│  │      │          smarty_internal_compilebase.php
│  │      │          smarty_internal_compile_append.php
│  │      │          smarty_internal_compile_assign.php
│  │      │          smarty_internal_compile_block.php
│  │      │          smarty_internal_compile_break.php
│  │      │          smarty_internal_compile_call.php
│  │      │          smarty_internal_compile_capture.php
│  │      │          smarty_internal_compile_config_load.php
│  │      │          smarty_internal_compile_continue.php
│  │      │          smarty_internal_compile_debug.php
│  │      │          smarty_internal_compile_eval.php
│  │      │          smarty_internal_compile_extends.php
│  │      │          smarty_internal_compile_for.php
│  │      │          smarty_internal_compile_foreach.php
│  │      │          smarty_internal_compile_function.php
│  │      │          smarty_internal_compile_if.php
│  │      │          smarty_internal_compile_include.php
│  │      │          smarty_internal_compile_include_php.php
│  │      │          smarty_internal_compile_insert.php
│  │      │          smarty_internal_compile_ldelim.php
│  │      │          smarty_internal_compile_nocache.php
│  │      │          smarty_internal_compile_private_block_plugin.php
│  │      │          smarty_internal_compile_private_function_plugin.php
│  │      │          smarty_internal_compile_private_modifier.php
│  │      │          smarty_internal_compile_private_object_block_function.php
│  │      │          smarty_internal_compile_private_object_function.php
│  │      │          smarty_internal_compile_private_print_expression.php
│  │      │          smarty_internal_compile_private_registered_block.php
│  │      │          smarty_internal_compile_private_registered_function.php
│  │      │          smarty_internal_compile_private_special_variable.php
│  │      │          smarty_internal_compile_rdelim.php
│  │      │          smarty_internal_compile_section.php
│  │      │          smarty_internal_compile_setfilter.php
│  │      │          smarty_internal_compile_while.php
│  │      │          smarty_internal_config.php
│  │      │          smarty_internal_configfilelexer.php
│  │      │          smarty_internal_configfileparser.php
│  │      │          smarty_internal_config_file_compiler.php
│  │      │          smarty_internal_data.php
│  │      │          smarty_internal_debug.php
│  │      │          smarty_internal_filter_handler.php
│  │      │          smarty_internal_function_call_handler.php
│  │      │          smarty_internal_get_include_path.php
│  │      │          smarty_internal_nocache_insert.php
│  │      │          smarty_internal_parsetree.php
│  │      │          smarty_internal_resource_eval.php
│  │      │          smarty_internal_resource_extends.php
│  │      │          smarty_internal_resource_file.php
│  │      │          smarty_internal_resource_php.php
│  │      │          smarty_internal_resource_registered.php
│  │      │          smarty_internal_resource_stream.php
│  │      │          smarty_internal_resource_string.php
│  │      │          smarty_internal_smartytemplatecompiler.php
│  │      │          smarty_internal_template.php
│  │      │          smarty_internal_templatebase.php
│  │      │          smarty_internal_templatecompilerbase.php
│  │      │          smarty_internal_templatelexer.php
│  │      │          smarty_internal_templateparser.php
│  │      │          smarty_internal_utility.php
│  │      │          smarty_internal_write_file.php
│  │      │          smarty_resource.php
│  │      │          smarty_resource_custom.php
│  │      │          smarty_resource_recompiled.php
│  │      │          smarty_resource_uncompiled.php
│  │      │          smarty_security.php
│  │      │          
│  │      ├─spyc
│  │      │  │  composer.json
│  │      │  │  COPYING
│  │      │  │  README.md
│  │      │  │  Spyc.php
│  │      │  │  spyc.yaml
│  │      │  │  
│  │      │  ├─examples
│  │      │  │      yaml-dump.php
│  │      │  │      yaml-load.php
│  │      │  │      
│  │      │  ├─php4
│  │      │  │      5to4.php
│  │      │  │      spyc.php4
│  │      │  │      test.php4
│  │      │  │      
│  │      │  └─tests
│  │      │          comments.yaml
│  │      │          DumpTest.php
│  │      │          failing1.yaml
│  │      │          IndentTest.php
│  │      │          indent_1.yaml
│  │      │          ParseTest.php
│  │      │          quotes.yaml
│  │      │          RoundTripTest.php
│  │      │          
│  │      └─TemplateLite
│  │          │  class.compiler.php
│  │          │  class.config.php
│  │          │  class.template.php
│  │          │  
│  │          └─internal
│  │                  compile.compile_config.php
│  │                  compile.compile_custom_block.php
│  │                  compile.compile_custom_function.php
│  │                  compile.compile_if.php
│  │                  compile.generate_compiler_debug_output.php
│  │                  compile.include.php
│  │                  compile.parse_is_expr.php
│  │                  compile.section_start.php
│  │                  debug.tpl
│  │                  template.build_dir.php
│  │                  template.config_loader.php
│  │                  template.destroy_dir.php
│  │                  template.fetch_compile_include.php
│  │                  template.generate_debug_output.php
│  │                  
│  ├─Mode
│  │  │  api.php
│  │  │  common.php
│  │  │  lite.php
│  │  │  sae.php
│  │  │  
│  │  ├─Api
│  │  │      App.class.php
│  │  │      Controller.class.php
│  │  │      Dispatcher.class.php
│  │  │      functions.php
│  │  │      
│  │  ├─Lite
│  │  │      App.class.php
│  │  │      Controller.class.php
│  │  │      convention.php
│  │  │      Dispatcher.class.php
│  │  │      functions.php
│  │  │      Model.class.php
│  │  │      View.class.php
│  │  │      
│  │  └─Sae
│  │          convention.php
│  │          
│  └─Tpl
│          dispatch_jump.tpl
│          page_trace.tpl
│          think_exception.tpl
│          
├─ueditor
│  └─php
│      └─upload
│          └─image
│              └─20170824
│                      1503555828180029.jpg
│                      1503555832835633.png
│                      1503555839892128.jpg
│                      1503555845354893.jpg
│                      1503555848548214.jpg
│                      
└─数据库
        person.sql
        


实例下载地址

thinkphp个人网站

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警