投稿者: wokamoto
-
[WordPress] SPAM コメントを強制的に全部消す SQL
This file contains hidden or bidirectional Unicode text…
-
homebrew で PHP 5.4 をインストールする
This file contains hidden or bidirectional Unicode text…
-
[WordPress] ユーザ名「admin」でのログインを拒否する
管理者ユーザ名が「admin」の場合は、別の管理者ユーザを作成した後、いかのコードを wp-config.ph…
-
[PHP] eAccelerator で .phar インクルード時に Fatal error が発生する
[Tue May 07 13:29:34 2013] [error] [client 127.0.0.1] P…
-
Seisuke Kuraishi Interview
Code Poet から引用: Say hello to @eastcoder, a.k.a., “…
-
[WordPress] wp_remote_get() で BASIC 認証ページからデータを取得する
This file contains hidden or bidirectional Unicode text…
-
Web サーバのアクセスログから wp-login へアクセスしてる IP アドレスを抜き出す
$ cat /path/to/access.log | grep wp-login | awk ‘{print…
-
WordPress (サブディレクトリ型マルチサイト) の DB を一気に書き換える奴
This file contains hidden or bidirectional Unicode text…
-
chmodで再帰的にファイルのパーミッションを変更
$ find ./ -type f -print | xargs chmod 644
-
[PHP] ISBN のチェック
たまには写経を ISBN は、誤り検出のため各数字の重み付き合計が 11 の倍数になるように最後の数字が調節さ…