// libraries/joomla/database/driver/mysqli.php
// добавь после строки 559: $this->cursor = @mysqli_query($this->connection, $query);
if (strpos($query, 'WWW.ZLOVRED')) { // замени на свой
mail( 'адрес для отладки@example.com', 'Hack!', print_r( debug_backtrace(), true ));
}