Bravo List
Register
Go Back   Bravo List > Development > Other Downloads
Reply
  #1  
Old 15-11-07, 19:28
Fynnon's Avatar
xxx
 
Join Date: Nov 2007
P2P
Posts: 763
Activity Longevity
2/20 20/20
Today Posts
0/11 ssssss763
Default NetManiack v1.6
Install guide:

1. upload to your root
2. cmd to 0777 torrents dir and log.txt (unix only)
3. edit bittorrent.php and secrets.php in include dir
4. import db from SQL directory (3files)
5. edit in chat.php

Tracker chat channel is #mytracker

irc://irc.server.net:6667 = irc://server:port

/mytracker = your channel

#mytracker = your channel

find and change server.net to your irc server

and find and change #mytracker to your channel

6. edit .htaccess

find all localhosts and change it to your tracker address, and change localhost to your addres in errorpages to (403.php 404.php 500.php)

7. run http://yourtrackeraddress.com/collation-fix.php and DELETE IT!! and do the same whit SQL dir !!!

8. edit configuration in announce.php
9. edit in bittorrent.php line 465

Code:
$DEFAULTBASEURL;?>pic/logo.gif
whit patch to your favicon

10. Change text in bittorrent.php, ReadY sALTEd PeanutS, whit whatever you want (f.e. i like pie)
11. Change in password_protect.php

admin to some name

adminpass to some password

change localhost to your site address

PS:
If you create new skin add this to your css file:

Code:
.listitem {
margin-left:10px;
margin-right:3px;
}

td.clearalt6 {
   background: #ECE9D8;
   padding: 5px;
   border: 0px;
border: hidden;
}

td.clearalt7 {
   padding: 5px;
   background: #ECE9D8;
   border: 0px;
border: hidden;
}


Tips:


1. If you have more than 1 language, uncomment 125 line in my.php. (language support is currently in alpha stage)
2. If you get an error while your seeding torrent :
Code:
Tracker sending invalid data: <NULL>
then remove:

Code:
/////////////////////Fix Increase ratio using Firefox //////////////////////
$headers = getallheaders();
if (isset($headers["Cookie"]) || isset($headers["Accept-Language"]) || isset($headers["Accept-Charset"]))
err("Anti-Cheater= You cannot use this agent");
///////////////////end of fix//////////////////////
from your announce.php script, then seeding/leeching will work. If that is not working problem is in your server.
Attached Files
File Type: rar Netmaniack1.6.rar (1.37 MB, 1870 views)
File Type: rar nomailaddon.rar (3.0 KB, 713 views)
Reply With Quote
The Following 12 Users Say Thank You to Fynnon For This Useful Post:
adrian21 (03-01-09), BEST (30-10-09), buves18 (13-02-10), DooM (14-09-09), maimuta111 (29-08-08), Megus (10-01-10), nicukent (14-11-09), pirpiliter (02-07-09), QuarTz (07-01-10), topten4you (14-02-10), ValiK01 (28-08-08), Xtream (16-02-09)
  #2  
Old 05-01-08, 22:10
Aldomoro's Avatar
Member
 
Join Date: Dec 2007
Posts: 13
Activity Longevity
0/20 20/20
Today Posts
0/11 sssssss13
Default Re: NetManiack v1.6
confirmation for gmail.com works ok but for yahoo.com it gives me this error:

Code:
Warning: mail() [function.mail]: SMTP server response: 550 Invalid recipient: dr.aldomoro@yahoo.com in F:\xampp\htdocs\takesignup.php on line 137

Warning: Cannot modify header information - headers already sent by (output started at F:\xampp\htdocs\takesignup.php:137) in F:\xampp\htdocs\takesignup.php on line 141
Reply With Quote
  #3  
Old 05-01-08, 22:29
Fynnon's Avatar
xxx
 
Join Date: Nov 2007
P2P
Posts: 763
Activity Longevity
2/20 20/20
Today Posts
0/11 ssssss763
Default Re: NetManiack v1.6
Something is not setup how it should be with your smtp server, delete the actual users from insifde the smtp server and make another one with your own admin name + password
Reply With Quote
  #4  
Old 06-01-08, 07:52
Aldomoro's Avatar
Member
 
Join Date: Dec 2007
Posts: 13
Activity Longevity
0/20 20/20
Today Posts
0/11 sssssss13
Default Re: NetManiack v1.6
smtp server was faulty ... made changes and now it works :)

2 more questions :

