<?phpinclude('proxy.php');$proxy = new Proxy();$proxy->GetPage(); //download proxy list from www.proxy4free.com (html)$proxy->ParseFile(); //take only valuable information from html fileecho $proxy->RandomProxy(); //get random proxy from the list?>