Jump to content
UBot Underground

MiriamMB

ADMIN
  • Content Count

    1404
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by MiriamMB

  1. Hi there, We are making some important changes to our support center. We will have support up and running within 24 hours. We appreciate your patience!
  2. 1. 1. The purpose of this forum is to discuss the everyday use of UBot, ask for help, offer help, get feedback on ideas, talk about the weather, or talk about other off-topic things. 2. This section is not for bug reports, complaints about the software, or complaints about the company. Feel free to direct reproducible bugs to tracker.ubotstudio.com Everything else can go to support.ubotstudio.com. 3. Do not make personal attacks against any members or staff members. Flame wars will not be tolerated. 4. Do not hijack threads. The topic of a thread is defined by the original poster, and
  3. 1. Use this section to find advice and help from other UBot users on your specific scripting issues. 2. This section is not for bug reports, complaints about the software, or complaints about the company. Feel free to direct reproducible bugs to tracker.ubotstudio.com Everything else can go to support.ubotstudio.com. 3. Do not make personal attacks against any members or staff members. Flame wars will not be tolerated. 4. Do not hijack threads. The topic of a thread is defined by the original poster, and changing the topic to whatever is on your mind is rude and will not be tolerated.
  4. The forum is for getting help from other users. If you need support, open a ticket at support.ubotstudio.com.
  5. That is a command we are working on at the moment called the Set Browser Property command. After the issues have been ironed out, it will be available for use and it should allow you to determine how webpages are displayed depending on what browser properties you set. If you have any questions about its progress, feel free to let us know at support.ubotstudio.com.
  6. ok, they should be up and running now.
  7. We are looking into it. We'll try to get it back online for you soon.
  8. The wiki covers all commands and features in UBot Studio. It explains exactly how to use the commands and nothing more. If there are some suggestions you would like to make for the wiki, we'd love to hear at at support.ubotstudio.com Let us know what commands are missing and what you would like to see in the wiki that is also beneficial to everyone who might see it. See you in support.
  9. We are always at support.ubotstudio.com to help you if you find yourself lost. I'm not quite clear on what you are trying to do, but we'll always do our best at support to help point you in the right direction. There are also resources at ubotstudio.com/resources with videos, sample scripts, and written examples, as well as our wiki at http://wiki.ubotstudio.com/wiki/Main_Page We look forward to seeing you there.
  10. The support files are necessary to the running of the compiled bots. We are certainly exploring alternatives, but for now, see below for a work around: You can include the support files by using your windows explorer to visit this location on your computer: %appdata%/ubot studio/browser/4.2.15 for example (the latest version might be best) You can make a copy of that folder and make sure the folder is placed in the exact location on the client's computer: %appdata%/ubot studio/browser/4.2.15 Let us know at support.ubotstudio.com if you experience any difficulties along the way
  11. With the help of a few patient UBotters, Ed was able to isolate the reproduce the issue. It was a timing issue related to loading javascript and updating the UI at the same time. There will be an update sent out for this issue by the end of this week. If you opened a ticket on the issue, please check your email for an update.
  12. All confirmed bug reports should be submitted through tracker.ubotstudio.com Please have the following information ready when presenting a bug at tracker.ubotstudio.com – A brief summary of how you encountered the bug – A short script that reproduces the error and isolates the bug. – Any credentials, files, proxies needed to reproduce the error in the script Please make sure of the following when opening an issue for a bug: – You are using the latest version of UBot Studio. – The script you submit replicates the error you are presenting – The script does not have any script errors that
  13. All confirmed bug reports should be submitted through tracker.ubotstudio.com Please have the following information ready when presenting a bug at tracker.ubotstudio.com – A brief summary of how you encountered the bug – A short script that reproduces the error and isolates the bug. – Any credentials, files, proxies needed to reproduce the error in the script Please make sure of the following when opening an issue for a bug: – You are using the latest version of UBot Studio. – The script you submit replicates the error you are presenting – The script does not have any script errors that
  14. **Buy** This section is divided into 3 sections: Plugins: Post here to commission the creation of plugins. Bots and Scripts: Post here to request commissioned bots and scripts. Services: Post here to request services from the UBot community. 1. Buyers must mark their topic title starting with [bUY], for example: Bots and Scripts Section Post Title: [bUY] Need AOL Verification Bot. Plugins Section Post Title: [bUY] Need Website API Plugin Services Section Post Title: [bUY] Need Secure Private Proxy Services 2. Once a buyer has agreed to specifications, timescale and a price* with
  15. Hi there, I'm assuming you're referring to scheduling bots to run. That is done with Windows Task Scheduler. You can schedule your tasks to run at a designated time. See here for detail instructions on how to schedule your task: http://support.ubotstudio.com/index.php?/Knowledgebase/Article/View/36/6/auto-start-compiled-bots-with-windows-task-scheduler
  16. Hi there, There is also the random list item function. Place your proxies in a list and use the random list item function to choose random proxies for use. You can find it under the variable functions.
  17. Sorry, the explanation is quite confusing. Can you be a bit more clear and specific about what you're trying to do, what isn't working and how it's not working?
  18. Are you referring to the interface or browser of a bot, or the UBot Studio browser when building your scripts? We do not have a command that clears the cache in UBot Studio, though you have a clear cookies commands. Clearing the cache will not affect the interface, and it will make the browser slower.
  19. This website is the perfect place to try different regex to see is which works best: http://rubular.com/ If you are unsure, try the website for tips and ways to test your regex. Should be of substantial help.
  20. Post your code so that we can get an idea of what your scripting looks like, in case there is an issue with the way a command is set up.
  21. Your other thread is confirmed and has been forwarded to the developer. Always good to save your code manually whenever possible in any case.
  22. You could just create the accounts first, save them to a file, and then use them later in the rest of your processes, just to make the process less tangled. If not, how is it not saving the right information? Is it saving totally different information, the same information over and over, only one account is saved to the file? What makes the information it's saving wrong?
  23. If you need to use the wildcard, then the scrape attribute command might be your best bet in UBot 4. It makes selecting the elements you need simple, using the element selector, and if you need to edit the code, you have the advanced element editor: http://www.ubotstudio.com/files/ScriptReferences/TheBrowserFunctions.pdf
  24. Hey there, The wild cards should help you isolate what you're trying to scrape a lot better. This written script reference on the selectors should help you with the issue: http://www.ubotstudio.com/files/ScriptReferences//TheSelectors.pdf Tutorial 8 also details how to use the selectors to find appropriate information: http://www.ubotstudio.com/tutorials Check them out to see if they are able to clarify any areas of confusion.
×
×
  • Create New...