Hi,
I'm working on a WordPress site with the following constants enabled:
WP_PLUGIN_DIR
WP_PLUGIN_URL
WP_CONTENT_DIR
WP_CONTENT_URL
The Sucuri plugin works ok, but looks like the images have /wp-content/ address hardcoded.
<img style="position:relative;top:5px" height="22" width="22" src="http://www.example.com/wp-content/plugins/sucuri-scanner/images/ok.png">
Wp-content folder doesn't exist. It is pointing to the root of the site.
And the plugins folder doesn't exist either...
The correct path should be: http://www.example.com/p/sucuri-scanner/images/ok.png
(yes, just that... the plugins folder is p, and is located at the root level)
I've outlined this technique in this StackExchange answer.
Thanks for being there!
(oh, yes, are you brazilians, btw?)