Welcome to Welcome to DNF.com™ - Domain Sales, Domain Forum, Domain Appraisals, Domain Registrars

If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the largest domain name community on the internet and continues to grow every day. There are over 105,000 domainers on DNForum doing everything from buying domains, selling domains, learning about domains and discussing domains. Take a minute and Register.

Register Today on DNForum IT'S FREE!

Results 1 to 10 of 10
  1. #1
    Administrator
    Adam Dicker's Avatar
    Join Date
    Feb 2003
    Location
    Toronto, Canada
    Posts
    16,145
    Blog Entries
    1
    Country

    Canada Follow Adam Dicker On Twitter Add Adam Dicker on Facebook
    DNF$
    8,430,680
    Bank
    0
    Total DNF$
    8,430,680
    Donate  

    YPN RSS Feeds - $25 Cash for help!

    $25 to the first person that can explain via msn how we make $ off the YPN RSS feeds that are available through the YPN network.

    Please add huseyin@highimpactsites.com to your msn to explain and get the $25.

    -=DCG=-

  2. #2
    Platinum Lifetime Member

    Join Date
    Aug 2004
    Posts
    70
    DNF$
    679
    Bank
    0
    Total DNF$
    679
    Donate  

    Re: YPN RSS Feeds - $25 Cash for help!

    already explained to impactadmin! have aim adam?

  3. #3
    Platinum Lifetime Member

    Join Date
    Aug 2004
    Posts
    70
    DNF$
    679
    Bank
    0
    Total DNF$
    679
    Donate  

    Re: YPN RSS Feeds - $25 Cash for help!

    here is solution for rss2 with vbulletion 3.5

    example feed: http://www.wranglerforum.com/external.php?type=rss2

    go to your publisher home, click ad setup, rss ad layout.

    publisher platform: moveable type
    type in your url and generate rss ad code

    you will get the following code:
    PHP Code:
    <![CDATA[<!-- begin(Yahoo ad) --><a href="http://ypn-rss.overture.com/rss/32061/<$MTEntryID$>/click/"><img src="http://ypn-rss.overture.com/rss/32061/<$MTEntryID$>/img/?url=<$MTEntryLink encode_xml="1"$>&amp;pid=1972918117" alt="Ads by Yahoo!" border="0"/></a><!-- end(Yahoo ad) -->]]> 
    copy from the "<!-- begin" to the "end(yahoo ad) -->"

    you should now have this

    PHP Code:
    <!-- begin(Yahoo ad) --><a href="http://ypn-rss.overture.com/rss/32061/<$MTEntryID$>/click/"><img src="http://ypn-rss.overture.com/rss/32061/<$MTEntryID$>/img/?url=<$MTEntryLink encode_xml="1"$>&amp;pid=1972918117" alt="Ads by Yahoo!" border="0"/></a><!-- end(Yahoo ad) --> 
    now to edit our feed code, change all instances of <$MTEntryID$> to "1" and <$mtEntryLink ecode_xml="1"$> to " http3A%2F%2Fwww.Yoururl.com%2F%3Fp%3D2 "

    now escape all quotes in the string with \

    You should end up with something like this:

    PHP Code:
    <!-- begin(Yahoo ad) --><a href="http://ypn-rss.overture.com/rss/32009/1/click/\">
    <img src=\"http://ypn-rss.overture.com/rss/32009/1/img/?url=http3A%2F%2Fwww.dropfeed.com%2F%3Fp%3D2&amp;pid=1972918117\" alt=\"Ads by Yahoo!\" border=\"0\"/></a><!-- end(Yahoo ad) --> 
    vbulletin code change...

    open external.php

    find the following code:

    PHP Code:
    case 'RSS2':
                        echo 
    "\r\n\t<item>\r\n";
                        echo 
    "\t\t<title>$thread[title]</title>\r\n";
                        echo 
    "\t\t<link>" $vbulletin->options['bburl'] . "/showthread.php?t=$thread[threadid]&amp;goto=newpost</link>\r\n";
                        echo 
    "\t\t<pubDate>" gmdate('D, d M Y H:i:s'$thread['dateline']) . " GMT</pubDate>\r\n"
    replace next echo line with this ( the code between the "<!-- begin" to the "end(yahoo ad) -->" should be the code you generate for yourself from above)


    PHP Code:
    echo "\t\t<description><![CDATA["htmlspecialchars_uni(fetch_trimmed_title(strip_bbcode($thread['preview'], falsetrue), $vbulletin->options['threadpreview'])) ."<!-- begin(Yahoo ad) --><a href=\"http://ypn-rss.overture.com/rss/32009/1/click/\">
    <img src=\"http://ypn-rss.overture.com/rss/32009/1/img/?url=http3A%2F%2Fwww.dropfeed.com%2F%3Fp%3D2&amp;pid=1972918117\" alt=\"Ads by Yahoo!\" border=\"0\"/></a><!-- end(Yahoo ad) --> ]]></description>\r\n"

    save and close.

    your feed should now be display a yahoo ad in body of your rss feed.

    I will be working up additional implementation this week for rss 1.0 and rss .xx

  4. #4
    Internet Entrepreneur
    David G's Avatar
    Join Date
    Apr 2002
    Location
    Sonoran Desert
    Posts
    6,002
    Blog Entries
    144
    Country

    United States
    DNF$
    3,470
    Bank
    0
    Total DNF$
    3,470
    Donate  

    Re: YPN RSS Feeds - $25 Cash for help!

    Wow, that sure sounds tedious and complex. Am wondering why YPN makes its impementaton so difficult?

  5. #5
    Platinum Lifetime Member

    Join Date
    Aug 2004
    Posts
    70
    DNF$
    679
    Bank
    0
    Total DNF$
    679
    Donate  

    Re: YPN RSS Feeds - $25 Cash for help!

    it doesnt really support anything but wordpress and moveabletype blogs right now as far as their interface is concerned, so you have to do the workaround.

  6. #6
    Administrator
    impactadmin's Avatar
    Join Date
    Apr 2003
    Location
    Toronto
    Posts
    2,787
    Country

    Canada
    DNF$
    83,183
    Bank
    0
    Total DNF$
    83,183
    Donate  

    Re: YPN RSS Feeds - $25 Cash for help!

    Quote Originally Posted by abstracthosting
    it doesnt really support anything but wordpress and moveabletype blogs right now as far as their interface is concerned, so you have to do the workaround.
    Hey,

    Thank you for the update.
    Yes I did receive your explanation via pm as we have been going through this over the last few weeks.

    From what I understand it seems the ad will only show up in an RSS aggregator or RSS reader that someone may be using.

    I will send you an update via PM tommorrow.

    Thanks again for all your help.

  7. #7
    Administrator
    impactadmin's Avatar
    Join Date
    Apr 2003
    Location
    Toronto
    Posts
    2,787
    Country

    Canada
    DNF$
    83,183
    Bank
    0
    Total DNF$
    83,183
    Donate  

    Re: YPN RSS Feeds - $25 Cash for help!

    Anyone know how to do this working for vbulletin version 3.6?

    Free exclusive membership as a reward.

    Thank you

  8. #8
    Administrator
    Adam Dicker's Avatar
    Join Date
    Feb 2003
    Location
    Toronto, Canada
    Posts
    16,145
    Blog Entries
    1
    Country

    Canada Follow Adam Dicker On Twitter Add Adam Dicker on Facebook
    DNF$
    8,430,680
    Bank
    0
    Total DNF$
    8,430,680
    Donate  

    Re: YPN RSS Feeds - $25 Cash for help!

    Ok, $50 for anyone that can get this done from us.

    -=DCG=-

  9. #9
    Bloody Hell
    Acro's Avatar
    Join Date
    Feb 2004
    Location
    USA
    Posts
    28,668
    Country

    Holy See
    DNF$
    15,588
    Bank
    0
    Total DNF$
    15,588
    Donate  

    Re: YPN RSS Feeds - $25 Cash for help!

    I recommend using RentACoder.com to get the job done.

    DomainGang.com - Digital Entertainment for Domainers
    Acroplex - Web & Graphics
    Acro.net - My Blog

  10. #10
    Platinum Lifetime Member

    Join Date
    Aug 2004
    Posts
    70
    DNF$
    679
    Bank
    0
    Total DNF$
    679
    Donate  

    Re: YPN RSS Feeds - $25 Cash for help!

    DCG and impact, I just got you PM's Im working on this and will have it working for you shortly.

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
  •  

Domain name forum recommended by Domaining.com