Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > TBDev
Reply
Thread Tools
  #1  
Old 11th February 2012, 01:11
FTWR FTWR is offline
Senior Member
 
Join Date: Sep 2011
P2P
Posts: 34
Default Can't Unzip?
When you download a torrent on my tracker it writes in Utorrent "Status: Can't Unzip" could it be a server error or is it some where in my script i "made a wrong turn"??
Reply With Quote
  #2  
Old 11th February 2012, 01:14
Optix's Avatar
Optix Optix is offline
Senior Member
 
Join Date: Sep 2011
France
Posts: 145
Default
Issue with GZIP.
Reply With Quote
  #3  
Old 19th February 2012, 22:44
FTWR FTWR is offline
Senior Member
 
Join Date: Sep 2011
P2P
Posts: 34
Default
Problem solved! In php.ini add more memory at memory_limit. Or, you can add this in bittorrent.php:
Code:
ini_set('memory_limit', '1512M');
After that, restart server.

Code:
service httpd restart
Reply With Quote
  #4  
Old 19th February 2012, 23:54
Optix's Avatar
Optix Optix is offline
Senior Member
 
Join Date: Sep 2011
France
Posts: 145
Default
Quote:
Originally Posted by FTWR View Post
Problem solved! In php.ini add more memory at memory_limit. Or, you can add this in bittorrent.php:
Code:
ini_set('memory_limit', '1512M');
This is not the right solution. Before, if PHP is running out of RAM, the memory limit will stop execution, saving server status. Now if I inject a special number in your PHP script, it will cause a buffer overflow and server will crash by the same way...
Reply With Quote
  #5  
Old 20th February 2012, 09:08
FTWR FTWR is offline
Senior Member
 
Join Date: Sep 2011
P2P
Posts: 34
Default
Can you post here the right solution?
Reply With Quote
Reply

Tags
unzip


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 15:51. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.