Jump to content
UBot Underground

stanf

Fellow UBotter
  • Content Count

    571
  • Joined

  • Last visited

  • Days Won

    11

Posts posted by stanf

  1. 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 one,

    tinku

    codes his xpath by hand (i aint that smart), but both will grab the data that you want

    • Like 1
  2. 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")
        }
    }

    • Like 1
  3. 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?

  4. 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;

     

  5. 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

  6. 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

×
×
  • Create New...