2014年2月11日 星期二

2014 / 02 / 12 PHP小記class


最近要來擺脫PHP直覺性寫法

2014 / 02 / 11 Discuz 樹狀架構


Discuz X2.5 檔案樹狀結構
/┬── api外部介面
│   ├── connect騰訊互聯
│   ├── db UCenter資料庫備份介面
│   ├── google Google引擎使用
│   ├── javascript資料和廣告的JS調用
│   ├── manyou manyou應用及搜索等相關服務
│   └── trade線上支付介面
├── archiver論壇靜態化
├── config網站設定檔
├── data資料緩存及附件
│   ├── attachment上傳的檔目錄
│   │   ├── album相冊專用
│   │   ├── block DIY專用
│   │   ├── common公共上傳
│   │   ├── forum論壇附件專用
│   │   ├── group群組圖示和頭部圖片專用
│   │   ├── portal門戶上傳檔專用
│   │   ├── profile個人資料專用
│   │   └── temp暫存檔案
│   ├── avatar視頻認證專用
│   ├── backup網站資料備份
│   ├── cache資料緩存
│   ├── diy DIY模組緩存
│   ├── ipdata Discuz!IP庫
│   ├── log網站日誌,前/後臺管理日誌、錯誤日誌等
│   ├── plugindata外掛程式緩存資料
│   ├── template範本緩存目錄
│   └── threadcache帖子緩存
├── install安裝目錄
├── source代碼主目錄
│   ├── admincp幕後程式
│   │   ├── cloud Discuz!雲平臺
│   │   ├── menu功能表
│   │   └── moderate審核功能
│   ├── archiver論壇靜態化功能代碼
│   ├── class類檔目錄
│   │   ├── adv網站廣告功能
│   │   ├── block DIY模組功能檔
│   │   ├── cache緩存類
│   │   ├── db資料庫類
│   │   ├── discuz discuz類
│   │   ├── forum論壇
│   │   ├── helper存放從function_core分離出來的一部分函數
│   │   ├── lib工具類的集合類
│   │   ├── magic道具
│   │   ├── memory記憶體類
│   │   ├── secqaa驗證問答
│   │   ├── table資料表操作類
│   │   └── task網站任務功能
│   ├── function函數檔
│   │   └── cache緩存功能拆分目錄
│   ├── include被包含的檔
│   │   ├── collection淘帖
│   │   ├── cron計畫任務
│   │   ├── misc雜項
│   │   ├── modcp前臺論壇管理
│   │   ├── portalcp前臺門戶管理
│   │   ├── post帖子相關
│   │   ├── search搜索功能
│   │   ├── space家園和個人相關功能
│   │   ├── spacecp個人設定相關
│   │   ├── table編碼轉換資料
│   │   ├── thread查看主題相關
│   │   └── topicadmin前臺主題管理
│   ├── language網站語言包
│   │   ├── adv廣告
│   │   ├── block DIY模組
│   │   ├── forum論壇
│   │   ├── group群組
│   │   ├── home家園
│   │   ├── magic道具
│   │   ├── member登錄註冊頁面語言
│   │   ├── mobile手機訪問功能語言
│   │   ├── portal門戶語言
│   │   ├── ranklist排行榜語言
│   │   ├── search搜索
│   │   ├── secqaa安全問答
│   │   ├── tag標籤
│   │   ├── task任務
│   │   └── userapp manyou應用
│   ├── module功能模組
│   │   ├── connect騰訊互聯
│   │   ├── forum論壇
│   │   ├── group群組
│   │   ├── home家園
│   │   ├── member登錄註冊
│   │   ├── misc雜項
│   │   ├── portal門戶
│   │   ├── search搜索
│   │   └── userapp應用
│   └── plugin外掛程式目錄
│   ├── cloudstat Discuz!雲平臺
│   ├── myapp Manyou應用
│   ├── myrepeats馬甲功能
│   ├── qqconnect騰訊互聯
│   └── soso_smilies騰訊搜搜表情
├── static非PHP檔
│   ├── image介面圖片
│   ├── js網站JS腳本
│   ├── space空間皮膚
│   └── topic門戶皮膚
├── template範本目錄
│   └── default預設風格
├── uc_client UCenter用戶端程式
└── uc_server UCenter服務端程式

2014年2月10日 星期一

2014 / 02 / 11 For Discuz X3 忘記管理員(創始人)密碼


利用工具 Tools管家來解決

我的dz是繁中,這插件是簡中,可以相容~
基本上只是改個SQL 字串中又沒中文 什麼文都不重要

本作法為免安裝作法,源於DZ官方論壇的crx349會員


先打開Tools.php,修改password。

$tpassword = 'XXXxxx123';
大於6的大小寫英文+數字。

然後上傳到/source/plugin/裡

執行 domainname.com/source/plugin/tools/tools.php

就看圖說故事就結束了