Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Downloads
Reply
  #61  
Old 3rd January 2009, 17:15
theacidwiz theacidwiz is offline
Member
 
Join Date: Jan 2009
Default
Posts: 4
Question
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: <NULL>

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:
Reply With Quote
  #62  
Old 5th February 2009, 13:27
ripvr2 ripvr2 is offline
Member
 
Join Date: Dec 2008
Choose
Posts: 1
Default
I have a problem with the header(logo)

Click image for larger version

Name:	f_untitledm_9d5a20d.jpg
Views:	236
Size:	105.8 KB
ID:	992
Reply With Quote
  #63  
Old 5th February 2009, 15:40
nako75018 nako75018 is offline
Senior Member
 
Join Date: Jan 2008
Posts: 15
Default 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:
<img src="pic/header.png" alt="" width="970" height="160" border="0" align="middle" usemap="#header_Map">
Reply With Quote
  #64  
Old 6th February 2009, 01:20
houtslag houtslag is offline
Member
 
Join Date: Oct 2008
Posts: 8
Default
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:
<p>Announce url is <b><?= $BASEURL ?></b></p>
<table border="1" cellspacing="0" cellpadding="10">
Could someone help me please.
Thanks

Last edited by houtslag; 6th February 2009 at 01:23.
Reply With Quote
  #65  
Old 6th February 2009, 02:43
El1t3's Avatar
El1t3 El1t3 is offline
Member
 
Join Date: Jan 2009
Spain
Posts: 5
Default 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!
Reply With Quote
The Following User Says Thank You to El1t3 For This Useful Post:
poiuy6789 (5th January 2010)
  #66  
Old 6th February 2009, 03:15
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default
Quote:
Originally Posted by El1t3 View Post
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 !
Reply With Quote
The Following User Says Thank You to Fynnon For This Useful Post:
El1t3 (7th February 2009)
  #67  
Old 6th February 2009, 13:35
El1t3's Avatar
El1t3 El1t3 is offline
Member
 
Join Date: Jan 2009
Spain
Posts: 5
Default
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 <manolete@myway.com> ****/

// IP Validation
function validip($ip)
{
10x in advance

Last edited by El1t3; 7th February 2009 at 09:08.
Reply With Quote
  #68  
Old 12th February 2009, 18:42
DooM's Avatar
DooM DooM is offline
Senior Member
 
Join Date: Feb 2009
United Kingdom
Posts: 118
Exclamation 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:

Click the image to open in full size.

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.
Reply With Quote
  #69  
Old 12th February 2009, 20:42
Ginno Ginno is offline
Member
 
Join Date: Dec 2008
P2P
Posts: 13
Default
how to put this tracker in a folder???
images don't load

pls help
Reply With Quote
  #70  
Old 27th February 2009, 19:31
ripv3 ripv3 is offline
Member
 
Join Date: Feb 2009
P2P
Posts: 2
Default
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 ?
Reply With Quote
Reply

Tags
netmaniack , v16

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Netmaniack v1.6 Strikey TBDev 6 8th August 2009 21:49
[Netmaniack 1.5] TBDev error Rockstarinsh TBDev 5 14th January 2009 17:46
Netmaniack 1.4 Problem BlOoDyio Community Cafe 1 5th January 2009 13:22
Iso Torrents By Netmaniack Subzero Downloads 9 10th October 2008 09:28
NetManiack v1.6 remove TTL darknirvana TBDev 0 23rd July 2008 07:52



All times are GMT +2. The time now is 04:37. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.