| View previous topic :: View next topic |
| Author |
Message |
golodo
Joined: 09 Jan 2011 Posts: 8
|
Posted: Jan 09, 2011 9:07 pm Post subject: Direct Download Issue |
|
|
Hi,
I tried to download file with direct download setting enabled
but whenever clicked or copy & paste those download links, I got this running instead of downloading..
It's happen to all or just me?
Any ideas on how to overcome this issue?
please advice..
Thanks |
|
| Back to top |
|
 |
admin Site Admin

Joined: 22 Mar 2006 Posts: 1281
|
Posted: Jan 12, 2011 2:19 pm Post subject: |
|
|
Looks like it's just showing content of 100mb.test file.
That's not xfilesharing code shown on screenshot. |
|
| Back to top |
|
 |
Mis3D
Joined: 06 Dec 2009 Posts: 5
|
Posted: Jan 12, 2011 5:46 pm Post subject: |
|
|
I have the same problem to
yesterday i buy images and video Modes and today i update my license after that the download page doesn't work at all with this error:
Software error
Undefined subroutine &main::Download1 called at index.cgi line 87.
For help, please send mail to the webmaster (webmaster@ppc.fm), giving this error message and the time and date of the error.
example url : http://ppc.fm/jug5z0476p6j/Hariry.wmv.html
also direct images give a strange page like :
�����JFIF���d�d�����Ducky�����*�����!Adobe�d����� �
example url : http://ppc.fm/i/00000/33vj6ybasy9d.jpg
any Ideas ?
thnx  |
|
| Back to top |
|
 |
nyan
Joined: 28 Oct 2010 Posts: 121
|
Posted: Jan 12, 2011 8:37 pm Post subject: |
|
|
| put your fileserver mime types to bin for every filetype. |
|
| Back to top |
|
 |
Mis3D
Joined: 06 Dec 2009 Posts: 5
|
Posted: Jan 12, 2011 8:39 pm Post subject: |
|
|
thnx, I'll try it right now and come back later  |
|
| Back to top |
|
 |
Mis3D
Joined: 06 Dec 2009 Posts: 5
|
Posted: Jan 12, 2011 9:25 pm Post subject: |
|
|
i added there :
AddType image/gif .gif .GIF
AddType image/ief .ief
AddType image/jpeg .jpeg .jpg .jpe .JPG
AddType image/tiff .tiff .tif
not working  |
|
| Back to top |
|
 |
nyan
Joined: 28 Oct 2010 Posts: 121
|
Posted: Jan 13, 2011 7:04 pm Post subject: |
|
|
well obviously because you are trying to download a .test file
you need to set the default mime type
d) If the httpd server still hasn't been able to work out the type it will use the value specified in the DefaultType setting in httpd.conf:
DefaultType application/octet-stream |
|
| Back to top |
|
 |
golodo
Joined: 09 Jan 2011 Posts: 8
|
Posted: Jan 13, 2011 9:29 pm Post subject: |
|
|
| nyan wrote: | well obviously because you are trying to download a .test file
you need to set the default mime type
d) If the httpd server still hasn't been able to work out the type it will use the value specified in the DefaultType setting in httpd.conf:
DefaultType application/octet-stream |
yep, for me it happen only for .test type..tried with other extensions, working fine..so nvm and thanks for all response  |
|
| Back to top |
|
 |
|