[ABD] lastRSS autoposting bot MOD (0.1.4)

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
Locked
porkchop87
Registered User
Posts: 16
Joined: Thu Jul 31, 2008 3:42 pm
Location: Canada
Contact:

Re: [DEV] lastRSS autoposting bot MOD (0.1.1)

Post by porkchop87 »

Well HURRY UP!! :evil:

... just kidding.

Looking forward to your next release. It's a really great mod, and is actually the most useful mod for the type of forum I run. I really appreciate your work.
User avatar
PrattP
Registered User
Posts: 147
Joined: Sun Oct 21, 2007 6:26 am
Contact:

Re: [DEV] lastRSS autoposting bot MOD (0.1.1)

Post by PrattP »

After having trouble with this mod, I've fresh installed it once again.

Smix, how long should it take to work? 1 day? I have heard this from another user.

Also, will it only post updates to the feed? So like new articles from now on?
User avatar
Smix
Registered User
Posts: 482
Joined: Mon Sep 11, 2006 1:07 am

Re: [DEV] lastRSS autoposting bot MOD (0.1.1)

Post by Smix »

It´s working immediately - after installation ... It runs once per x hours - it depends on the number in column "next_check_after" ... Original example is downloaded once per hour ...

Code: Select all

INSERT INTO `phpbb_lastrss_autopost` (`name`, `url`, `next_check`, `next_check_after`, `destination_id`, `enabled`) VALUES 
('lastRSS', 'http://phpbb3.smika.net/lastrss.php', 0, 1, 1, 1);
User avatar
PrattP
Registered User
Posts: 147
Joined: Sun Oct 21, 2007 6:26 am
Contact:

Re: [DEV] lastRSS autoposting bot MOD (0.1.1)

Post by PrattP »

I set mine to 0 to force grab the feed. It still has no output.

Code: Select all

INSERT INTO `phpbb_lastrss_autopost` (`name`, `url`, `next_check`, `next_check_after`, `destination_id`, `enabled`) VALUES 
('TNB Latest News', 'http://www.thenintendobasement.com/latestnews/feed/', 0, 0, 30, 1);
User avatar
Smix
Registered User
Posts: 482
Joined: Mon Sep 11, 2006 1:07 am

Re: [DEV] lastRSS autoposting bot MOD (0.1.1)

Post by Smix »

Well, this feed is actually not parsed, because it uses CDATA tag ... :| ...
User avatar
PrattP
Registered User
Posts: 147
Joined: Sun Oct 21, 2007 6:26 am
Contact:

Re: [DEV] lastRSS autoposting bot MOD (0.1.1)

Post by PrattP »

OK, so how would I fix this? Feedburner?

http://feeds.feedburner.com/thenintendobasement
User avatar
Smix
Registered User
Posts: 482
Joined: Mon Sep 11, 2006 1:07 am

Re: [DEV] lastRSS autoposting bot MOD (0.1.1)

Post by Smix »

You have to wait until I´ll fix the CDATA content ...

This :arrow: http://feeds.feedburner.com/thenintendobasement is not a RSS feed - it´s normal HTML page ...
This :arrow: http://www.thenintendobasement.com/latestnews/feed/ is a RSS feed and in next versions it will be available and it will work ...

Please be patient ...
User avatar
PrattP
Registered User
Posts: 147
Joined: Sun Oct 21, 2007 6:26 am
Contact:

Re: [DEV] lastRSS autoposting bot MOD (0.1.1)

Post by PrattP »

Ah ok, I understand now. :-)

Looking forward to it! Keep up the great work. :D

Also, do you or anyone know how to remove/replace the cdata in the feed?
Last edited by PrattP on Mon Oct 06, 2008 1:11 pm, edited 1 time in total.
simvader
Registered User
Posts: 144
Joined: Thu Sep 06, 2007 5:54 pm
Location: Netherlands
Contact:

Re: [DEV] lastRSS autoposting bot MOD (0.1.1)

Post by simvader »

I am looking forward to this too! :D
User avatar
Smix
Registered User
Posts: 482
Joined: Mon Sep 11, 2006 1:07 am

Re: [DEV] lastRSS autoposting bot MOD (0.1.1)

Post by Smix »

PrattP wrote:Also, do you or anyone know how to remove/replace the cdata in the feed?
... I already have an idea ... I´m actually fixing this ;) ...
User avatar
PrattP
Registered User
Posts: 147
Joined: Sun Oct 21, 2007 6:26 am
Contact:

Re: [DEV] lastRSS autoposting bot MOD (0.1.1)

Post by PrattP »

Haha great. You think of everything. :D

Can't wait until you complete it, it's a top mod! And very, very useful! Would save me so much time.
User avatar
Smix
Registered User
Posts: 482
Joined: Mon Sep 11, 2006 1:07 am

Re: [DEV] lastRSS autoposting bot MOD (0.1.1)

Post by Smix »

... actually ... you are speaking about removing cdata ... but I think, they are always removed ... aren´t they? ... Also, what do you want to do, if you are speaking about replacing the cdata content? :geek:

The problem I´m actually fixing is related to cdata - cdata are not shown (because they are ignored now) and I´m fixing this behavior of the mod so cdata´s content will be finally gathered and posted ...
User avatar
PrattP
Registered User
Posts: 147
Joined: Sun Oct 21, 2007 6:26 am
Contact:

Re: [DEV] lastRSS autoposting bot MOD (0.1.1)

Post by PrattP »

Well when I say replacing, I mean using acceptable code instead of the cdata so the mod works.
User avatar
Smix
Registered User
Posts: 482
Joined: Mon Sep 11, 2006 1:07 am

Re: [DEV] lastRSS autoposting bot MOD (0.1.1)

Post by Smix »

I´m proudly announcing, that I´ve really fixed the CDATA tag bug ... (Please don´t ask me, where was the bug :oops: :lol: )
Also the other inserting bugs was probably fixed and soonly you can await a new version of both my mods ...
User avatar
DiegoPino
Registered User
Posts: 135
Joined: Thu Oct 27, 2005 1:30 am
Location: Colombia
Contact:

Re: [DEV] lastRSS autoposting bot MOD (0.1.1)

Post by DiegoPino »

Smix wrote:I´m proudly announcing, that I´ve really fixed the CDATA tag bug ... (Please don´t ask me, where was the bug :oops: :lol: )
Also the other inserting bugs was probably fixed and soonly you can await a new version of both my mods ...

Excelent News Smix. Take you time .
:ugeek:
We11World [ Winning Eleven ] , Blog , PinoStudio1 , Archive Forums
Locked

Return to “[3.0.x] Abandoned MODs”