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