Jump to content
UBot Underground

maBOT

Fellow UBotter
  • Content Count

    60
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by maBOT

  1. Thank for reply CD. I use Chrome 21 and yup, I'm using .png... So, you think it can be kinda big for browser to load it properly? Actually, there is a lag until the image is loaded then it starts blinking non-stop... FYI, I'm using direct image URL, not done through base64 converter, so the issue seems to be the there no matter the way through which you try to load image in your browser.
  2. Bump. Is it possible that this kind of uBOT's behavior is some usual thing... or I might have made a mistake somewhere..? Thanks in advance!
  3. True. I'm experiencing with slow load of an icon (only 500 bytes or so) and constant flashing on UI interface as well. Any solution or this?
  4. I'm not really sure if it does kill the browser process. I've had a bot created with many loops which always has been dead after 3 to 4 hours due to 'CsharpBrowser' typical close error. The same happened before prior Csharp browser update. The day when uBOT brought to us Reset browser I put this function to initialize after several loops. However, upon testing a.k.a tomorrow at morning I encountered the same 'CsharpBrowser close' error... It's hard to say that really works in that matter... Anybody have some alternative working solution? I've read that "close page" after each shared bro
  5. You're right. That solved the issue. Thanks, BB!
  6. Hello, I've just upgraded to newest version of uBot, however, this doesn't seem to solve the issue. Look what I'm getting when trying to load https://www.instagram.com >>>> http://i.imgur.com/m6XFeAA.png Just in case I have re-installed uBot from scratch after paying for an upgrade and I have installed the newest version of Flash player... Anyone could help to resolve this issue? Thanks ahead.
  7. Helped here as well. :-) Thanks a bunch!
  8. Hello, Thanks, Zap! Now I've gotten what I wanted... The below (old) code I needed in loop where part of src ('EcqodmiMOWM') is an unique value on each separate loop. I did it with wildcard + regex. Look at the code: Thanks a lot for your support!!
  9. Hi Zap and thanks very much. That really did the trick... However, what if I will be getting the same format like src each time to scrape from but with different tag? So basically EcqodmiMOWM will change (varies with a new value) each time on scraping process. It seems that "wildcard" cannot help in combination with "regex".. Do you have any good suggestion on this? I probably need to use some wider selection like "outerhtml" or other selector..
  10. Hello guyz, I'm struggling with the pretty similar stuff and I'd like someone to help me out overcome it. Actually I can scrape the desired from two sources, however, It seems I simply can't get it work. Here are both: <a href="javascript:void(0);" onclick="checkclosed('EcqodmiMOWM');" class="likebutton">Like Video</a> <img src="http://i.ytimg.com/vi/EcqodmiMOWM/default.jpg"> I'm trying to scrape the "EcqodmiMOWM" one (no matter through each of these two), put it into variable and using "navigate" function to open it up in uBot as a normal Youtube URL.. Here are entire
×
×
  • Create New...