Javascript PR tool

Discussion in 'JavaScript' started by RHCP, Jun 11, 2007.

  1. #1
    Hi,


    Does anyone have a free Javascript Page rank checking tool/Script ??


    Thanks.
     
    RHCP, Jun 11, 2007 IP
  2. bobby9101

    bobby9101 Peon

    Messages:
    3,292
    Likes Received:
    134
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Thats not possible
     
    bobby9101, Jun 11, 2007 IP
  3. joesgraphics

    joesgraphics Peon

    Messages:
    206
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I think he meens using ajax to show it with php as the backend geting the results.
     
    joesgraphics, Jun 12, 2007 IP
  4. smalldog

    smalldog Peon

    Messages:
    66
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You can't achieve that using AJAX and PHP because using AJAX you can't connect to another domains, so it's possible only for combination of IFRAME onload event and PHP like joesgraphics said.
     
    smalldog, Jun 12, 2007 IP
  5. seolion

    seolion Active Member

    Messages:
    1,495
    Likes Received:
    97
    Best Answers:
    0
    Trophy Points:
    90
    #5
    partly its wrong.. PHP can do the page rank retrieval and using ajax, you can display the response from the PHP file which is in your own domain..

    digpagerank.com is using the same way..
     
    seolion, Jun 12, 2007 IP
  6. st1905

    st1905 Well-Known Member

    Messages:
    573
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    135
    #6
    I`ve a script that uses ajax to check page rank ,alexa traffic and backlinks.
     
    st1905, Jun 12, 2007 IP
  7. smalldog

    smalldog Peon

    Messages:
    66
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Did you try your script in Firefox? I am very curious how can you send ajax request from one domain to another in firefox :).
    Of course in the same domain you can do that using AJAX but i assume that we are talking about ajax request from foreign domains if not, JS isn't needed and just PHP can do that job.
     
    smalldog, Jun 12, 2007 IP
  8. joesgraphics

    joesgraphics Peon

    Messages:
    206
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #8
    When i said ajax and php i dont get what u meen by from another domain i said "PHP" so unless u have a script on another for this why would we want to cross domains you use the ajax to send the request to the php script using ajax then get the query back using ajax from the php script on ur domain.


    If your still looking for a script like this PM me and ill make you it.

    Joe
     
    joesgraphics, Jun 13, 2007 IP
  9. seolion

    seolion Active Member

    Messages:
    1,495
    Likes Received:
    97
    Best Answers:
    0
    Trophy Points:
    90
    #9
    Ajax request is not cross domain compatible.. whether its firefox or IE, the result is same..
     
    seolion, Jun 13, 2007 IP
  10. joesgraphics

    joesgraphics Peon

    Messages:
    206
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Found out today that there is a way around cross domains with ajax using a proxy script on ur site dident hav time to read it all.
     
    joesgraphics, Jun 14, 2007 IP