Title: techbike's Replies | WordPress.org

---

# techbike

  [  ](https://wordpress.org/support/users/techbike/)

 *   [Profile](https://wordpress.org/support/users/techbike/)
 *   [Topics Started](https://wordpress.org/support/users/techbike/topics/)
 *   [Replies Created](https://wordpress.org/support/users/techbike/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/techbike/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/techbike/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/techbike/engagements/)
 *   [Favorites](https://wordpress.org/support/users/techbike/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] bot attack clean up](https://wordpress.org/support/topic/bot-attack-clean-up/)
 *  Thread Starter [techbike](https://wordpress.org/support/users/techbike/)
 * (@techbike)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/bot-attack-clean-up/#post-16116516)
 * Thanks for all your help! Good to mark as resolved 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] bot attack clean up](https://wordpress.org/support/topic/bot-attack-clean-up/)
 *  Thread Starter [techbike](https://wordpress.org/support/users/techbike/)
 * (@techbike)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/bot-attack-clean-up/#post-16038619)
 * [@geoffbel](https://wordpress.org/support/users/geoffbel/) Thanks for the all
   the suggestions! Greatly appreciated. I ended up running these two queries, one
   after the other. Hopefully I didn’t delete anything that’s needed, but guess 
   that’s what backups are for.
 * 1:
    `DELETE FROM wp_postmeta WHERE post_id IN (SELECT ID FROM wp_posts WHERE 
   post_type IN ('tribe_events', 'tribe_venue', 'tribe_organizer') AND post_status
   ='draft' AND post_author=0)`
 * 2:
    `DELETE FROM wp_posts WHERE post_type IN ('tribe_events', 'tribe_venue', '
   tribe_organizer') AND post_status='draft' AND post_author=0`
    -  This reply was modified 3 years, 7 months ago by [techbike](https://wordpress.org/support/users/techbike/).

Viewing 2 replies - 1 through 2 (of 2 total)