Discussion board

How to start with RSSLib

?
2011-09-24 11:22:00

rosebifs

Hi, I'm starting to read the RSS and have no idea how we start. I downloaded rsslib and now what do I download to the server and what code do I put in index.html to make it work? I'm really going to need an rsslib guide for dummies, so who can help me set up an RSS player?
2011-09-24 12:58:58

rosebifs

I'm still here, waiting for someone to help me with the rsslib script.
2011-09-24 17:53:43

rosebifs

There are 9 items in the rsslib directory WHAT I DOWNLOAD TO THE SERVER AND WHAT CODE I SHOULD PUT IN INDEX.HTML
2011-09-25 05:05:29

rosebifs

What files do I need to put on the server and what code to add to my HTML file, I am completely new and need a little help, I have read everything on the forum and there is nothing to show me the path for someone who is using RSS for the first time...
2011-09-25 15:49:20

rosebifs

Can someone help me with this script, two days and always unanswered.....: (and = (
2011-09-26 13:01:03

scriptol

Hey, have you tried demonstrations? For example, the this pageshows https://www.iqlevsha.ru/rss/rss-simple.php and a few more demos.
2011-09-26 13:26:34

rosebifs

Yes, and now everything works perfectly. But I still have a question, in index.php I show only 8 rss feeds as links, but now in subcategories I would like about 15 rss feeds with a text string (RSS_display) and added the value 15 next to the RSS URL, but it still displays 8 feeds... I work on my website at www googleov com/test/index.html
2011-09-26 07:11:01

rosebifs

The third day waiting for a response...
2011-09-26 10:42:26

rosebifs

I uploaded all the files to the server and added this code to index.html and index.php and nothing, no new feed on my site
<?php
require_once("rsslib.php");
echo RSS_Display("www nytimes com/services/xml/rss/nyt/GlobalHome.xml", 15);
?>
My website www example com
2011-09-27 03:18:08

scriptol

The function allows you to select the number of links:
function RSS_Display($url, $size = 15, $site = 0, $withdate = 0)
But there are three additional arguments, and you have to assign them all three:
RSS_Display($myrul, 8, 0, 0)
It should work.
2011-09-27 05:51:39

rosebifs

Okay, thank you, but I've already decided everything.