vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   [v1.6] Inferno RSS Forum Feeds Technology (https://vborg.vbsupport.ru/showthread.php?t=94510)

DjTaz 12-28-2005 04:35 PM

Nope - cron is set up and working.

Even if i refresh it manually it says 0 new rss feeds found, but there are new ones there. It seems like its not deleting the old ones and limits out on 27 new threads and wont get any more after that .. its a bit annoying really cause the system is brilliant if i get it working right.

Doozilla 12-28-2005 04:57 PM

Quote:

Originally Posted by DjTaz
...the system is brilliant if i get it working right.

I definitely agree.

Skaterscafe.com 01-03-2006 07:52 AM

Worked perfect on the first attempt.

2shae 01-03-2006 06:18 PM

i got the mod running but i have the following problem,
http://feeds.feedburner.com/neowin-main add that rss it got it working but there needs to be an option to remove html, there is HUGE spaces where there should only be a small paragraph, the remove html bit should remove spans etc etc etc as it looks aful

unknowngiver 01-04-2006 07:19 PM

<a href="http://www.bbc.co.uk/urdu/index.xml" target="_blank">http://www.bbc.co.uk/urdu/index.xml</a>
hey
this is the RSS but its not workin
can u help me wid it please

zerinS4 01-05-2006 05:14 PM

I have this hack running successfully on my site, Dubspeed Racing. However, the format in which it outputs things is rediculous. Whats up with the extra white space in the formatting?

Example Thread Here:
http://www.dubspeedracing.com/forums...ead.php?t=8055

And the feed its pulling from here:

http://www.speedsportlife.com/corvet...-at-the-wheel/

And my RSS Post Construct:
Quote:

Published: {XML[pubDate]}

{XML[content:encoded]}

Dubspeed Driven
Help!

ChurchMedia 01-07-2006 09:04 AM

Cool hack! I'm having a small problem. When I add any text or code to the post section, it doesn't save any of the RSS settings. If I just use the XML code in the post it works fine. But I'd like to add some of my own text and code.

Any ideas? Thanks!!

IrPr 01-09-2006 01:00 PM

what about this feed title ?

Code:

<title xml:lang="ar"> ????????????  /title>

xtreme-mobile 01-12-2006 04:52 PM

ive used the older version of this has the problems with the double posting of feeds been fixed?

unknowngiver 01-16-2006 03:45 PM

Anyone?
i cant get this rss to work
http://www.bbc.co.uk/urdu/index.xml

NineToez 01-25-2006 05:39 PM

Had to reinstall this since I moved my hosting and I'm getting "Invalid URL to RSS Given" which worked just fine before but now it's not?!? Yes, I uploaded all the necessary files and imported the XML, however now I'm running 3.5.3 vs. 3.5.1 as before; did I forget to CHMOD a folder/file perhaps?

clubplanet 01-26-2006 10:29 AM

Quote:

Originally Posted by jluerken
I tried to uninstall the product but this is also not working.
The entry stays in the admincp.

How can I get rid of this hack?

Had to figure this out myself. Here is how:
1. Go to Scheduled Tasks -> Scheduled Task Manager and delete the cron entry for Inferno RSS
2. Go to Manage Products, choose uninstall from the dropdown Box
3. Delete these files:

admincp/ffrss.php
includes/xml/cpnav_ffrss.xml
includes/xml/help_ffrss.xml
includes/cron/cron_ffrss.php

thuffner 02-01-2006 09:39 PM

How do you make the article bots' posts NOT count towards the board's total posts/threads?

Thanks! :)

BaconDelight 02-03-2006 02:37 PM

This is mostly working, but I've noticed a couple things.

First, sometimes when I hit "edit" on a feed I've created, the RSS Settings revert back to a previously saved state, rather than showing whatever changes I made to them last time. I find myself having to go in a couple times and hitting "Save" to be sure it's actually updated.

Secondly, for some reason, when using this feed, if I try to put {XLM[guid]} in my post construct, all I get is "array" instead of the contents of guid. Any ideas?

Jafo232 02-03-2006 04:14 PM

Installed..

I recommend you lower the amount of time RSS feeds are crawled.. Every minute seems like overkill.. Set mine for every 15 minutes or it slows the forum down significantly, even with one feed.

GamerJunk.net 02-04-2006 02:13 AM

How would I format this to look good....I'm feeding auctions from Ebay onto my site

<channel>
<title>fEEdBaY: Video Games : Accessories</title>
<link>http://rss.feedbay.net/getfeed.php?cid=49220</link>
<language>en-us</language>

