

- PHP RSS FEED READER SCRIPT ARCHIVE
- PHP RSS FEED READER SCRIPT SOFTWARE
- PHP RSS FEED READER SCRIPT DOWNLOAD
RSS feed is actually an XML document that can be easily read by using RSS reader software or built-in functions in programming languages, such as. It is a Web format that allows website owners to distribute their latest and frequently updated content in a standardized way. I've searched Google a little and everybody say that I must have the xmlrpc and the php-xml installed on my server. RSS stands for Really Simple Syndication. So, here it is:įatal error: Class 'DOMDocument' not found in /home/site/public_html/commonlib.php on line 127įatal error: Class 'DOMDocument' not found in /home/site/public_html/rss.php on line 71 If you would like to show them as multiple feeds, just call the outputrssfeed function for multiple times for these feeds. Sorrty, I've forgot to include the error php writes on the page. One method is to use rssmix to aggregate multiple RSS feeds into a single one and then show them in the page using the script here if you want to show them as a single one feeds. I have php 5.1.6 and Apache 2.2.3 for what it matters. Select a template, color scheme and enter your url to have your RSS feed displayed free of charge on. I've tried hundreds of configurations until now, enabling and disabling functions in php.ini and httpd, nothing seems to work for me. Run the rss2html.php script from a server, passing it the URLs of your feed and webpage template files this service is hosted at. So, maybe someone can help me here and answer and tell me what are the requests for the commonlib script to work so I can skip checking everything again and go to the problem. Which I then filtered based on my UI and tech preferences i.e. My criteria to filter the list were: Minimum 1000 Github Stars Commit in the last 6 months This is what I was left with. I know is nothing wrong with the script - is something with the server configuration but I can't find out what. There's a bunch of open source Feed Readers listed on the Feed Reader section of Awesome Self-Hosted. I've just reinstalled my server switching from Ubuntu to Centos 5 and the commonlib script is not working any more. Using a form to select the parameters of the display. Displaying an RSS/Atom/RDF feed directly.
PHP RSS FEED READER SCRIPT ARCHIVE
The archive holds the script and the demos.
PHP RSS FEED READER SCRIPT DOWNLOAD
To display only links on articles, replace in the Common_Display function this line: $recents = array_slice($Common_Content, 0, $size) īy: $recents = array_slice($Common_Content, 1, $size) Download True if the dates are displayed or else false.

True if the descriptions are displayed or else false. True if the chanel is displayed, false elsewhere.

The interface requires one argument, the url, and supports four optional The interface is comprised of a single function: Common_Display(url, size, channel-option, desc-option, date-option) The date is not displayed for the RSS RDF 1.0 format because it is not a The function displays the channel and the articles and for each of them the The URL of the file may be local, in the form: rss.xml, or remote in This library holds only a single function that is able to display any feed Common Feed Reader - Script of a RSS/Atom reader
