vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   * Torrent Tracker for vB 3.5.4 * (https://vborg.vbsupport.ru/showthread.php?t=114808)

ericgtr 10-31-2006 01:51 PM

Thanks, I am installing right now. One thing I have noticed so far is that showthread.php has two instances of
Code:

$postattach["$attachment[postid]"]["$attachment[attachmentid]"] = $attachment;
The instructions just say to find and replace that line. So that means both instances?

EDIT:

I got this error in showthread, for now I've reverted all the file edits back

Code:

Database error in vBulletin 3.6.0:

Invalid SQL:

SELECT info_hash, attachment.size,comment,created_by,announce_list,completed_by, completed, seeders, leechers, ulspeed, dlspeed, dateline, thumbnail_dateline, filename, filesize, visible, attachmentid, counter,
postid, IF(thumbnail_filesize > 0, 1, 0) AS hasthumbnail, thumbnail_filesize,
attachmenttype.thumbnail AS build_thumbnail, attachmenttype.newwindow
FROM attachment
LEFT JOIN attachmenttype AS attachmenttype USING (extension)
WHERE postid IN (-1,18799,18814,18818,18825,18827,18828,18834,18835,18836,18837,18838,18839,18840)
ORDER BY attachmentid;

MySQL Error  : Unknown column 'ulspeed' in 'field list'
Error Number : 1054


toolmanwill 10-31-2006 02:30 PM

no just the first instance of that code right under the previous edit to that file (showthread.php)

well theres the first bug also
for that 1st showthread edit change :

Code:

, ulspeed, dlspeed
to

Code:

, upspeed, downspeed
sorry about that, will fix guide and re-release guide

EDIT: Guide fixed and new package in place at sourceforge

ericgtr 10-31-2006 02:54 PM

Okay, seems to be working. I will see if I can get some torrents uploaded today from members tot test (I am at work) and report back. Thanks again :)

ericgtr 10-31-2006 04:20 PM

There are missing phrases in the admin panel under "Display Tracker History". Also, in order to show the navbar link, I am also forced to display the "Display_VBTT_Navbar" template. I do not want this across the top of my header so I deleted the contents of that template. It would be nice if that were an option. :) I have some users who will post torrents today so we can complete testing.

toolmanwill 10-31-2006 04:25 PM

it is an option in the admincp to not show navbar
not sure what happened with phrases, have done several installs already and not had a problem with them

ericgtr 10-31-2006 04:31 PM

1 Attachment(s)
Right, but if you turn on the navbar link you have to also have the big display of tracker info on above it (that I can tell anyway). I only want to display the navbar link.

As for the missing phrases, here is a screenshot. In order install the product I had to completely remove the old one first.

toolmanwill 10-31-2006 05:05 PM

those buttons are for forthcoming settings in admincp, guess i missed removing them.

I really not sure on what your looking to do with navbar.

ericgtr 10-31-2006 05:29 PM

Here's the latest. "Error: Unregistered Torrent Pass"

Miss having your forum to look these issues up.

toolmanwill 10-31-2006 05:42 PM

those werent my forums, the old owner of VBTT set that up, he has since transferred the project to me and my support is over at http://torrenttrader.org forums along with all my other VBTT support forums.
For the passkey error you need to enable the navbar so you can click reset passkey once, then download the torrent again and it should give you your key, if not clear your cookies/internet cache including offline files and try once more.

ericgtr 10-31-2006 05:54 PM

Okay, that was the error the seeder got. I have moved the reset passkey link to the main torrnet page.

Not sure how else I can explain the navbar thing but I will try:

Display Tracker Navbar: Yes
Shows the text dropdown link in the navbar AND the Display_VBTT_Navbar. I only want to display the dropdown link, not the contents of the Display_VBTT_Navbar template which shows a huge table on the top of all the forums.

toolmanwill 10-31-2006 06:07 PM

oh ok, i get it now, you want the link to torrents pages dropdown but not the tracker navbar table.
I'll have to look into how that can be separated

oldfan 10-31-2006 06:12 PM

i cannot wait for my copy!
thanks Will

ericgtr 10-31-2006 06:20 PM

Quote:

Originally Posted by toolmanwill
oh ok, i get it now, you want the link to torrents pages dropdown but not the tracker navbar table.
I'll have to look into how that can be separated

Thanks, for now I have it worked out :)

I had my tester reset his passkey and re-upload the torrent and we're still getting "Error: Unregistered Torrent Pass".

ericgtr 10-31-2006 07:10 PM

Also, there isn't an announce.php in this distribution, it's supposed to be that way?

toolmanwill 10-31-2006 07:14 PM

not for the XBT version, announce is handled by XBT.
Only PHP version needs announce.php/scrape.php

ericgtr 10-31-2006 07:22 PM

This is the PHP version, right? So we are missing announce.php? There isn't a scrape.php either.

