Jump to content
UBot Underground

fastlinks

Fellow UBotter
  • Content Count

    213
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by fastlinks

  1. this regex can get most of the url (?:https?:\/\/)?(?:[\w]+\.)([a-zA-Z\.]{2,6})([\/\w\.-]*)*\/?
  2. just write your scrape data to mysql and clear list. if it still crash, make a bot restart after xxx loop
  3. In ubot X, in external browser with chrome, how can i scroll to bottom of the page to load more result? i tried run javascript., but not working
  4. exbrowser run javascript window.scrollTo(0, document.body.scrollHeight || document.documentElement.scrollHeight); ubot run javascript window.scrollTo(0,document.body.scrollHeight);
  5. thanks for your help, finally got this resolved. i found the reason of this issue... when update new version, it is updating all other files, but it failed to replace ustarp.exe file, because the file is running
  6. something wrong with the updater i already update to 2.1.8 and it ask for update to 2.2.4... so i update it when i run ustrap next time, it will be on 2.1.8 and ask to update again... so it is a never ending update loop... anyone facing the same issue? carl, can you please fix this?
  7. workaround add list to list [^\n\r].* list item 2= 614520
  8. v2.1.8 to v2.2.8 the autoupdate have bugs,.. after it updated to the latest, every time it restart it turn back to 2.1.8 and run the updater again
  9. I cant disclose url base on client mutual agreement. Anyone know how to stop this javascript?
  10. <script> var texts = { endChatConfirm: 'Really end chat?', Player: 'Player', me: 'Me', newMessage: 'New message', reportConfirm: 'Sure?' } </script> I am working on a page where it have the above javascript, when the bot try to navigate away or close the page, it will pop up a javascript confirmation (it require confirmation to run next action, closing the notification dont help).. even on chrome it will need you to confirm to leave. i have tried "allow pop up = No" but not working since it is a javascript. is it possible to use change attribute to remove thi
  11. Thanks.. i will try Ubot support reply said the image function is not for compiled bot The images commands do not work in the compiled versions. This feature has not been released yet.
  12. Thanks, it worked on a vps but when i try on a windows 7 pc, it can not create the output file (no error message)
  13. i tried the bot bank image command, but it failed on every computer. anyone able to use it? is there any prerequisites to use it? version: 5.9.55
  14. i can only find this element, pash from where you find the <class=ttip> ?
  15. it will become a whole lot more. In the next version of UBot Studio — UBot Studio X — you'll have triple the browser options. That's right: Choose from Chrome, Firefox, or PhantomJS right inside of UBot Studio X—without needing to learn any new, complicated commands. ------------------ anyone know any other new features coming?
  16. I search around but didn't see much discussion about the "include" command... so i have tested and make a sample bot to show how it work in case someone will need it. it is a very good idea to use include to split the load and make the main bot work fast in ubot environment, however "include" will need you to place the .ubot file in the package, it is a very big disadvantage if you are going to sell your bot to public, anyone with ubot can open your .ubot file directly.... (this part is not really making sense for me) ---------------------- does anyone know how to protect the .ubot files wh
  17. ubot have local list, but no local table when i do multithread and connect to mysql to get result in a table (inside the thread), how can i keep the table data local and do not mess up with all other table? is there any plugin or workaround?
  18. Hi Aymen, I use a SMTP provider, they report that the email was not sending due to extra character in the "from name" From Name : =?utf-8?Q?admin@creativebots.com?=
  19. Advance ubot 2 - refresh UI will do the trick in ui html, put only a variable #html set #html to whatever code you want, then refresh UI. since you can change the whole UI html code, you can control each page height & width to show or hide the browser. Special thanks to Zenos for teaching me how to use this plugin.
  20. Hi pash, can you add: - get installed plugins - activate / deactivate plugins - get theme - change theme going to buy this soon
  21. Hi Carl, thanks for the input, i think it might be still possible with some advance javascript. i have one dynamic element build by a fiverr guy, i will send you PM with the html file, @zenos i sent you a PM asking some questions regarding advance ubot 2.
×
×
  • Create New...