View Single Post
  #4  
Old 6th August 2009, 08:26
sammygo sammygo is offline
Senior Member
 
Join Date: May 2008
P2P
Posts: 141
Default
I must CHMOD some files/folders ? When i upload .. it say TRACKER DEAD All times...and when i try on localhost it works perfectly !


Code:
Warning: move_uploaded_file(./torrent//47bb668f91ff0449d8649d2b6896dbae4d49db44.bogtor) [function.move-uploaded-file]: failed to open stream: Permission denied in /home/ciosmy/public_html/upload.php on line 138
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phphMZDUy' to './torrent//47bb668f91ff0449d8649d2b6896dbae4d49db44.bogtor' in /home/ciosmy/public_html/upload.php on line 138
Line 138 :
Code:
move_uploaded_file($upfile , $btdir.'/'. $infohash .'.bogtor') or die("Error...");
Help ;)

Last edited by Fynnon; 7th August 2009 at 13:57.
Reply With Quote