Jump to content
UBot Underground

getting blocked by google...


Recommended Posts

hey guys,

 

just wondering if anyone had any insights.

 

i am running my bot querying "info:url" to find if my urls are indexed... i am running

- 70 proxies from YPP

- random delay of 1 to 10 seconds between queries, with proxy rotation

 

i have had other bots that uses my home connection and ran fine with a similar delay setting

 

i am guessing google is more sensitive to queries like "info:". i am going to increase my random delay to 10 to 60 seconds... any other suggestions to stay under the radar?

 

thanks!

Link to post
Share on other sites

I've had to increase bots to randomly touch Google as far apart as hours at times. Google is getting more and more sensitive. I find after about 20 consecutive touches in under 5 minutes will make the radar go off.

 

Frank

Link to post
Share on other sites

The proxies are imperfect or your browser is bleeding information because it is configured improperly, or both. Scrapebox works fine because it doesn't use a browser; it uses raw HTTP GETs; not much room for information to be leaked there.

 

Ubot on the other hand uses a web browser. Depending on how the browser is configured, it might use the proxy to load the page, but then all the ajax will go through without a browser, or stupid stuff like that.

 

I find it much easier to simple use scrapebox or write my own simple scraper with HTTP GETs instead of messing around with browser security configurations.

Link to post
Share on other sites

@botbuddy, scrapebox is awesome and for the price, it is WELL worth it.

 

@meter, wow, i wish i knew that before i spent 2 whole days building my ubot script to scrape google...

 

how would i start making a HTTP GETs program?

Link to post
Share on other sites

Thanks for sharing that meter. Interesting. Is scrapebox a valuable tool to have in a toolbox?

Scrapebox is the most useful tool I've ever bought.

 

how would i start making a HTTP GETs program?
Just look up how to do an HTTP Get in any language you know.

 

Also, Ubot sockets bots should be able to scrape google with proxies just fine. This is because they use HTTP GETs, not the WebBrowser, to interact with the target site.

Link to post
Share on other sites

Scrapebox is the most useful tool I've ever bought.

 

Just look up how to do an HTTP Get in any language you know.

 

Also, Ubot sockets bots should be able to scrape google with proxies just fine. This is because they use HTTP GETs, not the WebBrowser, to interact with the target site.

 

Hi - UbotSockets - I heard of this being released as a add on and should allow us some capability of multi threading - Is this what your referring to ?

 

Im sure I read Seth make a note somewhere that it will be a advanced feature still to be released - I hope tutorials will be available.

 

If so then it sounds great

 

thanks

Link to post
Share on other sites

Abs, multithreading should already be implemented in Ubot. I just imagine that Seth has some tweaking to do with it to get it in better working order. But yes, sockets will support multithreading.

 

-meter

Link to post
Share on other sites

All the 'google' stuff is catching on. Blogger.com triggers a block on a block very quickly now. I suspect its detecting the use of ubot from the http referrer maybe? Anyone know what ubot identifies itself as?

 

Andy

Link to post
Share on other sites

HI Meter -

 

I was playing with the software when I upgraded and was testing the multi threaded function

 

Some areas which I noted -

 

It was slow - both browsers or even 3 or 4 wouldnt work as they should - in the sense that they would all wait for each browser to complete a step at a time

 

Im not sure if we are able to use change proxy in each separate browser - so that we can make multiple requests from different ip's - but then again as Andy and others have noted - if the refer will be passed even when using Ip's then this will not really help.

 

a number of browsers will cause many users to have system issues due to the amount of cpu usage - If it was posibble to split the browser into seperate sections - or open small browsers similar to senuke then it would be great.

 

- Ive actually got a app that i cant wait to multi thread - but i think i will wait for the sockets to see if they will be more what im looking for

thansk

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