Recent content by scrapingwebsite

  1. S

    Permanently Closed Marketplace Sales Thread

    Can I see some examples? Maybe I can help you
  2. S

    Permanently Closed Marketplace Sales Thread

    Can I see a demo? thanks
  3. S

    Permanently Closed Marketplace Sales Thread

    Hello, looks like it is a really great tool. Good Job! I want to ask you if I can export to Excel. Thanks
  4. S

    Need help for a simple task

    with php i can help you: send me: input text: output: text Then I will implement a general solution
  5. S

    How to bypass slider CAPTCHA with Python+Selenium?

    look for hex editor ascii. it think it's compiled file
  6. S

    PHP Help Needed.

    $query = ("SELECT users.id, users.fname, users.lname, transfers.sender_id, transfers.beneficiary_id, transfers.beneficiary_name, transfers.amount, transfers.date_posted from transfers INNER JOIN users ON users.id=transfers.sender_id WHERE users.id='".$id."' ORDER BY transfers.date_posted DESC...
  7. S

    How to bypass slider CAPTCHA with Python+Selenium?

    sorry, from where i can change my username
  8. S

    How to bypass slider CAPTCHA with Python+Selenium?

    Hello, I'm creating a clone of valid session. Real browser import into selenium
Back
Top