Jump to content
UBot Underground

BeerNut

Fellow UBotter
  • Content Count

    155
  • Joined

  • Last visited

  • Days Won

    6

BeerNut last won the day on January 23 2020

BeerNut had the most liked content!

Community Reputation

25 Excellent

About BeerNut

  • Rank
    Advanced Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    More Than 9Gb
  • Framework
    v4.0
  • License
    Developer Edition

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

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