Results 1 to 12 of 12

 

Thread: Universal Feed Reader Script - Would you be interested?

  1. #1
    Registered User

    Status
    Offline
    Join Date
    Mar 2004
    Location
    Stafford, UK
    Posts
    323
    Thanks
    1
    Thanked 4 Times in 2 Posts


    For almost 12 months now i've operated a web service providing an easy way for anyone without programming knowledge to make use of affiliate datafeeds.

    At the heart of the software is a universal feed parser script (written in PHP) that can make sense of almost anything you can throw at it. It will read RSS, Atom, any plain text file format, and virtually any custom dialect of XML. It is resiliant to all the common formatting errors found in affiliate datafeeds (unescaped quotes in CSV files, HTML in XML files without CDATA delimitation etc.)

    What i'm interested to know is whether there are affiliates here that have tried to use PHP and (perhaps) MySQL to build their own datafeed powered sites (perhaps you wanted to have a go at a price comparison site) but given up because of all the "gotchas" involved in handling all the different feed formats and the plethora of formatting errors found in affiliate datafeeds.

    If I were to package the script up for download rather than use as a web service, implementation would be something along the lines of:

    PHP Code:
    require("FeedReader.php");

    function 
    recordHandler($record)
    {
      
    // this function is called for each record in the feed
      // $record is an associative array
    }

    // register your custom record handler function
    FeedReaderInit("recordHandler");

    // read the feed (can be anything you would pass to fopen())
    FeedReaderRead("/path/to/file"); 
    What do you think? Would anybody be interested?

    Thanks for your comments!

  2. #2
    Keith's Avatar
    Moderator

    Status
    Offline
    Join Date
    Aug 2003
    Location
    Richmond North Yorkshire
    Posts
    2,540
    Thanks
    172
    Thanked 119 Times in 83 Posts
    yes this is something I may be interested in
    Keith ~ My Blog general ramblings. Internet Marketing Blogs UK all the blogs together in one place (pm for inclusion)

  3. #3
    data muncher

    Status
    Offline
    Join Date
    Sep 2004
    Location
    Berlin
    Posts
    2,475
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Theres a few people here that will be interested but what you offer isnt anything that we havent developed for ourselves over about 2 years. I would be interested to see how you have done it and what it does but i have offered a few things to the forum in the past just to help and the amount of feed back is low.

    Dont expect to make any money out of it, the ones that really really really wanted to do a price comparison site have done have got past these issues and moved on.

    I would love to see what you did and would always recommend anything to people that ask me, i just thought you should brace yourself for maybe only a dozen takers really. (certainly from the forum anyway)

    good luck anyway
    Nothing to see here...

  4. #4
    Registered User

    Status
    Offline
    Join Date
    Dec 2004
    Posts
    26
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I might be intrested too.
    No matter how good I am. I',m still going to Die.
    falklands.info

  5. #5
    renegade's Avatar
    Moderator

    Status
    Offline
    Join Date
    Aug 2003
    Posts
    3,526
    Thanks
    290
    Thanked 138 Times in 58 Posts
    It's a me too here. We're in the process of working past the gotchas and if you've already done the work we'd love to see how you've solved the problems.

  6. #6
    Registered User

    Status
    Offline
    Join Date
    Aug 2005
    Posts
    190
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I'd be interested too!

  7. #7
    Registered User

    Status
    Offline
    Join Date
    Aug 2003
    Posts
    661
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I would be interested. Feeds have been on my todo list, though some of the posts I've read about the various pitfalls, makes me slightly daunted about the whole thing.

  8. #8
    Affiliate Fraggle

    Status
    Offline
    Join Date
    Aug 2003
    Posts
    332
    Thanks
    3
    Thanked 1 Time in 1 Post
    Yep, Would be interested here too!

    Cheers,
    Mark.

  9. #9
    Registered User

    Status
    Offline
    Join Date
    Oct 2005
    Posts
    158
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I am interested in a working price comparison type script that i can use with AW Product feeds

    Am willing to pay if it works - send me details / examples etc

    Many thanks

    Kev

  10. #10
    data muncher

    Status
    Offline
    Join Date
    Sep 2004
    Location
    Berlin
    Posts
    2,475
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Kevquinlan,

    Its a feed parser, not a comparison site script, it just imports data to a database!
    Nothing to see here...

  11. #11
    Elaine's Avatar
    Registered User

    Status
    Offline
    Join Date
    Aug 2003
    Location
    Redcar Cleveland North of Leeds
    Posts
    2,564
    Thanks
    120
    Thanked 86 Times in 62 Posts
    Yep I'd be interested - especially if it's easy to use with little or no previous knowledge of php and mysqul
    Elaine - Children's Rooms, Allkids & Toddler Beds
    email: info @ childrens-rooms.co.uk
    01642 440110

    Parent Centre - Parenting Blog

  12. #12
    Registered User

    Status
    Offline
    Join Date
    Dec 2005
    Posts
    39
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hey dmorison, its very kind of you to offer technology. If you offer it for free then I'd be very interested as it would save me time producing one of my own.

    I'm still writing my first affiliate marketing website and its in php5 & mysql5 as well. The stage I'm at right now is writing the php code to pull news articles out of the db for your info.

    If you'd like to make money from it then why not put this and all your other useful scripts on a new website all about how to technically write an affiliate marketing website that uses data feeds. With some ads down the side you can make money from it that way right?

    Prolly been done before no doubt but maybe you could customize your site to UK affiliate marketers maybe or just make it more user friendly than the other ones.



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Product Feed System Release
    By TD Nick in forum TradeDoubler
    Replies: 26
    Last Post: 09-10-09, 01:44 PM
  2. affiliate feed middleware
    By pricethat in forum Affiliate Marketing Lounge
    Replies: 19
    Last Post: 04-02-05, 10:17 AM
  3. Feed Insertion PHP script?
    By stevenm in forum Programming
    Replies: 3
    Last Post: 30-12-04, 01:56 PM
  4. Product Data Feed System
    By paidonresults in forum Paid On Results
    Replies: 20
    Last Post: 22-12-04, 10:21 AM
  5. beonscreen - Latest shows feed
    By beonscreen in forum Affiliate Future
    Replies: 3
    Last Post: 26-04-04, 09:16 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
To Top

Content Relevant URLs by vBSEO 3.5.0 RC2