WTH Someone That Has Knowledge With Proxies

Discussion in 'Programming' started by aaron_nimocks, Nov 1, 2008.

  1. #1
    I have a script that scrapes data from a site. Well it looks like they ban IPs.

    Looking for someone who can make this script use proxies.

    Please let me know how long it would take and the price.
     
    aaron_nimocks, Nov 1, 2008 IP
  2. happpy

    happpy Well-Known Member

    Messages:
    926
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    120
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    your script uses curl?

    i can help you.

    i implement that you can feed the script with a proxylist that then rotates.
     
    happpy, Nov 1, 2008 IP
  3. crazyryan

    crazyryan Well-Known Member

    Messages:
    3,087
    Likes Received:
    165
    Best Answers:
    0
    Trophy Points:
    175
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    crazyryan, Nov 2, 2008 IP
  4. aaron_nimocks

    aaron_nimocks Im kind of a big deal Staff

    Messages:
    5,563
    Likes Received:
    627
    Best Answers:
    0
    Trophy Points:
    420
    As Seller:
    100% - 1
    As Buyer:
    100% - 0
    #4
    Im using cURL and PHP. I would set it up if I knew how and I did run into that page but Im not sure how to get it working.

    Are you able to do this?
     
    aaron_nimocks, Nov 2, 2008 IP
  5. happpy

    happpy Well-Known Member

    Messages:
    926
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    120
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    well, you did not get back to me to obtain a full featured solution...

    but i need the final exhaust for today to find good sleep, so i give you the raw idea.

    add this line above your curl-contruct:

    $proxies="proxy_ip:port,84.23.33.44:8080,194.13.33.47:8000";
    $proxies=explode(",",$proxies);shuffle($proxies);
    
    Code (markup):
    add these two lines into your current curl-construct´s options:

    curl_setopt ($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP);
    curl_setopt ($ch, CURLOPT_PROXY, "$proxies[0]");
    Code (markup):

    fill your proxies comma seperated into the "$proxies" variable of the first line.
    the second shuffles the proxylist

    and the second code portion makes the proxy settings take effect.

    if you paid me, i could provide you with a custom proxy list generator/checker, which gives you a nice amount of free proxies daily with minimum effort.
    also i would build you a fullblown solution to your problem.

    but you can get along yourself with the info i provided above.

    here is a good proxy-list. you can take these proxies and get some freeware proxychecker windows tool and generate your own proxylist, which you then fill into the script and run it.

    all the best, enjoy!
     
    happpy, Nov 2, 2008 IP
  6. aaron_nimocks

    aaron_nimocks Im kind of a big deal Staff

    Messages:
    5,563
    Likes Received:
    627
    Best Answers:
    0
    Trophy Points:
    420
    As Seller:
    100% - 1
    As Buyer:
    100% - 0
    #6
    Id rather pay you to do it with a full solution. But you didnt answer the question in the thread..

    Please let me know how long it would take and the price.
     
    aaron_nimocks, Nov 2, 2008 IP
  7. happpy

    happpy Well-Known Member

    Messages:
    926
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    120
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #7
    question on the thread? the only question mark i see in your texts is
    which was a QUOTE-answer to crazyryan´s post.

    ...


    oooohh you mean the
    ;);)

    okay, i pm you my messenger contacts, and when i have a free hour and you are around that time, i look real-time with you into your issue and keep you up2date about work-progress.
    then you see how long it takes me and i just trust in your generousity.

    i live in austria and normally go by a $50/hour rate, which is dirtcheap for austrian quality work ;) (to sound a bit cocky) .. its sunday and i had a beer at my granny´s place, please excuse

    i tend to be there for my customers, as much as possible.

    happpy to talk to you then
     
    happpy, Nov 2, 2008 IP