Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   SZ Edition (http://www.bvlist.com/forumdisplay.php?f=24)
-   -   SZ Edition v0.3.5 revision 337 (http://www.bvlist.com/showthread.php?t=4)

Fynnon 15th November 2007 21:35

SZ Edition v0.3.5 revision 337
 
1 Attachment(s)
attention

Attention


Source files attached to this post are updated every time the SVN has updates





This is SZ Edition by Nafania

Official forum: tbdevsz.ru - Forum for non-russian speakers


Installation:

1) Unpack archive then upload the files inside it to your root

2) Open file /includes/secrets.php and edit it - set up variable

$db_user as your's database username
$db_pass as database user's password and set up variable
$db_name as database name.

3) Open your's database through phpmyadmin and import sql.sql

4) CHMOD 777 Cache directory

5) Log in into tracker with username = admin and no password.
Firstly you will redirect to control panel. Set up a NEW password and other private settings

6) Log in into Admin Panel (link in bottom of page) and go to Configuration, where you must set up all main settings of your's new tracker.

In AP go to Forum Admin - Management and create a forum

- Includes 3 Themes -

SVN: tbdevsz - Trac

http://svn.tbdevsz.ru/project (username = svn - no password)


http://img97.imageshack.us/img97/6904/47387142.png http://img7.imageshack.us/img7/1207/yo2q.png

SuspekT 4th February 2008 21:07

Re: TBDev SZ Edition v0.3
 
It's very cool man , THANKS!!! :D :D :D ;)

MaZ 13th February 2008 21:56

Re: TBDev SZ Edition v0.3
 
I`m uploading a torrent but when i download it the passkey-ul doesn`t work it doesn`t show that tale of numbers and letters...

it looks like this: http://tracker.com/announce.php?pass...STAMP%28NOW%28

how to make it work?

Fynnon 14th February 2008 11:58

Re: TBDev SZ Edition v0.3
 
Quote:

Originally Posted by MaZ (Post 405)
I`m uploading a torrent but when i download it the passkey-ul doesn`t work it doesn`t show that tale of numbers and letters...

it looks like this: http://tracker.com/announce.php?pass...STAMP%28NOW%28

how to make it work?

Change the passkey from control panel !

MaZ 14th February 2008 17:53

Re: TBDev SZ Edition v0.3
 
Did that, gave me a normal passkey but now when i download the torrent in my computer at status it says: "Failure: peer select error" how can i repaird this?

MaexM 14th February 2008 19:40

Re: TBDev SZ Edition v0.3
 
Wat is that ? :o

Information
No dictionary

Fynnon 14th February 2008 20:03

Re: TBDev SZ Edition v0.3
 
Quote:

Originally Posted by MaZ
Did that, gave me a normal passkey but now when i download the torrent in my computer at status it says: "Failure: peer select error" how can i repaird this?

Find folowing lines in announce.php (they meets 2 times)
Code:

if( !($result = $db->sql_query($sql)) ) {
        err('peer select error');
}

change it to
Code:

if( !($result = $db->sql_query($sql)) ) {
$error = $db->sql_error();
        err('peer select error ' . $error['message']);
}

then Update tracker in your client - you'll see full text of error (eg you'll see something like this 'peer select error here goes error message from mysql').




Quote:

Originally Posted by MaexM
Wat is that??? :o
Information
No dictionary

Change in admin panel -> Configuration value for Maximum torrent size

50Cent 14th March 2008 08:56

Re: TBDev SZ Edition v0.3
 
hi all ,can my anybody help me plss,then i click on the staff button,come nothing im sysop?

greetz

catalaur 17th March 2008 20:10

Re: TBDev SZ Edition v0.3
 
I get an error like:

Code:

Invalid parameter info_hash (21 - %B3%FF%....
or
Code:

Tracker sending invalid data
from announce.php

What the problem can be?

thedizzy 18th March 2008 19:29

Re: TBDev SZ Edition v0.3
 
Working great! :smile: :D tnx


All times are GMT +2. The time now is 11:18.

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