אני לא מבין בכלל למה כתבת קוד כזה ארוך:
PHP קוד:
<?php
$file = file_get_contents('http://www.digitalcybersoft.com/ProxyList/fresh-proxy-list.shtml');
preg_match_all('/([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}(\:[0-9]{1,4})?)/', $file, $proxies);
print_r($proxies);
?>