Jump to content
UBot Underground

Bot-Factory

Fellow UBotter
  • Content Count

    3238
  • Joined

  • Last visited

  • Days Won

    164

Everything posted by Bot-Factory

  1. AWESOME!! This works perfectly! Thanks a lot for your help. In 50 years I will probably also start to understand how this regex stuff works... Cheers Dan
  2. Hello. Is it possible to extract parts of a text. And definde the exact position with "Text on left side" and "text on right side". So that everything in between those two is extracted? No matther what fomart it has? Or is that something that can't be done with Regex? Thanks in advance for your help Dan
  3. Hello. I have the html code of a website in a variable. Now I want to extract a specific information out of this variable. The easiest would be, if I could use something similar to $Page scrape. Where I just enter: text on left side text on right side. But instead of doing that from tha actual page I'm on, I need to do that from the text within a variable. Within the html code ther is: <meta name="csrf-token" content="22546d0ed677b61e4073515e847773b52a363f1a882e45afa75eb87ad29c375cb9eab5024cafbc6ae1783d7d42fc73a54174ecb7bf4b82edadc8fe358a71f6ee"> And I need to extract only the
  4. Hello. I'm very new to this plugin. Today I tried to use the plugin to login to www.name.com I investigated the http post with live http headers. And that's what I saw there: https://www.name.com/ajax/account/login POST /ajax/account/login HTTP/1.1 Host: www.name.com User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0 Accept: application/json, text/javascript, */*; q=0.01 Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3 Accept-Encoding: gzip, deflate Content-Type: application/x-www-form-urlencoded; charset=UTF-8 x-csrf-token-auth: 45fcf8dbfba17d48f7bc
  5. Hello. I just purchased the plugin. But now I'm wondering why the HTTP.POST command is in the discontinued categorie? I though this is the biggest feature of this plugin? I'm confused now. Thanks for some clarification. Dan
  6. Great!! That seems to work. change attribute(<before="Source:">, "value", "{#myip}/32") Not sure why only the variable is in {}. Thought it has to be the whole string. But nevertheless, it works now. THANKS Dan
  7. Hi. Actually a simple thing where I struggle. I want to add something to a text field: #myvariable/123123 The bot always converts that into a $divide. But I want to add the / as just text. Thanks for your help Dan
  8. Hello. Does someone know the GA date for update 5.0.2? Thanks Dan
  9. Hello. From time to time I have the problem, that delete and movements don't work in the HTML forms. That happens in the builder, as well as in the html UI within Ubot Studio. I can still type and use the mouse. It doesn't happen all the time and I don't know the reasons for it. Has someone else experienced that as well? Dan
  10. Hi guys, is the new recording feature supposed to recognize all activities I do in the browser? Or is this for certain usecases only? It doesn't detect certain username / password fields in my case for example. Thanks Dan
  11. John D figured out that if your write protect the log file, the freezing error will go away. I just tried that and it works. He mentioned, that the recorder doesn't work correctly then. Not sure about that. I don't know how it's supposed to work, so I can't check that. Would be great if the developers could take a look. Thanks Dan
  12. I have seen some strange entries in my logfiles: The slowness is related to the following browser_log.txt entries: 2013-10-15 09:38:02 (5200): Finished processing 2013-10-15 09:38:02 (5200): Processing Command: mouse_move With Params: 0, 1059, 41, 2013-10-15 09:38:02 (5200): Finished processing 2013-10-15 09:38:02 (5200): Processing Command: mouse_move With Params: 0, 1059, 42, 2013-10-15 09:38:02 (5200): Finished processing 2013-10-15 09:38:02 (5200): Processing Command: mouse_move With Params: 0, 1058, 42, 2013-10-15 09:38:02 (5200): Finished processing 2013-10-15 09:38:02 (5200): Proce
  13. Hi. Might be a stupid question for the experienced guys here. But I struggle a little bit with selling and marketing my bots. I have a couple of nice ideas... Well, I think they are nice :-) So maybe you could give me some tips how you: 1. Test and assess if an idea has commercial potential. So that you don't develop stuff no one needs. 2. Where do you sell your bots? Do you create websites for every bot you sell? Do you sell them all on one site? 3. Any recommendations about web-building tools / services where you could get a very simple but converting sales page for bots? 4. Copywrit
  14. Awesome "$change text casing" that was the missing link. Working fine now. Thanks a lot for your help Dan
  15. Hello. I want to search for a word or phrase on a page. I currently use Contains with page scrape. So far it works fine. But only if there is an exact match. But I would like to ignore uper and lowercase completely so that "myword" = "MyWorD" = "MYWORD" and so on. Is that possible? Thanks for your help Dan
  16. Thank you Meter, I'm in. Will send the PO in a couple of minutes. A technical advanced solution compared with your fast support = WIN :-) Cheers Dan
  17. Is it correct to say that you add the same or better security compared to those wrappers or source code encryption tools like Obfuscator ? Dan
  18. Hi. I'm currently looking for a licensing system to secure my bots. The point that got my attention is, that you are not using just a wrapper. So that sounds like I don't need an additional tool like Ubot Obfuscator for example? Which is probably great to, but if I can have everything in one tool. Thanks for your feedback Dan
  19. Awesome Tool! Bought it today and already love it! Would be great if we could edit elements after they have been added to the UI. keep up the great work Dan
  20. Ok, let's rephrase my question. Are there tutorials included that teach how to use HTTP requests and what I can do with them? Or do I have to know that first and the plugin will only allow me to "translate" that knowledge into Ubot? Dan
  21. Hi. This plugin sounds very interesting, but I'm not sure if my skill level is right to use it. I'm an average Ubot User who mainly writes bots to scrape informations from websites. But my html knowledge is limited. So I was wondering how complicated it is to generate HTML post compatible code? Does that work for everything online? Or are there special websites. usecases where this can be used? Thanks in advance for your help Dan
  22. Hi. Copy & Paste is exactly what I need for some websites. My main problem with this workaround is, that I have to stay on the page where I have to paste the stuff. I have to read 3 files. 1. Read file 1 to clipboard 2. Paste into field 1 of website 3. Read file 2 to clipboard 4. Paste into field 2 of website 5. Read file 3 to clipboard 6. Paste into field 3 of website So I can't use the write to browser function. This would navigate me away from the page. It would work for the first paste command. But we only have 1 clipboard, so how can I get text2 and text3 into the clipboard w
  23. I use Tab to navigate Dan
  24. Hi. When I use the "send keys" command to navigate on a site, is there a way to select the current object (where the cursor is) as chosen? So that I then can run "change chosen attribute" ? Thanks a lot for your help Dan
×
×
  • Create New...