Re: RSS Feed Poster
Reply #16 –
Reading my answer now me thinks I have thought too quickly before posting - sorry.
The user count-switch is set correctly to 0 or 1, all following conditions set this switch to 0 for not counting. Up to here all OK.
Now comes the feed-counting switch (from the board counting switch) testing this value against 0[sic] sets user-count switch to 0 (off). A look into the database reveals though that a board setting of count = off sets this value to 1. My working and supposed changes will correct this wrong assumption and count all RSS-Postings correctly in the board and for the selected user.
Re: RSS Feed Poster
Reply #17 –
Update
6.0
!Fix broken link urls in atom based fields
!Set scheduled task to check every two minutes new installs only
Re: RSS Feed Poster
Reply #19 –
I believe EA supports embedded Youtube Videos (perhaps by add-on?), but whether or not they are viewable within EA is probably up to YouTube.. I have seen more and more YouTube video presentations in various sites with the overlay saying something like: "This Video can only be viewed in Youtube.. Click here"
Re: RSS Feed Poster
Reply #21 –
Update
!Fixes for PHP 8.0+
Re: RSS Feed Poster
Reply #23 –
Biggest update to date!
7.0
+GUID-based deduplication with configurable method (GUID, Link, or Hash)
+Content filtering with include/exclude keywords or regex patterns
+Custom post templates with {title}, {body}, {link}, {author}, {date}, {footer}, {enclosures} placeholders
+Media/enclosure handling embeds images, audio, and video from feed items
+Feed error logging and health dashboard with last success time and error count display
+Automatic retry with exponential backoff and auto-disable after max retries
+Auto-purge old feed log entries with configurable retention period
+WebSub (PubSubHubbub) support for real-time push updates from supported feeds
+Feed preview to view items before enabling a feed
+OPML import and export for bulk feed management
+Per-feed import log viewer with pagination
!Fixed assignment vs comparison bug in HTTPS scheme detection (= changed to ==)
!Fixed $row variable reference in UpdateJSONFeedBots (changed to $feed)
!Fixed fake cron condition that prevented feeds from ever updating (> changed to <)
!Fixed db_affected_rows used on SELECT queries (changed to db_num_rows)
!Fixed scheduled task missing UpdateJSONFeedBots call
!Fixed embed images regex running before message body was assigned
!Fixed trailing space in board select option values
!Added CSRF protection (session token validation) to all state-changing actions
!Added feed URL validation to reject non-HTTP schemes
!Removed display_errors from cronrss.php
!Added download timeout and max file size limits for feed fetching
!Added index on feedhash column for faster duplicate lookups
Re: RSS Feed Poster
Reply #25 –
That should be fixed now .. unfortunately you will have to re-upload the files. All that due to a function call used in an if condition. On the positive I notice a chance to abuse the chunked upload and fixed that as well.
Re: RSS Feed Poster
Reply #26 –
Thanks Spuds for solving it!