Debt Consolidation - Debt Consolidation - ID badge - Electronics - Self Improvement Articles Directory

PDA

View Full Version : Javascript PR tool


RHCP
Jun 11th 2007, 7:16 am
Hi,


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


Thanks.

bobby9101
Jun 11th 2007, 2:36 pm
Thats not possible

joesgraphics
Jun 12th 2007, 5:50 am
I think he meens using ajax to show it with php as the backend geting the results.

smalldog
Jun 12th 2007, 6:03 am
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.

seolion
Jun 12th 2007, 6:40 am
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.

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..

st1905
Jun 12th 2007, 6:59 am
I`ve a script that uses ajax to check page rank ,alexa traffic and backlinks.

smalldog
Jun 12th 2007, 8:34 am
I`ve a script that uses ajax to check page rank ,alexa traffic and backlinks.

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.

joesgraphics
Jun 13th 2007, 3:55 am
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

seolion
Jun 13th 2007, 10:29 pm
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.

Ajax request is not cross domain compatible.. whether its firefox or IE, the result is same..

joesgraphics
Jun 14th 2007, 1:47 pm
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.