Modify Global Posts Plugin

Can you use the SQL OFFSET statement:

OFFSET 1

$query = "SELECT * FROM " . $wpdb->base_prefix . "site_posts 
WHERE blog_public="1" 
AND post_type="" . $recentglobalpoststype . "" 
ORDER BY post_published_stamp 
OFFSET 1
DESC LIMIT " . $recentglobalpostsnumber;