thanks ..... i missed that
t3od0r Reviewed by t3od0r on . Freakshare upload function issue I am trying to make a function to upload to freakshare but for the last hours i can't get a good result .... my code: function freakshareupload($filename,$filelocation,$cookie,$username, $password){ $ref = "http://freakshare.com/"; $page = curl($ref,'',$cookie,$ref); //echo '<textarea>'.htmlentities($page).'</textarea>'; $url = cut_str($page, '<form action="','" method="post"'); Rating: 5