1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

how to get yahoo backlinks

Discussion in 'Yahoo' started by jpinheiro, Oct 3, 2009.

  1. #1
    Hello,

    Since yahoo changed its search results page the sites that check backlinks need to fix their code to get yahoo backlinks

    this is a code that will retrieve yahoo backlinks
    
    <?php
    function getBacklinksYahoo () {
                $url = $this->url['host'];
                $url = 'http://search.yahoo.com/search?p=' . urlencode("http://$url");
                $data = $this->getPage($url);
                preg_match('#<strong id="resultCount">([0-9\,]+)</strong>#si', $data, $p);
                $value = ($p[1]) ? number_format($this->toInt($p[1])) : 0;
                return $value;
                }
    ?>
    
    PHP:
     
    jpinheiro, Oct 3, 2009 IP
  2. jpinheiro

    jpinheiro Peon

    Messages:
    1,211
    Likes Received:
    15
    Best Answers:
    1
    Trophy Points:
    0
    #2
    OK I forgot to post some of the code

    
    <?php 
    $url = $_POST['url'];
    
    function editurl ($url) {
                $this->url = parse_url('http://' . ereg_replace('^http://', '', $url));
                $this->url['full'] = 'http://' . ereg_replace('^http://', '', $url);
            }
    function getBacklinksYahoo () {
                $url = $this->url['host'];
                $url = 'http://search.yahoo.com/search?p=' . urlencode("http://$url");
                $data = $this->getPage($url);
                preg_match('#<strong id="resultCount">([0-9\,]+)</strong>#si', $data, $p);
                $value = ($p[1]) ? number_format($this->toInt($p[1])) : 0;
                return $value;
                }
    
    ?>
    
    PHP:
     
    jpinheiro, Oct 3, 2009 IP
  3. tomcash

    tomcash Well-Known Member

    Messages:
    432
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    180
    #3
    Where should we put this code anyway?
    I have no scripting knowledge, thanks
     
    tomcash, Oct 3, 2009 IP
  4. jpinheiro

    jpinheiro Peon

    Messages:
    1,211
    Likes Received:
    15
    Best Answers:
    1
    Trophy Points:
    0
    #4
    well I cannot give this away as I am still building my script you can view the demo here:

    joeyelectric.com/demos/pagerank

    I will be selling the script for $10.00 when I finish it right now I am working on a whois part :)

    -John

    (I just gave that one piece of code away because the people who own pagerank sites need to update there code)
     
    jpinheiro, Oct 3, 2009 IP
  5. kurt cobain

    kurt cobain Active Member

    Messages:
    38
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    93
    #5
    i think the best way to get yahoo backlink is to listed your website into the yahoo directory listing.
     
    kurt cobain, Oct 4, 2009 IP
  6. platom

    platom Active Member

    Messages:
    218
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #6
    do you means http://dir.yahoo.com/ ?
     
    platom, Oct 4, 2009 IP
  7. sumanhaldar

    sumanhaldar Active Member

    Messages:
    148
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #7
    Thanks for the script. I wish it works. For others , it is a PHP Script to fetch backlinks for a page in yahoo SERP (Search Engine Result Page) . So If you are not a programmer it is hard to understand what it is and where to put it. @Jaydesign unfortunately dncheck.info in your signature link doesn't work to check pagerank. Where is the problem?
     
    sumanhaldar, Oct 5, 2009 IP
  8. jpinheiro

    jpinheiro Peon

    Messages:
    1,211
    Likes Received:
    15
    Best Answers:
    1
    Trophy Points:
    0
    #8
    it does work its just that it is ajax now so you have to give it some time for it to work I need to add a loading indicator to it
    sorry about that

    -John
     
    jpinheiro, Oct 5, 2009 IP
  9. newlogo

    newlogo Peon

    Messages:
    3,932
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #9
    dir submission will help to get backlink in yahoo.
     
    newlogo, Oct 6, 2009 IP
  10. Jmay

    Jmay Greenhorn

    Messages:
    98
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #10
    Is it for wordpress user only? If i used this code, does it mean my site will get the backlinks from yahoo automatically? Thanks in advance :)
     
    Jmay, Oct 6, 2009 IP
  11. rizwanrajput

    rizwanrajput Active Member

    Messages:
    51
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    91
    #11
    thanksssssss
     
    rizwanrajput, Oct 6, 2009 IP
  12. mEoWsMArt^

    mEoWsMArt^ Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Thanks for this info sharing :)
     
    mEoWsMArt^, Oct 6, 2009 IP
  13. adewale

    adewale Peon

    Messages:
    31
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Thank you for the post
     
    adewale, Oct 6, 2009 IP
  14. christyzen

    christyzen Peon

    Messages:
    647
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    But how could the non-programmers use this code? Need little guidance for the script.
     
    christyzen, Oct 7, 2009 IP
  15. CPABHW

    CPABHW Active Member

    Messages:
    95
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    73
    #15
    thanks for the info but i really would like to get my hands on the script that the OP is working on, plz inform when you are ready to sell. thanks
     
    CPABHW, Oct 11, 2009 IP
  16. alfredwinston

    alfredwinston Peon

    Messages:
    220
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #16
    Thanks for the script. I'm just analyzing the code.
     
    alfredwinston, Oct 11, 2009 IP
  17. Ckabayan

    Ckabayan Peon

    Messages:
    167
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #17
    Thanks for your scripts.........
     
    Ckabayan, Oct 14, 2009 IP
  18. BadBoyzStudioZ

    BadBoyzStudioZ Peon

    Messages:
    760
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    0
    #18
    I think Yahoo backlinks are good. They carry weight, especially if the link is solidly close to your content type. If you are say into golf, then solid Yahoo golf backlinks are really helpful. Cooking links will have minimal effect, etc. I believe that really is true for almost any backlink. One high PR content similar backlink will trump 10 non-related backlinks.
     
    BadBoyzStudioZ, Oct 14, 2009 IP
  19. attractivestyle

    attractivestyle Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #19
    thank you so much!
     
    attractivestyle, Oct 14, 2009 IP
  20. internet_marketing_fun

    internet_marketing_fun Peon

    Messages:
    173
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #20
    interesting - helpful to figure out thos Yahoo backlinks
     
    internet_marketing_fun, Oct 14, 2009 IP