WOW! Thanks for this fix!!
I did not even realize this plugin had finally stopped working on a client’s website. Yikes!
I just found that it was popping lots of errors to the error_log (one reason I like to use the file monitor plugin to notice these changes – but I had that turned off because it was popping errors of its own).
Anyhow. If there is any confusion regarding what the new code should look like… All you need to do is replace
ereg
with
preg_match
in each of those two lines noted in the posts above.
Works like a charm ??
Still, would like to find a currently supported pluging that can do the same as this one. Or, maybe some developer could take this one over and get it up to date??