Jump to content
UBot Underground

brusacco

Fellow UBotter
  • Content Count

    185
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by brusacco

  1. Well, it's confirmed ... for me ... that this works. Ended a hole round trip of my bots and NO crashes. That's it. Thanks a lot for all the info.
  2. I really LOVE Ubot, don't get me wrong, but when I 1st get the Ubot was in the same process as now, from 3.xx to 4. Same issues .. I just spend my 3 free upgrades months in "functional" updates ... no new toys or plugins, just the program getting working. Ubot made me a lot of money by now, but I guess that we where just paying beta testers. That's how I feel about this. Maybe the price of Ubot is too low ... and the updates are the main income, and they don't wanna charge mandatory recurring fees. I don't know, but I love this software, been a programmer cuts my development times 100 time
  3. If someone gets to the point that he wants to decompile your bot(and have the skills to do that), well there is almost nothing that you can do to stop it. There are many good programs out there ... that wraps your app and crypt it, check IP's, domains, trial times ... and many other features like limited time licenses, 1 yer for example, and many more.
  4. I put the "Allow Flash->NO" before the navigate command ... no more crashes here till now ... Looking at the Resources Monitor, I see that they will no grow like did before ... 500-1000MB .... Just put the magic reset command before the navigate ... In my case I use the Allow Flash-> NO, but others one works too.(not tested by me)
  5. Have made a detailed analysis of this and have a post about it: http://www.ubotstudio.com/forum/index.php?/topic/15629-browserexe-issues-what-process-is-working-for-you-to-get-around-this/&do=findComment&comment=92885 Hope it helps!
  6. Well, more news here ... I make some changes in a multithread bot that I have(having problems with this one) and voila! http://i.imgur.com/2Vw9oSS.png There you go, I have 6 threads running ... after the task they do is finished they call a "Enable Flash->no" command, then they go and do some more postings. Before this changes my Browser.exe's where getting like 500MB each ... Now you can see that they get like 70-90MB ... have not seen a 100MB one for a while ...(the gray ones are the die ones) So my conclusion is that this "reset" thing works ... it's not written in the manuals ..
  7. We need some sha256 or crypt, plugins in c# or build onto Ubot itself.
  8. Forgot to put a screenshot that after that the gray Browser.exe desapears and releases resources ...
  9. Well, I was doing some research here.... and have some results of my tests. Used a simple Navigate to... no images, no flash, after that I have this: http://i.imgur.com/hgjvcda.png You can see the Browser.exe here taking like 50MB, after that I do a navigate to another site, and get this: http://i.imgur.com/acqohmN.png Here we can see that the Browser.exe is taking 80MB of RAM, so the proccess if getting bigger, after each navigate it grows and grows ... then I do a Allow Flash->NO command and get this: http://i.imgur.com/dabBG4W.png Here you can see the Browser.exe in gray ...
  10. For the single thread there are no login problems. But for example, I have a multithread bot ... how do you use the "Close Page" command? Every thread is "a new browser", I cant not call again inside that "Open in a Shared Browser" Can just close the "thread" browser and retain the credentials? Can I just run then a "open in shared window"? ... shared from where? I just close the thread browser ....
  11. This solves MANY problems on my side ... but for the clients.... gets kinda ugly to request someone to install a memory cleaner.
  12. You can for example login in the "main" browser, and then just call "In a shared Browser" ... the cookies still work ... then close that one. I think that the main browser will not crash, it just stays there.... right? There is another way?
  13. Well I'm running a single "Window" bot, not multithreading, and getting the same error. There is a way to reset the browser before a navigate but not loosing the login credentials? Have read about the "Close Page" command, I guess it releases the Browser resources? IF you don't call this and just do a new "Navigate in new Browser", after the other one ends ... what happens? Im running this one in a 12GB ram notebook(compiled), same error.
  14. I'm having this same issue. Browser.exe crash every time .... contacted support, and they say that I have to see if the website I'm working on with my Ubot has changed. Well I know that it have not changed, and if is this the case, why the browser have to crash? ... If a css or something else changes, the bot just stop to work right? The extrange thing is that the bot was working very fine, a few weeks ago start the crash problem. Have reprogramed the bot(if the sites changes), same error. For now my bots are just useless, they crash randomly ... some times after a few cycles, some after som
  15. My bots where running with no problems untill some weeks ago, whats happening? I have no pay updates, so nothing has changed in my side. Any ideas? Getting many many Browser.exe crashes ... cant get a single rountrip of my bots, they are ... useless for now.
  16. My bots where running with no problems untill some weeks ago, whats happening? I have no pay updates, so nothing has changed in my side. Any ideas? Getting many many Browser.exe crashes ... cant get a single rountrip of my bots, they are ... useless for now.
  17. So if I have not subscriptions, and need to download Ubot from the site, for some reason ... formated PC, or installing it in my 2do workstation ... I cant?
  18. No, this is a requested feature, so you can login just once and then just use that cookie till it dies! I hope Ubot can handle this in the near future.
  19. So, if 100 or more people create mails accounts in a cybercafe box, they will get banned? How about mobile clients? And Xbox and Playstations ... and ... the list goes on ... this is not the PC era anymore.
  20. So If you go to a cybercafe, you can't login anymore?
  21. Use Ubot 4 till 5 gets fixed ... No point to use a unstable software, you will lost more time figuring out whats happening than making usable code. For me Ubot4 is at this point quite stable(not 100%), so I dont get the point of using(upgrading) to Ubot5 just to get all this errors, my bot programming if not for fun, is for making money ... and time is money, so you get the ecuation. Greetz!
  22. Ubot is good for prototyping bots, as for now I still use my Ruby+Mechanize console mode bots for large scale botting.(100+ threads, 1000 accounts) I hope Ubot4 gets rock solid so I can get a Windows VPS and run my bots from there, for now I have a dedicated linux server running my bots w/o Graphical Mode, just raw console mode ... they are very fast and low in memory usage, and best of all ... solid. They connect to a mysql db, get orders from there ... and have a very nice WEB admin in RAILS to control the hole operation. As I say, you can make a bot in Ubot in like 2 minutes ... the oth
  23. I started so long ago using assembler and C ... so you can guest ...
  24. Is this resolved? Do we have proxy support with sockets? Cookies?
  25. Yea, type text(<name="user[name]">, "Not A Bot User", "Standard") works ...
×
×
  • Create New...