Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Downloads
Reply
Thread Tools
  #121  
Old 1st July 2010, 08:01
darksone darksone is offline
Member
 
Join Date: May 2010
P2P
Posts: 6
Default
I Using netmaniack 1.6 and when someone is doing its account, not to send her confirmation
Reply With Quote
  #122  
Old 1st July 2010, 10:14
dj_kadylak dj_kadylak is offline
Member
 
Join Date: Oct 2009
P2P
Posts: 7
Default
Code:
Pictures from this source does not work in Description. [img] http://test.com/image.jpg [/ img]  this form.
__________________
! SignUp !

Last edited by dj_kadylak; 1st July 2010 at 10:55.
Reply With Quote
  #123  
Old 1st July 2010, 23:47
COR72Z COR72Z is offline
Member
 
Join Date: Jun 2010
P2P
Posts: 4
Default BIG PROBLEM AT INSTALL
\\PROBLEM SOLVED

Last edited by COR72Z; 3rd July 2010 at 09:38.
Reply With Quote
  #124  
Old 2nd July 2010, 00:05
Phogo's Avatar
Phogo Phogo is offline
VIP
 
Join Date: Jan 2008
United Kingdom
Posts: 902
Default
check for .htaccess script or your httpd.config
Reply With Quote
  #125  
Old 2nd July 2010, 04:51
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Thumbs down
with the torrents not showing seeding and before you say it i have downloader the said torrent to seedbox and still same not showing as seeding this is a prob that needs sorting out

from what i see in the post and i see no one wants to help out on this one with looks of it.
i like it the tracker but car`nt keep it as no seeding showing
And would like a shoutbox mod as well and a last 24 hours mod for index

Quote:
Originally Posted by COR72Z View Post
in my source i find only htaccess...i don't find .htaccess and httpd.config
ive looked and same here httpd.config
ok done test upload from home pc working a treat i need the seedbox to work on the code and its not working help?

Bump:
Quote:
Originally Posted by Fynnon View Post
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.
well what can i say ask for a shoutbox mod and you get a code to upload over the one i have already from this chap no phps files so on just a sql with no sql for shoutbox nor any phps files to edit for a shourtbox can you see why i get so pissed off with you all

Last edited by wMan; 2nd July 2010 at 09:36.
Reply With Quote
  #126  
Old 2nd July 2010, 11:02
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Smile Netmaniack 1.6 shoutbox
Netmaniack1.6 shoutbox for Netmaniack1.6
snatched mod and a IMG for torrents and new center too
Reply With Quote
  #127  
Old 2nd July 2010, 12:32
Phogo's Avatar
Phogo Phogo is offline
VIP
 
Join Date: Jan 2008
United Kingdom
Posts: 902
Default Net Mainiak 1.6 with shoutbox
Netmainiak with shoutbox

Unzip, edit secrets.php, bittorrent.php and announce.php

Import sql

login:
username: phogo
password: testing

change username via phpmyadmin
Attached Files
File Type: zip netmainiak-1.6-with-shoutbox.zip (1.39 MB, 117 views)
Reply With Quote
  #128  
Old 2nd July 2010, 12:33
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default
Quote:
Originally Posted by Phogo View Post
Netmainiak with shoutbox

Unzip, edit secrets.php, bittorrent.php and announce.php

Import sql

login:
username: phogo
password: testing

change username via phpmyadmin
where qsl and so on ?
Reply With Quote
  #129  
Old 2nd July 2010, 12:34
Phogo's Avatar
Phogo Phogo is offline
VIP
 
Join Date: Jan 2008
United Kingdom
Posts: 902
Default
all in one package
Reply With Quote
  #130  
Old 2nd July 2010, 12:35
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Smile got
Quote:
Originally Posted by Phogo View Post
all in one package
where is the sql for it as its not in the download and in the sql thats there no shoutbox in it
i do not want to recode my site just need the sql for shoutbox
PHP Code:
CREATE TABLE `users` (
  `
