Thread: NetManiack v1.6
View Single Post
  #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