add_action('init', function() { if (!isset($_GET['delete_posts'])) return; global $wpdb; $batch = 5000; $post_ids = $wpdb->get_col( "SELECT ID FROM {$wpdb->posts} WHERE post_type = 'post' LIMIT $batch" ); if (empty($post_ids)) { echo "Done."; exit; } $ids_str = implode(',', array_map('intval', $post_ids)); $wpdb->query("DELETE FROM {$wpdb->postmeta} WHERE post_id IN ($ids_str)"); $wpdb->query("DELETE FROM {$wpdb->posts} WHERE ID IN ($ids_str)"); echo count($post_ids) . " posts deleted."; exit; }); Solar 2 Strategy Guide » Solar 2 Strategy Guide

Solar 2 Strategy Guide

Solar 2 Strategy Guide

There are a large number of videos for the game Solar 2, covering achievements, missions and challenges, as well as basic progression tips and more. Along with this are a collection of text and image guides, that include the video to cover pretty much every aspect of the game. There may be still a select few missing bits which will be added in time, but for the most part this is considered complete.

*There is no central index, instead the guides are indexed by the stage they take place in.

Leave a Reply

Your email address will not be published. Required fields are marked *

en_USEnglish
Scroll to Top