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)

Clauu 7th February 2008 18:33

Re: NetManiack v1.6
 
Hello ... My english is not very precise ... I have a problem
Netmaniac 1.6 supports only Azures and Utorrent , and I want to make him to accept all torrents clients .
Please tell me how to do this ?

I receive this when I try to download a torrent with BitComet from my tracker:
Code:

Tracker Response Error : Client is banned . Please use Utorrent > 1.7.2 or Azures > 2.5 and Vuze

Fynnon 8th February 2008 00:13

Re: NetManiack v1.6
 
In announce.php find and delete:

Code:

if(($useragent != "AZ" && $useragent != "UT") || ($useragent == "AZ" && $agentversion < 2504) || ($useragent == "UT" && $agentversion < 1610))
                err("Client is banned. Please use uTorrent >1.7.2 or Azureus >2.5 and Vuze!");
                if(($useragent == "UT" && $agentversion == 1700))
                err("Sorry utorrent 1.7 is banned use >1.7.1!");


Clauu 8th February 2008 13:05

Quote:

Originally Posted by Fynnon
In announce.php find and delete:

Code:

if(($useragent != "AZ" && $useragent != "UT") || ($useragent == "AZ" && $agentversion < 2504) || ($useragent == "UT" && $agentversion < 1610))
                err("Client is banned. Please use uTorrent >1.7.2 or Azureus >2.5 and Vuze!");
                if(($useragent == "UT" && $agentversion == 1700))
                err("Sorry utorrent 1.7 is banned use >1.7.1!");


Thanks thanks thanks :D Problem resolved

Me again ... I have configured the MercuryS smtp server , the same way like Fynnon shwo's as , and when peoples try to signup they didn't receive nothing on mail ... Why ?

Fynnon 10th February 2008 15:37

did you made new admin in the Mercury with your own password and name?
the e-mail from bittorrent.php must be the same as the one in Mercury

When you install XAMPP in Mercury mail there is an admin by default so you need to delete that one and make another one with your username and password
And in bittorrent.php on line 148-149 you have
Code:

// Email for sender/return path.
$SITEEMAIL = "noreply@localhost";

so you need to change that to the one you have in Mercury mail!

Clauu 11th February 2008 00:10

Re: NetManiack v1.6
 
Quote:

Originally Posted by Fynnon
When you install XAMPP in Mercury mail there is an admin by default so you need to delete that one and make another one with your username and password
And in bittorrent.php on line 148-149 you have
Code:

// Email for sender/return path.
$SITEEMAIL = "noreply@localhost";

so you need to change that to the one you have in Mercury mail!

1. Where I must go to delete the default admin in Mercury mail ?
2. Where I find the correct adress for my mail in Mercury mail ?
Mercury mail has a lot of settings , and I don't whant to apply them incorectly
If you want and have time please make a full tutorial about how to use and configurating Mercury mail

Fynnon 11th February 2008 00:39

Re: NetManiack v1.6
 
from XAMPP control panel start Mercury Mail and then press the Admin button
mercury will open and then Configuration and then to Local Users
there you can see the default users , you have to change them with your username and password
you can leave the Admin username but change the password for it
then you can delete the other two members (new user and postmaster0 or you could leave them but change their passwords...



Clauu 11th February 2008 01:18

Re: NetManiack v1.6
 
Ok I understand . Thanks very much ... But how i know what is my mail adress . Ex : noreply@localhost . Where do I find it ?
P.S : I'm using a subdomain

Fynnon 11th February 2008 05:06

Re: NetManiack v1.6
 
the email adress of your tracker, the one from where the users will get emails is the one you setup in Mercury mail (Exemple: admin@localhost)

Clauu 11th February 2008 13:39

Re: NetManiack v1.6
 
Quote:

Originally Posted by Fynnon
the email adress of your tracker, the one from where the users will get emails is the one you setup in Mercury Mail (Exemple: admin@localhost)

Sorry , bu I think that I'm stupid ...... I don't know where to look to find that adress ....
I think that I will give up ...

Fynnon 11th February 2008 15:21

Re: NetManiack v1.6
 
These are simple things, if you can`t do this by yourself then...
I can`t help everybody step by step, i just give you the line to follow, you have to think for yourself and make it on your own !


All times are GMT +2. The time now is 05:46.

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