If I understand you correctly, here's how to do it: <?php require 'simplepie.inc'; $feed = new SimplePie(39;http://site.com/feed/'); echo '<h2>Feed level...
1068
diamantsus
May 2, 2008 8:48 am
Do you can add support for Server Proxy? F.e.: function SimplePie_File($url, $timeout = 10, $redirects = 5, $headers = null, $useragent = null,...
1069
Michael Shipley
michael_ship...
May 2, 2008 11:46 am
Sure, just extend the SimplePie_File class. http://simplepie.org/wiki/addons/start - Mike...
1070
catchitcat
May 2, 2008 3:21 pm
I'm building a site with the newsblock demo. I'd like to have a search box on the top of my page that will allow users to search for keywords from a select...
1071
catchitcat
May 2, 2008 4:26 pm
Now that I think of this more, it doesn't even need to search RSS feeds, just particular sites. For example, lets say I have 5 search sources. 1....
1072
tdbuilder
May 2, 2008 4:45 pm
... You can do it by modifying this neat little search script <http://186kpersecond.com/search.php> . Just view the source. It's not mine, the credits are on...
1073
catchitcat
May 2, 2008 5:07 pm
Thanks for the suggestion. but that is a little beyond my scope. I'm a designer, not a programmer. :) -Cat...
1074
telecombooksblog
telecombooks...
May 3, 2008 3:46 am
I have 60 feeds for a Newsblock 1.1.1 demo. It threw memory leak error in my server, although the memory limit is 128MB, which is way higher than the error...
1075
neilpharazyn
May 3, 2008 5:48 am
We want to use Simple Pie as part of a new product/service. So we decided that we would use Simple Pie Live to demonstrate it to interested parties. To our...
1076
univbgpd9
May 3, 2008 6:51 am
access all computer tutorials for free visit http://www.univbgpk1.newsit.es/...
1077
Michael Shipley
michael_ship...
May 3, 2008 8:31 am
I worked on this problem and made a post about how to fix it a few days ago. The fix worked for me in IE6 (havent testing in IE7 yet). All I did was I change...
1078
T D
tdbuilder
May 3, 2008 3:04 pm
Are you looking for something like I showed in the link or are you looking for a search that returns custom results on "your" site? I could send you a quick...
1079
Michael Shipley
michael_ship...
May 3, 2008 4:44 pm
Actually I just looked at the Newsblock 1.1.1 demo and I don't see the SP 1.1.1 destruct method called at all. Make sure your using the latest 1.1.1 version of...
1080
Bruce
bchandpc
May 3, 2008 6:51 pm
Catherine, Here is what I have on one of my sites that I think is what you want. http://www.racebuz.com/search/ I got it from ...
1081
Ryan Parman
skyzyxufks
May 3, 2008 7:40 pm
Here's the situation: * SimplePie Live is currently a very early beta, and yes, things are broken. * I've been busy trying to get my startup funded, and...
1082
johnhumphrey111
May 3, 2008 8:06 pm
Have you played around with Yahoo Pipes? Very intuitive and you can build off of something that is already close to what you're looking for. They just added...
1083
telecombooksblog
telecombooks...
May 3, 2008 9:00 pm
Mike, thanks for the tips! I added $feed->__destruct(); before return $html;, and it worked! All 60 feeds loaded pretty quickly. So I guess the real limitation...
1084
Michael Shipley
michael_ship...
May 4, 2008 4:42 am
As long as you have enough memory to load and process one feed, and you destruct SP after your finished with it, you should theoretically be able to handle an...
1085
ketchup_sandwich
ketchup_sand...
May 4, 2008 4:58 am
I've been testing the Database caching out and its pretty cool, but a few things I noticed. You didn't use mysqli (curious why not) and the id in cache_data ...
1086
Ryan McCue
mccue_ryan
May 4, 2008 7:49 am
I've managed to work out why I'm experiencing bug #57. Due to the Windows way of storing paths, $location->get_scheme() on line 8280 returns 'c', the drive...
1087
Ryan McCue
mccue_ryan
May 4, 2008 7:59 am
... Actually, it appears this stems from 2 separate bugs. 1) get_favicon() doesn't check if the cache object created is actually an object 2) SimplePie_IRI and...
1088
c.fox70
May 4, 2008 10:52 am
hello there, i am fighting with some memory problems, even after "__destruct" and "unset" after every loop memory still increases. even with just calling...
1089
Michael Shipley
michael_ship...
May 4, 2008 11:30 am
Here's something that is kind of drastic but can help a lot. The biggest memory leaker is SP's sanitize function. Don't know why but it is. You need to extend...
1090
packet.wrapper
May 4, 2008 2:07 pm
I'm sorry for posting this as it is not really a SimplePie support question. I am trying to come up with a basic tabbed web-page where SimplePie is used at a...
1091
Ryan McCue
mccue_ryan
May 4, 2008 2:47 pm
... I'm wondering if my Lilina ( http://getlilina.org/ ) might be what you're looking for? (Ignore the downloads and use the Subversion trunk ;) ) Thanks, ...
1092
wsvshawn
May 4, 2008 4:44 pm
I have a site hosted with Yahoo! but they don't allow you to modify or upload .htaccess files so the Newsblock application won't work. Is there a way to run...
1093
Ryan Parman
skyzyxufks
May 4, 2008 8:56 pm
... This was initially implemented last summer, so I'm trying to remember the logic behind it. I believe that we were looking at database caching, and were...
1094
Ryan Parman
skyzyxufks
May 4, 2008 9:00 pm
Yeah, just don't use them. They're optional, and were only used for gzip compressing the client-side JavaScript and CSS files. -- Ryan Parman ...
1095
neilpharazyn
May 4, 2008 10:15 pm
I tried Mike's suggestion without success. See my revised pages... http://www.isc.co.nz/rss_tests/news_simplepie.htm ...
1096
mathfocus
May 5, 2008 1:17 am
Hi, Is there a simple way to use simplepie rss api and HTML tag to create a dynamic post in the forum? www.simplepie.org Be more specific, is there a way to...