ljmacphee
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Supercache folder only contains empty subdirectoriesMe too, installed it across a dozen websites last night and not a single cache file exists.
Forum: Plugins
In reply to: plugin published but not appearingThanks! I’ll try that.
Forum: Plugins
In reply to: plugin published but not appearingI have the same problem.
I upload one plugin two weeks ago and all is well
http://svn.wp-plugins.org/ttc-user-registration-bot-detector/It shows as a downloadable plugin in the WP plugin directory.
I uploaded one last week
http://svn.wp-plugins.org/ttc-wordpress-security-plugin/trunk/All the files are there, there is a plugin page but no download button and it doesn’t show under my plugin list.
Anyone know how to fix this? Thx.
Forum: Fixing WordPress
In reply to: I was hackedSorry fwrite is too common
grep -Rn [bad-word]
Forum: Fixing WordPress
In reply to: I was hackedIf you are on a Linux or Mac you can open a command window
Go to the top directory of the copy of your website
Type
grep -Rn fwrite *and hit enter. It should give you a list of files and the line number where the problem is.