hi, i m using the below code to call the download link from Hotfile. } elseif (preg_match("/http:\/\/hotfile\.com\/dl\/([0-9]+)\/([0-9a-z]+)\//i",$link)) { $getter = "getHotfileLink"; Code (markup): And it work fine. And the netload seem get download link same as hotfile. so i m using this elseif (eregi("http:\/\/netload\.in\/datei[0-9a-z]\//i",$link)) { $getter = "getNetloadLink"; } elseif (preg_match("http://www\.netload\.in/datei[0-9a-z]{32}\/",$link)) { $getter = "getNetloadLink"; Code (markup): but i m getting error to get download link. Can anyone fix the netload get link problem in above code.