Jump to content
UBot Underground

huylinhn

Members
  • Content Count

    13
  • Joined

  • Last visited

Community Reputation

0 Neutral

About huylinhn

  • Rank
    Member
  • Birthday 02/08/1987

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 7
  • Total Memory
    4Gb
  • Framework
    v3.5 & v4.0
  • License
    Professional Edition

Recent Profile Visitors

2088 profile views
  1. Thanks very much, I will add to list then add list to table,
  2. Or we have to add list to table as row/column?
  3. Thanks Pad, Thanks Pad, the code work great for add to list, but with table (increment), it miss lot of rows, really dont know why, could you advise? add list to list(%links,$list from file("C:\\Users\\COMPUTER\\Desktop\\links.txt"),"Delete","Global") set list position(%links,0) set(#rownum,0,"Global") thread spawn($list total(%links),3) { in new browser { navigate($next list item(%links),"Wait") wait(3) set(#title,$scrape attribute(<id="object_id">,"innertext"),"Local") set table cell(&import,#rownum,1,#title) wait(1) increment
  4. Hello, I have some difficulties with Threadspawn, what i did is: 1. Use the threadspawn to open new browsers 2. Each browser will scrape data on each url 3. After scraping it will add to list or table then save to file In brief below, the code does not work, i really need help! add list to list(%links,$list from file("C:\\Users\\NGUYEN HUY LINH\\Desktop\\tuoitre-urls.txt"),"Delete","Global") set list position(%links,0) thread spawn($list total(%links),3) { in new browser { navigate($next list item(%links),"Wait") wait(3) set(#title,$scrape attribute(<id="
  5. Hello Sunny, I've tried too but not work recaptcha return error "please also check the new images"
  6. My current version's v5.8.5, not upgrade yet so i dont have with each command , any other method instead? Thanks
  7. Hello, I would really appreciate for your help, I need change uppercase with regex: {word 1|word 2|word 3}. {word 4 |word 5 |word 6} The regex should be: (?<={)\w|(?<=\|)\w But pls advise how to change all first letter to uppercase with regex? Thanks very much,
  8. Hi Aymen, Could you advise if there is black friday deal this year? Thanks
  9. Please advise Which service as 2captcha do their work fine, i have high success with other submission service soft here,
  10. Hi django, I need to solve google new recaptcha, could you confirm your code is ready to use? Do you have another payment option 2checkout example? Thanks
  11. Do you have video instruction, could you advise how to setup 2captcha service to solve new G recaptcha v2? Thanks
  12. Hi, I can login to facebook and navigate facebook member page, but when it scroll to the bottom, the javascript doesn't load to get more result. Safari and Chrome load fine. Dunno what i'm missing here, token or cookies...? Pls help! Below is the code plugin command("SocketCommands.dll", "socket container") { plugin command("SocketCommands.dll", "socket set header", "User-Agent", "Safari") plugin command("SocketCommands.dll", "socket navigate", "GET", "https://www.facebook.com/") load html($plugin function("SocketCommands.dll", "$socket page html")) set(#lgnrnd,$find regular e
×
×
  • Create New...