(\d+).*?

(.*?)

.*?Friends Dugg'); print(''); } function get_curl_page( $page ) { global $username, $password, $user_agent; $ch = curl_init($page); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($ch, CURLOPT_USERAGENT, $user_agent); $tmp = curl_exec($ch); curl_close($ch); return $tmp; }