<description>

fEEdBaY.net: Delivering eBay category listings and custom search filters via RSS since 2006. Watch for our IPO!

</description>

<item>

<title>
PSP 5 Enhance Replacement Analog Stick Sony Playstation
</title>

<link>
http://click.feedbay.net/go.php?u=%D...0DAV%1E%036%BC
</link>

<description>
<IMG ALIGN="LEFT" SRC="http://thumbs.ebaystatic.com/pict/8255935608.jpg"/>

<div valign="top">

<table>

<tr>
<td align="right">Auction #:</td>

<td>
<b>8255935608</b>
</td>
<td align="right">Location:</td>

<td>
<b>United States</b>
</td>
</tr>

<tr>
<td align="right">Current Price:</td>

<td>
<b>$0.10</b>
</td>
<td align="right">Bids:</td>

<td>
<b>0</b>
</td>
</tr>

<tr>
<td align="right">Started:</td>

<td>
<b>2006-02-04 04:10:00</b>
</td>
<td align="right">Ends:</td>

<td>
<b>2006-02-07 04:10:00</b>
</td>
</tr>
</table>
</div>
</description>
</item>

Snatch 02-08-2006 08:20 AM

Quote:

Originally Posted by b6gm6n
try editing your "new posts" link in your navbar template

Add the &exclude=27 (change 27 to the forum id where your feeds are posted)

Code:

http://www.mysite.com/forum/search.php?do=getnew&exclude=27
-b6


I had made this but it doesn?t work for me. It alway shows me the new threads and posts.
Another trick ?

GreeTz
Snatch

Tralala 02-10-2006 03:14 PM

Quote:

Originally Posted by jluerken
Sorry to say NxTek but I am not using RSS Feeds containing Video or Sound Files.

btw. this is not the meaning of RSS.
Its like using email for ftpying files :D

Sorry, I had to laugh at this.

I know it was said above, but your analogy is bad, and the entire premise is flawed.

RSS + sound = podcast.
RSS + video = video podcast

Ever heard of those? :surprised:

Tralala 02-10-2006 03:25 PM

Quote:

Originally Posted by Snatch
I had made this but it doesn?t work for me. It alway shows me the new threads and posts.
Another trick ?

GreeTz
Snatch


I've read you could turn off "Index New Posts in Search Engine" for the RSS forum, in Admin CP Forum Manager. This will prevent searches on that forum, so presumably will work? Not sure though.


You could also install this hack: Opt Out Forums from Get New/Get Daily. Works for me, and allows users to choose what they prefer on an individual basis, which I like. If you read the thread too, you'll see there's a way to set some forums to be "opted out" by default for everyone.

Hope this helps!

username12 02-14-2006 06:37 AM

Yahoo works perfectly... until I click on one of the links and get "Fatal error: Maximum execution time of 30 seconds exceeded".

Tralala 02-19-2006 06:56 PM

Quote:

Originally Posted by silurius
I get this error also on 3.5.2, even with cURL enabled. My host directed me to this page to see "how they handle it".

Is there anything further I need to do to this hack to take advantage of cURL?

Same error as silurius (same host, too.)

cURL is enabled. In fact, it works fine with ArticleBot.

<sigh>

dirtycrow 02-19-2006 08:41 PM

is there any way to make this not create new threads? my "New Posts" page is getting hammered.

G_Man 02-20-2006 01:19 AM

Quote:

Originally Posted by dirtycrow
is there any way to make this not create new threads? my "New Posts" page is getting hammered.

Until you (or WE) get an answer to this I found a solution: I made a new child forum in the MOD Area where only I have permissions. I get hit with the New Posts, but it doesn't show up in anyone else's listing.

Hope that at least helps a little. :)

Tralala 02-20-2006 06:01 AM

Quote:

Originally Posted by G_Man
Until you (or WE) get an answer to this I found a solution: I made a new child forum in the MOD Area where only I have permissions. I get hit with the New Posts, but it doesn't show up in anyone else's listing.

Hope that at least helps a little. :)


This mod will help you filter which forums get searched for new posts:
https://vborg.vbsupport.ru/showthread.php?t=91025

G_Man 02-22-2006 06:19 PM

What would work wonders for me is if this Hack could post all of the updates in One Post for each Feed. Or even in just one thread would be much better. ;)

Thanks Again for all your hard work ZT.

:D

James Goddard 02-24-2006 12:40 PM

