Jump to content
UBot Underground

RickBot0906

Fellow UBotter
  • Content Count

    39
  • Joined

  • Last visited

  • Days Won

    2

RickBot0906 last won the day on March 27 2019

RickBot0906 had the most liked content!

Community Reputation

10 Good

About RickBot0906

  • Rank
    Advanced Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    < 1Gb
  • Framework
    v3.5
  • License
    Professional Edition

Recent Profile Visitors

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