反饋
訪問幫助中心
類型*
所需功能
技術錯誤
推薦的優化
其他的
詳細說明*
聯繫方式*
電子郵件
Use mobile phone to scan and download APP
選擇你的代理類型:
ISP Proxy
國家 更多
選擇一個州
選擇一個城市
迴轉
Sticky IP
(1-60分鐘)
主機名:端口
用戶名
Creat a user
密碼
快速開始
*僅支持在非中國大陸環境下使用。
複製
命令:
10
hostname:port:username:password
產生
複製
命令:
Example:
#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;
選擇國家
Andorra (AD)
United Arab Emirates (AE)
Afghanistan (AF)
Antigua and Barbuda (AG)
Albania (AL)
Armenia (AM)
Angola (AO)
Austria (AT)
Aruba (AW)
Azerbaijan (AZ)
Bosnia and Herzegovina (BA)
Barbados (BB)
Bangladesh (BD)
Belgium (BE)
Burkina Faso (BF)
Bulgaria (BG)
Bahrain (BH)
Burundi (BI)
Benin (BJ)
Bermuda (BM)
Brunei Darussalam (BN)
Bolivia (BO)
(BQ)
Bahamas (BS)
Bhutan (BT)
Botswana (BW)
Belarus (BY)
Belize (BZ)
(CD)
Congo (CG)
Switzerland (CH)
Coted'lvoire (CI)
Chile (CL)
Cameroon (CM)
(CO)
Costa Rica (CR)
Cuba (CU)
Cape Verde (CV)
(CW)
Cyprus (CY)
CzechRepoublic (CZ)
Germany (DE)
Djibouti (DJ)
Denmark (DK)
Dominican Republic (DO)
Algeria (DZ)
Ecuador (EC)
Estonia (EE)
Egypt (EG)
Spain (ES)
Ethiopia (ET)
Finland (FI)
Fiji (FJ)
Faroe Islands (FO)
Gabon (GA)
Grenada (GD)
Georgia (GE)
French Guiana (GF)
(GG)
Ghana (GH)
Greenland (GL)
Gambia (GM)
Guinea (GN)
Guadeloupe (GP)
Equatorial Guinea (GQ)
Greece (GR)
Guatemala (GT)
Guam (GU)
Guine-bissau (GW)
Guyana (GY)
Hong Kong (HK)
Honduras (HN)
Croatia (HR)
Haiti (HT)
Hungary (HU)
Indonesia (ID)
Ireland (IE)
Israel (IL)
(IM)
India (IN)
Iraq (IQ)
Iran (IR)
Iceland (IS)
Italy (IT)
(JE)
Jamaica (JM)
Jordan (JO)
Kenya (KE)
Kyrgyzstan (KG)
Cambodia (KH)
Comoros (KM)
Saint Kitts and nevis (KN)
Kuwait (KW)
Caymanlslands (KY)
Kazakhstan (KZ)
Lao (LA)
Lebanon (LB)
Saint lucia (LC)
Liechtenstein (LI)
Sri Lanka (LK)
Liberia (LR)
Lesotho (LS)
Lithuania (LT)
Luxembourg (LU)
Latvia (LV)
Libya (LY)
Morocco (MA)
Monaco (MC)
Moldova (MD)
(ME)
(MF)
(MG)
Macedonia (MK)
Mali (ML)
Mongolia (MN)
Macau (MO)
Martinique (MQ)
Mauritania (MR)
Malta (MT)
Mauritius (MU)
Maldives (MV)
Malawi (MW)
Mexico (MX)
Malaysia (MY)
Namibia (NA)
New Caledonia (NC)
Niger (NE)
Nigeria (NG)
Nicaragua (NI)
Netherlands (NL)
Norway (NO)
Nepal (NP)
Oman (OM)
Panama (PA)
Peru (PE)
FrenchPolynesia (PF)
Papua New Guinea (PG)
Pakistan (PK)
Poland (PL)
Saint Pierre and Miquelon (PM)
Puerto Rico (PR)
Palestine (PS)
Portugal (PT)
Paraguay (PY)
Qatar (QA)
Reunion (RE)
Romania (RO)
(RS)
Russia (RU)
Rwanda (RW)
Saudi Arabia (SA)
Seychells (SC)
Sweden (SE)
Singapore (SG)
Slovenia (SI)
Slovakia (SK)
Sierra leone (SL)
San Marion (SM)
Senegal (SN)
Somalia (SO)
Suriname (SR)
(ST)
ESalvador (SV)
(SX)
Syria (SY)
Swaziland (SZ)
Turks andCaicos lslands (TC)
Chad (TD)
Togo (TG)
Thailand (TH)
Tajikistan (TJ)
Tunisia (TN)
Turkey (TR)
Trinidad and Tobago (TT)
(TW)
Tanzania (TZ)
Ukraine (UA)
Uganda (UG)
Uruguay (UY)
Uzbekistan (UZ)
Saint VincenandtheGrenadines (VC)
Venezuela (VE)
British Virginlslands (VG)
United Statesvirgin ls-lands (VI)
Vanuatu (VU)
Western Samoa (WS)
(XK)
Yemen (YE)
Mayotte (YT)
South Africa (ZA)
Zambia (ZM)
Zimbabwe (ZW)
確認
兌換CDKey
兌換
嗨,歡迎使用922 S5 Proxy! 需要幫助嗎?