Jump to content
UBot Underground

¡question scrape proxies?


Recommended Posts

hello friends asked me if they could give me an idea of how to scrape proxies this ad " http://nntime.com/ " and stored in a file.txt .

 

another question how to generate random numbers to 8 digits sifras not be repeated .I hope you can help me and give me some idea as I am new to this and I'm trying to learn as much as you can.Thanks in advance . :D :)

 


I have another question is it possible to copy text from a web page, and then paste it on another web page and save it using UBot studio ?

Edited by vendeta30
  • Like 1
Link to post
Share on other sites

What do you mean by this: 8 digits sifras not be repeated

 

what I want is to create an 8 digit sifra but change the numbers every bes to start the bot something like " 854 26918 " " 21558 965 " May 8 spots remain but not equal.
Link to post
Share on other sites

loop(1) {
    set(#number1$rand(10, 99), "Global")
    set(#number2$rand(1, 9), "Global")
    set(#number3$rand(1111, 9900), "Global")
    set(#number4$rand(1, 9), "Global")
    add item to list(%final number"{#number1}{#number2}{#number3}{#number4}""Delete""Global")
}

  • Like 1
Link to post
Share on other sites

the proxies

 

navigate("http://nntime.com/ ""Wait")
add list to list(%dddd$scrape attribute(<outerhtml=w"<td>*<script type=\"text/javascript\">document.write(\":\"+s+m)</script>:*</td>">, "innertext"), "Delete""Global")

 

pull out the numbers   ##.###.###.## and the periods leave what ever is in the middle ,leave the: and replace with the wildcard sign

  • Like 1
Link to post
Share on other sites

loop(1) {

    set(#number1$rand(10, 99), "Global")

    set(#number2$rand(1, 9), "Global")

    set(#number3$rand(1111, 9900), "Global")

    set(#number4$rand(1, 9), "Global")

    add item to list(%final number"{#number1}{#number2}{#number3}{#number4}""Delete""Global")

}

 

 

thanks buddy you are a máster :rolleyes:
Link to post
Share on other sites

the proxies

 

navigate("http://nntime.com/ ""Wait")

add list to list(%dddd$scrape attribute(<outerhtml=w"<td>*<script type=\"text/javascript\">document.write(\":\"+s+m)</script>:*</td>">, "innertext"), "Delete""Global")

 

pull out the numbers   ##.###.###.## and the periods leave what ever is in the middle ,leave the: and replace with the wildcard sign

 

Hello I wonder why soil scraped 15 proxy ?
Link to post
Share on other sites

sorry about that, try this.

I removed that piece of code in the document write bracket

 

navigate("http://nntime.com/""Wait")
add list to list(%dddd$scrape attribute(<outerhtml=w"<td>*<script type=\"text/javascript\">document.write(*)</script>:*</td>">, "innertext"), "Delete", "Global")

  • Like 2
Link to post
Share on other sites

sorry about that, try this.

I removed that piece of code in the document write bracket

 

navigate("http://nntime.com/""Wait")

add list to list(%dddd$scrape attribute(<outerhtml=w"<td>*<script type=\"text/javascript\">document.write(*)</script>:*</td>">, "innertext"), "Delete", "Global")

 

Thanks works great friend and greet
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...