Announcement

Collapse
No announcement yet.

no ads in rss feed for premium members?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • no ads in rss feed for premium members?

    hi,

    since I primarily read my news through a news feeder, I would be interested to know if ads will disappear when becoming premium member and what would be the status of full text rss feed for premium members (I read it was being considered).

    thanks
    matthias

  • #2
    Hi,

    I'm currently working on a way to make this happen. Since the RSS feed is over at FeedBurner / Google, I can't easily inject some checks to see if the user is a premium member or not. However, I hope to have a solution soon where Premium Members will be able to go to a different URL and if they are a member it will show the feed.
    Michael Larabel
    https://www.michaellarabel.com/

    Comment


    • #3
      Does RSS even have any kind of identification/authentication mechanism? *too lazy to check*

      Comment


      • #4
        Originally posted by grantek View Post
        Does RSS even have any kind of identification/authentication mechanism? *too lazy to check*
        RSS itself is just an XML format for which news is delivered. The RSS is generated by PHP and that's where there would be a check to see if there is a Phoronix Forums log-in session or if something else is set.
        Michael Larabel
        https://www.michaellarabel.com/

        Comment


        • #5
          Originally posted by Michael View Post
          Hi,

          I'm currently working on a way to make this happen. Since the RSS feed is over at FeedBurner / Google, I can't easily inject some checks to see if the user is a premium member or not. However, I hope to have a solution soon where Premium Members will be able to go to a different URL and if they are a member it will show the feed.
          Hi Michael, sounds good! To encourage development, I subscribed on a year plan

          btw, ads in my current feed did disappear! although the current feed with short excerpts isn't that useful of course (or better: full text would be so much better, maybe still capped when it is a very long article).

          greets
          matthias

          Comment


          • #6
            Originally posted by Michael View Post
            RSS itself is just an XML format for which news is delivered. The RSS is generated by PHP and that's where there would be a check to see if there is a Phoronix Forums log-in session or if something else is set.
            Yeah, that's what I was getting at - unless the app retrieving the feed is the user's web browser, there's nothing to link a forum cookie with the news app. You could link it by IP address (like many private bittorrent trackers do), but that would authenticate everyone behind a NAT, and it still doesn't cover external news aggregators like Bloglines. The only way to cover that would be to serve the actual ads yourself via a script that doesn't serve anything if the user is logged in.

            Or you could use some sort of per-user GET authentication in the URL, but that's basically plaintext and could easily leak inadvertently.
            Last edited by grantek; 19 March 2009, 10:50 PM.

            Comment


            • #7
              Originally posted by grantek View Post
              Yeah, that's what I was getting at - unless the app retrieving the feed is the user's web browser, there's nothing to link a forum cookie with the news app. You could link it by IP address (like many private bittorrent trackers do), but that would authenticate everyone behind a NAT, and it still doesn't cover external news aggregators like Bloglines. The only way to cover that would be to serve the actual ads yourself via a script that doesn't serve anything if the user is logged in.

              Or you could use some sort of per-user GET authentication in the URL, but that's basically plaintext and could easily leak inadvertently.
              Yeah, the cookie authentication would only work if the user kept their RSS feed in the web browser.
              Michael Larabel
              https://www.michaellarabel.com/

              Comment

              Working...
              X