Jump to content
UBot Underground

Legend

Fellow UBotter
  • Content Count

    1372
  • Joined

  • Last visited

  • Days Won

    29

Everything posted by Legend

  1. Lots of new names here to peruse as I get back in the swing... 😀
  2. Here's one way: clear cookies ui text box("# of Pages:", #pages) navigate("http://www.copyblogger.com/blog/", "Wait") wait for browser event("Everything Loaded", "") clear list(%titles) loop(#pages) { add list to list(%titles, $scrape attribute(<h2,class="entry-title">, "innertext"), "Delete", "Global") if($exists(<innertext="Next Page»">)) { then { click(<innertext="Next Page»">, "Left Click", "No") wait(2) } } }
  3. If there are a lot of follows/followers sometimes tweetdeck takes a LONG time to update with new information (even longer during prime-time)... let it sit awhile and see if that does the trick.
  4. Nowadays, more and more sites are being coded to repel bots and or make it extremely difficult for them to function for any length of time, as the coding is frequently being changed making constant upkeep necessary... Once the visitor is identified as being a bot (certain signatures determined) extra code is activated making things like captcha solvers almost impossible to code...
  5. depends on the site... it may have some kind of bot protection coded in...
  6. It is most likely a Windows 8 compatibility issue... you can try changing the compatibility settings for the program to Windows 7 and see if that helps...
  7. try saving it as a csv file...
  8. This thread might help... http://www.ubotstudio.com/forum/index.php?/topic/11745-how-to-remain-anonymous-when-surfing-with-ub-browser/&do=findComment&comment=62261 The ccleaner option listed there is the way I usually do it, but it is not such a good solution for bots that you plan to sell...
  9. I use Norton, which is also notorious for deleting bots at will... with Norton I can set folders to be ignored, I'm guessing you can do the same thing in Avast settings...
  10. Why can't you click on the restaurant link and then click on get directions from there? One way or another it seems you are going to have to zero in on a specific restaurant...
  11. Have you considered an online solution, such as http://pdfcrowd.com/ ?
  12. Just click on the tab to open it... you can't call it. The defines you create in one tab will work from any tab, you don't need to call it from the same tab it is coded under.
  13. cache is stored in memory, not in a file...
  14. You would have to embed the commands of the second bot (for example webpro's code) within the first bot since you can't run them both at the same time...
  15. Try replacing the: wait for browser event("DOM Ready", "") with something more substantial... DOM Ready is real quirky...
  16. Make sure you're using good proxies... HMA would work good for this...
  17. One way would be to (a) convert it to a text string, ( do a simple replace of "," with any obscure string (e.g., #$#), © do a simple replace of ' with $nothing (d) do a simple replace of #$# with ","... or something like that... not sure if regex will do it otherwise...
  18. simple replace outta do it... just loop through the list and replace the mailto: with nothing.
  19. You try something like this: ([/])([A-Za-z _-]|%20|[0-9])+\w+(.jpg) or this: [a-zA-Z0-9-_()%20\.]+.(\.jpg)
  20. You can pretty much save it anywhere you like, but some Windows security features can block you from writing to certain locations...
  21. This is a long standing problem with UBot... my guess is that it has something to do with the weak awesomium engine...
  22. Here's one way... ui html panel("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\"> <html xmlns=\"http://www.w3.org/1999/xhtml\"> <head> <meta http-equiv=\"Content-Language\" content=\"en-us\" /> <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" /> <title></title> </head> <body> <table style=\"width: 950px; height: 49px; font-size: medium; color: #FFFF00; background-color: #0000FF;\" align=\"center\"> <tr style=\"font-family: \'Comic
×
×
  • Create New...