Jump to content
UBot Underground

michelinsy

Members
  • Content Count

    21
  • Joined

  • Last visited

Community Reputation

1 Neutral

About michelinsy

  • Rank
    Member

System Specs

  • OS
    Windows 8
  • Total Memory
    2Gb
  • Framework
    v4.0
  • License
    Standard Edition

Recent Profile Visitors

2125 profile views
  1. Thanks for your replay. When I test ubots browser with whatismybrowser.com, then there is the chrome 21 browser. Is ubots browser different to a normal web-browser?
  2. Hi, sry for the late response. The answer does not help me to solve my problem, because there are different Links (and titles) I want to check. But thanks for your effort. For now I have the regex very simple with wildcard, but this can be tricky and maybe will not give me the results I need in the future. The main question I have at the moment is: Why can my editor find the Link with regex and ubot's function regex not?
  3. Hi, is it possible to load a javascript framework, like easeljs, into the browserwindow and when yes how do I get this to run? For example, I want to create a simple rectangle with easeljs and put it as a canvas into the browserwindow. I have the "load html" with a simple html element. Inside this i have set easeljs in the head and a canvas and the body. (the code works fine when i run it into a browser from my edito.) Then I have "run javascript" command with my simple code to draw a rectangle. I tried different methods to implement the script, but nothing works.
  4. Hi, i want to test if an specific link exist on a search result page on google. I tried different thinks, but i don't get a solution that work for me fine. I have search the forum, but there were no post that help me. I have test it with $exist and atributes in the adwanced editor, too. But i can't get the regex in the editor to work. The regex works fine in my text editor to find the link. Any idea? PS: There is a problem so I can not post the code here. I Will try it later
  5. helpful link to understand this in more detail. Yeah, i would like tutors about that too
  6. how do you enable js in ubot? i thought it is automatically on.
  7. i have tried it with different user agent. without any success.(i change it with the ui command) I thought it is maybe a different peace of js, because the search analyse in google webmaster is a beta function. All other js on webmaster tools work perfect in ubot.
  8. thank you. i will research this for detailed information. i have seen you had a tutorial about ubot, but it's been removed. Do you have the plan to do a new one? Your regex tut. is already on my list, too.
  9. very interesting. the first one is already on my list
  10. Today, many software are available in cloud or on websites. I read in ubot wiki that is possible to do this with ubot, too. I mean i.e. something like a website scraper online. Has anyone do this? How does it work in theory?
  11. Hi, thank you for your efforts. I think, when i work a little bit longer with ubot i will buy the dev version @HelloInsomnia How do you create a ui like you do for your kw-scraper? Is it build with ui editor? http://imautobots.com/downloads/ultra-keyword-scraper-blazing-fast-source-code-only/
  12. Hi, i read in the ubot wiki that the stop script command is generally used for debugging purposes. What does it mean? Can it come to problems, when i use this command in my compiled bots? With the stop script and ui button commands i can created an ui element that is similar as a "go to" function. i.e. i click on button bing - browser navigate to bing and stops. i click on google - bot jump back to the begin of the code and navigate to google and stops. Do you think there comes to problems when i run the bot or give it a better solution to build the code for this example. Thanks ui button("g
  13. Hi, when i log in into google webmaster tools and browse to searchanalyse, the browser in ubot will not show me content. All other pages in webmaster tools are shown correctly. In my normal web browser the content will be shown correctly, too. I have tried to change the user agent but i get no content with the ubot browser. The searchanalyse is a beta version. Is there a problem with js? Has anyone a idea how to handle this?
  14. Hi, i have set a ui list box that should display a list from file. The file must be scraped first. After the scraped command i have placed the ui list box in the bot code. My problem: After starting the bot, the ui list box is shown empty. The bot came to the command to scraping the list but the ui list box does not automatically updating the value of the scraped list. Must i set a command like refresh ui list box or how can i handle this? ps: When i eddit the ui list box again, it will refresh in the browser and show me the list value.
×
×
  • Create New...