登出
loading1
訊息中心

一键已读
loading1

重要通知

關閉

了解更多

922 S5 Proxy最新消息

通知

您的消息

loading1
  • 代理設置
  • 數據統計

住宅代理

GB MB

--

GB

過期日期:--

充值 兌換

流量到期,餘額已凍結,請前去充值 解封。

設定餘額提醒

當住宅代理商餘額低於設定值時,將自動發送電子郵件。
GB
  • GB
  • MB

兌換CDKey

兌換

如何設定住宅代理

高品質IP

國家/地區

code
Global

    城市

    Random
    • Random

    迴轉

    Sticky IP

    • Sticky IP
    • Randomize IP

    (1-120分鐘)

    主機名:端口

      用戶名

      密碼

      *僅支持在非中國大陸環境下使用。

      命令: 複製

      hostname:port:username:password

      • hostname:port:username:password
      • username:password:hostname:port
      • username:password@hostname:port
      • hostname:port@username:password

      產生

      複製全部

      .txt

      • .txt
      • .csv
      下載

      命令:

      快速開始

      • Parameter Describe
      • 國家 篩選需要的IP所在國家
      • 篩選需要的IP所在州或省
      • 城市 篩選需要的IP所在城市
      • 主機名:端口 主機名稱及端口,默認分配
      • 用戶名 根據用戶登錄的賬號默認分配
      • 密碼 默認生成由字母和數字組成的密碼,支持用戶修改

      Example:

      • C/C++
      • Go
      • Node.js
      • Php
      • JAVA
      • Python
                      
      #include iostream
      #include stdio.h
      #include string
      #include Windows.h
      #include "curl/curl.h"
      
      #pragma comment(lib, "libcurl.lib")
      using namespace std;
      
      static size_t write_buff_data(char* buffer, size_t size, size_t nitems, void* outstream)
      {//Copy the received data to the cache
      memcpy(outstream, buffer, nitems * size);
      return nitems * size;
      }
      /*
      Use HTTP proxy
      */
      int GetUrlHTTP(char* url, char* buff)
      {
      CURL* curl;
      CURLcode res;
      curl = curl_easy_init();
      if (curl)
      {
          curl_easy_setopt(curl, CURLOPT_PROXY, "http://ip:port");//Set HTTP proxy address
          curl_easy_setopt(curl, CURLOPT_PROXYUSERPWD, "User name: password");//Proxy username password
          curl_easy_setopt(curl, CURLOPT_WRITEDATA, (void*)buff);//Set Read-Write Cache
          curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, write_buff_data);//Set Callback Function
          curl_easy_setopt(curl, CURLOPT_URL, url);//Set URL address
          curl_easy_setopt(curl, CURLOPT_LOW_SPEED_TIME, 10L);//Sets a long integer to control how many seconds CURLOPT_LOW_SPEED_LIMIT bytes are passed
          curl_easy_setopt(curl, CURLOPT_LOW_SPEED_LIMIT, 50L);//Set a long integer to control how many bytes are transferred
          curl_easy_setopt(curl, CURLOPT_MAX_RECV_SPEED_LARGE, 2000000L);//Maximum download speed
      
          res = curl_easy_perform(curl);
          curl_easy_cleanup(curl);
          if (res == CURLE_OK) {
              return res;
          }
          else {
              printf("error code:%d\n", res);
              MessageBox(NULL, TEXT("Get IP Error"), TEXT("assistant"), MB_ICONINFORMATION | MB_YESNO);
          }
      }
      return res;
                      
                     
      數據統計
      套餐類型
      ISP Proxy
      • ISP Proxy
      • Residential Proxies
      選擇周期
      過濾網站
      篩選器
      單位
      GB
      • GB
      • MB
      刷新實時數據
      下載報告