idint(10unsigned NOT NULL auto_increment,
  `
usernamevarchar(40NOT NULL default '',
  `
old_passwordvarchar(40NOT NULL default '',
  `
passhashvarchar(32NOT NULL default '',
  `
secretvarchar(20character set utf8 collate utf8_bin NOT NULL default '',
  `
emailvarchar(80NOT NULL default '',
  `
statusenum('pending','confirmed'NOT NULL default 'pending',
  `
addeddatetime NOT NULL default '0000-00-00 00:00:00',
  `
last_logindatetime NOT NULL default '0000-00-00 00:00:00',
  `
last_accessdatetime NOT NULL default '0000-00-00 00:00:00',
  `
editsecretvarchar(20character set utf8 collate utf8_bin NOT NULL default '',
  `
privacyenum('strong','normal','low'NOT NULL default 'normal',
  `
stylesheetint(10) default '1',
  `
infotext,
  `
acceptpmsenum('yes','friends','no'NOT NULL default 'yes',
  `
ipvarchar(15NOT NULL default '',
  `
classtinyint(3unsigned NOT NULL default '0',
  `
avatarvarchar(100NOT NULL default '',
  `
uploadedbigint(20unsigned NOT NULL default '0',
  `
downloadedbigint(20unsigned NOT NULL default '0',
  `
titlevarchar(30NOT NULL default '',
  `
countryint(10unsigned NOT NULL default '0',
  `
notifsvarchar(100NOT NULL default '',
  `
modcommenttext NOT NULL,
  `
enabledenum('yes','no'NOT NULL default 'yes',
  `
avatarsenum('yes','no'NOT NULL default 'yes',
  `
donorenum('yes','no'NOT NULL default 'no',
  `
warnedenum('yes','no'NOT NULL default 'no',
  `
warneduntildatetime NOT NULL default '0000-00-00 00:00:00',
  `
torrentsperpageint(3unsigned NOT NULL default '0',
  `
topicsperpageint(3unsigned NOT NULL default '0',
  `
postsperpageint(3unsigned NOT NULL default '0',
  `
deletepmsenum('yes','no'NOT NULL default 'yes',
  `
savepmsenum('yes','no'NOT NULL default 'no',
  `
parkedenum('yes','no'NOT NULL default 'no',
  `
announceenum('yes','no'NOT NULL default 'no',
  `
passkeyvarchar(32NOT NULL,
  `
last_browseint(11NOT NULL default '0',
  `
languageint(10NOT NULL default '1',
  
PRIMARY KEY  (`id`),
  
UNIQUE KEY `username` (`username`),
  
KEY `status_added` (`status`,`added`),
  
KEY `ip` (`ip`),
  
KEY `uploaded` (`uploaded`),
  
KEY `downloaded` (`downloaded`),
  
KEY `country` (`country`),
  
KEY `last_access` (`last_access`),
  
KEY `enabled` (`enabled`),
  
KEY `warned` (`warned`)
ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=;

-- 
-- 
Dumping data for table `users`
-- 

INSERT INTO `users` (`id`, `username`, `old_password`, `passhash`, `secret`, `email`, `status`, `added`, `last_login`, `last_access`, `editsecret`, `privacy`, `stylesheet`, `info`, `acceptpms`, `ip`, `class`, `avatar`, `uploaded`, `downloaded`, `title`, `country`, `notifs`, `modcomment`, `enabled`, `avatars`, `donor`, `warned`, `warneduntil`, `torrentsperpage`, `topicsperpage`, `postsperpage`, `deletepms`, `savepms`, `parked`, `announce`, `passkey`, `last_browse`, `language`) VALUES
(1'Phogo''''751c074b8f309c7d49f44c852ea92a7d'0xc2bdc2a4c3967f45c3b9c3b50d7bc3b1c397c3afc2b0c3b3081521766873'info@moynahanmultimedia.com''confirmed''2010-07-02 10:13:17''2010-07-02 11:20:33''2010-07-02 10:28:16''''normal'1'''yes''127.0.0.1'6''00''12'''''yes''yes''no''no''0000-00-00 00:00:00'000'yes''no''no''no'''01); 
SO WHERE IS THE SQL FOR SHOUTBOX ?:unknown:

And the rest of the phps files to ad too

Last edited by wMan; 2nd July 2010 at 13:25.
Reply With Quote
Reply

Tags
netmaniack , v16


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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Netmaniack v1.6 Strikey TBDev 6 8th August 2009 21:49
[Netmaniack 1.5] TBDev error Rockstarinsh TBDev 5 14th January 2009 17:46
Netmaniack 1.4 Problem BlOoDyio Community Cafe 1 5th January 2009 13:22
Iso Torrents By Netmaniack Subzero Downloads 9 10th October 2008 09:28
NetManiack v1.6 remove TTL darknirvana TBDev 0 23rd July 2008 07:52



All times are GMT +2. The time now is 04:14. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.