Jump to content
UBot Underground

Pagerank bot with Shell not working right - need help


Recommended Posts

Hi Everyone,

 

Need some help with this bot. I can't get it to work right

 

I am using the NirSoft GoogleRankCmd located here http://www.nirsoft.net/utils/grankcmd.html

to get the pagerank of a specific site.

 

When I run the following line from my Command Prompt it works perfectly.

 

C:\DomainUBOT\grankcmd http://www.ubotstudio.com >> C:\DomainUBOT\rank.txt

 

the ">>" stores the output in the file rank.txt

 

However when I shell the same line in Ubot, GoogleRankCmd runs and outputs correctly but I don't see the creation of rank.txt

 

I have included everything you need including GoogleRankCmd in the attached file. Please extract the folder to your c:\ and run the domainchecker bot.

 

DomainUBOT.zip

 

Looking forward to the help,

David

Link to post
Share on other sites

Well it says C:\DomainUBOT\grankcmd http://www.amazon.com >> C:\DomainUBOT\rank.txt

 

should probably be C:\DomainUBOT\grankcmd.exe http://www.amazon.com >> C:\DomainUBOT\rank.txt

 

also you could change the >> C:\DomainUBOT\rank.txt to >> rank.txt so it would go to same folder automatically.

 

also if you have the compiled bot in same folder

 

shell

 

grankcmd.exe http://www.amazon.com >> rank.txt

Link to post
Share on other sites

Thanks for the ideas. I tried them all with compiled and uncompiled. With " and without. Still rank.txt does not output.

 

Can you take a look at the bot itself?

 

Thanks,

David

Link to post
Share on other sites

yes BotBuddy. Once I get the framework setup correctly. I want to thread it and start feeding it url lists.

 

Any ideas?

Link to post
Share on other sites

I hate to let you down but I must.

 

One of the positive aspects of my job is I get to see stuff that you guys don't. I do have access to something that would help you out but unfortunately I cannot share it.

 

I know "Bummer".

 

The good part is that I see it has made it through a couple of updates at my level which leads me to think it will eventually made available to everyone else.

 

I know that does not help you now. So it appears you will have to do it via a sub window and scraping another site.

 

Sorry.

Link to post
Share on other sites

I hate to let you down but I must.

 

One of the positive aspects of my job is I get to see stuff that you guys don't. I do have access to something that would help you out but unfortunately I cannot share it.

 

I know "Bummer".

 

The good part is that I see it has made it through a couple of updates at my level which leads me to think it will eventually made available to everyone else.

 

I know that does not help you now. So it appears you will have to do it via a sub window and scraping another site.

 

Sorry.

 

Arghhhh - come on BotBuddy - Youve got us on our toes now - If you cant share it then please make notes to what it is - Is it somehting to do with new features in Ubot?

 

;)

Link to post
Share on other sites

Well I made a bit of hybrid work around with Winautomation, because it does execute my shell command correctly.

 

Since the Nirsoft script has proxy support I just created a list in Ubot with the domains and proxies I wanted to test, then I shelled my Winautomation .exe file via Ubot to loop thru it, and then sucked the rank.txt into Ubot and continued.

 

Not the most elegant solution, as I would like to do it all in Ubot, but it works!

 

David

Link to post
Share on other sites

Sorry guys I am sworn to secrecy.

 

But here is how I would do a PR check within a Bot and from a Sub Window.

 

Just think! When you do see the new method you will go "MAN! That puts BotBuddy's code to shame!"

 

lol

PageRank.ubot

Link to post
Share on other sites

Also there is some good information about quering PR @ http://www.fourmilab.ch/webtools/PageRank/

 

You can see the section where it says about creating a web query form to do so. Yes you would need a Google Dev. API key. Instruction are on the page.

 

Praney

Link to post
Share on other sites

@BotBuddy - Thanks again for your help.I do appreciate it. However, I need to do thousands of pr requests a day so your script with captcha ain't gonna cut it :) Hopefully a Pagerank node is being created. Now wouldn't that be cool? Or at least a Shell that truly works as well as the command prompt.

 

@Praney - I have seen that page before. Lots of good info there. However, the Nirsoft utility is really fast and has built in proxy support. You should check it out.

 

David

Link to post
Share on other sites
  • 7 months later...
Here is the working code (Thanks Eddie!)

 

cmd.exe /C "C:\DomainUBOT\grankcmd.exe >> c:\DomainUBOT\rank.txt"

 

 

John

 

I have a bot that uses a public service ( without Captcha ) and no shell. Think you can do 500 a day, I also wrote one to get SEOmoz page authority which I think is better.

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