date("Y"), ), $atts ) ); if ( !preg_match("/^(\d+)$/", $season ) ) { $season = date("Y"); } if ( $season < 2012 || $season > date("Y") ) { return "Sorry, we couldn't get the APPA / PSP World Rankings."; } $ranking_content = ''; try { @$ranking_content = file_get_contents("http://www.paintball-players.org/modules/world_rankings/rankings${season}.html"); } catch (Exception $ex ) { return "Sorry, we couldn't get the APPA / PSP World Rankings."; } if ( $ranking_content == '' ) { return "Sorry, we couldn't get the APPA / PSP World Rankings."; } return $ranking_content; } } add_shortcode('appa_world_rankings','appa_world_rankings_inject'); ?>