qq829のミョウなリファラの件を解決してから、念のため、FTPサーバーに入り、なにか異常かを調べたら、急に、写真通りにadsense_XXXXXXのようなパターンで6万以上空きファイルがルートのフォルダにあった。
最初は、qq829となにかかかわれてるかと思ったが、結局、Wordpressのプラグインのバグなんだ。
「My first wordpress plugin – Google Adsense Summary «Learnix – Another fsck’ing Linux site」
上のプラグインのおかげで、もうちょっとしたら、今までブログのデータを取り戻せなくなるところそうだった。ftpで6万個以上の空きファイルを消すのは接続の制限で難しくて、なんだかんやで、WordPress導入されてるフォルダも消されてしまい、さっそくftpの接続を切り、なんと画像ファイルとプラグインファイルを守られ、WordPressのスクリプトを入れなおしたら、なんとなくなった。
まぁ、本当に不幸中の幸いだった、おかげで、cronジョブの勉強もっとされるし、それから、今後はやっぱりWEBサーバーのバックアップは油断せずにね。汗

Related posts:

















I hope this translates well. I’ve fixed this issue finally and just released the update for it today.
>Mr. Agentc0re,
Thanks for update so quickly. I wanna confirm that new released fixed if only changed the temp directory or any else? If only changed temp directory, will it still continue with over 60000 adsense_XXXXXX empty files or not? Because it really was killing me when use ftp to manage. Thank You.
No, the fix fixed that as well. The problem was that I was assigning the name of the temp file in the construct which was causing problems and creating a bunch of extra zero byte files for some unknown reason. It was technically working as far as removing the actual used cookie file.
I changed the path at which were this are temporarily stored to make it easier to trouble shoot due to some hosting company’s not allowing access to the /tmp dir and instead having a ~/tmp dir.
If you refresh your admin page and also quickly refresh the directory status of my plugin you should see the temp file for a brief moment and then disappear.
Let me know if you have any more issues, i’m glad you posted your post as a ping back or I would have never gotten around to it.