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

Fynnon 20th March 2008 23:55

Re: TBDev SZ Edition v0.3
 
Quote:

Originally Posted by 50Cent
hi all ,can my anybody help me plss,then i click on the staff button,come nothing im sysop?

greetz

Sysops by default don't show on this page. If you want that they are will show too you must open staff.php and change this line

Code:

WHERE class >= ' . UC_UPLOADER . ' AND class < ' . UC_SYSOP . ' AND status = 1 AND enabled = 1 ORDER BY name ASC, class ASC';

to
Code:

WHERE class >= ' . UC_UPLOADER . ' AND status = 1 AND enabled = 1 ORDER BY name ASC, class ASC';

50Cent 22nd April 2008 22:12

Re: TBDev SZ Edition v0.3.1
 
hi,can anybody help me?
i hav this source updated and come error:

Code:

[TB Dev SZ Edition Debug] PHP Notice: in file /include/overall_header.php on line 12: require_once(/ed0b5d6d9d7c37b3d4548d957e91cc34/sape.php) [function.require-once]: failed to open stream: No such file or directory

Fynnon 25th April 2008 15:33

Re: TBDev SZ Edition v0.3.1
 
It was a mistake done by the source developer, he forgot some link edits...
Now the problem is solved, you can safely download and use the NEW update from the first post.

Tested & Working

:drink:

tamint 26th April 2008 17:59

Re: TBDev SZ Edition v0.3.1
 
it working good,but i can't create a forum.And don't exist the categories when i upload torrents.How i can create categories how: movies,games,music,soft,.....

djlee 26th April 2008 22:52

Re: TBDev SZ Edition v0.3.1
 
if its anything like the original tbdev source there is no cat or forum manager .. you will need to get those mostt likely.. if you go to the tbdev.net official source site their is a long list of mods including the forum/cat manager mods

tamint 27th April 2008 08:08

Re: TBDev SZ Edition v0.3.1
 
Quote:

Originally Posted by djlee
if its anything like the original tbdev source there is no cat or forum manager .. you will need to get those mostt likely.. if you go to the tbdev.net official source site their is a long list of mods including the forum/cat manager mods

I find nothing,but if you can help,pls

djlee 27th April 2008 15:14

Re: TBDev SZ Edition v0.3.1
 
ive copied teh forum and category manager mods to this sites tracker mods section... so if you go look you should find um ... hopefully they will drop straight into your source but ive never used the SZ edition so i cant guarantee it

wMan 1st May 2008 10:02

Re: TBDev SZ Edition v0.3.1
 
is there a shoutbox for this or would the shoutbox from tbdev work ?

h2o 2nd May 2008 09:09

Re: TBDev SZ Edition v0.3.1
 
This code looks like it was heavily modified, but it looks very nice and everything fits together.

Fynnon 2nd May 2008 13:06

Re: TBDev SZ Edition v0.3.1
 
Quote:

Originally Posted by clocktower
is there a shoutbox for this or would the shoutbox from tbdev work ?

There is no shoutbox MOD developed for this source !

