If I understand you correctly, here's how to do it: <?php require 'simplepie.inc'; $feed = new SimplePie('http://site.com/feed/'); echo '<h2>Feed level...
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...
... 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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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 ...
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...
... 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...
hello there, i am fighting with some memory problems, even after "__destruct" and "unset" after every loop memory still increases. even with just calling...
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...
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...
... 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, ...
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...
... 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...
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...