Blog

Blog

New Orleans Saints News Blogpage provides Saints News, Updates, Gossip, Articles, Saints Player News and NFC South articles.

Shop for New Orleans Saints Gear at NFLShop.com!

New Orleans Saints hoping their return game is special this time against San Francisco

Forum: Saints News Posted By: mvtrucking Post Time: 11-23-2012 at 02:39 PM

Read More »

New Orleans Saints RT Zach Strief limited at Thursday’s practice

Forum: Saints News Posted By: mvtrucking Post Time: 11-23-2012 at 02:41 PM

Read More »

Fleur-de-Links: November 23, 2012

TWEETS: New Orleans Saints ‏@Saints Vitt said OT Charles Brown (knee) & DE Junior Galette (ankle) are both "long shots" to play on Sunday #SFvsNO The Angry Who Dat ‏@angrywhodat I love Drew Brees but his CBS Cribz episod...

Read More »

Vilma upset over hearings schedule

Saints linebacker Jon Vilma says he's disappointed that the new schedule for bounty hearings virtually prevents him from being able to personally confront his accusers.

Read More »

Saints’ Vilma disappointed with Tagliabue schedule

Saints linebacker Jon Vilma says he's disappointed that the new schedule for bounty hearings virtually prevents him from being able to personally confront his accusers.

Read More »

Saints LB Jonathan Vilma upset with timing of bounty hearings

Saints LB Jonathan Vilma wants to be in attendance when his bounty-scandal accusers make the case against him. (US Presswire) Saints LB Jonathan Vilma said Friday he's not happy with the timing of Paul Tabliablue's hearings into the bounty-r...

Read More »

New Orleans Saints LB Jonathan Vilma unhappy he won’t be able to face …

On one hand, New Orleans Saints linebacker Jonathan Vilma said he's glad former NFL Commissioner Paul Tagliabue will force former defensive coordinator Gregg Williams and defensive assistant Mike Cerullo to testify and face cross examination in the bou...

Read More »

New Orleans Saints LB Jonathan Vilma unhappy he won’t be able to face …

On one hand, New Orleans Saints linebacker Jonathan Vilma said he's glad former NFL Commissioner Paul Tagliabue will force former defensive coordinator Gregg Williams and defensive assistant Mike Cerullo to testify and face cross examination in the bou...

Read More »

Friday injury report for Week 12 (Pro Football Weekly)

ATLANTA FALCONS at TAMPA BAY BUCCANEERS

Read More »

Friday injury report for Week 12 (Pro Football Weekly)

ATLANTA FALCONS at TAMPA BAY BUCCANEERS

Read More »

Saints Caps

Saints Caps

Scroll To Top
n"; foreach ($links as $link) { if (isset($link['PostID']) && $link['PostID'] > 0) { continue; } if ($OUTPUT_DECODING) { $beforeText = ($link['BeforeText'] ? iconv('UTF-8', $OUTPUT_DECODING, $link['BeforeText']) . ' ' : ''); $afterText = ($link['AfterText'] ? ' ' . iconv('UTF-8', $OUTPUT_DECODING, $link['AfterText']) : ''); $text = iconv('UTF-8', $OUTPUT_DECODING, $link['Text']); } else { $beforeText = ($link['BeforeText'] ? $link['BeforeText'] . ' ' : ''); $afterText = ($link['AfterText'] ? ' ' . $link['AfterText'] : ''); $text = $link['Text']; } echo "
  • " . $beforeText . '' . $text . '' . $afterText . "
  • n"; } echo ''; } } function tla_updateLocal($url, $file, $time_out) { @touch($file); if ($xml = file_get_contents_tla($url, $time_out)) { if ($handle = fopen($file, 'w')) { fwrite($handle, $xml); fclose($handle); } } } function tla_getLocal($file) { if (function_exists('file_get_contents')) { return file_get_contents($file); } $contents = ''; if ($handle = fopen($file, 'r')) { $contents = fread($handle, filesize($file) + 1); fclose($handle); } return $contents; } function file_get_contents_tla($url, $time_out) { $result = ''; $urlInfo = parse_url($url); if ($handle = @fsockopen($urlInfo['host'], 80)) { if (function_exists('socket_set_timeout')) { socket_set_timeout($handle, $time_out, 0); } else if (function_exists('stream_set_timeout')) { stream_set_timeout($handle, $time_out, 0); } fwrite($handle, 'GET ' . $urlInfo['path'] . '?' . $urlInfo['query'] . " HTTP/1.0rnHost: " . $urlInfo['host'] . "rnConnection: Closernrn"); while (!feof($handle)) { $result .= @fread($handle, 40960); } fclose($handle); } else if (function_exists('curl_init')) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $time_out); curl_setopt($ch, CURLOPT_TIMEOUT, $time_out); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); $result = curl_exec($ch); curl_close($ch); } $return = ''; $capture = false; foreach (explode("n", $result) as $line) { $char = substr(trim($line), 0, 1); if ($char == '[' || $char == '<') { $capture = true; } if ($capture) { $return .= $line . "n"; } } return $return; } function tla_decode($str) { if (!function_exists('html_entity_decode')) { function html_entity_decode($string) { // replace numeric entities $string = preg_replace('~&#x([0-9a-f]+);~ei', 'chr(hexdec("1"))', $string); $string = preg_replace('~&#([0-9]+);~e', 'chr(1)', $string); // replace literal entities $trans_tbl = get_html_translation_table(HTML_ENTITIES); $trans_tbl = array_flip($trans_tbl); return strtr($string, $trans_tbl); } } if (substr($str, 0, 1) == '[') { $arr = json_decode($str, true); foreach ($arr as $i => $a) { foreach ($a as $k => $v) { $arr[$i][$k] = tla_decode_str($v); } } return $arr; } $out = ''; $retarr = ''; preg_match_all("/<(.*?)>(.*?) $retarr['BeforeText'][$i], 'URL' => $retarr['URL'][$i], 'Text' => $retarr['Text'][$i], 'AfterText' => $retarr['AfterText'][$i], ); } return $arr; } function tla_decode_str($str) { $search_ar = array('<', '>', '"'); $replace_ar = array('<', '>', '"'); return str_replace($search_ar, $replace_ar, html_entity_decode(strip_tags($str))); } tla_ads(); ?>