Doesn`t hurt to try it the tbdev mod on it !

Quote:

Originally Posted by h2o
This code looks like it was heavily modified, but it looks very nice and everything fits together.

Yes, this looks great and works great, it is one of my favourites :smoke:

patriot forever 10th May 2008 22:06

Re: TBDev SZ Edition v0.3.1
 
very nice source code but unfortunately not many independenant updates available

gostyuk 16th May 2008 16:22

Re: TBDev SZ Edition v0.3.1
 
There is no directory for files or it's not writable (check permissions)


I made chmod 777 on torrents folder
what is the problem?

djlee 16th May 2008 20:29

Re: TBDev SZ Edition v0.3.1
 
make sure the torrent directory has been set correctly in bitorrent..

if this is anything like standard tbdev then in bitorrent.php you should find

Code:

$torrent_dir = "/var/tb/torrents";
make sure you alter that to match your servers local path to the torrent directory

the torrent directory has to be set as a local path from the OS root. you cannot use http:// or anyother web URL and you cannot just put /torrents/

it must be a local path such as
Code:

/home/username/htdocs/torrents
or for windows it might be
Code:

C:/xampp/htdocs/torrents

gostyuk 17th May 2008 08:05

Re: TBDev SZ Edition v0.3.1
 
there is no bittorrent.php or bitorrent.php

Fynnon 20th May 2008 21:29

Re: TBDev SZ Edition v0.3.1
 
Quote:

Originally Posted by gostyuk
there is no bittorrent.php or bitorrent.php

There is no bittorrent.php file as some configurations are in the sql file !

CHMOD 777 cache, pic and torrents directories

MASS 8th October 2009 16:21

Thx alot :) , How to change the theme to bit-hdtv ?

underx 29th October 2009 16:06

Quote:

Thx alot :) , How to change the theme to bit-hdtv ?
in the user control panel .
this source work like a charm but is it serure ? it can be used live (online) ?

Sithlord 1st November 2009 14:45

test with this tool Graudit version 1.1 is out - Just Another Hacker
this will detect some exploits

pruxed 19th November 2009 13:12

Very nice tracker :D

But, when I try to upload a torrent I get an error efter I have done the Description step...

Code:

[TB Dev SZ Edition Debug] PHP Notice: in file /upload.php on line 269: Undefined offset: 1
[TB Dev SZ Edition Debug] PHP Notice: in file /upload.php on line 277: Undefined offset: 1


Nafania 20th November 2009 10:08

Quote:

Originally Posted by pruxed (Post 17624)
Very nice tracker :D

But, when I try to upload a torrent I get an error efter I have done the Description step...

Code:

[TB Dev SZ Edition Debug] PHP Notice: in file /upload.php on line 269: Undefined offset: 1
[TB Dev SZ Edition Debug] PHP Notice: in file /upload.php on line 277: Undefined offset: 1


please post contains of this lines

case14 20th November 2009 15:31

Is it possible to only see login until you login page?

Only other problem Im having is when I add cat. they do not list on the browser page to allow you choose.

If you can help on those Items it would be great.

Also Good work I like this one has a lot to offer once I personalize it.

f0er 8th January 2010 03:50

Thanks it's works fine for me :drink:

cosmyn09 17th February 2010 10:11

Code:

Fatal error:  Call to a member function drop_sid() on a  non-object in /home/hosting/site.com/languages/lang_english/lang_main.php  on line 596
You can help please?

Nafania 18th February 2010 12:48

Quote:

Originally Posted by cosmyn09 (Post 21092)
Code:

Fatal error:  Call to a member function drop_sid() on a  non-object in /home/hosting/site.com/languages/lang_english/lang_main.php  on line 596
You can help please?

did you enter correct info for databse settings?

cosmyn09 18th February 2010 12:50

Yes I entered the correct settings

nikosuk 18th February 2010 13:17

Migrating Source
 
Hello ,

i am trying to use your source with my own tbdev based database.,
Personally i love your Admin Panel and the SEO feature which are unique,

I would be interested in transferring my users table, torrents table and messages / comments table into your database, i could probvide with greek translation.

IS it possible?

Could you help me?
Thank you very much for your help.
Thank you for your time, and anyway, VERY NICE piece of work

Nikosuk

Nafania 18th February 2010 14:00

Quote:

Originally Posted by cosmyn09 (Post 21142)
Yes I entered the correct settings

i think not, cause in most cases that error because settings are invalid.
Try to check settings.

nikosuk, i think it possible. What version of tbdev do you use?
If you have some abilities in php, you can create converter manually - it's not hard.

nikosuk 18th February 2010 14:49

Migrating Source
 
first of all thank you for your reply.

I am now using torrentstrike fullymodded, but i dont care about losing the mods.
My knowlede of php is kind of limited but i could surely give it a try.

If you could help me somehow.. instruct me how to do it.. i will try it.
I could provide you with the structure of my DB
Thank you for your help

I could translate it in greek (the hard code) /and language if you are interested :)

Nafania 18th February 2010 15:41

Converter for torrentstrike already present http://tbdevsz.ru/torrentstrike-0-4-t156.html

It will convert db to tb dev sz 0.3.3 and then you can manually update 0.3.3 to svn version

Phogo 18th February 2010 15:45

Is there a XBT version of this?


All times are GMT +2. The time now is 08:06.

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