3 Steps to Stop RSS Content Thieves

Blogs, RSS and Podcasting Comments Off

Has all you hard work writing that article on the latest Xbox360 game been ripped from your RSS Feed and re-posted on some blog. With less than 5 minutes of work you can give that leech some Feeds of your liking. Maybe some articles about how much of a leech they are.

The process goes as easy as 123. Setting up a new feed to be delivered by IP will make it harder for them to steal your stuff.

1.Discover the IP of the leech site
Open up your command prompt and ping leechsite.xxx. You will get a bunch of info spit out. You will see a line with Ping Statistics for ###.###.##.# that will be what you are looking for.

2.Set up a new Feed that you want this site to feed of of. Write a couple of crappy articles on what ever.
Now we have 2 Feeds hxxp://www.yoursite.xxx/rssfeed1 and hxxp://www.yoursite.xxx/rssfeed2

Now writing your new articles can be the best joke as a pay back. Write a bunch of trash telling people to stay away from the site and or fill it with gross pictures of vomit, hey let your mind go. This will be really good if the leech never checks the site.

3. Open your.htaccess file. Look in you root directory of your site.
Create these lines of code as written.

RewriteEngine on
RewriteCond %{REMOTE_ADDR} ^127.0.0.1
RewriteRule ^(.*)$ hxxp://yousite.com/feed2

(Replace the xx with tt)
How it works
RewriteCond %{REMOTE_ADDR} ^127.0.0.1

Author: R Serewicz
Article Source: EzineArticles.com
Provided by: Cellphone news

Information Speed Reader For Senior Citizens – Blog and RSS Readers

Blogs, RSS and Podcasting Comments Off

This is a great time to be alive if you are an information junkie, especially if you are a senior citizen and have more time on your hands to indulge your love of information than you did during your younger years. With the Internet you can read, listen and watch to your heart’s content.

But, senior information junkies have even better news! Absorbing and the learning new things from the information that is easily accessible on the Internet is one of the best things you can do to maintain your brain health, especially memory.

More good news! Using information gathering tools available free on the Internet can make your consumption of information easier, faster and more meaningful than randomly surfing from website to website. This article will reveal some of those tools: blog and RSS readers.

First, a little terminology. The word “blog” is a combination of the words “web log.” A blog is a kind of online diary that is published on the Internet. They usually offer subscriptions so that readers can receive and read new entries each time they are published. They also commonly offer the opportunity for readers to comment.

“RSS” is an abbreviation of the words “really simple syndication.” It simply indicates the means by which blogs, and some other forms of Internet information, are commonly published.

When you utilize a blog, or RSS, reader, you are aggregating and organizing many different sources of Internet information to which you have described, in one place. This makes them easier and faster to read, understand and remember.

Many free blog readers are available on the Internet. Some varieties are:

  • programs you download to your local computer
  • blog reader websites that display in your web browser
  • blog readers that are built into web browsers. For example, the latest versions of Microsoft Internet Explorer have blog readers built-in.

An example of the second type of blog reader is Google Reader. It has an excellent feature set including:

  • the ability to search for information by keywords
  • the ability to separate articles that you have read from those who have not
  • recommendations for new information sources based upon the sources you have previously selected

you can easily add a browser bookmark to this reader and start aggregating information from all over the World Wide Web for easy review as often as you like.

There is a lot of buzz about recent research indicating that many folks will live to 100 years of age in the foreseeable future. The quality of that long life will depend significantly on our mental health and activity as we age. Using blog readers has information aggregators can be fun and beneficial at the same time. Start using a blog reader today and improve your expertise in things that interest you.

Author: Robert McCluskey
Article Source: EzineArticles.com
Provided by: Excise Tax

RSS Feed Tools

Blogs, RSS and Podcasting Comments Off

The ContentSolution is like no other content tool on the market. With functions that NO other tools offer, not only does it allow you to create fast, high quality content and html pages, but it also creates custom RSS feeds from top to bottom. You’ll control everything. From your feed titles to the actual content that your feeds display, you can quickly and easily create it all.

The simple steps to your success:

a) Insert article or content
b) Synonymize your words and phrases OR let ContentSolution do it for you.
c) Hit “process”

ContentSolution works in tandem with…

The ContentSolution is designed to help you get the most out of the tools you already have and get your sites ranked well. Created to work in tandem with blog and site auto-posters, the ContentSolution RSS system will bring your site(s) fresh, unique and keyword rich updates that no one can duplicate.

The ContentSolution is sooooo EASY to use.

We have crafted this software so that anyone can use it, no matter their skill level. If you’re unable to operate the system straight out of the box, easy-to-follow tutorials are provided for each section. If you still find it difficult, we have support staff on hand all hours of the day to help you get the most out of this baby.

The Content Solution will take your current, mundane RSS from 0-60 in a matter of minutes
With ContentSolution’s RSS you will…

Launch your sites into the search engines.
SE spiders love content and you’ll give them exactly what they love. Big sites with lots of content.

Be able to create 10,20, even 100 times as many sites.
ContentSolution enables you to create sites quickly. This means more money making machines in the search engines.

Create your OWN unique RSS feeds.

STOP using other people’s feeds. They’re duplicate content and are drains on your traffic. Make your own quickly and efficiently.
Update your sites ALL THE TIME.
Search engines love dynamic sites that update their content, ContentSolution makes it easy.
Blow your competitors away.
They literally won’t see it coming. Automate yourself, retain your quality and rake the $$$.

Your RSS feeds are SAFE.

Your feeds will NEVER be duplicated.

ContentSolution gives you the ability, with a built in PIN system, to safeguard your RSS feeds so no on else can use them. You’ll be the ONLY one on the internet with this unique, automatically updated content.

Author: Jack Doren
Article Source: EzineArticles.com
Provided by: Creditcard Currency Conversion Fee

RSS Feeds in Popup Window

Blogs, RSS and Podcasting Comments Off

I was wondering for some time now how I could put a RSS feed onto my website, so I decided to surf the net and find out how to do it fast, affordable and in such a way I could reproduce the results in different pages or client websites with a minimum of fuss.

My thoughts were that the easiest way to implement into an already existing page without disturbing the content, would be in a popup, this would also help with me being able to position anywhere on the screen and have more control over the entrance and closing of the popup for the browser, including the possibility to scroll with the page contents so my visitors always had it in their sight.

First I needed to find out how to install a RSS feed, because displaying it afterwards in an iframe popup window would be easy with my JavaScript popup window software. So after some time of searching through cyberspace junk and different piles of data on the subject I finally came across a small script in PHP which looked as if it would do the trick. The script was in two files one for the PHP functions to connect to a RSS feed and the other was to display the contents, but we don’t really need to know too much about their inner workings for now. Also I might add the script is open source and free to copy, use and distribute as long as we follow the owners instructions, which basically are not to sell the script as your own and to leave the credits untouched (I suggest you read them thoroughly before).

So now I had the script I needed to change it a little, as the original file logged on to CNN and BBC news, which wasn’t exactly what I was originally thinking of using for my own purposes. So I changed it to a UK tabloid newspapers football feed, published to my website and ran it in my web browser. Now I was impressed!! Here I am 30 minutes later with the RSS feed running on my website page and such an easy task. In fact the hardest part was finding the script, which I have linked to at the bottom of this article. It was so easy I actually decided to make a video tutorial describing it step by step for anyone who wants to put a RSS popup window on their website.

As I said at the beginning I wanted to insert the RSS feed into a popup window, so now that the RSS feed was working all I had to do was to copy the script’s URL and insert it into my popup window software HTML editor, which is detailed in the video tutorial at the link below. This was also a relatively easy task considering all you need is a text editor and a few right clicks of a mouse.

Within less than 15 minutes I had installed a RSS ticker in a popup window on my website.

Author: Robert J Ward
Article Source: EzineArticles.com
Provided by: Wordpress plugin expert

Horse Resources | World Travel | Medical Journeys | PetAmours | StyleBum | CharmBistro | Insurance Resources | Internet Resources
Entries RSS Comments RSS Log in