Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Downloads (http://www.bvlist.com/forumdisplay.php?f=16)
-   -   NetManiack v1.6 (http://www.bvlist.com/showthread.php?t=1)

sharpei2688 17th January 2008 17:40

Re: NetManiack v1.6
 
in bitcomet i disable dht and in utorrent i make private ......

I think is from here

http://img337.imageshack.us/img337/6...gurexo5ag4.jpg

Please help i want to finish this tracker working :(

Fynnon 18th January 2008 20:22

Re: NetManiack v1.6
 
Something is wrong with your settings
Somewhere you wrote the host wrong, it must be localhost..
Guessing

sharpei2688 18th January 2008 21:15

Re: NetManiack v1.6
 
The host is wrong only in mysql enviroment ..... i say 2-3 days ago .. thx man but i dont finish this work . You are the best . Thenx for help . i reinstallthe server and don't work :(

seb35 28th January 2008 23:52

Re: NetManiack v1.6
 
configure secret.php and announce.php

in secret.php

Code:

$mysql_host = "localhost";
$mysql_user = "admin";
$mysql_pass = "pass";
$mysql_db = "bt";

in announce.php

Code:

ob_start("ob_gzhandler");

// edit this configuration

$announce_interval = 60 * 60;

$MEMBERSONLY = true;

// Set this to your site URL... No ending slash!
$DEFAULTBASEURL = "http://localhost";

$mysql_host = "localhost";
$mysql_user = "admin";
$mysql_pass = "pass";
$mysql_db = "bt";

// end of configuration


DjRoly 1st February 2008 15:40

Re: NetManiack v1.6
 
i have a problem...i have installed the tracker just how you said and i can't see anything when i'm accesing my tracker link. what problem can be? :-?

Fynnon 1st February 2008 17:09

Re: NetManiack v1.6
 
Quote:

Originally Posted by DjRoly
i have a problem...i have installed the tracker just how you said and i can't see anything when i'm accesing my tracker link. what problem can be? :-?

I don`t know what is wrong, maybe you didn`t made the correct setup
check your settings in secrets.php bittorrents.php and announce.php

DjRoly 1st February 2008 18:11

Re: NetManiack v1.6
 
They are all corect. If i introduce wrong dates i receive error message, but now i don't receive anything. What the hell could be?

Fynnon 1st February 2008 19:01

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...

DjRoly 2nd February 2008 14:59

Re: NetManiack v1.6
 
i found the mistake...the server was the problem. now i found a beter server but i have another problem. i upload on the server the languages dir and i receive the error:

Code:

Warning: require_once(languages/english.lang) [function.require-once]: failed to open stream: No such file or directory in /home/www/free/xhost.ro/mysite.xhost.ro/include/bittorrent.php on line 446

Fatal error: require_once() [function.require]: Failed opening required 'languages/english.lang' (include_path='.:./inc:/home/www/lib:/home/www/lib/pear:/home/www/lib/pear/DB:/home/www/lib/nusoap:/home/www/lib/phrame:/home/www/lib/toplabs:/allowrun:/home/www/allowrun:') in /home/www/free/xhost.ro/mysite.xhost.ro/include/bittorrent.php on line 446

i deleted from the server the languages dir, and i uploaded it again and it's working for a couple of minutes and then i receive again the error message and i have to reupload the language dir. in this dir i have 2 languages but i need just one of them and i tried to upload jost one of them and it's the same problem.

aGp 2nd February 2008 19:17

Re: NetManiack v1.6
 
Working 100% correctly! :P


All times are GMT +2. The time now is 13:48.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.