Forum About Proxy
April 26, 2024, 05:39:37 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: How to access facebook, bebo, myspace, hi5, digg, youtube from school or work. Go back to FreeProxyList.org or Proxy-List.org
 
  Home Help Search GoogleTagged Login Register  
Hide My IP VPN - Access Sites You Love When Abroad! Hide Your Identity and Surf Privately!
  Show Posts
Pages: [1]
1  Forum (only english) / General discussions / Additional Data For Proxy File on: January 05, 2012, 09:29:39 PM
Hello,

I Was Wondering If You Could Add An Additional Parameter For Whether Or Not To Include All Of The Information Shown On The Web Page.

On The Web Page, I See This:

Server|Ping|Speed|Uptime|Uptime|Type|Country|SSL|CONN.|POST|Last work time

When I Download The File, I Only Get Server.


This Would Be Useful For Cases When We Needed A Proxy That Had To Have SSL Support Or Was A Connect Proxy Or Just For Sorting By Ping, etc.

So Basically, Adding Another Option To Download Only The Servers Or Download The Full Details.  That Would Save Us From Having To Make A Separate Call For Each Type That We Want To Download.  It Could Just Be Done With One Call And Then We Can Parse The Details As Desired.

Thanks For Your Consideration!
-Rick
2  Forum (only english) / Scripts and programs / PHP Script To Download The Proxy List on: January 05, 2012, 09:13:37 PM
This Is A Simple PHP Script That Will Download The Proxy File And Put It On Your Server For Parsing.

Code:
<?php

$proxy_url 
'http://freeproxylist.org/en/downloader.php?key=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx&filter=usca|any|23|2|any|any|0|10|15.0000|70|10'// DYNAMIC LINK
$path 'data/proxy_'.date("YmdHis").'.txt'// PATH WHERE THE FILE WILL LIVE ... MUST BE WRITABLE
 
$fp fopen($path'w');

$ch curl_init($proxy_url);
curl_setopt($chCURLOPT_FILE$fp);
curl_exec($ch);
curl_close($ch);

fclose($fp);

?>

Pages: [1]
Скройте свой IP-адрес в два клика. 72 страны, 17 штатов США и множество городов. Смена IP-адреса для всего компьютера сразу.
Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!