Jump to content
UBot Underground

Grey Hat

Fellow UBotter
  • Content Count

    25
  • Joined

  • Last visited

Community Reputation

4 Neutral

About Grey Hat

  • Rank
    Member

Contact Methods

  • Website URL
    http://greyhatmedia.com/
  • Skype
    roger.braun.ghm

Profile Information

  • Gender
    Male
  • Location
    Sedona, Arizona
  • Interests
    Hiking, Internet Marketing, and making money. ;)

System Specs

  • OS
    Windows 7
  • Total Memory
    More Than 9Gb
  • Framework
    v3.5 & v4.0
  • License
    Developer Edition

Recent Profile Visitors

3910 profile views
  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
×
×
  • Create New...