Jump to content
UBot Underground

RickBot0906

Fellow UBotter
  • Content Count

    39
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by RickBot0906

  1. Ok, never mind. For anyone else with the same issue here is the fix 1. copy the plugin ExBrowser.dll into C:\Users\XXXXX\AppData\Roaming\UBot Studio\Plugins folder 2. reload uBot and login again into the new license server. So far so good, will keep you guys posted.
  2. Hi everyone, I have a plugin for ExBrowser which I used for a project long time ago, now most of my codes are done in uBot. Must say ExBrowser is pretty cool and I got good support from Dan in the beginning. As of yesterday it is the second time I got MD5 login issue from ExBrowser which stop loading my uBot entirely. I am trying to work on a project without that plugin but I can't log into ubot at all due to this plugin issue. Anyone else has this problem? If so how did you solve the issue. I tried to download latest version 1.3 replaced old ExBrowser.dll in plugin folder but that doesn't
  3. I don't use much cookies in my bot, they are irrelevant. Just my guess there probably have few bugs in stealth...
  4. ? django... You set the task once, the software will auto start your bots on schedule, daily basis.. You have the choice of run daily, weekly, or once only. parameter for auto run is exactly "/auto" no space between / and auto.
  5. Just a suggestion, why don't you assign a number to that list For example London = 1 Chicago = 2 Paris = 3 Washington = 4 so on and so on Now within your loop you pick a random number between 1-6 and for all the cities. You end up with (1,3,5,7,2,6) Then (2,4,1,6,5,7) so on and so on, lastly you convert the numbers back to cities. If variable = 3 then print Paris. I realize you may run into duplicates, but it is better than nothing at all.
  6. Hi Guys: I know the newer version of Ubot offers schedule tasks, so does windows itself. However just my recommendation, I never use the build in or windows option. Instead I have a very small simple but effective software where it can independently control several bots at the same time, not to mention when schedule change on a regular basis, I don't want to use Ubot IDE to change that. Here is the link http://www.freebyte.com/fbtaskscheduler/ To make a new task, give it a path, to "auto run" just add "/auto" for that parameter. Good luck.
  7. I have compiled bots running on one of my old laptops (Windows XP Pro) using Ubot 4.0, exe runs fine but it sounds like my computer is struggling. Since Ubot 5.7 I am running compiled bots on Windows 8 with 4 Gig Ram, it will not load on Windows XP, it hangs. (due to various reasons) I believe XP can support Ubot 4.0 exes as long as you have enough memory for OS and bot. Hopefully this helps.
  8. Hi Guys, just silly precaution, Google, Bing, Yahoo bots are on this forum daily, if you are trying to make a bot for "Facebook" I strongly suggest you to delete this thread after problem is solved, this can help keep bots life span longer.
  9. Just to add few points to this discussion. Ubot is great, love the tool, programming is cool, good at it. But a lot of fellew botters are lacking a business plan, or how to monitize your bot to make money for you. Not only should you learn programming and be good at it, but you should also pick up topics on business, finance, or "added value" to clients. That way you will have multiple perspectives on how to create a bot to add value for clients. One more thing... to sell bots to fellew ubotters is cool, but market is relatively small. If you can offer your bots service to the general publ
  10. Just my experience, I never used this board until I upgraded from 4.0 to 5.8. I never experienced problems in 4.0 with XP such as memory leak, browser freeze, exe crash. Strongly recommend you to keep your 4.0 customers at 4.0 Try to use 4.0 for all your bots if possible. Only use 5.xxx when you have no other option. Just my opinion.
  11. To update on my previous post since I got few emails and questions from fellow members. Remember you are devaluating your software with every copy sold for $20-60, it is a small community out there so you may make few hundred or even thousand to sell a bot, but if you kept it to yourself and can offer to charge a service fee to your local market instead of cheaper international market, you can demand a lot more from your clients to use one of the kind custom bot. I simply believe if you are building and using your custom bots in your local markets (i.e.: North America or EU) your local cu
  12. Try to downgrade back to 5.7.5 or lower and give it a go again.
  13. Would recommend to put wait inside the loop, otherwise certain conditions maybe skipped. If speed is not your concern, I would add more than 1 wait just to slow it down to be more accurate.
  14. Would recommend you to roll back to earlier versions of Ubot, maybe 5.7 or lower and try again.
  15. Sounds like a navigation command memory leak in a loop issue... Step 1. Down grade back to Ubot 5.8 or 5.7 Step 2. I assume you have a loop with navigation or new windows code. At the beginning of your loop, add 1. navigate to www.google.com, 2. load html (blank) (asset://asset) Let us know if that solves your problem.
  16. Hi Arunner26: I don't want to disclose how much I am making with Ubot per month, I don't need a target on my back. Here is few bots I made (not for sale) to do few tasks. (I will keep it simple) the reason I can ask for such payment is because my ideas are unique and my bots are not for sale. 1. Stock market bot (I leave to your imagination what that bot does) 2. Marketing bot (I drive direct and effective traffic to my clients sites) I don't care if anyone believes me or not I am not here to brag. I am young, owns properties, yachts, fancy cars, and bunch of stocks. I just want to sha
  17. I got a silly tip to sell more bots. Think of it as a partnership you have with your clients. Build a bot that can make them money... (ex: $1000 per month) And then you have the right to ask to be paid (ex: $3-400 per month) In other words you help your clients to boost their business' "bottom line", therefore you deserve to be paid.
  18. Hi a2mateit, can you send me a message, the topic we are discuss here is wayyyyyyyyyyy too sensitive, but I can personally give you a rough idea of few of my bots. Thanks
  19. Great topic, I guess I am the only guy who made a bot to predict the stock market..... that is literally "don't need to press a button", just check trading account periodically and withdraw. LOL
  20. Just my silly recommendation. When I build my bots I try to imitate a real human being as much as possible. Few tricks to that is to randomize your waiting time, so it doesn't create a pattern from the server side. In my opinion it is difficult to site admins to figure out who is a bot and who is not. Not even Google can do that hence the new captcha. It maybe the frequency you are posting are too high, too fast, or log in and out too many times.
  21. Hi all, am I only one having this issue of upgrading 5.85 to 5.9 and after that all my exes will crash. Compiled from 5.8.5 the bot takes about 40 meg of ram. Same bot compiled from 5.9 takes 300 meg, and not responding at all. It seems every upgrade I go through, there is a bigger problem than the issues it suppose to solve. Does anyone else noticed this issue? Thanks
  22. Ok guys, an update to the issue I was having. Frank's solution does work very well indeed. All you need to do is to add navigate to www.google.com or something, then load blank html command. If the order was reversed it will crash on certain version of .Net but not others. So make sure you add navigate to page first before using load html : )
  23. Ok guys, here is my test results. 1. Laptop with .Net framework 4.0.0 Windows 8 Load blank html seems to do the trick. Memory level is stable and stays low not to crash the browser. 2. Desktop with .Net framework 4.5.2 Windows 7 Ultimate Load blank html command crashes the browser. (Actually asset://asset window loads correctly on the first run of the loop but you get the "oh no your browser crashed") message every time after that. Currently trying to roll back to 4.0.0 for desktop to work. I think Frank is on to something because it seems the navigation command is causing the memory lea
  24. Wow thanks Frank, I can't wait to give it a go tomorrow. It's been 2 weeks since I really slept well, this may cure that. +1
  25. WOW, Thanks Dan. All the answer I need in 15 minutes after 7 days with Support. Cheers.
×
×
  • Create New...