Version Description
Download this release
Release Info
| Developer | Bueltge |
| Plugin | |
| Version | RSSImportTwo |
| Comparing to | |
| See all releases | |
Code changes from version 4.1 to RSSImportTwo
- rssimport.php +0 -111
- rssimporttwo.php +112 -0
rssimport.php
DELETED
|
@@ -1,111 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
|
| 3 |
-
/*
|
| 4 |
-
Plugin Name: WP-RSSImport
|
| 5 |
-
Plugin URI: http://bueltge.de/wp-rss-import-plugin/55/
|
| 6 |
-
Description: List a RSS-Feed in your WP-Blog, only headlines or with description.
|
| 7 |
-
Author: Frank Bueltge
|
| 8 |
-
Version: 4.1
|
| 9 |
-
License: GPL
|
| 10 |
-
Author URI: http://bueltge.de
|
| 11 |
-
*/
|
| 12 |
-
|
| 13 |
-
/*
|
| 14 |
-
------------------------------------------------------
|
| 15 |
-
ACKNOWLEDGEMENTS
|
| 16 |
-
------------------------------------------------------
|
| 17 |
-
Original and Idea: Dave Wolf, http://www.davewolf.net
|
| 18 |
-
Thx to Thomas Fischer, http://www.securityfocus.de and Gunnar Tillmann http://www.gunnart.de for a better code
|
| 19 |
-
|
| 20 |
-
USAGE: Use following code with a PHP-Plugin for WordPress:
|
| 21 |
-
Example: <?php RSSImport(10, "http://bueltge.de/feed/", true, false); ?>
|
| 22 |
-
------------------------------------------------------
|
| 23 |
-
*/
|
| 24 |
-
|
| 25 |
-
// For function fetch_rss
|
| 26 |
-
if(file_exists(ABSPATH . WPINC . '/rss-functions.php')) {
|
| 27 |
-
@require_once (ABSPATH . WPINC . '/rss-functions.php');
|
| 28 |
-
// It's Wordpress 1.5.2 or 2.x. since it has been loaded successfully
|
| 29 |
-
} elseif (file_exists(ABSPATH . WPINC . '/rss.php')) {
|
| 30 |
-
@require_once (ABSPATH . WPINC . '/rss.php');
|
| 31 |
-
// In Wordpress 2.1, a new file name is being used
|
| 32 |
-
} else {
|
| 33 |
-
die (__('Error in file: ' . __FILE__ . ' on line: ' . __LINE__ . '.<br />The Wordpress file "rss-functions.php" or "rss.php" could not be included.'));
|
| 34 |
-
}
|
| 35 |
-
|
| 36 |
-
// cache and error report
|
| 37 |
-
//define('MAGPIE_CACHE_ON', false); // Cache off
|
| 38 |
-
define('MAGPIE_CACHE_AGE', '60*60'); // in sec, one hour
|
| 39 |
-
//error_reporting(E_ERROR);
|
| 40 |
-
|
| 41 |
-
function RSSImport($display=0, $feedurl, $displaydescriptions=false, $truncatetitle=true) {
|
| 42 |
-
|
| 43 |
-
// read in file for search charset
|
| 44 |
-
ini_set('default_socket_timeout', 120);
|
| 45 |
-
$a = file_get_contents($feedurl);
|
| 46 |
-
// for better performance, if the server accepts the method
|
| 47 |
-
//$a = file_get_contents($feedurl,FALSE,NULL,0,50);
|
| 48 |
-
|
| 49 |
-
$rss = fetch_rss($feedurl);
|
| 50 |
-
|
| 51 |
-
if ($rss && !$rss->ERROR) {
|
| 52 |
-
// the follow print_r list all items in array
|
| 53 |
-
// print_r($rss);
|
| 54 |
-
echo wptexturize('<ul>');
|
| 55 |
-
foreach ($rss->items as $item) {
|
| 56 |
-
if ($display == 0) {
|
| 57 |
-
break;
|
| 58 |
-
}
|
| 59 |
-
|
| 60 |
-
$title = $item['title'];
|
| 61 |
-
$href = $item['link'];
|
| 62 |
-
// view date
|
| 63 |
-
$pubDate = $item['pubdate'];
|
| 64 |
-
// cut date
|
| 65 |
-
$pubDate = substr($pubDate, 0, 25);
|
| 66 |
-
|
| 67 |
-
// Edit here:
|
| 68 |
-
// For import with pure text
|
| 69 |
-
$desc = $item['description'];
|
| 70 |
-
// For import with HTML
|
| 71 |
-
//$desc = $item['content']['encoded'];
|
| 72 |
-
|
| 73 |
-
if (eregi('encoding="ISO-8859-', $a)) {
|
| 74 |
-
isodec($title);
|
| 75 |
-
isodec($desc);
|
| 76 |
-
} else {
|
| 77 |
-
utf8dec($title);
|
| 78 |
-
utf8dec($desc);
|
| 79 |
-
}
|
| 80 |
-
$umlaute = array('„','“','–',' \"','–','—','‘','’','“','”','„','•','…' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�',utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),chr(128),chr(129),chr(130),chr(131),chr(132),chr(133),chr(134),chr(135),chr(136),chr(137),chr(138),chr(139),chr(140),chr(141),chr(142),chr(143),chr(144),chr(145),chr(146),chr(147),chr(148),chr(149),chr(150),chr(151),chr(152),chr(153),chr(154),chr(155),chr(156),chr(157),chr(158),chr(159),chr(160),chr(161),chr(162),chr(163),chr(164),chr(165),chr(166),chr(167),chr(168),chr(169),chr(170),chr(171),chr(172),chr(173),chr(174),chr(175),chr(176),chr(177),chr(178),chr(179),chr(180),chr(181),chr(182),chr(183),chr(184),chr(185),chr(186),chr(187),chr(188),chr(189),chr(190),chr(191),chr(192),chr(193),chr(194),chr(195),chr(196),chr(197),chr(198),chr(199),chr(200),chr(201),chr(202),chr(203),chr(204),chr(205),chr(206),chr(207),chr(208),chr(209),chr(210),chr(211),chr(212),chr(213),chr(214),chr(215),chr(216),chr(217),chr(218),chr(219),chr(220),chr(221),chr(222),chr(223),chr(224),chr(225),chr(226),chr(227),chr(228),chr(229),chr(230),chr(231),chr(232),chr(233),chr(234),chr(235),chr(236),chr(237),chr(238),chr(239),chr(240),chr(241),chr(242),chr(243),chr(244),chr(245),chr(246),chr(247),chr(248),chr(249),chr(250),chr(251),chr(252),chr(253),chr(254),chr(255),chr(256));
|
| 81 |
-
$htmlcode = array('„','“','–',' "','–','—','‘','’','“','”','„','•' ,'…','€','‚','ƒ','„','…','†','‡','ˆ','‰','Š','‹','Œ','Ž','‘','’','“','”','•','–','—','˜','™','š','›','œ','ž','Ÿ','¡','¢','£','¤','¥','¦','§','¨','©','ª','«','¬','®','¯','°','±','²','³','´','µ','¶','·','¸','&supl;','º','»','¼','½','¾','¿','À','Á','Â','Ã','Ä','Å','Æ','Ç','È','É','Ê','Ë','Ì','Í','Î','Ï','Ð','Ñ','Ò','Ó','Ô','Õ','Ö','×','Ø','Ù','Ú','Û','Ü','Ý','Þ','ß','à','á','â','ã','ä','å','æ','ç','è','é','ê','ë','ì','í','î','ï','ð','ñ','ò','ó','ô','õ','ö','÷','ø','ù','ú','û','ü','ý','þ','ÿ','€','‚','ƒ','„','…','†','‡','ˆ','‰','Š','‹','Œ','Ž','‘','’','“','”','•','–','—','˜','™','š','›','œ','ž','Ÿ','¡','¢','£','¤','¥','¦','§','¨','©','ª','«','¬','®','¯','°','±','²','³','´','µ','¶','·','¸','&supl;','º','»','¼','½','¾','¿','À','Á','Â','Ã','Ä','Å','Æ','Ç','È','É','Ê','Ë','Ì','Í','Î','Ï','Ð','Ñ','Ò','Ó','Ô','Õ','Ö','×','Ø','Ù','Ú','Û','Ü','Ý','Þ','ß','à','á','â','ã','ä','å','æ','ç','è','é','ê','ë','ì','í','î','ï','ð','ñ','ò','ó','ô','õ','ö','÷','ø','ù','ú','û','ü','ý','þ','ÿ','€','','‚','ƒ','„','…','†','‡','ˆ','‰','Š','‹','Œ','','Ž','','','‘','’','“','”','•','–','—','˜','™','š','›','œ','','ž','Ÿ',' ','¡','¡','¡','¡','¥','¦','§','¨','©','ª','«','¬','�­','®','¯','°','±','²','³','´','µ','¶','·','¸','&supl;','º','»','¼','½','¾','¿','À','Á','Â','Ã','Ä','Å','Æ','Ç','È','É','Ê','Ë','Ì','Í','Î','Ï','Ð','Ñ','Ò','Ó','Ô','Õ','Ö','×','Ø','Ù','Ú','Û','Ü','Ý','Þ','ß','à','á','â','ã','ä','å','æ','ç','è','é','ê','ë','ì','í','î','ï','ð','ñ','ò','ó','ô','õ','ö','÷','ø','ù','ú','û','ü','ý','þ','ÿ');
|
| 82 |
-
$title = str_replace($umlaute, $htmlcode, $title);
|
| 83 |
-
$desc = str_replace($umlaute, $htmlcode, $desc);
|
| 84 |
-
|
| 85 |
-
if ($truncatetitle && (strlen($title)>30)) {
|
| 86 |
-
$title = substr($title, 0, 30) . " ... ";
|
| 87 |
-
}
|
| 88 |
-
echo wptexturize('<li>');
|
| 89 |
-
echo wptexturize('<a href="' . $href . '" title="'. ereg_replace("[^A-Za-z0-9 ]", "", $item['title']) . '">' . $title . '</a> <small>' . $pubDate . '</small>');
|
| 90 |
-
if ($displaydescriptions && $desc <> "") {
|
| 91 |
-
echo wptexturize('<br />' . "\n" . $desc . "\n");
|
| 92 |
-
}
|
| 93 |
-
$display--;
|
| 94 |
-
echo wptexturize('</li>');
|
| 95 |
-
}
|
| 96 |
-
echo wptexturize('</ul>');
|
| 97 |
-
} else {
|
| 98 |
-
echo '<p>' . __('Error: Feed has a error or is not valid') . $rss->ERROR . '</p>';
|
| 99 |
-
}
|
| 100 |
-
}
|
| 101 |
-
|
| 102 |
-
function utf8dec($s_String) {
|
| 103 |
-
$s_String = html_entity_decode(htmlentities($s_String." ", ENT_COMPAT, 'UTF-8'));
|
| 104 |
-
return substr($s_String, 0, strlen($s_String)-1);
|
| 105 |
-
}
|
| 106 |
-
|
| 107 |
-
function isodec($s_String) {
|
| 108 |
-
$s_String = html_entity_decode(htmlentities($s_String." ", ENT_COMPAT, 'ISO-8859-1'));
|
| 109 |
-
return substr($s_String, 0, strlen($s_String)-1);
|
| 110 |
-
}
|
| 111 |
-
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rssimporttwo.php
ADDED
|
@@ -0,0 +1,112 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
|
| 3 |
+
/*
|
| 4 |
+
Plugin Name: WP-RSSImportTwo
|
| 5 |
+
Plugin URI: http://bueltge.de/wp-performance-meiner-startseite/129/
|
| 6 |
+
Description: List a RSS-Feed in your WP-Blog, only headlines or with description. (This Version is for Home-Site and view the article and comments.)
|
| 7 |
+
Author: Frank Bueltge
|
| 8 |
+
Version: 3.5
|
| 9 |
+
License: GPL
|
| 10 |
+
Author URI: http://bueltge.de
|
| 11 |
+
*/
|
| 12 |
+
|
| 13 |
+
/*
|
| 14 |
+
Original and Idea: Dave Wolf, http://www.davewolf.net
|
| 15 |
+
Thx to Thomas Fischer, http://www.securityfocus.de and Gunnar Tillmann http://www.gunnart.de for a better code
|
| 16 |
+
|
| 17 |
+
USAGE: Use following code with a PHP-Plugin for WordPress:
|
| 18 |
+
Example: <?php RSSImportTwo(10,"http://bueltge.de/feed/", true, false, true, 200); ?>
|
| 19 |
+
*/
|
| 20 |
+
|
| 21 |
+
// For function fetch_rss
|
| 22 |
+
if(file_exists(ABSPATH . WPINC . '/rss-functions.php')) {
|
| 23 |
+
@require_once (ABSPATH . WPINC . '/rss-functions.php');
|
| 24 |
+
// It's Wordpress 1.5.2 or 2.x. since it has been loaded successfully
|
| 25 |
+
} elseif (file_exists(ABSPATH . WPINC . '/rss.php')) {
|
| 26 |
+
@require_once (ABSPATH . WPINC . '/rss.php');
|
| 27 |
+
// In Wordpress 2.1, a new file name is being used
|
| 28 |
+
} else {
|
| 29 |
+
die (__('Error in file: ' . __FILE__ . ' on line: ' . __LINE__ . '.<br />The Wordpress file "rss-functions.php" or "rss.php" could not be included.'));
|
| 30 |
+
}
|
| 31 |
+
|
| 32 |
+
// cache
|
| 33 |
+
//define('MAGPIE_CACHE_ON', false); // Cache off
|
| 34 |
+
define('MAGPIE_CACHE_AGE', '60*60'); // in sec, one hour
|
| 35 |
+
error_reporting(E_ERROR);
|
| 36 |
+
|
| 37 |
+
function RSSImportTwo($display=0, $feedurl, $displaydescriptions=false, $truncatetitle=true, $truncatedescription=true, $word=100) {
|
| 38 |
+
|
| 39 |
+
// read in file for search charset
|
| 40 |
+
ini_set('default_socket_timeout', 120);
|
| 41 |
+
$a = file_get_contents($feedurl);
|
| 42 |
+
// for better performance, if the server accepts the method
|
| 43 |
+
//$a = file_get_contents($feedurl,FALSE,NULL,0,50);
|
| 44 |
+
|
| 45 |
+
$rss = fetch_rss($feedurl);
|
| 46 |
+
|
| 47 |
+
if ($rss && !$rss->ERROR) {
|
| 48 |
+
// the follow print_r list all items in array
|
| 49 |
+
// print_r($rss);
|
| 50 |
+
echo wptexturize('<div class="startseite">');
|
| 51 |
+
foreach ($rss->items as $item) {
|
| 52 |
+
if ($display == 0) {
|
| 53 |
+
break;
|
| 54 |
+
}
|
| 55 |
+
$title = $item['title'];
|
| 56 |
+
$href = $item['link'];
|
| 57 |
+
|
| 58 |
+
// view date
|
| 59 |
+
$pubDate = $item['pubdate'];
|
| 60 |
+
$pubDate = substr($pubDate, 0, 25);
|
| 61 |
+
|
| 62 |
+
// Edit here:
|
| 63 |
+
// For import with pure text
|
| 64 |
+
$desc = $item['description'];
|
| 65 |
+
// For import with HTML
|
| 66 |
+
//$desc = $item['content']['encoded#];
|
| 67 |
+
|
| 68 |
+
if ( eregi('encoding="ISO-8859-', $a) ) {
|
| 69 |
+
isodec_two($title);
|
| 70 |
+
isodec_two($desc);
|
| 71 |
+
$umlaute = array(' \"','–','—','‘','’','“','”','„','•','…' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�' ,'�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�','�',utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),utf8_encode('�'),chr(128),chr(129),chr(130),chr(131),chr(132),chr(133),chr(134),chr(135),chr(136),chr(137),chr(138),chr(139),chr(140),chr(141),chr(142),chr(143),chr(144),chr(145),chr(146),chr(147),chr(148),chr(149),chr(150),chr(151),chr(152),chr(153),chr(154),chr(155),chr(156),chr(157),chr(158),chr(159),chr(160),chr(161),chr(162),chr(163),chr(164),chr(165),chr(166),chr(167),chr(168),chr(169),chr(170),chr(171),chr(172),chr(173),chr(174),chr(175),chr(176),chr(177),chr(178),chr(179),chr(180),chr(181),chr(182),chr(183),chr(184),chr(185),chr(186),chr(187),chr(188),chr(189),chr(190),chr(191),chr(192),chr(193),chr(194),chr(195),chr(196),chr(197),chr(198),chr(199),chr(200),chr(201),chr(202),chr(203),chr(204),chr(205),chr(206),chr(207),chr(208),chr(209),chr(210),chr(211),chr(212),chr(213),chr(214),chr(215),chr(216),chr(217),chr(218),chr(219),chr(220),chr(221),chr(222),chr(223),chr(224),chr(225),chr(226),chr(227),chr(228),chr(229),chr(230),chr(231),chr(232),chr(233),chr(234),chr(235),chr(236),chr(237),chr(238),chr(239),chr(240),chr(241),chr(242),chr(243),chr(244),chr(245),chr(246),chr(247),chr(248),chr(249),chr(250),chr(251),chr(252),chr(253),chr(254),chr(255),chr(256));
|
| 72 |
+
$htmlcode = array(' "','–','—','‘','’','“','”','„','•' ,'…','€','‚','ƒ','„','…','†','‡','ˆ','‰','Š','‹','Œ','Ž','‘','’','“','”','•','–','—','˜','™','š','›','œ','ž','Ÿ','¡','¢','£','¤','¥','¦','§','¨','©','ª','«','¬','®','¯','°','±','²','³','´','µ','¶','·','¸','&supl;','º','»','¼','½','¾','¿','À','Á','Â','Ã','Ä','Å','Æ','Ç','È','É','Ê','Ë','Ì','Í','Î','Ï','Ð','Ñ','Ò','Ó','Ô','Õ','Ö','×','Ø','Ù','Ú','Û','Ü','Ý','Þ','ß','à','á','â','ã','ä','å','æ','ç','è','é','ê','ë','ì','í','î','ï','ð','ñ','ò','ó','ô','õ','ö','÷','ø','ù','ú','û','ü','ý','þ','ÿ','€','‚','ƒ','„','…','†','‡','ˆ','‰','Š','‹','Œ','Ž','‘','’','“','”','•','–','—','˜','™','š','›','œ','ž','Ÿ','¡','¢','£','¤','¥','¦','§','¨','©','ª','«','¬','®','¯','°','±','²','³','´','µ','¶','·','¸','&supl;','º','»','¼','½','¾','¿','À','Á','Â','Ã','Ä','Å','Æ','Ç','È','É','Ê','Ë','Ì','Í','Î','Ï','Ð','Ñ','Ò','Ó','Ô','Õ','Ö','×','Ø','Ù','Ú','Û','Ü','Ý','Þ','ß','à','á','â','ã','ä','å','æ','ç','è','é','ê','ë','ì','í','î','ï','ð','ñ','ò','ó','ô','õ','ö','÷','ø','ù','ú','û','ü','ý','þ','ÿ','€','','‚','ƒ','„','…','†','‡','ˆ','‰','Š','‹','Œ','','Ž','','','‘','’','“','”','•','–','—','˜','™','š','›','œ','','ž','Ÿ',' ','¡','¡','¡','¡','¥','¦','§','¨','©','ª','«','¬','�­','®','¯','°','±','²','³','´','µ','¶','·','¸','&supl;','º','»','¼','½','¾','¿','À','Á','Â','Ã','Ä','Å','Æ','Ç','È','É','Ê','Ë','Ì','Í','Î','Ï','Ð','Ñ','Ò','Ó','Ô','Õ','Ö','×','Ø','Ù','Ú','Û','Ü','Ý','Þ','ß','à','á','â','ã','ä','å','æ','ç','è','é','ê','ë','ì','í','î','ï','ð','ñ','ò','ó','ô','õ','ö','÷','ø','ù','ú','û','ü','ý','þ','ÿ');
|
| 73 |
+
$title = str_replace($umlaute, $htmlcode, $title);
|
| 74 |
+
$desc = str_replace($umlaute, $htmlcode, $desc);
|
| 75 |
+
$title = utf8_encode( html_entity_decode( str_replace($umlaute, $htmlcode, $title) ) );
|
| 76 |
+
$desc = utf8_encode( html_entity_decode( str_replace($umlaute, $htmlcode, $desc) ) );
|
| 77 |
+
} else {
|
| 78 |
+
utf8dec_two($title);
|
| 79 |
+
utf8dec_two($desc);
|
| 80 |
+
}
|
| 81 |
+
|
| 82 |
+
if ($truncatetitle && (strlen($title)>30)) {
|
| 83 |
+
$title = substr($title, 0, 30) . " ... ";
|
| 84 |
+
}
|
| 85 |
+
|
| 86 |
+
if ($truncatedescription && (strlen($desc) > $word)) {
|
| 87 |
+
$desc = substr($desc, 0, $word) . ' ... ';
|
| 88 |
+
}
|
| 89 |
+
echo wptexturize('<h5><a href="' . $href . '" title="' . $item['title'] .'" >' . $title . '</a></h5>');
|
| 90 |
+
echo wptexturize('<small>' . $pubDate . '</small><br />');
|
| 91 |
+
// Descriptions and more-Link
|
| 92 |
+
if($displaydescriptions && $desc <> "") {
|
| 93 |
+
echo wptexturize($desc . "");
|
| 94 |
+
}
|
| 95 |
+
$display--;
|
| 96 |
+
echo wptexturize('<p class="more-link"><a href="' . $href . '" title="' . $item['title'] . '"><strong>Weiterlesen »</strong></a></p>');
|
| 97 |
+
}
|
| 98 |
+
|
| 99 |
+
echo wptexturize('</div>');
|
| 100 |
+
}
|
| 101 |
+
}
|
| 102 |
+
|
| 103 |
+
function utf8dec_two($s_String) {
|
| 104 |
+
$s_String = html_entity_decode(htmlentities($s_String." ", ENT_COMPAT, 'UTF-8'));
|
| 105 |
+
return substr($s_String, 0, strlen($s_String)-1);
|
| 106 |
+
}
|
| 107 |
+
|
| 108 |
+
function isodec_two($s_String) {
|
| 109 |
+
$s_String = html_entity_decode(htmlentities($s_String." ", ENT_COMPAT, 'ISO-8859-1'));
|
| 110 |
+
return substr($s_String, 0, strlen($s_String)-1);
|
| 111 |
+
}
|
| 112 |
+
?>
|
