Recent content by k0d3r

  1. K

    Need some one to develop a proxy server

    Do you mean install/setup a proxy server for you, right?
  2. K

    No Captcha reCAPTCHA (reCaptcha 2)

    hey guys! I don't know if this was already posted here but.. What is your thoughts on the new concept of "no Captcha reCaptcha" on reCaptcha 2?
  3. K

    How to automate downloading with a no gui web browser?

    I think this can be done using Python (requests + BeautifulSoup), I would have to see the page to make sure. Just google for requests and Beautifulsoup and there is plenty examples. If you decide to use python and have any doubt drop me a PM.
  4. K

    Need simple task from programer

    Why don't you try first and than use the forum to ask for help when you have doubts? Don't take me bad, but just posting your task here and wait for someone to post the answer will not work on the long term.
  5. K

    How to check if domain is available for registry in Python?

    check this one: https://pypi.python.org/pypi/pythonwhois, it has been updated recently
  6. K

    Hostng / DNS location and good response times

    Hi BloodyNinja, Services like facebook and linkedin have datacenters spread all over the world. The DNS would not make much difference, usually the browsers cache the IP and use it for a long time. It seems like you have a big project, If you plan to go BIG I would recommend you ask for help...
  7. K

    can you help me read this code?

    The first code you have 3 lists: black list (list1), newdata (list2) and good (list3), you take the newdata exclude the items that match the items on blacklist and put the result on "good" On the second code you have a list and a text, for each line you check if the line contains the text, if...
  8. K

    Yahoo voices scraper

    I'm scraping Y voices archive, PM me or add me on skype if you are interested.
  9. K

    What information can a smart phone app gather about you?

    The app runs inside your phone, so it can access all information about the operating system and network of your phone and a lot about the hardware. These pages should give you an Idea: http://developer.android.com/reference/java/lang/System.html...
  10. K

    Need Help + Proxy

    It's working here, I tested with the url http://google.com with a random HTTP proxy from a free proxy list. I think the problem is the URL you are using.
  11. K

    Does this readable content? Need Help From Native English Speakers

    Awful article! Someone with basics English knowledge would spot at least a few dozens of grammar errors.
  12. K

    Stealing content from sites

    You could make some tests, try to make the G bot find you first, change the pub date for some time in the past.. Actually, this would be a good case study.
  13. K

    What captcha type does hotmail/oulook use?

    Micr0soft does not use reCaptcha, they have their own HIP.
  14. K

    Java and C++

    do you have any programming background? If you are totally new to programming it's advisable to start with a language more easy to pick up. I usually recommend javascript, it's powerful language and you already have a platform to ready run it (your browser). but hey! if you are really...
  15. K

    My Plan for Success -- is it Feasible?

    IMO the code itself is the easiest part, the challenge will scale, the email accounts, the proxies and the captcha solving, If you buy gmail accounts, remember that: [email protected] = [email protected] = [email protected] ... you got the idea. let us know how it's going.
Back
Top