2020-04-26
1、下載
https://github.com/hrwhisper/baiduShare
2、上傳
上傳static文件夾到網站根目錄。
3、修改成下面代碼
```js
with(document) 0[(getElementsByTagName('head')[0] || body).appendChild(createElement('script')).s.....
2020-04-26
主題下js/qq-info.php
將
```php
$nameurl = "http://r.pengyou.com/fcg-bin/cgi_get_portrait.fcg?uins=".$qq;
```
替換成
```php
$nameurl = "https://r.qzone.qq.com/fcg-bin/cgi_get_portrait.fcg?g_tk=&uins="......
2020-04-21
目錄/文件 建議權限
root directory(wp 根目錄) 0755
wp-admin (網站賬戶后臺) 0755
wp-content (網站內容目錄) 0755
wp-includes(網站拓展插件目錄) 0755
.htaccess (偽靜態設置文件) 0444
readme.html (可以刪除) 0400
wp-co.....