Author Topic: download files more than 200 M ?  (Read 26912 times)

0 Members and 1 Guest are viewing this topic.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: download files more than 200 M ?
« Reply #15 on: April 14, 2006, 02:34:01 PM »
yes on both questions
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Mirwais

  • Newbie
  • *
  • Posts: 39
    • View Profile
Re: download files more than 200 M ?
« Reply #16 on: April 14, 2006, 05:59:28 PM »
One more question!   :wink:

if I use a link of an video  for example

http://www.site.com/vidoes/data/media/5/file.wmv

will it also use server memory????
« Last Edit: April 14, 2006, 06:55:25 PM by Mirwais »

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: download files more than 200 M ?
« Reply #17 on: April 15, 2006, 12:52:00 AM »
it could but it should simply redirect...
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Snow

  • Newbie
  • *
  • Posts: 12
    • View Profile
Re: download files more than 200 M ?
« Reply #18 on: June 02, 2006, 01:20:41 PM »
getting mysql error message, cant test it...:?
maybe you should explain in words what is wrong ;)

[EDIT]
Just tested on a fresh v1.7.1
in Step 1 I've made a mistake in the searched string
in Step 4 I've added more explanation.
and in Step 6 had an extra closing bracket }

[EDIT]
Your file woked just fine on my server...
What path does it show you if you add
Code: [Select]
echo $file['file_path'];above
Code: [Select]
      echo $lang['download_error']."\n<!-- NO FILE DATA / FILE NOT FOUND //-->";

I need this code too, can you explain what exactly was wrong in Step1, 4 and 6? Thank you!!!

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: download files more than 200 M ?
« Reply #19 on: June 02, 2006, 02:37:57 PM »
whatever was wrong, is fixed before I've posted it.
« Last Edit: June 02, 2006, 02:53:18 PM by V@no »
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Ali Bilgrami

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: download files more than 200 M ?
« Reply #20 on: September 15, 2006, 08:43:23 AM »
any fixes for 1.7.2 or 1.7.3?? as the download.php file in these versions are missing a few lines of code which was in 1.7.1 and were replaced by your patch.