Blogs, Tagging, RSS Feeds
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   SEO Chat ForumsSearch Engine StrategiesBlogs, Tagging, RSS Feeds

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread SEO Chat Forums Sponsor:
  #16  
Old April 10th, 2005, 04:59 PM
1969g1969's Avatar
1969g1969 1969g1969 is offline
Contributing User
SEO Chat Novice (500 - 999 posts)
 
Join Date: May 2004
Posts: 753 1969g1969 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 Days 12 h 45 m 44 sec
Reputation Power: 5
G-man, from where can I get good script ....for rss feed, Carp?
http://www.geckotribe.com/rss/carp/ ?? this site seems down.

Reply With Quote
  #17  
Old April 10th, 2005, 05:54 PM
Tojan's Avatar
Tojan Tojan is offline
Wymiatacz
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Location: Warsaw, Poland
Posts: 173 Tojan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 15 h 46 m 52 sec
Reputation Power: 5
The SCRIPT that I've provided in the beginning is really nice and simple. There are some more sophisitcated scripts, but very often you have to pay for them.
Im still looking for the script that would dynamically parse keyword selected rss.
Rss is also good thing to attach in dmoz. When you add rss googlebot shouldn't disregard dmoz (which it does, when it sees dmoz clones).
__________________

Web Hosting Deal - compare the web hosting deals
Ebay | Speed up Firefox - accelerate Firefox in 3 minutes

Reply With Quote
  #18  
Old April 10th, 2005, 06:23 PM
gchaney's Avatar
gchaney gchaney is offline
Mr. Goober Guy ;)
SEO Chat Beginner (1000 - 1499 posts)
 
Join Date: Aug 2004
Location: Tampa, Florida
Posts: 1,321 gchaney User rank is Sergeant (500 - 2000 Reputation Level)gchaney User rank is Sergeant (500 - 2000 Reputation Level)gchaney User rank is Sergeant (500 - 2000 Reputation Level)gchaney User rank is Sergeant (500 - 2000 Reputation Level)gchaney User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 2 Weeks 15 h 57 m 28 sec
Reputation Power: 14
Quote:
Originally Posted by mick.sawyer
G man uses carp a lot but i can never figure out how to use them.

Does anyone have a link to an rss tutorial that will tell me how to install it and what features i can get out of it.
I can find a few but i want someone more experienced with rss to point me in the direction of one.


lol I sent it to him...lol The quick tutorial for installing carp.

Pull the root files out i.e. in your root director of your site you should have:

carp (the last carp folder before actual files - will contain the carp.php, carpconf.php, carpinc.php and the three carpsetup files.)
img (the image folder containing the carp jpeg)
all remaining files should be in your root:
carpsetup.php

This should be all you have in your root. The other folders and files you can delete.

You can edit line 137 in the carp.php file ("'poweredby'=>'<br><i><a href="http://www.mouken.com/rss/" target="_blank">Newsfeed display by CaRP</a></i>'" so it says whatever you want it to say. example:

'poweredby'=>'<br><i><a href=http://www.yourdomain.com/ target="_blank">Newsfeed brought to you by mysite.com</a></i>'

However, be sure to give credit in a back link to the carp site somewhere else. Like on a link page.

Now set up you sql.

edit the carpsetup.php line 13 (the file will have on line 13 "/home/joe/carp/carpsetupinc$page.php")

Replace this with your root - for example:

/home/yourlogin/public_html/carp/carpsetupinc$page.php

Then upload your three files and run it from your browser i.e.

http://www.mysite.com/carpsetup.php

It will then prompt you to fill in the blanks. Your data base is your log in name and sql i.e. myname_news and your pass word to the database is you actual back end log in password. Simple stuff. The first page is the only page you need to complete information on. The next page is for home computers acting as servers. Leave these blank and press continue unless you are running it on your home computer. Your server (going from memory so not sure exactly what the first page setup called it) is "localhost".

After that you're done. Instant newsfeed.

To run multiple news feeds from various sources, use this code:

PHP Code:
<?php
require_once "/home/yourname/public_html/carp/carp.php";
// don't display any channel fields
CarpConf('cborder','');
// set up the filtering
CarpConf('filterin','mortgage|finance|downpayment|  realtor|interest|property|buying|homebuyer|repair'  );
// show up to 4 items
CarpConf('maxitems',6);
// show upt o 200 characters from the description
CarpConf('maxidesc',400);
// refresh every 2 hours
CarpConf('cacheinterval',720);
// Filter each newsfeed and cache the results
CarpCacheFilter("http://www.microsite.reuters.com/rss/topNews""agg1-topnews");
CarpCacheFilter("http://www.realestatejournal.com/newsfeed/rss/rej_frontpage.xml""agg2-realestatejournal");
CarpCacheFilter("http://www.microsite.reuters.com/rss/businessNews""agg3-businessnews");
CarpCacheFilter("http://www.microsite.reuters.com/rss/domesticNews""agg4-domesticnews");
CarpCacheFilter("http://www.inman.com/rss/IMRSS2_Residential.xml""agg5-inman");
CarpCacheFilter("http://www.bankrate.com/inm/rss/Bankrate_mortgage_rates_rss.xml""agg6-bankrate");
CarpCacheFilter("http://www.nytimes.com/services/xml/rss/nyt/RealEstate.xml""agg7-nytimes");
CarpCacheFilter("http://rss.news.yahoo.com/rss/personalfinance""agg8-yahoo");
CarpCacheFilter("http://feeds.feedburner.com/HotProperty""agg9-HotProperty");
// combine the results from the two newsfeeds
CarpAggregate('agg1-topnews|agg2-realestatejournal|agg3-businessnews|agg4-domesticnews|agg5-inman|agg6-bankrate|agg7-nytimes|agg8-yahoo|agg9-HotProperty');
?>


You can run as many as your server can deliver quickly in addition to setting the amount of text and the frequency of updates the key words you're searching for etc. Edit the file as your site needs.

If your pages are php, you place code directly into where you want the newsfeeds delivered. If running htm, html, or shtml, create a file and place the code in it exactly as above.

File name rss.php

To serve it on the page use a file include
<!--#include virtual="/rss.php" --> for a file created within the root of your directory or
<!--#include virtual="/newsfeed/rss.php" --> for a file you've placed in a folder within your root.

just google for "Carp" and you should quickly find the free download. ( http://www.geckotribe.com/ ) If you can't find it via search, you can pm me with your e-mail and I can send it over to you.

Then simply add the include command where you want the newsfeed to appear.

Thus ends the lesson on how to run a newsfeed in 10 minutes or less for any site.
__________________
Cheerios!

New to SEO? See the FAQ!

My Disclaimer:
Don't Listen To Me - I know nothing!

Last edited by gchaney : April 10th, 2005 at 06:33 PM.

Reply With Quote
Reply

Viewing: SEO Chat ForumsSearch Engine StrategiesBlogs, Tagging, RSS Feeds > RSS feeds -always fresh content


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump



 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

Request Your Free Technology Downloads!
 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

Request Your Free Technology Downloads!
 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

Request Your Free Technology Downloads!
 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

Request Your Free Technology Downloads!
 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

Request Your Free Technology Downloads!
 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway
Stay green...Green IT