Jump to content
UBot Underground

stanf

Fellow UBotter
  • Content Count

    569
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by stanf

  1. pash, can you redo your demo for for the this plugin id like to see the node view because i cant see what i am doing wrong . i cant seem to get the auth code correct
  2. please share ive never seen that one
  3. what files need to be included to prevent a bot from downloading needed files
  4. add list to list(%ffff,$plugin function("Open.Framework.dll", "get files in folder", "C:\\Users\\stanford\\Downloads\\New folder (2)"),"Delete","Global") set list position(%ffff,0) loop($list total(%ffff)) { navigate($next list item(%ffff),"Wait") wait(5) }
  5. do you find that searching for the lack of nothing works better than searching for something? i hope my question is clear.
  6. i cant diagnose this because of incomplete data. 1. dont know what the the variable #Navigate contains or is supposed to contain 2.you are scraping data into the variable #Boardname ( i need to see the page and the code to see what is going on) 3. the click command same as line 2 4. your wait times seem excessive ( if the program is moving to fast and you think these are not loaded by the time you get to them i suggest build in some test to ensure that the item has loaded before you move on --------------------------------- ie. set counter =0 //this counter comes into play at the bottom of th
  7. i dont see aproblem with the second half ====================================== set(#Random Number,$rand(3,32),"Global") wait(1) comment("loose the eval statement") set(#Random Board,$multiply(2,#Random Number),"Global") alert(#Random Board) divider loop(1) { comment("i needed a page to goto") navigate("https://www.pinterest.com/explore/pinterest-fails/","Wait") wait for browser event("Everything Loaded","") } clear list(%UsernameURL) add item to list(%UsernameURL,$url,"Don\'t Delete","Global") wait(1) set(#username1,$nothing,"Global") set(#username1,$replace($list item(%Username
  8. clear list(%what ever list name is) set(#what ever variable name is,$nothing,"Global")
  9. with out seeing the code Question 1. are you sure the variable is unique? Question 2. are you clearing the variable before writing to it?
  10. thanx tj i have xamp installed on this machine, so i gonna play with
  11. i have a csv file that i need to convert into a json file. can someone provide my with instructions in how to do this.
  12. is this source code? is it compatible with ubot 5, i want to study the api work?
  13. i ran into that a couple times, try this set condition no loop while condition = no if element exist set condition to yes dont ask me why but setting your loop to look for something always sems to fail also ad a 1 sec delay before testing for condition
  14. there are more clever ways to do this, but since the placement of the data will never change this is quick and easy --------------------------------------------------------------------------------------- clear all data navigate("http://www.fakenamegenerator.com/","Wait") set(#raw data,$scrape attribute(<class="content">,"innertext"),"Global") add list to list(%break out data,$list from text(#raw data,$new line),"Delete","Global") set(#raw data,"","Global")
  15. i guess i should have directed this to dan, i know his plugin supports xpath but i wanted to know if this version of xpath supports regex i ran into a table on this site http://www.usapa.org/iframe/ptp/index.php?code=ALL&order= that i cant break down, i can get all the data in the table , but i cant get just the data that i want, so thats why i asked about regex for xpath
  16. does anyone know if ubot suppors xpath with regex?
  17. hey dan looking for the http tuts on you tube, dont see the thanx
  18. ---solved not normaly working with json it did not occur to that every line has a distinct id number. list to list/ all items with element = id/ list total i want to load json data into a table. how do i determine how many objects in a file?
×
×
  • Create New...