Jump to content
UBot Underground

ubotapprentice

Members
  • Content Count

    47
  • Joined

  • Last visited

Everything posted by ubotapprentice

  1. how to create gmail accounts? when i create them manually i get the sms verification, doesnt matter what country i choose i need many gmail accounts please help how to sign up for gmail accounts.
  2. login into cpanel webmail ? how to do that? cant find a way to press the login button on ubot
  3. mmm?? i dont understand you catch all only works if the email doesnt exist.... so if i set an email up..........i will need to enter it individually? correct? thats what cpanel support told me
  4. mmm what i want to do......is create accounts on a forum that means i dont need to have existing email accounts to fil the forms on the forum i can fill the email form on the forum like this? anythinghere@domain.com ? then use my catch all account....to click confirmation link?
  5. do i need to create the email accounts on cpanel? or just sign up on the forum site with any email then assume its catch all?
  6. thanks if i catch all then......what happens when you click the confirmation email? doesnt it shows the catch all email account.....instead of the account used to create the sign up? also with catch all? that means i dont even need to make the email accounts? i can sign up to a site with *@mydomain.com ?
  7. how to deal with lots of email accounts? ok so i got some cpanel emails whats the best way to deal with it? so im making a bot that creates accounts and each account uses one email on a list.. so after lets say example 1000 loops i got to confirm 1000 emails on diferrent email accounts... how to deal with this? appreciate your feedbacks
  8. can someone send the actual node to see how its done?
  9. ok Let's assume the page has JS loaded already. From there, I'd set #variable = to an eval of : "{1}".substring(0,X); can you help on that? i dont know how to set a variable like that. this is what i did? set #variable1 content: $eval on eval i type "{1}".substring(0,10); and below eval i put the variable again.. #variable1
  10. i did previous list item then next list item next list item it worked fine first..........but then....i clear the list....and i got an error
  11. sorry i dont have dev license..........standard license.
  12. how do you re type an email address? the email address im getting them from a list i put add to list then list from file etc.... then on the email field.... i put fill field text $next list item list %name-of-list name email but then theres a second field that says retype your email ?? how do i put the same email that was retreived from that list?
  13. how do you trim a username to 10 characters? and what is the easiest way, cause i need to do it over and over for every account creation bot been made.?
  14. good question........cause then we need to pick the female check box on the create acccounts....
  15. how to random choose female or male? into create account?
  16. i dont know what is that, please explain in more detail?
  17. hello i want to search next page and scrape as in.....im doing a scraping script in gmail........when you put search.......the results pop up each 20 results........so i got hundreds results....and the next page button is call "older..." i happen to do everything right.....the list, the email scrape....the visit each result......but i dont know how to actually put all the next page results on a list....before i visit each result page and scrape the info.......on each email visited. so at the end....im only visiting....the first 20 results each url visited and scraping somethin
  18. i got standard what is a regex? what is this? [a-zA-Z0-9\._\-]{3,}(@|AT|\s(at|AT)\s|\s*[\[\(\{]\s*(at|AT)\s*[\]\}\)]\s*)[a-zA-Z]{3,}(\.|DOT|\s(dot|DOT)\s|\s*[\[\(\{]\s*(dot|DOT)\s*[\]\}\)]\s^*)[a-zA-Z]{2,}((\.|DOT|\s(dot|DOT)\s|\s*[\[\(\{]\s*(dot|DOT)\s*[\]\}\)]\s*)[a-zA-Z]{2,})?$ theres no tutorial about regular expressions, so i dont know how to use regular expressions.... ok so you mean.... that... [a-zA-Z0-9\._\-]{3,}(@|AT|\s(at|AT)\s|\s*[\[\(\{]\s*(at|AT)\s*[\]\}\)]\s*)[a-zA-Z]{3,}(\.|DOT|\s(dot|DOT)\s|\s*[\[\(\{]\s*(dot|DOT)\s*[\]\}\)]\s^*)[a-zA-Z]{2,}((\.|DOT|\s(dot|D
  19. hello i want to know how to scrape an email from a page i watch the tutorial 11 still dont understand example i got a list of urls .......from a list.....each url is visited and now i need to scrape the email inside the text example: name: john smith i try using the page scrape funtion and this is what it scraped manually '<DIV style="LINE-HEIGHT: 19px; MARGIN-LEFT: 20px"><B>john smith</B><BR>21 years, canada. soc number 1013606283<BR>birth: 15.08.1989<BR>canada canada<BR>phone. (1) 123456789 / (1) 3112048446<BR><A h
  20. doesnt work here im using the ubot browser
  21. thanks Gogetta i actually play your script and i guess its working fine, except 1. how do i put a scrape for email addreses when you visit each link? i can see the loop visit each link, but im not sure what is it doing? i want the loop to scrape any email address it sees on the visited mail(the email can be anywhere in the body of the mail, its actually a curriculum where people need to put their email addresses etc), and save it on a file. 2. when i notice, when i press search.......only 20 results come up out of the 1000 results, so i neeed to click the "more result
×
×
  • Create New...