缩略图基于XoopsHeadlines的X-Reaggregator提供了从其他来源重新聚合RSS Feed到您社区的功能,包括.htaccess SEO、设置偏好中的RSS缓存和RSS监视。

这对于例如X-Torrent的安装很有用,您可以向其中添加其他X-Torrent RSS Feed,并允许用户通过RSS Torrent从多个来源获取聚合种子,使用监视可组合多个种子,并为RSS Feed中的项目数量设置监视量。现在有了RSS Mashables。

从Chronolabs澳大利亚下载X-Reaggregator 2.16。

特性


系统要求



其他文件来自: wishcraft

MyAlbum-p (2012/03/13)
Flowplayer (2012/03/13)
希索云高速API (2012/03/13)
用户界面标签 (2012/03/13)
性感 (2012/03/13)
基准测试 (2012/03/13)
Maquee 1.03 (2012/03/13)
XQuiz (2012/03/13)
IRC 1.02 (2011/08/10)
TwitterBomb 1.12 (2011/08/10)
Pro聊天室 7.0 (2011/05/08)
会员 1.02 (2011/02/06)
网络摄像头 1.09 (2011/02/04)
希索支付 1.18 (2011/01/21)
希索码 1.02 (2010/12/15)
日期 1.45 (2010/11/08)
希索中心 (2010/09/29)

评论区内容归作者所有,我们不对此内容负责。
user

 Re: X-Reaggregator 2.02 - 模板修复


快速模板修复

xreaggregator_index.html


<
div style="clear:both;">&nbsp;div>

 
user

 X-Reaggregator 2.07 - RSS坏字符过滤器


RSS坏字符过滤器

有时源中会包含RSS中的坏字符,这是该代码的最后一个修复点,它只修改了文件..

/xeaggregator/class/xreaggregatorrenderer.php

第1步

// 在行131处添加以下
$channel_data $this->xr_htmlspecialchars($this->xr_htmlspecialchars_decode($channel_data));
$image_data $this->xr_htmlspecialchars($this->xr_htmlspecialchars_decode($image_data));
$items $this->xr_htmlspecialchars($this->xr_htmlspecialchars_decode($items));


第2步

在函数xreaggregatorRenderer.renderRSS下方添加以下2个函数

function xr_htmlspecialchars($obj_items)
    {
        foreach(
$obj_items as $key => $item)
        {
            if (
is_array($item))
            {
                
$obj_items[$key] = $this->xr_htmlspecialchars($item);
            } else {
                
$obj_items[$key] = htmlspecialchars($item);
            }
        }

        return 
$obj_items;    
    }
    
    function 
xr_htmlspecialchars_decode($obj_items)
    {
        foreach(
$obj_items as $key => $item)
        {
            if (
is_array($item))
            {
                
$obj_items[$key] = $this->xr_htmlspecialchars_decode($item);
            } else {
                
$obj_items[$key] = htmlspecialchars_decode($item);
            }
        }

        return 
$obj_items;    
    }

 
user

 Re: X-Reaggregator 2.07 - RSS 恶意字符过滤器


在使用 XOOPS 2.3 最终版时出现错误

注意:在文件 /modules/xreaggregator/index.php 行 95 中 undefined index: id
注意:在文件 /modules/xreaggregator/include/functions.php 行 12 中,返回引用的变量仅限于变量引用
警告:在文件 /modules/xreaggregator/class/xreaggregatorrenderer.php 行 63 中,fopen() [function.fopen]: php_network_getaddresses: getaddrinfo failed: No such host is known.
警告:fopen(https://xoops.org.cn/backend.php) [函数 fopen]:无法打开文件:未找到文件或目录,在文件 /modules/xreaggregator/class/xreaggregatorrenderer.php 行 63

 
user

 Re: X-Reaggregator 2.07 - RSS 恶意字符过滤器


Hi btesec,

你好吗?你需要与你的托管提供商讨论这件事...你可以尝试在 /modules/xreaggregator/class/xreaggregatorrenderer.php line 63 的第 63 行之前加入这行代码:

否则,你将不得不让他们在服务器的 php.ini 中开启 'allow_url_fopen'。

ini_set('allow_url_fopen',true);

 
user

 Re: X-Reaggregator 2.09


XOOPS 2.3.1 的错误

在管理端;
- 无法编辑模块中预先填充的任何现有源
- 无法更改任何块显示设置或权重
- 无法添加任何新源

PHP 或 Smarty 的调试模式下没有报告任何错误

用户端没有问题或错误

在 IE7 和 FF 中都有同样的问题

XOOPS 版本 - XOOPS 2.3.1

PHP 版本 - 5.2.1
safe_mode - 关闭
register_globals - 关闭
magic_quotes_gpc - 开启
allow_url_fopen - 开启
fsockopen - 开启
allow_call_time_pass_reference - 关闭

MySQL 版本 - 5.0.32-Debian_7

OS 版本 - Linux

任何帮助都将非常感激!
先用谢啦

 
user

 X-Reaggregator 2.22


最终发布版 :: http://cid-6580d2a11c091017.skydrive.live.com/self.aspx/XOOPS%20Modules/X-Reaggregator/Source%20Code/xoops2%5E_xreaggregator%5E_2.22.zip

 


Login

Top Module Downloads

Who's Online

247 user(s) are online (21 user(s) are browsing Module Repository)


Members: 0


Guests: 247


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Aug 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!