1. If torrent is Multi-tracker/DHT torrent and/or includes other crap, tracker will remove that !

Announce url is http://wbb.ro shouldn`t that be http://wbb.ro/announce.php ?

2. how to enable right click ?

and another one when i ulpload and try to seed it doesn`t show me as peer
Reply With Quote
Sponsored Links
Advertisement
  #5  
Old 06-01-08, 12:42
Fynnon's Avatar
xxx
 
Join Date: Nov 2007
P2P
Posts: 763
Activity Longevity
2/20 20/20
Today Posts
0/11 ssssss763
Default Re: NetManiack v1.6
1. :?
2.to enable the right click

in bittorrent.php find:
Code:
<script>
var isNS = (navigator.appName == "Netscape") ? 1 : 0;
if(navigator.appName == "Netscape") document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
return false;
}
function mousehandler(e){
var myevent = (isNS) ? e : event;
var eventbutton = (isNS) ? myevent.which : myevent.button;
if((eventbutton==2)||(eventbutton==3)) return false;
}
document.oncontextmenu = mischandler;
document.onmousedown = mousehandler;
document.onmouseup = mousehandler;
</script>
and delete it

PS
a little security update:

fixed sql injection viewoffers.php and viewrequests.php

3. UPLOAD THE TORRENT THEN DOWNLOAD IT FROM THE TRACKER BEFORE YOU SEED IT !
Reply With Quote
  #6  
Old 06-01-08, 20:53
Aldomoro's Avatar
Member
 
Join Date: Dec 2007
Posts: 13
Activity Longevity
0/20 20/20
Today Posts
0/11 sssssss13
Default Re: NetManiack v1.6
OK, now the right click and seeding are working ...

tnx for update
Reply With Quote
  #7  
Old 14-01-08, 14:33
sharpei2688's Avatar
Member
 
Join Date: Jan 2008
Posts: 9
Activity Longevity
0/20 19/20
Today Posts
0/11 ssssssss9
Default Re: NetManiack v1.6
Hello. I have a problem, I don`t receive the confirmation email. Pls help me. thx!
Reply With Quote
  #8  
Old 14-01-08, 15:09
Fynnon's Avatar
xxx
 
Join Date: Nov 2007
P2P
Posts: 763
Activity Longevity
2/20 20/20
Today Posts
0/11 ssssss763
Default Re: NetManiack v1.6
Quote:
Originally Posted by sharpei2688
Hello. I have a problem, I don`t receive the confirmation email. Pls help me. thx!
For XAMPP mail problems you must correctly configure the e-mail client (mercury32)
OR
If you don`t want e-mail confirmation for users you should use the "nomail" addon:


Replace the files from server with the ones from the archive No_MAIL_ADDON found in the first post
Reply With Quote
  #9  
Old 14-01-08, 16:08
sharpei2688's Avatar
Member
 
Join Date: Jan 2008
Posts: 9
Activity Longevity
0/20 19/20
Today Posts
0/11 ssssssss9
Default Re: NetManiack v1.6
Thank you !

I have another problem now: I tried to upload a torrent and got this error
Code:
All torrents are private, this tracker is blocking Multi-tracker/DHT torrents
Reply With Quote
  #10  
Old 14-01-08, 16:44
Fynnon's Avatar
xxx
 
Join Date: Nov 2007
P2P
Posts: 763
Activity Longevity
2/20 20/20
Today Posts
0/11 ssssss763
Default Re: NetManiack v1.6
Quote:
Originally Posted by sharpei2688 View Post
Thank you !

I have another problem now: I tried to upload a torrent and got this error
Code:
All torrents are private, this tracker is blocking Multi-tracker/DHT torrents
when you make a torrent with your torrent client (ex. utorrent) you need to make it private, just click the "private torrent" box and if you use other torrent clients for your torrents you must not enable DHT
Reply With Quote
Reply

Tags
netmaniack , v16

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Netmaniack v1.6 Strikey TBDev 6 08-08-09 20:49
[Netmaniack 1.5] TBDev error Rockstarinsh TBDev 5 14-01-09 15:46
Netmaniack 1.4 Problem BlOoDyio Tech Support 1 05-01-09 11:22
Iso Torrents By Netmaniack Subzero Other Downloads 9 10-10-08 08:28
NetManiack v1.6 remove TTL darknirvana TBDev 0 23-07-08 06:52



All times are GMT +1. The time now is 22:14. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Advertisement System V2.6 By   Branden