Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > SZ Edition
Reply
  #1  
Old 15th November 2007, 21:35
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default SZ Edition v0.3.5 revision 337
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)


Click the image to open in full size. Click the image to open in full size.
Attached Files
File Type: rar SZ_Edition_v0.3.5_revision_337.rar (6.23 MB, 2294 views)

Last edited by Fynnon; 7th April 2011 at 15:33. Reason: Updates
Reply With Quote
The Following 34 Users Say Thank You to Fynnon For This Useful Post:
almonkz (27th December 2020), ben.smartdude (15th January 2010), BEST (20th October 2010), boss2010 (29th October 2010), Br@inSt0rm (1st April 2013), BTTFZanotti (17th April 2018), Bullseye (11th August 2012), Codemaster (29th December 2008), Coraille (3rd November 2012), DAKz (18th May 2011), dragon38 (6th June 2010), dragonss (1st March 2010), gogo999 (14th July 2013), Grom (30th August 2008), ko_ray (7th September 2009), Legend2000 (30th May 2012), Loving_an_Angel (21st August 2008), manhnd (21st November 2009), masterbiz (3rd May 2013), Mika (5th January 2009), mishunika (5th September 2008), Moh.ElBaz (22nd September 2009), Muikku (10th August 2008), oMaRcO (22nd December 2008), Ops (3rd August 2008), ParK (14th March 2014), peiratikos (7th November 2011), psychodo (13th October 2008), Rroy (15th November 2008), sammygo (3rd November 2008), Security (2nd August 2009), starplatinum (5th July 2011), xbondx (8th April 2011), zenja7777 (12th August 2008)
  #2  
Old 4th February 2008, 21:07
SuspekT SuspekT is offline
Member
 
Join Date: Jan 2008
Posts: 9
Default Re: TBDev SZ Edition v0.3
It's very cool man , THANKS!!! :D :D :D ;)
Reply With Quote
The Following User Says Thank You to SuspekT For This Useful Post:
oMaRcO (22nd December 2008)
  #3  
Old 13th February 2008, 21:56
MaZ MaZ is offline
Member
 
Join Date: Jan 2008
Posts: 2
Default 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?
Reply With Quote
  #4  
Old 14th February 2008, 11:58
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default Re: TBDev SZ Edition v0.3
Quote:
Originally Posted by MaZ View Post
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 !
Reply With Quote
  #5  
Old 14th February 2008, 17:53
MaZ MaZ is offline
Member
 
Join Date: Jan 2008
Posts: 2
Default 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?
Reply With Quote
  #6  
Old 14th February 2008, 19:40
MaexM MaexM is offline
Member
 
Join Date: Jan 2008
Posts: 8
Default Re: TBDev SZ Edition v0.3
Wat is that ? :o

Information
No dictionary
__________________
I LOVE THIS FORUM!!! :D
Reply With Quote
  #7  
Old 14th February 2008, 20:03
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default 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
Reply With Quote
  #8  
Old 14th March 2008, 08:56
50Cent 50Cent is offline
Senior Member
 
Join Date: Mar 2008
Posts: 23
Default 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
Reply With Quote
  #9  
Old 17th March 2008, 20:10
catalaur catalaur is offline
Member
 
Join Date: Mar 2008
Posts: 1
Default 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<NULL>
from announce.php

What the problem can be?
Reply With Quote
  #10  
Old 18th March 2008, 19:29
thedizzy thedizzy is offline
Member
 
Join Date: Jan 2008
Posts: 4
Default Re: TBDev SZ Edition v0.3
Working great! :smile: :D tnx
Reply With Quote
Reply

Tags
337 , edition , revision , sz , torrents tracker

Thread Tools

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
xBtiT v2.5.4 Fynnon xBTiT 83 21st January 2024 00:36
TBDev 2010 revision 464 Fynnon TBDev 92 16th February 2019 14:21
YSE 2.x Ashur Yuna Scatari Edition (YSE) 19 4th February 2015 23:57
Download: Gazelle RC2 rev. 11440 Fynnon Gazelle 31 6th September 2014 07:12
TorrentPier 0.3.5 Revision 763 Karlson Community Cafe 1 19th January 2008 17:00



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