Page 7 of 7 FirstFirst ... 567
Results 91 to 95 of 95

Thread: ADOS: a probable replacement for Download Master

  1. #91
    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.

  2. #92

    php-fcgi incompatibility

    ADOS is not compatible with php-fcgi 5.2.17-1 or the new version has bugs. I had to replace /opt/bin/php-fcgi with the one in this archive mentioned in here, which is version 5.2.6-1. And now it works. The error was one mentioned earlier:
    Code:
    Fatal error: This system requires PHP 5.1.3 or over. Your PHP version is.
    and others.

  3. #93
    Join Date
    Oct 2011
    Location
    Bangkok, Thailand
    Posts
    2
    Quote Originally Posted by expert_vision View Post
    ADOS is not compatible with php-fcgi 5.2.17-1 or the new version has bugs. I had to replace /opt/bin/php-fcgi with the one in this archive mentioned in here, which is version 5.2.6-1. And now it works. The error was one mentioned earlier:
    Code:
    Fatal error: This system requires PHP 5.1.3 or over. Your PHP version is.
    and others.
    Try to edit php version check in /install/index.php with comment symbols.
    function __class_construct()
    .
    .
    // if( strcmp( $phpver[1], "5.1.3" ) <0>engine->fatal_error( "This system requires PHP 5.1.3 or over. Your PHP version is {$phpver[1]}." );
    // }
    .
    .

    Good luck

  4. #94
    This will solve only the initial error message, but then installation will fail .. I don't remember exactly where, but after you choose some options and click next installation hangs. Anyway I solved all of the problems by replacing php-fcgi with the one mentioned in my previous post.

    Thanks for reply!

  5. #95
    Join Date
    Oct 2011
    Location
    Bangkok, Thailand
    Posts
    2

    ados module aria2

    Hi all,

    I'm create an aria2 module for ados.
    Download link: http://www.mediafire.com/?19ye0xjsf1t9643

    About aria2: http://aria2.sourceforge.net/

Page 7 of 7 FirstFirst ... 567

Similar Threads

  1. ADOS - замена Download Master
    By DINI in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 1502
    Last Post: 02-04-2014, 18:33
  2. Download Master
    By nszb in forum WL-500gP Firmware Discussion
    Replies: 124
    Last Post: 03-10-2009, 14:56

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •