Forum
How to start with rsslib
2011-09-24 11:22:00
rozbif
Hi, i am new at rss readers and i have no idea how to start.
I downloaded rsslib so now what do i upload on the server and what code do i put in the index.html to make it work.
I pretty much need a rsslib guide for dummies, so who can help me to set up rss reader?
2011-09-24 12:58:58
rozbif
Still here waiting for somebody to help me out with this rsslib script
2011-09-24 17:53:43
rozbif
There are 9 items in the rsslib folder WHAT DO I UPLOAD TO SERVER AND WHAT CODE DO I PUT IN INDEX.HTML
2011-09-25 05:05:29
rozbif
What files do i upload to server and what code do i add to my html file, i am totally new at this and i need some help i read everything on forum but there is nothing that would give any directions to a person who is working with RSS for the first time......
2011-09-25 15:49:20
rozbif
Can anybody help me with this script, two days and still no response..... :( and =(
2011-09-26 13:01:03
scriptol
Hello,
do you have tried the demos? https://www.scriptol.com/rss/rss-single.php and several other demos are provided on this page.
2011-09-26 13:26:34
rozbif
Yes i did, and now everything works just fine. But i do have a question, on index.php i am showing only 8 rss feeds as links, but now in sub category's i want to show about 15 rss feeds with one line of text (RSS_display) and i added next to rss url 15 but it is still showing 8 feeds... i am working on my site at www googleov com/test/index.html
2011-09-26 07:11:01
rozbif
Day 3 of waiting for a response......
2011-09-26 10:42:26
rozbif
I uploaded all files to server and added this code to index.html and index.php and nothing, no news feed to my website
<?php require_once("rsslib.php"); echo RSS_Display("www nytimes com/services/xml/rss/nyt/GlobalHome.xml", 15); ?>My website is www yaoom com
2011-09-27 03:18:08
scriptol
The function allows to choose the number of items:
function RSS_Display($url, $size = 15, $site = 0, $withdate = 0)But they are 3 optional arguments and you must assign all of them:
RSS_Display($myrul, 8, 0, 0)This should work.
2011-09-27 05:51:39
rozbif
Ok, thnxs but i all ready sorted it out