Quote Originally Posted by TobRieper View Post
Hi, Im using ADOS 139 installed with Headstart package. Im using it for downloading files from rapidshare at night. But from monday (im not sure) it looks like it stopped working.
It doesnt show filesize (0 KB). And if I start download it logs an error (ECD_012,File's download is impossible,Can't connect to FTP server.,Can't establish connection to the remote server.).
But if I try to download anything else it seems to be working. Any tips where to start searching a problem?
Solved by adding line
PHP Code:
$link=str_replace("https""http"$link); 
after
PHP Code:
    function _check_link$link$depth=)
    { 
in \ados\classes\class_downloader.php
.
Probably it wont for httpS only downloads.