Search the web
Sign In
New User? Sign Up
simplepie-support · SimplePie Support
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1067 - 1096 of 4578   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1067
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...
Michael Shipley
michael_ship...
Offline Send Email
May 2, 2008
8:31 am
1068
Do you can add support for Server Proxy? F.e.: function SimplePie_File($url, $timeout = 10, $redirects = 5, $headers = null, $useragent = null,...
diamantsus
Offline Send Email
May 2, 2008
8:48 am
1069
Sure, just extend the SimplePie_File class. http://simplepie.org/wiki/addons/start - Mike...
Michael Shipley
michael_ship...
Offline Send Email
May 2, 2008
11:46 am
1070
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...
catchitcat
Offline Send Email
May 2, 2008
3:21 pm
1071
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....
catchitcat
Offline Send Email
May 2, 2008
4:26 pm
1072
... 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...
tdbuilder
Offline Send Email
May 2, 2008
4:45 pm
1073
Thanks for the suggestion. but that is a little beyond my scope. I'm a designer, not a programmer. :) -Cat...
catchitcat
Offline Send Email
May 2, 2008
5:07 pm
1074
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...
telecombooksblog
telecombooks...
Offline Send Email
May 3, 2008
3:46 am
1075
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...
neilpharazyn
Offline Send Email
May 3, 2008
5:48 am
1076
access all computer tutorials for free visit http://www.univbgpk1.newsit.es/...
univbgpd9
Offline Send Email
May 3, 2008
6:51 am
1077
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...
Michael Shipley
michael_ship...
Offline Send Email
May 3, 2008
8:31 am
1078
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...
T D
tdbuilder
Offline Send Email
May 3, 2008
3:04 pm
1079
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...
Michael Shipley
michael_ship...
Offline Send Email
May 3, 2008
4:44 pm
1080
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 ...
Bruce
bchandpc
Offline Send Email
May 3, 2008
6:51 pm
1081
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...
Ryan Parman
skyzyxufks
Offline Send Email
May 3, 2008
7:40 pm
1082
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...
johnhumphrey111
Offline Send Email
May 3, 2008
8:06 pm
1083
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...
telecombooksblog
telecombooks...
Offline Send Email
May 3, 2008
9:00 pm
1084
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...
Michael Shipley
michael_ship...
Offline Send Email
May 4, 2008
4:42 am
1085
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 ...
ketchup_sandwich
ketchup_sand...
Offline Send Email
May 4, 2008
4:58 am
1086
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...
Ryan McCue
mccue_ryan
Offline Send Email
May 4, 2008
7:49 am
1087
... 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...
Ryan McCue
mccue_ryan
Offline Send Email
May 4, 2008
7:59 am
1088
hello there, i am fighting with some memory problems, even after "__destruct" and "unset" after every loop memory still increases. even with just calling...
c.fox70
Offline Send Email
May 4, 2008
10:52 am
1089
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...
Michael Shipley
michael_ship...
Offline Send Email
May 4, 2008
11:30 am
1090
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...
packet.wrapper
Offline Send Email
May 4, 2008
2:07 pm
1091
... 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, ...
Ryan McCue
mccue_ryan
Offline Send Email
May 4, 2008
2:47 pm
1092
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...
wsvshawn
Offline Send Email
May 4, 2008
4:44 pm
1093
... 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...
Ryan Parman
skyzyxufks
Offline Send Email
May 4, 2008
8:56 pm
1094
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 ...
Ryan Parman
skyzyxufks
Offline Send Email
May 4, 2008
9:00 pm
1095
I tried Mike's suggestion without success. See my revised pages... http://www.isc.co.nz/rss_tests/news_simplepie.htm ...
neilpharazyn
Offline Send Email
May 4, 2008
10:15 pm
1096
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...
mathfocus
Offline Send Email
May 5, 2008
1:17 am
Messages 1067 - 1096 of 4578   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help