Jump to content
UBot Underground

hatkyinc

Fellow UBotter
  • Content Count

    293
  • Joined

  • Last visited

Community Reputation

3 Neutral

About hatkyinc

  • Rank
    Advanced Member
  • Birthday 05/12/1983

Contact Methods

  • Website URL
    http://semmonitor.com
  • Skype
    hatkyinc

Profile Information

  • Gender
    Male
  • Location
    Israel

System Specs

  • OS
    Windows 8
  • Total Memory
    More Than 9Gb
  • Framework
    v3.5
  • License
    Developer Edition

Recent Profile Visitors

5030 profile views
  1. Thanks a2mateit, but I do need the other data, I am scrapping the entire data untill now, but wanted to move to the file download. Odeesuba, I would love to see how you do it. I did see the command, but I don't understand if it's possible to avoid the interactive save file, since I am running this program as a batch...
  2. Using the adwords keyword tool. How Do I save the file after pressing the "donwload"? Steps to button: 1. Go to google adwords keyword tool. 2. Do some search, say "test". 3. Press "keyword idea" tab if you happen to be in the other one. 4. Under the tab (very close under) there are a few grey buttons, one is "donwload" with an arrow. 5. click that. 6. "all search results" 7. doesn't matter the format, click "download" Now open a Ubot save window, but how do I script to save the file without interaction
  3. Is there a way to control HTTP_ACCEPT_LANGUAGE http header in ubot4? Since Ubot3 was using internet explorer it was controllable from "internet options"... Is there a way, like some generic http headers control that I am missing? or should I open this as a request...
  4. From my experience, the compile problems are network/server related and are kind bad doing some hours and works perfectly on other hours.
  5. Thanks a lot, I found my problem while trying to put here a test bot showing the problem. I was doing something like: Change attribute "" (empty). Send keys "keyword". Change attribute "keyword" (because the keyword is not in English it gets garbled). And this used to work before Google changed something. I just added another command at the end. Send keys " " (Space) And this fixed it. (space at the end of the keyword doesn't have meaning ) Thanks a lot for everybody!
  6. Really thanks for trying, but I don't want alternative, I need only this.
  7. I need also search amounts and similar keywords. (not just long tails)
  8. The google keyword tool used to work with ubot3. Now you can't do a search in it with ubot. I think the problem is that ubot "change field" and "send keys" both fail to trigger some event. You do one of the two (or both) and press the search, and it's like you didn't type anything. (even pressing the search button manually). If on the other hand, you change the value manually (in the browser) and ubot presses the search it works. I assume some kind of java script solution is possible ("run javasctipt"). Either by some "send keys/change..." event Or just finding what should be triggered,
  9. For advance users, there is already a way to use mysql even in version 3. I am using it for a long time, with shell commands to the local mysql client. Works perfectly fine. Sure it takes some work to setup initially, but you can use EVERYTHING that mysql has to offer. It work good since the mysql client has so many options for command line runs. (I know oracle has something similar with the sqlplus command. Access would probably be hard). Just remember to use the 32bit client, 64 doesn't work with ubot until ubot will come in a 64bit version I assume.
  10. Thanks John, I checked the different choose options and choose from chosen seems to do the trick...
  11. Yes, they have different content but it's dynamic and all the structure is the same. The tables aren't even siblings, they have div's separating them and a big node tree...
  12. I have a bot, scraping a site, the problematic part looks like so: choose by attribute id Scrape chosen table &table Now the problem is, there are now 2 tables with the same id (used to be only 1), I need to extract both tables. This code extracts the 1st. How do I extract the 2nd?
  13. I got a bit brave and tested it on my server. Results: 20%-50% less CPU consumption on my bots. WOW! About the same amount of RAM usage if anyone is wondering. (at least it's not worse, same leaks/growth in consumption) The system has no real GPU, just the on cpu one (core i7 2600k with H67 board), but then again, I am not using any HTML5 or otherwise graphical sites. Bugs: On the main bots I haven't seen anything problematic yet. I have a small test bot that gives some error "Xenocode postbuild 2008 - unable to load the required virtual machine" and then ends itself. * Another note
×
×
  • Create New...