Page 3 of 7 FirstFirst 12345 ... LastLast
Results 31 to 45 of 95

Thread: ADOS: a probable replacement for Download Master

  1. #31
    Join Date
    Apr 2007
    Location
    Russia, Moscow
    Posts
    419

    Exclamation

    Attention: version 1.3.7 (build 72) is available.
    See download link in the firs post of the topic.

    To make an update replace files at the server with files from the downloaded archive (it is necessary to copy update directory) and then run the script from the browser. You will be redirected to the update page.


    Fixed:
    • Added processing of commas and vertical bars in the links — thanks to AiSt for report.

  2. #32
    Hi DINI,

    I think I've found a solution for my problem (ados_1.3.6_build_70.tar.tar)
    (have to update to the newer version tonight)

    I can't tell if this solution is desirable through the whole ADOS application, I let you decide, but this change allows me to use ADOS while using port-forwarding.

    in file: /ADOS/classes/class_engine.php
    at line: 226
    I replaced the following code:
    PHP Code:
    $this->base_url strtolowerstrtok$_SERVER['SERVER_PROTOCOL'], '/' ) ).'://'.$_SERVER['HTTP_HOST'].$_SERVER['SCRIPT_NAME']; 
    with this:
    PHP Code:
    $this->base_url $_SERVER['SCRIPT_NAME']; 
    This works for me, but, like I said, you've to decide if this is suitable for ADOS as I suppose you've programmed that logic for a reason.

    Anyway, just wanted to mention this.

  3. #33
    Join Date
    Apr 2007
    Location
    Russia, Moscow
    Posts
    419
    Quote Originally Posted by raas View Post
    Anyway, just wanted to mention this.
    Variable $_SERVER['SCRIPT_NAME'] contains only path to the script and cannot be used to identify domain name and port used to connect to the server.
    Therefore your solution cannot be used as universal one, but I'm glad that this solution is useful for you.

  4. #34
    Hi DINI,

    I see/understand.

    But would this not only be the case when posting the contents of a page to an other domain?

    Using only the 'relative' path to the script on the same domain works, hence why it's working for me.

    (I'm a MS developer myself and do not fully understand the php syntax, so part of it is guessing for me.)
    Anyway. If someone stumbles upon the same problem as me, this might be a solution.

    Last, keep up the developing of this nice application.
    I'm very, very, very satisfied with it's functionality.
    (at work, the firewall blocks litterally all file downloads (not pages), due to virus/policy settings. I have an ftp-connection to my home ip. So I copy the link of the file I want to download. open the ados page on my router. paste the link. let ados download. once it's downloaded, I open ftp-connection to home ip and I can then download the file. cumbersome, but it works.!.)

  5. #35
    Join Date
    Apr 2007
    Location
    Russia, Moscow
    Posts
    419
    raas, I'm very glad to see that you found my script useful!
    As for the problem with domains (actually with port forwarding), I think that I have an idea how to solve it. I'll try to add a solution in the next build today or tomorrow.

  6. #36

  7. #37
    Join Date
    Apr 2007
    Location
    Russia, Moscow
    Posts
    419

    Exclamation 1.3.8

    Attention: version 1.3.8 (build 73) is available.
    See download link in the firs post of the topic.

    To make an update replace files at the server with files from the downloaded archive (it is necessary to copy update directory) and then run the script from the browser. You will be redirected to the update page.


    Added:
    • Ability to specify port number at the authorization screen (this function will be useful when using port forwarding) — thanks to raas for help.

  8. #38

    Unhappy Problem

    Hi!
    Sorry to bother you, but I have a problem. It can't start the download, but the file size is correct in the add dialog!
    Can anybody help me?
    Here is the screen from the log: http://kepfeltoltes.hu/080807/ados-e...toltes.hu_.jpg
    Thank you!

  9. #39
    how the hell do I install ados?

    i got everything working fine (i think) up until "Installing and configuring ADOS"

    where do i get this?

    Code:
     * Web server that supports POST method for forms and cookies (I use lighttpd).
        * PHP 5.1.3 and higher.
        * crontab.
        * SQLite 2.x and higher (supported by PHP) or MySQL 4.x and higher (installed and configured by yourself).
        * At least one of these download engines: cURL (recommended), Wget, axel.
        * GD library for PHP to generate graphical progress bars (optional).
        * mbstring library for PHP to parse non-Latin characters in the links (optional).
        * Browser with JavaScript support.
          The script works perfect in Firefox 2.0 and higher. Most of the functions were tested and should work in IE 6.0 and higher, Opera 9.0 and higher and Safari 3.0.4 and higher. Work is not guaranteed but is most likely possible in Firefox 1.x, IE 5.x and Opera 8.x.
    how do I isntall ados?

    Explain it to me as if i was a really really dummn guy.

    its coz I'm stuck here for a while

  10. #40
    Hi Holla,

    ADOS is a webapplication which relies on a webserver and cron.

    If you have a webserver installed (like lighttpd) you can download the ados package and extract this to your webroot. (eg /ados)
    Then .
    if extracted go to http://ip.address.of.asus:webserverport/ados

    if you've php installed, it should work.

  11. #41
    thanks very much for ur answer but how do I extract that file???

    i done
    Code:
    wget http://download.dini.su/ados/stable
    and then I tried
    Code:
    tar xvzf ados_1.3.8_build_73.tar.gz
    and
    Code:
    tar -xf ados_1.3.8_build_73.tar.gz
    but none of this worked :S

    proabably it's easy to do this but I need ur help again

    I done this all http://wl500g.info/showpost.php?p=85256&postcount=2..

    and now I'm stuck here http://wl500g.info/showpost.php?p=85259&postcount=3

  12. #42
    hi
    thanks.
    and how to I get it and extract it?

    regards

  13. #43
    Quote Originally Posted by holla View Post
    hi
    thanks.
    and how to I get it and extract it?

    regards
    Hi,

    this is the actual install thread. first 4-5 post are how to install it.
    Last edited by raas; 23-08-2008 at 22:55.

  14. #44
    hmm ok then.

    Now I'm getting an error "tar: Invalid tar magic" when trying to "tar -xzvf" ados file.

    I supose I have to do that before trying this "http://my.router:8080" (when I try it I only get "lighttpd server is running").


    I installed this and configured like the post says. But now I need do download ados and unzip it right??????


    Code:
    ipkg update
    ipkg install cron
    ipkg install lighttpd
    ipkg install sqlite
    ipkg install php-fcgi
    ipkg install libcurl
    ipkg install wget
    ipkg install php-gd
    ipkg install php-mbstring
    Thanks again for ur help.
    I really apreciate it

    HEEELPPP
    Last edited by holla; 24-08-2008 at 21:03.

  15. #45
    I made it.

    I unpacked all the stuff and zipped it and hosted it at my server.

    Installed ipkg unrar

    cd to /opt/share/www and wget myserver.com/ados.zip

    and tried 192.168.1.1/8080/install/index.php and then I finally got some image

    Now I'm going to explore a little bit and if I have questions I'll post them.

    best regards

Page 3 of 7 FirstFirst 12345 ... LastLast

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
  •