Jump to content
UBot Underground

Grey Hat

Fellow UBotter
  • Content Count

    25
  • Joined

  • Last visited

Everything posted by Grey Hat

  1. That's awesome Kev123! Are you planning on selling this method/code to other Ubotters? The AV thing is a bit out of hand and they keep adding more things to throw warnings and block. Trying to get a head of it....(as I'm sure there are others as well) Thanks!
  2. Hi Kev123, I should've been more clear in my opening comment on this thread. I'm using Inno 5 to do my UBot compiling which gives me tons of options outside of what UBot Compile Exe currently offers. Inno 5 Includes offering Code Signing into your UBot app so I thought I'd see where the community stood on the value of spending that extra $$$ for the code signing cert. MitchCd mentions above: So I can see value in that but I was hoping there also might be feedback from other members that Code Signing reduces the occasional Norton Anti-Virus scare messages to customers. Thanks!
  3. Hey Everyone, I'm in the process of selling a compiled bot to the general consumer market and as I'm going over the last minute nuts and bolts I've come across the option of code signing my bots when they install. I read about the benefits here. From Symantec: So here's two questions I'm hoping UBotters will consider weighing in on: 1) By digitally signing your compiled bots (the application itself and the installer) would that mean there would be LESS issues with Norton Anti-Virus and Windows 10 security for customers? 2) Is this overkill or does it really build that extra level of
  4. I used Inno Setup 5, dropped in the two UBot Set-Up folders: Program Files and AppData, and added in .NET 4.2 web service installed as a part of the Inno Setup 5 process. Just ran the Installer on a virgin machine and it works perfectly. Thank you for the suggestion. I got the idea of which installer to use from UBot Forum member: Cyber Junkie. Thanks!
  5. Has anyone else experienced issues with the UBot developer edition, Setup.exe function? I am able to compile a bot in 5.7.1 but it will NOT compile the Setup.exe no matter what the file path. Curious if there is a work-around if UBot will not generate the Setup file for dev's who want to sell their bots to non-Ubot peeps. How can you sell bots that won't set-up on end user machines? Very frustrated. Any work-around advice is appreciated. Thanks!
  6. I've been working waaaaaaay too long on this bot these past couple of days. Great Suggestion Code Docta. That fixed it. Duh on my part. Thank you!!!
  7. Hi, So I'm attempting to build a simple bot that logs into one Tumblr account. Second feature posts on that same single account's Tumblr page. Issues: In attempting to do old school: Navigate to Tumblr login page: https://www.tumblr.com/login, fill in Username and Password, UBot Browser crashes every time. No Xpath or HTTP Post (but if there is a short-cut using those I'm not seeing it) So I looked on the forum and one user suggested to another to sign up for Tumblr API. I did and looked at their code example: http://api.tumblr.com/v2/blog/museumsandstuff.tumblr.com/posts/quote?api_k
  8. Okay, So almost there. Sorry to keep being a pest but anyone struggling with Regex is going to learn a lot from this thread. So here's my code: plugin command("SocketCommands.dll", "socket container") { plugin command("HTTP post.dll", "http max redirects", 15) set(#get,$plugin function("HTTP post.dll", "$http get", "https://etsy.com/suggestions_ajax.php?extras=\{\"autosuggest_expt\":\"off\",\"autosuggest_lang\":\"en-US\"\}&version=10_12672349415_2&search_query=clothes&search_type=all", "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0", "etsy
  9. Thank you Code Docta! Amazing! I appreciate the time you've spent on this and solutions presented. Thank you again!
  10. Thanks! So when I use the GET request the data comes in like this: {"results":[{"query":"baby girl clothes","search_types":["handmade","category_tags_vintage"],"search_type_names":["in Handmade<\/b>","in Vintage<\/b>"]},{"query":"baby clothes","search_types":["handmade","category_tags_vintage"],"search_type_names":["in Handmade<\/b>","inVintage<\/b>"]},{"query":"baby boy clothes","search_types":["handmade","category_tags_vintage"],"search_type_names":["in Handmade<\/b>","inVintage<\/b>"]},{"query":"american girl doll clothes","search_types":["handmade"],
  11. Hi CD, Thank you! I'm working with the code you provided above and getting very close. You're reply is very much appreciated and has me going in the right direction. Thank you again!
  12. Hi, So, I've figured out how to exclude a bunch of characters and junk I don't want in my output using $replace regular expression. The issue is that I'm replacing a lot of junk code with a "," When I used replace it with nothing it mushed all the data together with no commas at all and that defeated my add to list. Now my data looks like this (sticking with the replace junk with comma idea): ,,results,,,,,query,,,baby,girl,clothes,,,search_types,,,,h Every time I run the bot it will have different data but the commas will always be the same. So I am attempting to accomplishing two th
  13. Hi, So, when building bots that use proxies, does anyone have any ideas on a command that tests the proxie entered within the variable field? Let's say you have a very long UBot script that goes from site to site to site using one proxie to do various tasks, but because this bot takes a long time to execute all of these commands the proxie falls off somewhere on site 25 or 26... If my client is too cheap to pay for private proxies he/she will most likely scrape public ones and those are less reliable. So I'm trying to figure out two things: 1) How to test the proxie before the next
  14. Hi, So I've made a couple of cool utility bots and when compiled they have a Ubot default file-folder image above the bot name. I wanted to swap this with my branded image (and in future put a cartoon robot on there on future bots, etc...). I checked on properties didn't see an option to change image. Was wondering if there is a way to change this image in Ubot or outside of UBot. Thanks
  15. Hi, So I'm doing good with UBot V4, have a bot that pulls all data wanted from a table scrape, BUT in that scrape there is a column that has a customer named "Joe Tester" that I use to test my applications mixed in with real customers. So, my question is, what is the command in UBot V4 to tell the bot to ignore any row that has "Joe Tester" in it so fake orders don't save into my scrape? I was thinking If/Then but how to tell it If "Joe Tester" [ignore] Then include "*"? Now sure how to code it. Thanks!
  16. Hi, So, I feel this is probably a stuipid question but I've looked and even if the answer is right in front of me I don't see it. In an old post someone said use Flow-Include but I don't see it in my V4. My question is, what command do I use to tell UBot to run the next tabbed script in my multi-tabbed script sequence? Thanks!
  17. Hi, So I've upgraded to Ubot 4.0.66, I'm doing a scrape on the white pages. I want to grab the business name, mailing address, and phone number. It's all there for me, BUT, when I do the scrape I'm having trouble surpressing what Ubot grabs. It's grabbing everything because the only way I've been able to grab is "innertext" and then wildcard everything that the initial "<>" grabbed in the search box. An example of my scraped list is attached. You'll see it repeats business name 3 times on each entry and that's not good. Then toward the end of the list it starts spitting out U.S.
  18. Hi, I've just started playing with UBot 4.0 this weekend and got to a point in my script where I've reached the Captcha. When I go to right-click it to follow the process from 3.5 there isn't a menu of choices. Just a weird box within the Captcha box. I then drag the captcha box text box over to become its own node and drop in "$solve captcha" from Browser functions. I'm signed up for deathbycaptcha service, which is corrctly checked in the Tools Capthca service. I feel like I'm missing a step and against a wall. The irony is the captcha I'm trying to solve is an easy one. Any hel
  19. Hi, So for work I'm building a bot that puts together a laundry list of competitors names, URLs,specific products (let's say it's "Vitamin C" Supplements), pricing, and shipping charges if any... I figured I'd be slick and jump straight onto www.nextag.com (sinces it lumps all that info into nice neat lists to scrape from). I was going to dump into .csv and then convert into Excel and here's my report of over 5,000 vitamin C products to compare pricing to ours. I watched Lilly's tutorial on scraping ezine articles and I get the process. My problem is that the format on the nextag site is
  20. Hi John and abs, I'll definitely use the suggested csv method and see how it works. Separately I'll give abs $NextListItem a try as well. Thank you for the help.
  21. Hi, So I've had UBot for a week now and have been plugging away. My issue at hand in the UBot playground (as I'm learning functionality of the program) plus I bought Beginning REGEX Expressions by Andrew Watt so I'm not a complete idiot as I'm learning... So I've managed to create my own .txt files for USERNAME, PASSWORD, FIRST NAME, LAST NAME, and Click Button in playground. UBot knows which files I wanted it to create and save to no problem. I set up a loop x50 for each field. The .txt files generate as expected. When I run the secondary script I run into problems. The program pop
  22. Hi, I'm new to UBot so if this question seems silly I apologize up front. So basically I am creating a script that creates new accounts and the web site I am hitting asks for a repeat password. My UBot program is generating a random password in the fist pass and so my scripting question is two fold: 1) What script in UBot do I write to repeat the random generated password that UBot creates? 2) How do I in the the script capture whatever UBot randomly generates as the new account password into a list so that I know how to create a separate bot to login and manage the newly created account
×
×
  • Create New...