I'd like to suggest adding event feeds to this.

For example, I have a feed that is "Upcoming Events" for a training agency. What I'd like to do is rather than create a post on this is to create a calendar event.

The feed has an entry:

PHP Code:

          <description>
            
3/4/06
          
</description

for single day events and an entry:

PHP Code:

          <description>
            
9/10/06-9/15/06
          
</description

for multiday events.

NineToez 02-24-2006 04:01 PM

I upgraded to 3.5.4 from 3.5.3 and neither version has worked with this extension, but did when I was running 3.5.2 and below just fine. I keep getting an "Invalid URL to RSS feed given" error.

mvolking 02-27-2006 12:04 AM

So there is no answer to making URL's in the RSS posts actual links??

Also, is there any way to put in line breaks in after the title/URL/description?

G_Man 02-27-2006 02:31 AM

Just put spaces in the "Thread Post RSS Construct" box between elements:

Mine looks like this:

PHP Code:

[B][U]{XML[title]}[/U][/B][U][/U]

[
url={XML[link]}]Read More...[/url]

{
XML[description]} 


Langly 03-09-2006 02:33 AM

Mine just makes a thread with the link to the source forum thread. If the source forum thread has additional posts after boing posted on my forum, the updated posts are not put on my forum. How can I make it do update the original threads? I have nearly 12000 threads and like 12200 posts.

stamos2003 03-27-2006 09:44 AM

hmm, seems like it's not supporting greek letters? no iso-coding possibility?

Sir_Yaro 04-08-2006 03:40 PM

seems to hava problem with non-latin letters:
try to use this feed:
http://linux.pl/rss.php

error is in this line:
Code:

<title>Dlaczego Linux?<br>Wyniki bada�upowszechnienia oprogramowania Open Source  wr� polskich przedsi�iorstw</title>

cashpath 04-11-2006 10:31 PM

How would this be edited so that it only posts A SINGLE latest news item in a RSS?

That would fix duplicates.... the way it works now it checks to see if the title= the last posted stored title. If it only checked the latest posted new and only posted 1 of them you would not got dups..

So.. anyone know how to only have it post 1??

Zinc 05-05-2006 11:10 AM

'installed' Got it working perfectly on 3.5.4, nice job.
Got the occasional ? in place of the ' char, but I guess that's down
to the feed set as ISO and my vB is UTF-8. Otherwise, v nice.

Al-Fateh 05-05-2006 01:21 PM

need help installing this one

can anyone help please

coffee 05-08-2006 06:51 PM

Thank you Zero Tolerance.

CarpHunter 05-13-2006 11:46 PM

In some wierd way it wont work properly.

I installed it and all seems ok. Got the new menu in Admincp and all.

Things get strange when I try to detect the feeds settings. I insert a link and my forum starts loading and loading and loading. After a couple of minutes my server times-out.

I tested this with the example BBC feed and some others but none seem to work.

Anyone have an explanation for this???

Board: vb 3.5.4
RSS hack: Inferno 1.6
All fresh installed and no other mods on it.

[edit]
Just tested some more and found something interesting.
My server is running WinXP Pro, PHP 4.4.2, MySQL 4.0.26 and Apache 1.3.35.
When I click the dtect button I get a PHP error on my servers monitor.
Hope someone can help me with this.

popowich 05-16-2006 04:33 PM

Hello,

I noticed there is a 1.6 with bug fixes so I downloaded and installed, but I'm still at 1.5. Looking at the product xml file it says 1.5 at the top. Is it possible 1.6 was released but the version not updated in the XML file? If there is a specific download I should be looking for attached to a post in one of the 35 pages please point out the page number. Thank you.

-Raymond

libertate 05-18-2006 01:07 AM

An excellent edition to my tools! //clicks Install//

A minor notes -

* In field feed_parser you are not escaping double quotes. Whenever someone puts a double quote in any of the RSS Setting, it gets blown away.
Wouldn't it be easier to break those fields out instead of using parsing?

* As earler mentioned a toggle to allow a specific feed to create a thread, or continue existing thread would be excellent.

Neal-UK 05-19-2006 07:00 AM

I'm getting this on one site running a cron job:

Fatal error: Call to undefined function: sb_test() in /****/***/****/********/******/**/forum/includes/class_dm_threadpost.php(1466) : eval()'d code on line 2


All times are GMT. The time now is 11:29 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01840 seconds
  • Memory Usage 1,840KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (3)bbcode_php_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete