Thread: NetManiack v1.6
View Single Post
  #28  
Old 1st February 2008, 19:01
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default Re: NetManiack v1.6
if you see a blank page and no errors then maybe the pic folder is not linked correctly in bittorrent.php

in bittorrent.php on line 135 I have:

Code:
$DEFAULTBASEURL = "http://bvlist.com/netm";
and on lines 155 and 157:

Code:
$pic_base_url = "pic/";

$imgdir = "pic/";
maybe you have a backend slash line or smth that should not be there...
Reply With Quote