View Single Post
  #6  
Old 10th January 2010, 12:36
inebunit inebunit is offline
Member
 
Join Date: Dec 2009
P2P
Posts: 12
Default
thank you for the effort but still no go same error
Code:
Warning:  require_once(include/ctracker.php) [function.require-once]: failed to open stream: No such file or directory in /home/www/web11/web/include/bittorrent.php on line 2

Fatal error:  require_once() [function.require]: Failed opening required 'include/ctracker.php' (include_path='.:/usr/share/php:/usr/share/pear') in /home/www/web11/web/include/bittorrent.php on line 2
<= thanks joeroberts ^_^

i`v opened bittorrents.php and on line 2 is:
Code:
require_once('include/ctracker.php');
and the thing is that ctracker.php IS in folder include and with that function it calls a ctracker.php form an above include folder ... i`v tried tweaks like making another include folder inside that include folder and put another ctracker.php there and says site down for maintainance.

but my guess is that the cleanup duty falls to docleanup.php or clean.php wich are both in root directory

http://www.share.kno.ro/blabla/docleanup.txt
http://www.share.kno.ro/blabla/clean.txt

please take a look.



Edit:
and with all those errors ... IT WORKED O_O thanks a bunch Tony

i don`t know how but u`r code ... beside the blank page and error fixed the damn thing ... u`r a magician huraaaayyyy !!!

Last edited by inebunit; 10th January 2010 at 12:53.
Reply With Quote