View Single Post
ישן 28-08-07, 20:57   # 2
Meir
חבר מתקדם
 
מיני פרופיל
תאריך הצטרפות: Dec 2006
גיל: 34
הודעות: 383

Meir לא מחובר  

אני לא מבין בכלל למה כתבת קוד כזה ארוך:

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);

?>