Mercury is back online. I've updated the mod_security rules and enabled suhosin, which adds an extra layer of security.
One thing suhosin does is completely remove the possibility of remote includes for php. So if you have an include() call that starts with "http://" it will no longer work. What you need to do is put the include file on your account and replace the "http" path with the corresponding local file system path.