toolmanwill 10-31-2006 07:32 PM

thats not the php version then, you need SSH access to install and start/stop the one you downloaded which it says in the install guide

if you want PHP version you want VBTT 3.0.3 PHP which is still in beta, only the XBT version is FINAL.

oldfan 11-01-2006 06:02 PM

Wouldn't the php version cause big loads on the server?

toolmanwill 11-01-2006 06:21 PM

Yes, if it is a larger site, the loads will go through the roof due to http requests and announce queries.
This is why I've really been working hard on the XBt version because its eons better.

Revpolar 11-02-2006 01:30 AM

Everything is running good for over a week on my site now. I do get " Error: Unregistered Torrent Pass" sometimes and it cant be rectified. I dont know why and havnt had any luck yet. Right now its just 2 members who have had the issue. I even manually put they're passkey in and it didnt work. I am working on finding out why though.
Im also thinking of making an admin script to assign a passkey to all the members.
I think part of the problem with the Unreg pass error is with aol users somehow. It could be because of the way AOL assigns IP addresses.

Since I am helping trying to help figure out this problem I would like to know some more details so we can figure it out.
If your getting the " Error: Unregistered Torrent Pass"

What is your ISP (Internet Service Provider)? Ex. AOL

Are you running any proxies or anonymizers?

toolmanwill 11-02-2006 10:00 AM

Rev, hit me up on IM, i've got an idea on a few things.

Crazy Serb 11-04-2006 07:03 PM

toolman, I just noticed that the XBT version you've got up there is only for vb3.6... any idea if you'll port it to work with vb3.5 or am I going to have to kick it up a knotch and upgrade my board to 3.6 (and spend an extra week just getting all the products/plugins working all over again)?

also, as far as the installation of XBT goes (which I believe is a separate product, right? a standalone tracker?) I am on a VPS and have root/ssh access to my portion of that server but I am not sure if I need any more access priviledges to install both XBT and VBTT... do I?

toolmanwill 11-04-2006 09:05 PM

Quote:

Originally Posted by Crazy Serb
toolman, I just noticed that the XBT version you've got up there is only for vb3.6... any idea if you'll port it to work with vb3.5 or am I going to have to kick it up a knotch and upgrade my board to 3.6 (and spend an extra week just getting all the products/plugins working all over again)?

also, as far as the installation of XBT goes (which I believe is a separate product, right? a standalone tracker?) I am on a VPS and have root/ssh access to my portion of that server but I am not sure if I need any more access priviledges to install both XBT and VBTT... do I?

I have no plans to make a separate version for 3.5 but if you would like some help getting it to work you can contact me on instant messenger.
I'm pretty sure the only difference will be the attachment.php edits.

XBT is a separate tracker. The custom one needed is included with v1.0 FINAL
You should have no problem since you have root/ssh. Upload, compile and run.

Crazy Serb 11-05-2006 06:24 AM

Quote:

Originally Posted by toolmanwill
I have no plans to make a separate version for 3.5 but if you would like some help getting it to work you can contact me on instant messenger.
I'm pretty sure the only difference will be the attachment.php edits.

awesome, will do one of these days, as soon as I get enough time to go thru with it...

Quote:

XBT is a separate tracker. The custom one needed is included with v1.0 FINAL. You should have no problem since you have root/ssh. Upload, compile and run.
So all I would need is the package "VBTT XBT 1.0" and that's it? nice...

toolmanwill 11-05-2006 10:30 AM

correct, i have included the xbt because it is customised source specifically made for VBTT 3 for XBT v1.0 FINAL. It includes speeds support, client ban and who shatched support, all of which are not included in stock XBT tracker

Crazy Serb 11-05-2006 11:16 AM

Quote:

Originally Posted by toolmanwill
correct, i have included the xbt because it is customised source specifically made for VBTT 3 for XBT v1.0 FINAL. It includes speeds support, client ban and who shatched support, all of which are not included in stock XBT tracker

well, good news... I just upgraded to 3.6.2 and will be adding that 3.6x version of VBTT soon... (amazingly enough, no major problems with plugins and products switching over to 3.6.2!)

pete_brady 11-05-2006 09:40 PM

ok i'm probably an idiot... but anyone know what's causing this problem?

Quote:

