Jump to content
UBot Underground

LoWrIdErTJ - BotGuru

Members
  • Content Count

    4744
  • Joined

  • Last visited

  • Days Won

    215

Everything posted by LoWrIdErTJ - BotGuru

  1. XPath Builder Pro has been updated and can be downloaded inside of your account on https://www.exbrowser.net from your members dashboard Download and replace your files with those from download. No longer tied to your ExBrowser license.
  2. *Exbrowser v 1 - 2.016* **License server goes down by August 1st.** Those on version 1 you were sent an email with a discount code to upgrade to latest v2 with updates, and support. Most commonly asked question If i unsubscribe do the compiled bots still work? Yes, compiled bots still continue to work. However if abuse is found on subscribing, unsubscribing numerous times or disputes come from a transaction the person will be indefinitely blocked from using exbrowser to protect the service for legitimate users. As you might know we have cost
  3. [NEW SALES IMAGES COMING WITH LIST OF ALL COMMANDS AND FEATURES] Thank you for being part of the Exbrowser community! As you may have heard, we (TJ and Phil) just purchased the Exbrowser business from Dan. We are active Ubot and Exbrowser developers who wanted to make sure this great tool continues to be available to everyone for years to come. Our goal is to expand the community, support everyone with training, and provide a marketplace to sell your compiled bots. One thing we are excited to announce is that the Community License of Exbrowser will now be free! We
  4. Plugin creators usually create a plugin out of personal need or wide spread community need. I personally haven't seen a personal need to make any new plugins. And haven't seen any requests for new plugins. You can also hire plugin creators to make you plugins, or other developers to make you plugins as well. Is there something specific your looking for?
  5. Bumping this thread. System has been running strong, and no new feature requests so nothing new to post at the moment. Having issues with your desktop UBotLocker go to the sales page https://www.botguru.net/ubot-locker-ultimate-release/ Scroll down to the button that sayes Download and replace your ubotlocker desktop files with those from this download. Removes license system from the desktop software.
  6. How no clue what you mean you cant trust ExBrowser, it went nowhere, and updates where done and being done when needed. Maybe you just didn't check in or check your emails like you should have. There have been many updates over the last year, and since its introduction. I personally use ExBrowser on a daily basis much like others do as well.
  7. Reviewed the code Created for everyone that he's offering and its well structured and easy to follow. It was created using the old ExBrowser plugin as he doesn't have the latest one which he explains but easily works with latest ExBrowser as well. Definitely recommend if someone is looking for this solution.
  8. Video id tried qoHC8K7mj9c Using transcription and video info giving errors. The Youtube Connect giving error as well. ============================================ Fri, 09 Apr 2021 15:22:51 GMT ============================================ Plugin: Advanced Google YouTube V3.dll V4.3.3.1 Microsoft Windows 10 Enterprise (x64)Version: 4.6.1 installed on all other Windows OS versions or later Category: Apichai YouTube V3 Commands Command: youtube connect Comment: You can see 'Error Log.txt' at your desktop. Execute: Object reference not set to an instance
  9. Try using version 5.9.55 ubot. It may also be that WHM is using a different interface layout then the one im using. Where did it fail?
  10. This seemed to work for me ui text box("WHM URL",#whm url) ui text box("WHM username",#whm username) ui password("WHM Password",#whm password) ui open file("CSV Data file",#csv data file) ui stat monitor("CSV Data formatted","Domain,,,Email<BR> First column Domain, 2nd and 3rd blank, and 4th is email to use") clear table(&Table) create table from file(#csv data file,&Table) navigate(#whm url,"Wait") wait for element(<password field>,"","Appear") type text(<username field>,#whm username,"Standard") type text(<password field>,#whm passwo
  11. Update 3-24-2021 Various updates, changes, and optimization done on the below files Overwrite the following files API.php Account.php AddLicense.php AddProject.php config_ext.php DoAddLicense.php DoAddProject.php DoChangeGateways.php DoEditLicense.php DoEditProject.php DoRecover.php EditLicense.php EditProject.php IpnFunctions.php Logout.php ManageActivations.php ManageActivity.php ManagePayments.php Payment-Notifier-JVZoo.php PaymentNotifier-Gumroad.php PaymentNotifier-PayPal.php ResendEmailsCron.php Resources.php VerifyEmail.php Ve
  12. yeah im up on 5.9.55 and was mainly mentioning alternatives to the debugger that can be used to copy from.
  13. using the load extension function in the launcher. and use full path to the crx file. Make sure the plugin is CRX v3 capable.
  14. always been this way. just save the value to file using a save to file command, or use log command to log it to #log and use the UI log node, to show the log in UI and can copy from there.
  15. Your scraping with general locator element Set to variable, and use scrape attribute, in the element to scrape first place an element offset function set your element to scrape, and offsets start at 0 so for first one would be 0, second item with same element is 1 and so on
  16. Check its not being blocked by realtime protection and that inbound and out bound connections are whitelisted for the program. make sure win defender is not blocking it as well
  17. Try to avoid using image recognition for clicking or typing. I know its an option but exhaust other options first. even using the type text on password content to type as {ENTER} will simulate hitting the enter key use lop table total rows and repeat the process using table cell as the value to use in inputs for the create an account area.
  18. Seems like this might need an update. xml new post not working command xml new post function seems to work.
  19. Possible to have a image collage maker built into this plugin? Command i foresee allows to select a %ListName This list contains full path to all images Set save to path to .JPG Creates image with the list of file path images from list to the save to file.
  20. Oh where oh where has Pash gone.. No replies on email (sent from 3 different email addresses incase they were ending up in spam) And replies here in thread. Cant seem to send you private messages in forum (might need to clear your inbox or adjust your settings to allow messages)
  21. Post here few times, sent a few emails and no response at all as of yet? Pash if you cant login the forum, reset your password got me in.
  22. Meta data editing changing the length of the videos. They can start out at 1 minute or more and after adding meta data to the videos they end up 1-3 seconds long Also "{$next list item(%intro)},0,4,{#intro duration},false,Fade" and "{$next list item(%image)},0,4,{#image duration},false,{#transition effect}" Are how im building the image config list. But end up with errors Execute: Propsective transition overlaps with an existing transition at index: 0
  23. $plugin function("Advanced Video.dll", "$video gen image config", %image, 0, 8, 2, "Random", "True", "True") and $plugin function("Advanced Video.dll", "$video gen audio config", %audio, 0, 0, "True") Return blank alerts from test file "video from image + audio.ubot"
×
×
  • Create New...