Jump to content
UBot Underground

Bulk Checking Page Rank (PR) with Ubot


Recommended Posts

hi folks,

 

lots of knowledge in here and i have already gone through some threads regarding this:

 

- http://ubotstudio.com/forum/index.php?/topic/2888-ubot-getting-pagerank-with-javascript/page__fromsearch__1

- http://ubotstudio.com/forum/index.php?/topic/2303-my-day-by-day-review-of-ubot-studio-follow-along-with-my-progress-and-experience/page__fromsearch__1

- http://ubotstudio.com/forum/index.php?/topic/5060-how-to-scrape-data-from-a-plugin/page__fromsearch__1

 

i don't know to make php scripts and run it on a server to continuously check pr (i wish i do), so ubot is my only solution really...

 

so with ubot, is the best way to go through sites like

- http://masspagerank.com/

- http://www.pr.web.tr/

- http://ipagerank.org/

 

send in multiple urls and scrape the number after?

 

thanks in advance for the help

Link to post
Share on other sites

Best way is to make command line app (this is what I am in process of making). This means you can interface directly with toolbar.google.com.

 

There is lots of sites with the code, its just a case of compiling it and tweaking it to accept inputs etc..

Link to post
Share on other sites

Best way is to make command line app (this is what I am in process of making). This means you can interface directly with toolbar.google.com.

 

There is lots of sites with the code, its just a case of compiling it and tweaking it to accept inputs etc..

This. Infinitely faster too.

Link to post
Share on other sites

This. Infinitely faster too.

 

i see, outside the realm of ubot?

 

sorry, very new to programming and have adopted ubot to automate things. is command line app something like: http://www.techiwarehouse.com/engine/58f285eb/MS-DOS-Command-Line-Tutorial

 

really, i want to do is code up a software similar to se0 spy g1ass. what i don't like about it is that it is very inaccurate when verifying links. it gives lots of errors such as "link missing" or "page not found" when clearly the links are there!

 

then after that, if the links that are verified, i want to check the PR of the domain (NOT PAGE)... with tens of thousands of profile links, i want to solve attempt to solve this indexing issue and i want to pay attention to links only of higher value

 

thanks for the help!

Link to post
Share on other sites

What I meant was an application that can be run from the comand line, such as "getpr.exe /site:www.ubot.com".

 

This can be written in any language but if your going to distribute it then you will want to pick something that works on most people computers. For instance php only runs from command line if you have php installed on your pc (which most windows users dont) so something like .net or java would probably be easiest.

Link to post
Share on other sites

thank you for the response.

 

sorry for asking, but are there some websites you can point me to to read up more on this? i really need to get this working along side my links verifier.

 

btw - just got responses with SE0 spyg1ass support because i emailed them about their PR checker not working. seems like even they are having trouble with bulk PR checking.

Link to post
Share on other sites

I just finished my command line PR checker. Works very well. I am thinking about releasing it in bot store but need to figure out how I am going to secure it. If you can hold on a few days I may have it ready.

 

Reason people are having problems is google got stricter with the delay between queries. I made checker take the delay in miliseconds as a command line switch so you can set your own value.

Link to post
Share on other sites

thank you for the response.

 

sorry for asking, but are there some websites you can point me to to read up more on this? i really need to get this working along side my links verifier.

 

btw - just got responses with SE0 spyg1ass support because i emailed them about their PR checker not working. seems like even they are having trouble with bulk PR checking.

http://www.codeproject.com/KB/aspnet/Google_Pagerank.aspx

 

I just implemented bulk PR checking with code from that article. Works fine. Long as you don't multithread it you will be ok.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...