Jump to content
UBot Underground

BeerNut

Fellow UBotter
  • Content Count

    155
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by BeerNut

  1. I just want to say that I finally purchased EXB 2 because I wanted to support Dan as the dev. He removed the retarded callback, and ended up on damage control for days it seems. Like I said I was never against given him money but damned if he didn't go about this all the wrong way. I already purchased Aymens program so I guess I own both now. Supporting EXB ended up costing me an extra $150 for Aymens because of your nonsense during the past weeks which really sucks.
  2. Sorry I didn't mean you as in you yourself. I had to quote your comment to reply to you and then the rest of my reply was I guess to Dan so he was the main "you". You are the original poster of EXB so I don't really know how you are involved if at all anymore. You seem to be at least an advisor. But yeah not really intended for all of that to be to you personally but to the EXB team if there is one.
  3. Well Aymen gave me the C# source code to the whole thing and it has no call backs to his server. This means I control it and I can update the selenium if I want to. I was not going to buy it, because I was happy with v1 EXB but then you emailed me saying you were locking me out. So I paid Aymen yesterday instead of you, of course now you flip flop on it after 24hrs. Not smart. You also said that this new version and 1.4 are basically going to call back to your server on every bot they are in? So all of my customers bots they purchased from me are now going to call back to your server on ever
  4. Holy shit what is with the email about you canceling and locking out ALL EXB 1 clients and forcing us into buying your new subscription? What is this crap about "running the backend" you mean the license check server that uses probably no server resources at all? What part of exbrowser is cloud based? How much does this "backend infrastructure" cost you per month that you are complaining about? This is some serious crazy shit you rarely hear of anyone so bluntly locking out customers and forcing a service on them. I see now why Aymen is emailing me constantly about his 1 time payment remote
  5. This is not the problem. I have tested it with clearing the local variables as well, even though that should make no sense to begin with because each new get should overwrite the last one and each one is a local variable in its own define like you showed. But yeah, I did try that as well. I also used clear objects and clear headers with http post. I tried to make the gets more dynamic by adding random variables appended to the urls, random generated referrers as well. Nothing has worked. Also if it was a problem with clearing the variable each time why would it work only with a 120 second wait
  6. Ok I am un deleting this since there seems to be no solution. This links back to an issue I found a before but now no longer works either here is my old post http://network.ubotstudio.com/forum/index.php/topic/22259-stormproxies-and-http-post/ So basically uBot seems to have some sort of cache when you use either HTTP Post Get or Heopas HTTP Get. Both plugins get requests have the same problem. What is happening is that if you use a back connect proxy rotate service you will constantly get the same cached source code returned to you. Here is the set up. I have a single loop that loops 50
  7. How does this plugin expect proxies to be entered? I am trying Crawlera from Scrapinghub and they only have a user(api key) and no pass. Below is the structure. proxy.crawlera.com:8010:MYAPIKEY: With http post it works but the same proxy input into heopas http get it does not work.
  8. Looks like a issue with http post. If I change it to Heopas and this code it works fine again. start() define start { loop(20) { set(#soup,$plugin function("HeopasCustom.dll", "$Heopas HTTP Get", "http://mysite.com/ip.php", "stormproxy-ip", "", "", "", 15),"Global") add item to list(%ips,#soup,"Don\'t Delete","Global") } }
  9. start() define start { loop(20) { testloop() add item to list(%ips,#soup,"Don\'t Delete","Global") } } define testloop { set(#soup,$plugin function("HTTP post.dll", "$http get", "http://mysite.com/ip.php", "", "", "stormip", ""),"Global") } Something like this also doesn't work. I made a simple php file to host at my site that only reports ip. start() define start { thread { loop(20) { set(#soup,$plugin function("HTTP post.dll", "$http get", "http://mysite.com/ip.php", "", "", "storm-ip", ""),"Global") add item to list(%ips,#so
  10. Has anyone gotten uBot to work with StormProxies or other 'backconnect' provider and ubot? Below is a sample code i was testing. They say that when you make a http request to your single ip they provide you that they rotate the ip on the backend on each connection from their pool of 70k. When testing the code below though the IP does not change on each request in the loop. But if you stop the program wait a bit and start it again it IP will change but then repeat the new IP over and over. loop(20) { set(#soup,$plugin function("HTTP post.dll", "$http get", "https://www.whatsmyip.com/", "M
  11. 1. What about development is difficult? uBot user base seemed to peak a few years back, forms are slowly dying. This makes finding solutions harder compared to stack and other languages. It also means we have less plugin developers and less financial reason for them to make them. uBot corporate hasn't made any effort in some time platform is slowly dying. 2. What frustrates you? Buy ubot, Buy Pro, Buy Dev, then need to also buy 1k+ worth of plugins and scripts over the years just to make ubot more usable. Ubot seems to have relied this whole time on other people selling plugins to expan
  12. Attached are the two test csv files which show what i was talking about above. testing-large-table-save-csv.csv testing-save-to-file-csv.csv
  13. Anyone have a way to use the large table in a data grid? I need a way to show the progress to users when running the bot. Edit: I switched over to using the "Add Row" to the data grid which works but also doesn't support a row number gotta find a way to work around that. When using 'save to file' and 'return large table csv' I can double click the final file and it opens in excel looks good but anything with a comma in it breaks the cells. I can't find anyway to add an enclosing " to this to correct it. If I instead use 'Large Table Save File' and save it as a csv file when I double cli
  14. The one bugger has it running now, when he flooded me with 20 emails about how it wouldn't navigate to any website at all. Even sent screen shots of how the browser didn't work and it was stuck on navigate, but now i can see it open on his system in newer screen shots! Sometimes you just get the worst crazy customers. I will try to get it out out him what he was doing. I got another 15 emails from him today alone. Kiling me. I thought i had a compatible version. Can you make a mirror of the portable supported version? If you don't want the downloads send it to me and I will S3 it and post
  15. Holy Shit! The update is crazy helpful! The ability to collapse uBot code views is insanely helpful. uBot needs to pay you for making their program so much better. Edit: I found a error in the collapse code part. It looks like it gets confused if you have a { or } escaped in your code. Below is a example. if($contains(#soup,"\"tripAdvisor\":\{\"Rating\":")) { then { set(#tripReviews,$plugin function("Advanced Data Text File.dll", "$regex find", #soup, "(?<=tripAdvisor\":\{\"Rating\":\"...\",\"ReviewCount\":\").*?(?=\",\")", "None", 0),"Local") } e
  16. Has anyone every had a customer that could not use the EXB Navigate? I recently moved more of my scrapers to EXB from the Ubot browser and suddenly I am getting more emails for support. Main issues are 1) Exb doesn't open at all. I have included a full copy of 67.0 as a portable with the program and it is used by default. Works for me works for others but doesn't work for some. 2) Exbrowser will open but never navigate to a website, or it will navigate to 0.0.234.195 when using proxies. I am about to just refund the one guy I have like 20 emails from him over the last few days. I have no
  17. Has anyone run into this before? My UI that I have had since uBot 4 works in the Browser (21) in ubot 4, 5 and 6. If saved as an html file it works in Chrome/Firefox/Edge as well. But if I try to load it in CefSharp uBot 5 or 6 the program never opens. If I open an empty bot and then paste it into the uBot then parts of the UI don't work or it totally crashes. I can't post the UI here since it is branded. But is there any known issues like maybe the html has to be 100% perfect with all <p>'s closed or something? Chrome's Inspector reports no html errors.
  18. Does anyone have the source for the license dll so I can recompile to .Net 4.5? or if you have the bin already done that I can just replace?
  19. If you need a test site go to Manta.com you cant even load it in ExBrowser. I don't know if the fix works or not but its a good test site perhaps.
  20. I am the latter in your message and I am currently flooded with support tickets lol. I tried to have users download Firefox portable in the past as a option to get past the updates but the Firefox portable still auto updated itself! How do you go about having a Chrome or Firefox portable that will not auto update while being used? Just having the thing open while scraping seems to tell it to download the update in the background without telling you. My program only uses Open, Navigate, Click, Type Text, Get Document Text do we know if these are stable in the beta? Id love to get rid of this
  21. If you put any files in Make-Ubot-Install\Resource\Program File\ then after you install it makes a path of folders like the error other users mentioned in this topic. So it looks like this after you install the program. C:\Program Files (x86)\PROGAM NAME\C\Users\USERNAME\Desktop\Make-Ubot-Install\Resource\Program File\ This program would be amazing because I still use uBot 4 so having a installer would be very nice and I could include all resources.
  22. How do I included license files with this installer? I need to include meter's locker license files with the program. I tried to add them to the Program File folder that you have but when I installed the thing it recreated the entire path like people described above. So in the program folder it made a C / Program Files / Program Name folders. It did not put them in the the program folder, but inside of a full path of folders. I just got it from your server so this is the newest version.
  23. Thanks! It looks like the problem is fixed in the beta. Just ran it thought the same program and data is no longer getting mixed up.
  24. Default ubot find regular expression had no problems in the same script. I have had to change to Find First Regex from another plugin and it also runs with no problem now. The error only happened in the items where i was using your regex find. Data was going all over the place and being written together despite only using local variables and set table cells for data. Check out this csv file https://www.dropbox.com/s/tfgoc9akplufns3/homeAdvisor-Roofing-75219-20170930.csv?dl=0 Numbers from reviews are in names, phone numbers are in names as well. But this is impossible since threads only hav
  25. I am using advanced data text file 3.9.1.6 and I have found that when using "regex find" that the data is not tread safe. Data from one regex find is getting randomly mixed up with data from other regex finds between threads. When I stopped using your regex find all data went back to normal. Ive found the problem in uBot 4 and 5 and complied bots. Tested on Windows 10. Can you confirm the problem or look into it? I did a simple find and replace after updating the pulgin so my code all looks like this. I dont know if having the Index of 0 would cause problems or not that is just how it use
×
×
  • Create New...