Conversation Between Sean and Zachafer

2 Visitor Messages

  1. btw i figured out that curl proxy:

    $proxy = '1.2.3.4:8080';
    curl_setopt($ch, CURLOPT_PROXY, $proxy);
    #optional:
    curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 30); #can change this
    curl_setopt($ch, CURLOPT_TIMEOUT, 30); #can change this
  2. hi sean!
Showing Visitor Messages 1 to 2 of 2