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)

theacidwiz 3rd January 2009 17:15

I read through this topic, but I still think that I can't solve this...

This is how i filled my secrets.php and almost everything is OK here
$mysql_host = "localhost";
$mysql_user = "somename_admin";
$mysql_pass = "mypassword";
$mysql_db = "somename_tracker";

The site is up everything is working fine except I get tracker is sending invalid data:

I edited my announce.php the same way:
$DEFAULTBASEURL = "http://tracker.somename.org";
$mysql_host = "localhost";
$mysql_user = "somename_admin";
$mysql_pass = "mypassword";
$mysql_db = "somename_tracker";

Well, if I change localhost to real URL the site won't work... should I put something else in announce.php instead of localhost???

:secret:

ripvr2 5th February 2009 13:27

1 Attachment(s)
I have a problem with the header(logo)

Attachment 992

nako75018 5th February 2009 15:40

dreamweaver
 
you make this with dreamweamver you clik with your right

you do that with dreamweaver you click with your mouse over the logo and put you in the middle line

or you change this code

Code:



houtslag 6th February 2009 01:20

I have a problem with my announce url the trackers says Announce url is http://phoenixtorrents.org but that isn't right how can i cange this?

But i found this in upload.php
Code:

Announce url is



Could someone help me please.
Thanks

El1t3 6th February 2009 02:43

Your IP adress XX.XXX.XXX.XXX is already used.
 
Your IP address XX.XXX.XXX.XXX is already used. How do i disable this option, for cases like when a user tries to connect from a internet cafe where another account was created. Thanks!

Fynnon 6th February 2009 03:15

Quote:

Originally Posted by El1t3 (Post 8776)
Your IP address XX.XXX.XXX.XXX is already used. How do i disable this option, for cases like when a user tries to connect from a internet cafe where another account was created. Thanks!

In signup.php there is this code:
PHP Code:

if ($a[0] != 0
stderr("Error""Your IP adress " $_SERVER['REMOTE_ADDR'] . " is already used."); 

Make a backup of your original file then play with that code !

El1t3 6th February 2009 13:35

Connectable: No

Ratio: --- Uploaded: 0.00 kB Downloaded: 0.00 kB Active Torrents: Torrents seeding 1 Torrents leeching 0 Connectable: No

I did the instalation 3 times now... some1 give me a hand.
I folowed the instalation guide as written ... im out of ideas.
this is a part of the code i know u will ask:
Code:

function local_user()
{
  return $_SERVER["SERVER_ADDR"] == $_SERVER["REMOTE_ADDR"];
}

$FUNDS = "$0";

$SITE_ONLINE = true;
//$SITE_ONLINE = local_user();
//$SITE_ONLINE = false;

$max_torrent_size = 1000000;
$announce_interval = 60 * 60;
$signup_timeout = 86400 * 3;
$minvotes = 1;
$max_dead_torrent_time = 6 * 3600;

// Max users on site
$maxusers = 5000;

// torrents directory
$torrent_dir = "torrents";


# the first one will be displayed on the pages
$announce_urls = array();
$announce_urls[] = "http://torrentspain.bplaced.net/announce.php";

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

if ($_SERVER["HTTP_HOST"] == "")
  $_SERVER["HTTP_HOST"] = $_SERVER["SERVER_NAME"];
$BASEURL = $DEFAULTBASEURL;

//set this to true to make this a tracker that only registered users may use
$MEMBERSONLY = true;

//maximum number of peers (seeders+leechers) allowed before torrents starts to be deleted to make room...
//set this to something high if you don't require this feature
$PEERLIMIT = 50000;

// Email for sender/return path.
$SITEEMAIL = "noreply@torrentspain.bplaced.net";

$SITENAME = "Torrent Collection";

$autoclean_interval = 900;

$pic_base_url = "pic/";

$imgdir = "pic/";

$READPOST_EXPIRY = 14*86400; // 14 days

require_once("secrets.php");
require_once("cleanup.php");

//Do not modify -- versioning system
//This will help identify code for support issues at tbdev.net
define ('TBVERSION','TBDEV.NET-NE-1.6');

/**** validip/getip courtesy of manolete ****/

// IP Validation
function validip($ip)
{

10x in advance

DooM 12th February 2009 18:42

I'm out of ideas!
 
Someone can help me?

I've sucessfully installed the tracker, i've upload a torrent, but when i try to download it to seed, i observe this:

http://i723.photobucket.com/albums/w...MFeaR/2222.jpg

And if i click to download this torrent to seed, because i've uploaded him, the link redirrect me to a blank page. The torrent dir is set good. "torrents" .... I don't know why it shows http://server/download.php/2/torrent.torrent.

Ginno 12th February 2009 20:42

how to put this tracker in a folder???
images don't load

pls help

ripv3 27th February 2009 19:31

is anyone having a problem with the login because i can`t login i created 10 account and still the same problem.
Can anyone help me ?


All times are GMT +2. The time now is 04:40.

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