Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Slight problem with downloads
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Slight problem with downloads
Slight problem with downloads
12-11-2010 1:11 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hi guys
I've got a problem with some files on offer for download.
My website is using a script which writes the file out to the socket in php for throttling and tracking etc.
On my former site (cpanel) it worked fine and the md5 hashes matched once the download had finished. Recently I've moved onto a plesk powered host. Now the downloaded files have different hashes each time I download them. I've re-uploaded the originals, run the script on the server to check the MD5 hash matches from the local originals and they're fine. It only changes on download.
Any ideas?
I've got a problem with some files on offer for download.
My website is using a script which writes the file out to the socket in php for throttling and tracking etc.
On my former site (cpanel) it worked fine and the md5 hashes matched once the download had finished. Recently I've moved onto a plesk powered host. Now the downloaded files have different hashes each time I download them. I've re-uploaded the originals, run the script on the server to check the MD5 hash matches from the local originals and they're fine. It only changes on download.
Any ideas?
I need a new signature... i'm bored of the old one!
Message 1 of 2
(1,049 Views)
1 REPLY 1
Re: Slight problem with downloads
12-11-2010 2:39 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
No worries I've solved. it.
My mates VPS where the site is hosted has safe mode turned on for php - using set_time_limit(0) is generating php error output at the beginning of the file stream and thus corrupting the thing.
My mates VPS where the site is hosted has safe mode turned on for php - using set_time_limit(0) is generating php error output at the beginning of the file stream and thus corrupting the thing.
I need a new signature... i'm bored of the old one!
Message 2 of 2
(206 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Slight problem with downloads