Jump to content
UBot Underground

stanf

Fellow UBotter
  • Content Count

    569
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by stanf

  1. i have what may be a simple question, but it maybe a simple answer. can the file that win-def reads for white listed files be written to directly?
  2. i don't use ubots browser. but i think that the reason your child browser is closing is because there are no other commands to run. i tried your code and put a 2 minute delay in the new browser command and it stayed open for 2 min. if you need to keep browser windows open for a prolonged period i would suggest exbrowser
  3. i did not take into account the unstable nature of ubots browser ( i use xbrowser), i also use xpath builder both by dan (http://network.ubotstudio.com/forum/index.php/user/1200-bot-factory-dan/ ) also regex builder by helloinsomnia ( http://network.ubotstudio.com/forum/index.php/user/4934-helloinsomnia/). save your pennies and grab all three items they will make your life easier. ps. this xpath code is shorter (//span[contains(@class,"about-stat")])[2] there are 3 classes "about-stat" adding the Prentiss around the code and the brackets with the 2 in the middle helps identify the second o
  4. navigate("https://www.youtube.com/channel/UCbBnnIbgqSwtXfVKug8PUjg/about?disable_polymer=1","Wait") set(#raw veiws,$scrape attribute(<innerhtml=w" • <b>*</b> views">,"innertext"),"Global") set(#final number,$find regular expression(#raw veiws,".(?<=.*\\s).*(?=\\sviews)"),"Global") if($comparison(#final number,"> Greater than",15000000)) { then { alert("greater") } else { alert("less") } }
  5. i can scrape the value of the calendar after the date has been chosen, but i cant pick a date. can someone point me in the correct direction.
  6. can someone tell me if it is possible to set the download location on chrome or firefox using a variable? what i need is instead of the download folder i want to use a special folder
  7. I've been trying the seo plugin first off, nice work. second, what have you found to be the best pace for running the "Get Moz Metrics Single Url:" their documentation says 2 calls every five seconds. I've put a 4 second pause in the loop of about 1200 rotations and keep pulling a 429 code (429 = hammering their server). what do you recommend for a free api user?
  8. nevermind fixed hello, thanks for turning me on to the site "getsmspva". could you give me a little help with the proper way format the call set(#token,"this is the token","Global") set(#user,"@email.com","Global") set(#the call,$plugin function("HTTP post.dll", "$http post", "http://www.getsmscode.com/usdo.php", "{#user}&{#token}", $plugin function("HTTP post.dll", "$http useragent string", "Random"), "", "", ""),"Global") i keep getting this error Message|Lofin false,check username and token;
  9. hey uboters happy new years, can someone tell me how to handle recaptcha with 16 photo choices? i get the theory with 9 blocks,but how do you handle the double digits ?
  10. x:(//input[@value=renew]//@type)[2]
  11. does anyone use any type of content locker with their bots? paypal is not an option for this idea
  12. I've asked dan about it, but he feels their is not enough desire to use this function to write documentation on its use or further develop it
  13. When exbrowser was first introduced ( prior to the guys who currently maintain the platform) a communications plugin was released with it, it allowed bots to communicate with the each other. Unfortunately it is not widely known of , promoted or supported
  14. Does anyone here use the communication plugin that comes with ex browser?
  15. I cant get my bat files to operate on my remote machines. if i call my ubot.exe from the local machine it executes on the local machine. i need to call it from the local machine and have it execute on the remote machine
  16. what is the latest version of this plugin? i am trying to run this line psexec \\STANFORD-PC2 -u stanford -p stanford -h -i -d "C:\Users\stanford\Downloads\speedtest.exe" /s "C:\Users\stanford\Downloads\speedtest.exe" if i run it from the command prop on my local machine it works on the remote machine like it should, but when i run it in ubot 1 the commanf prop opens 2 conects to the remote computer 3 psexec starts 4 it dies ,the called program does not run
  17. 56 views and no one has any suggestions? Guess I have to leave the bot running on machine2 and constantly check a folder for a request to work
  18. i'm trying to run a bot across a network. I have zenno proxy running on machine1 and it outputs data to local host (127.0.0.1) i have a bot on that machine that calls that i.p and scrapes the page. when i execute a shell call from machine2 to machine1 the bot executes on machine2. i need it to run on machine1 so i can grab the data from local host of machine1
  19. can someone tell me how to identify how many and the title of all open browser tabs?
  20. you need the large data plugin i dont know its limitations but you can go pretty big http://network.ubotstudio.com/forum/index.php?/topic/16308-free-plugin-large-data/?/topic/16308-free-plugin-large-data/ and you might want to read here http://network.ubotstudio.com/forum/index.php/topic/15579-free-plugin-advanced-file-clipboardhandle-big-lists-in-text-files-and-more/ p.s try not to be so quick to snap out on folks
  21. Anyone ever scrape aliexpress? It's my next project and I may need someone to turn to for advice
×
×
  • Create New...