Thread: NetManiack v1.6
View Single Post
  #24  
Old 28th January 2008, 23:52
seb35 seb35 is offline
Senior Member
 
Join Date: Dec 2007
France
Posts: 32
Default 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
Reply With Quote