Jump to content
UBot Underground

anwebservices

Members
  • Content Count

    29
  • Joined

  • Last visited

Everything posted by anwebservices

  1. Thank you for helping, but i don't know HOW there is only one link and only to download 5.9.1 which i have allready installed and bumped into problems now when i have some work to finish a.s.a.p
  2. But i have only option to download 5.9.1 version I tried to download again from that link but there is no option to change to 5.8.5
  3. how to downgrade to older stable version?????
  4. I have same problem with another website which use ssl. Asked same question in forum long ago and still didn't get any answer :/
  5. OK, i paid yesterday and waiting for my UbotLocker Hope to receive it soon
  6. Well after some time it started working on my end, but it's kind of annoying when i have to do some quick job for my customers, and specially when i am offline it's like you don't have software at all
  7. I can't use my ubot software today. Always get error: Unable to connect to license server! What's going on?
  8. hmm didn't try it in ui html but should be working. it's known that this html tags not working in IE... I will try to see how it goes in ui html
  9. Hello everyone. While i was searching for some things to style my bots i found this very helpful HTML tag (never used before) here: http://www.w3schools.com/tags/tag_meter.asp I guess for many of you, this is not something new, but just in case someone want to display simple progress bar in the bot without much of headache, here is a code too: set(#result,0,"Global") set(#nmb,100,"Global") loop(#nmb) { increment(#result) wait(0.2) } ui stat monitor("<p>Progress: {#result} accouts checked <meter style=\"width:100%;height:14px;\" value=\"{#result}\" min=\"0\" max=\"{#nmb}\"&g
  10. So simple but saved me a lot of time to do some things. Thanks for sharing
  11. Any other thoughts? I tried to open that website with different user agents and some other options, but it's always same error. Could you try to navigate ubot to seoclerks [dot] com and see if it work at your end? I am not sure what is blocking ubot to open that website.
  12. Actually Code Docta was right, after i changed advanced settings to "Don't delete" everything is fine bugger me i totally forgot about it. Thanks Docta
  13. Thank you guys for your time. I fixed it other way around, but this must be some bug. Everything is working just fine except when i have line like value:value, then data after delimiter just doesn't exist. In case value:value2 or any other, everything is fine... So what i done is, i added extra characters to every line (like xyz22) then after use set > $replace xyz22 with nothing and i have it working Funny way arround but it works LOL
  14. Hey guys. I bumped in small problem and need some help. I was building the bot to check some accounts on some portal and there was problem with $list from file! my usernames and passwords are in format of: username:password All working fine, BUT if i have account where username and password are the same value, it reads only username and nothing after that or delimiter. What can i do to fix this and get username and password on each account even if they are same value?
  15. Any news on this one? would be nice to solve it. I have one bot, called addmepoint which making points on AMF traffic exchange and YT views. Obviously solving this captcha it self, but i don't know how to decompile it and have look how it's done. If anyone want to have look, let me know
  16. Thank you. I tried this few days ago and now again, but it doesn't work for me. I don't have any issue with any other website but this one and i need to do some work on it, so i have to find solution...
  17. if #variable = "" That's that i do and it works
  18. Hmm... I paid, returned to some blank page with 403 error... So how to get it?
  19. Damn... I thought it's possible to add in as source code like: ui html panel("<input type=\"text\" variable=\"#gimeLikes\" fillwith=\"value\">", 40) sort of... but thanks for your answer
  20. Is here something outdated? Can't get it to transcribe :/
  21. Hey guys and gurus. I am newbe with ubot so i bumped into my first problem while trying to scrape some details from seoclerks [dot] com. Whenever i try to open that site in ubot, i get error: SSL_PROTOCOL_ERROR: -107. Tried some fixes from searching, but nothing help. Is it something i can do, or this website have some issues with their ssl certificate? Please help
  22. I guess YES, but sorry i am newbe and like to know if it will work with standard version of ubot? Interested to buy it
×
×
  • Create New...