Menu

File structure

This article was last updated 37 days ago, please note whether the content is still available
Z-BlogPHP
  │ index.php      Home
  │ search.php     Search
  │ feed.php       RSS output
  │ readme.txt     Procedure description
│
├─zb_install      Installation entrance (can be deleted after installation is completed)
│  │  index.php
│  │
│  └─language
│          en.php
│          zh-cn.php
│          zh-tw.php
│
├─zb_system       System folder
  │ ├─admin        Background management
  │ ├─ API          processing
  │ ├─css          background CSS
  │ ├─defend       system retains documents
  │ ├─function     system core
  │ ├─image        system image
  │ ├─script       system JavaScript
  │ └─xml-rpc      xml-rpc communication portal
└─zb_users        User folder
    ├─avatar      avatar storage
    ├─cache       cache folder
      │ └─compiled template compilation cache
    ├─data        database storage (SQLite)
    ├─emotion     emoji image
    ├─Language    language
    ├─logs        
    ├─Plugin      Directory (Pre-installed plugins are subject to actual conditions)
    │  ├─AppCentre
    │  ├─Gravatar
    │  ├─LinksManage
    │  ├─STACentre
    │  └─UEditor
    ├─theme       Theme Catalog (Here are the three default themes)
    │  ├─default
    │  │  ├─include
    │  │  ├─language
    │  │  ├─script
    │  │  ├─style
    │  │  └─template
    │  ├─tpure
    │  │  ├─include
    │  │  ├─language
    │  │  ├─plugin
    │  │  ├─script
    │  │  ├─style
    │  │  └─template
    │  └─Zit
    │      ├─include
    │      ├─language
    │      ├─script
    │      ├─style
    │      └─template
    └─upload      attachment


Helpful?

Post comment

Support Live Chat
TOP