Decrypt WPBoxedTech footer.php step by step

Author: Eric  //  Category: Free Teaching

00. 如果對您而言真的很難,請直接複製第 10 步驟或文章最後的程式碼取代 WPBoxedTech 的 footer.php

01. 於 WPBoxedTech 的 footer.php 看到 F9a2d8ce3('RlpySHNvUFlGVkoveFRPM2l3....省略....DkvL2ZmUHYvNFA=');

02. 所以到 WPBoxedTech 的 functions.php 找到 F9a2d8ce3($V341be97d) 刪掉完全用不到的全域變數、if判斷、switch case 等,我們會得到一個變數名稱都很鳥的程式碼,拿去 run 會出現找不到 Ff6d131d9(),所以只好再去 WPBoxedTech 的 functions.php 挖寶。
// Fatal error: Call to undefined function Ff6d131d9()
// 依序找不到的 funcion name 會是 : Ff6d131d9(),Ff2380753(),Fbef92ce0(),F8c4346d7() Read more...

This theme is released under creative commons licence, all links in the footer should remain intact.

Author: Eric  //  Category: Free Teaching

00. 剛才要幫忙解決移除佈景側欄的問題就下載了對方使用的 interior-theme-10 風格, 一解壓縮並於後台啟用, 都還沒做任何修改, 結果 WordPress 前後台都出現下面那一段話。 "This theme is released under creative commons licence, all links in the footer should remain intact."
Read more...