# ./make.sh
In file included from config.h:8,
from config.cpp:2:
../misc/config_base.h:8:38: boost/algorithm/string.hpp: No such file or directory
In file included from config.h:8,
from config.cpp:2:
../misc/config_base.h: In member function `std::istream&
Cconfig_base::load(std::istream&)':
../misc/config_base.h:39: `boost' undeclared (first use this function)
../misc/config_base.h:39: (Each undeclared identifier is reported only once for
each function it appears in.)
../misc/config_base.h:39: parse error before `;' token
connection.cpp:1:38: boost/algorithm/string.hpp: No such file or directory
there's a lot more of the same and then at the end of the process, i'm left with no xbt_tracker_1636 to run.

thanks,
pete

toolmanwill 11-06-2006 02:37 PM

you need to install the dependencies needed to compile. It looks like you don't have boot-dev installed. This is a piece of the official XBT install page.

Code:

Installing XBT Tracker under Linux 

The following  dependencies are needed to compile. The g++ version should be at least 3.4.
 
 g++
 libboost-dev
 libboost-program-options-dev
 libmysqlclient15-dev
 subversion
 zlib1g-dev

The following commands can be used to install some of the dependencies on Fedora Core. The g++ version should be at least 3.4.

yum install boost-devel

Enter the following commands in a terminal. Be patient while g++ is running, it'll take a few minutes.

cd xbt/Tracker
./make.sh

Starting under Linux
Enter the following commands in a terminal.

./xbt_tracker


pete_brady 11-06-2006 08:51 PM

Quote:

Originally Posted by toolmanwill
you need to install the dependencies needed to compile. It looks like you don't have boot-dev installed. This is a piece of the official XBT install page.

Code:

Installing XBT Tracker under Linux 

The following  dependencies are needed to compile. The g++ version should be at least 3.4.
 
 g++
 libboost-dev
 libboost-program-options-dev
 libmysqlclient15-dev
 subversion
 zlib1g-dev

The following commands can be used to install some of the dependencies on Fedora Core. The g++ version should be at least 3.4.

yum install boost-devel

Enter the following commands in a terminal. Be patient while g++ is running, it'll take a few minutes.

cd xbt/Tracker
./make.sh

Starting under Linux
Enter the following commands in a terminal.

./xbt_tracker


cheers will. like i said - i'm an idiot.

edit: oh well.

Quote:

# yum install boost-devel
Gathering header information file(s) from server(s)
Server: Red Hat 9 - i386/i686 - Base
Server: Red Hat 9 - i386/i686 - Updates
Finding updated packages
Downloading needed headers
Cannot find a package matching boost-devel
No actions to take

Revpolar 11-06-2006 09:53 PM

Get the boost runtime files. http://www.boost.org/

pete_brady 11-07-2006 10:42 PM

i really am an idiot. i've gotten as far as having (what i think is) a working bjam (do i even need this?) but now i've run into a brick wall
Quote:

# ./bjam /usr/share/boost-build/
Jamfile: No such file or directory
Jamfile: No such file or directory
...found 1 target...
i don't think this is meant to be at all....

Connector 11-12-2006 02:07 AM

Can someone tell me what tracker i should use i mean what is the best one out there that going to work without any error or pro blems. ?

toolmanwill 11-16-2006 10:28 AM

so far my XBT version of VBTT 3 is running nice on several large sites. Give it a try if you have SSH install/execute privlidges on your server.

onlinejalsa 08-09-2008 02:29 PM

HEllo toolman,

i have installed the XBT free version in the site and its running good as of now. i want to purchase the premium one. kindly let me know how to do it as i have already gave u pm in the site and gave u email too. kindly please do let me know ASAP

and i have one doubt. in my forums in the topic i,m getting how many seeders and lechers are there. but outside the forum ( for example for any topic say MUMMY -3 DVD RIP thread ) i cannot see how many seeders and leachers are present for that particular topic

can u help me

Marco van Herwaarden 08-10-2008 11:19 AM

Please do not use vB.org to discuss or order commercial modifications.

toolmanwill 02-13-2009 05:23 PM

VBTT(vBitty) is not commercial, the core scripts are free and available on sourceforge...for FREE

Brandon Sheley 04-05-2009 01:03 AM

Is there a torrent mod for 3.8?
I think that's what I'm after, I don't really know much about torrents
I just want to put my styles on a torrent and allow everyone to download them.
I'd like to be able to place a link in the post that when clicked, the torrent would start downloading.

please pm me if anyone knows of one

thanks
-Brandon

atacann1977 02-06-2013 08:49 AM

hi i need help,
VBTT_3_XBT_3.7_3.8 have instaled on 3.8.7 but the tracker is not running. what is this I also made ​​all settings as it is on the website http :/ / ojogor.site90.com/installation.html, have test done but it does not work when torrent file. where I make errors, can anyone tell me there.
thank you

Boss1 10-31-2015 12:23 PM

ANy help ??

HM666 11-04-2015 02:53 PM

Quote:

Originally Posted by Boss1 (Post 2558001)
ANy help ??

The only one that used to be active is the one that toolmanwill posted, but I believe its been since abandoned. To date there are no other torrent trackers for vBulletin available that I know if. There are independent trackers that can be used outside of vBulletin but you would probably have to spend a little money to get a developer to create a one login site.


All times are GMT. The time now is 06:48 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01360 seconds
  • Memory Usage 1,832KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_code_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete