From: SourceForge.net <no...@so...> - 2006-08-23 02:27:19
|
/mod/phpwsrssfeeds item #1100334, was opened at 2005-01-11 10:06 Message generated for change (Settings changed) made by wendall911 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563513&aid=1100334&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: RFE Group: None Status: Open Resolution: Accepted >Priority: 8 Submitted By: Tony Miller (cl00bie) Assigned to: Wendall Cada (wendall911) >Summary: Unable to display a \\\"local feed file\\\" without hack. Initial Comment: This is to address the problem I had with my installation of PHP not being able to open a URL. How I got around it was to download the .xml file to my local hard drive via a crontab with wget, and to access the file using phpwsrssfeeds. The problem I'm having is with your validation routine. It looks for "http://" or "https://" and kicks out anything else that it finds. It does not allow me to put in the filename so that it'll go right to the file and display it. I had to go into RSS.php and comment out the validation routine, and everything works properly. Would you be able to validate for "file://" (stripping off the "file://" after validation) or remove the validation routine completely so I don't have to hack the product every time there's an upgrade? Thanks, -Tony PS: If you put the .xml file in your branch root, and just put the filename in as the feed URL, it works like a charm. ---------------------------------------------------------------------- Comment By: Tony Miller (cl00bie) Date: 2005-01-24 09:50 Message: Logged In: YES user_id=206347 Cool, Thanks Wendall. ---------------------------------------------------------------------- Comment By: Wendall Cada (wendall911) Date: 2005-01-21 09:42 Message: Logged In: YES user_id=711566 This was brought to my attention. Definately a design flaw. I'll have this fixed soon. Most likely I'll have a checkbox for designating local files. Wendall ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563513&aid=1100334&group_id=81360 |