Jump to content
UBot Underground

JohnB

Fellow UBotter
  • Content Count

    3280
  • Joined

  • Last visited

  • Days Won

    68

Everything posted by JohnB

  1. Save the file and then click on "Use Full Editor"...You can then attach the file to the post. John
  2. Yes, they will always appear at the top. There are no conditionals to change that in the standard ui. In the ui html panel, you can place them wherever you want them. John
  3. Ok, I read it as adding them all...no problem... You need to use: Add list to list, $list from file to create the list of names You can then loop through the list and choose $next list item as the content Does that make sense? John
  4. When we switched servers, a lot of the files got renamed and the platform uses random strings in the names. It is a nightmare for sure, but one we can't fix, so we will have to deal with each one as it comes. Sometimes I have the files downloaded and can re-upload them if the OP isn't responding. It's an unfortunate situation, but I will do my best to try and make the files available again. John EDIT: Thanks willy for representing the essence of this community! http://www.ubotstudio.com/forum/public/style_emoticons/default/smile.gif
  5. Cool. The easiest way is to right click on the form field, choose "change attribute" (select "value" from the dropdown) and then use the $read file constant as the content. John
  6. Sure...is this a text file that you are trying to load into a single form field on a site? John
  7. Close and re-open it. It will be fine (save it first)...or just create a new bot if you only have that line of code. John
  8. Use get files: add list to list($get files) and use the list total to determine the number of files. John
  9. JohnB

    RegEx Question

    replace regular expression: \d{0,2}/ replace with $Nothing
  10. You could use something like this: ui button("Credentials") { set(#username, $prompt("Please Enter Your Username"), "Global") set(#password, $prompt("Please Enter Your Password"), "Global") } John
  11. Nice job G...TJ and I were able to complete the pinger process a few weeks ago...it was no easy task though...We didn't need to use image mapping though because we used a service that solved them by sending an image of the entire screen...about 95% success rate with them. John
  12. Use add list to list, not add item to list. John
  13. Hi Kris... You will need to submit a support ticket at: http://support.ubotstudio.com to recover your username/password. John
  14. define Clear ALL Cookies { shell("C:\\windows\\system32\\rundll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351") shell("cmd.exe /c rmdir /s /q \"%APPDATA%\\Macromedia\\Flash Player\\#SharedObjects\\\"") } John
  15. It depends on which site, but you can probably scrape the video urls and then navigate through the list. John
  16. Special K comes through again with another gem! Pinned... John
  17. Welcome, and your restrictions have been lifted... There really are no dumb questions here, so feel free to ask whatever you like. We all started in that same place! John
  18. Hey Kev...On each day that you scrape, why not have a fourth list that adds "Day x" to it (Don't delete duplicates) and have it added to the table? You can save a variable that increments every day (By pulling the last run from a file (i.e. save the number "1" to a file on day one, and then have it read the file and increment the number for each day)...Does that make sense? John
  19. Phil, since I am not positive on your exact goals I can only say this. It seems as though what you want to accomplish is the heart and soul of what Ubot does. There are numerous ways to accomplish things in UBot and only specific questions can get specific answers as a result. Stability is a relative term...If you want to build a bot with 1000 threads and 15000 lines of code, the term has a different meaning than if you are creating a simple bot. I create and sell bots regularly...I have no issues with stability and I have several very large bots. There are numerous members making a livi
  20. The general rule of thumb is anything you can do manually in a browser can be automated by UBot. I am guessing with a web ui, this site is probably no exception unless it relies heavily on popups. John
  21. If you have the cities in your csv file you won't need any if/then statements...Just change the dropdown by calling the $table cell. John
  22. Yes, just use If--->comparison and put your addition inside the comparison (the first parameter box) John
  23. It's definitely possible, it's just a matter of what you are doing and how you are doing it...here's a helpful article on the subject: http://blog.advanced...a-command-line/ http://www.robvanderwoude.com/printfiles.php John
×
×
  • Create New...