Hello does this plugin accept wildcards?
The TimThumb plugin is generating a lot of files like:
timthumb_int_0727d0b7c132d39dcc4cf3afcced12f1.timthumb.txt
timthumb_int_0c8db88b70c08d6e1861f9c7f7692d6b.timthumb.txt
etc...
I have added timthumb.txt to the File Names To Ignore list, but they keep appearing. How can I exclude those files?
Thanks
http://wordpress.org/extend/plugins/wordpress-file-monitor-plus/
Currently the file monitor doesn't support wild cards. Although might in the future.
I presume that these files are appearing in a cache folder. What I'd recommend is that you just exclude the folder these cache files appear in.
However if these files are appearing all over the place then you can maybe look at ignoring the .txt extension.
ok thanks. I hope it will be enhanced for wildcards :)
Wildcard support has now been added in version 1.4.
Try using:
*/*.timthumb.txt
This should exclude all files ending in .timthumb.txt anywhere that is scanned.