Looking for Alexa Rank and/or Page Rank Checker Script

Discussion in 'Products & Tools' started by Brennan, Feb 11, 2007.

  1. SEOSpeakS

    SEOSpeakS Banned

    Messages:
    111
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #21
    SEOSpeakS, May 30, 2008 IP
  2. byybora

    byybora Well-Known Member

    Messages:
    183
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    105
  3. ShaguM0w56

    ShaguM0w56 Peon

    Messages:
    241
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #23
    ask google about it prchecker.info useful too
     
    ShaguM0w56, Feb 21, 2010 IP
  4. dwkblog

    dwkblog Peon

    Messages:
    69
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #24
    dwkblog, Feb 21, 2010 IP
  5. bytechip

    bytechip Peon

    Messages:
    152
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #25
    <?php
    $url = ‘bytechip.com’;
    $new_url = ‘http://www.alexa.com/siteinfo/’.$url;
    $contents=file_get_contents($new_url);
    
    /* This will find the Global Alexa Rank */
    $start = strpos($contents, “<div class=\”data up\”>”) +119;
    $stop= strpos($contents,”<div class=\”label\”>Alexa Traffic Rank”);
    $result = substr($contents,$start,$stop-$start);
    echo “Global Alexa Rank for “.$url.” = “.$result;
    ?>
    Code (markup):
    Source: http://www.bytechip.com/2010/04/get-alexa-rank-using-php/
     
    bytechip, Apr 24, 2010 IP
  6. jaffarhusain2010

    jaffarhusain2010 Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #26
    Now you can check your Google page rank for your own site easily with our Google Page Rank checker tool.simply enter your site name.
    u2ugsm.com/news/google-pagerank-checker-by-u2ugsm-com
     
    jaffarhusain2010, Jul 31, 2010 IP