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)

oldfan 09-16-2006 07:54 PM

Quote:

Originally Posted by ankitp23
XTF is charging 100 Eruos for that mod.....and installintion idk!

worth every penny!!
www.metallifukinca.com for a demo :)

toolmanwill 10-18-2006 05:15 PM

I have released a few versions of a free torrent tracker for use with vbulletin 3.6.x
you can get it here : http://sourceforge.net/projects/vbtt
The modification as well as support is free.

ericgtr 10-18-2006 06:05 PM

Quote:

Originally Posted by toolmanwill
I have released a few versions of a free torrent tracker for use with vbulletin 3.6.x
you can get it here : http://sourceforge.net/projects/vbtt
The modification as well as support is free.

Great, glad to see a free version of this available. Must a torrent tracker be installed seperately?

toolmanwill 10-18-2006 06:56 PM

it depends on which version you choose
the PHP version has an integrated tracker while the XBT version requires SSH access to install XBT tracker backend(tons more efficient)

ericgtr 10-18-2006 07:13 PM

Okay, so it's built in for the php version, thanks. Also, I had the issue with forumdisplay where it gave me the "Column 'size' in field list is ambiguous" error. for anyone else installing this, here is the fix http://borget.info/forum/viewtopic.php?p=444#p444

We are going to start testing it on my board, I will report back on how it's working. Thanks again for this, toolmanwill. :)

toolmanwill 10-18-2006 07:36 PM

sure thing, yeah i couldn't figure out what else to do so i just eliminated the size field from query to stop the error.

Also this is a work in progress so i'm still working on features and the few bugs there are.

ericgtr 10-18-2006 09:43 PM

Okay, I can't seem to get around this error:
Quote:

Warning: Division by zero
I have tried what you've mentioned on your site but can't get rid of it.

toolmanwill 10-19-2006 09:52 AM

the temporary fix for that untill i can find another way to do it is

Find in VBTT Functions Include plugin :
Code:

$percent = 100 * (1 - ($e["to_go"] / $size)) ;
                $progress = sprintf("%.2f%%", 100 * (1 - ($e["to_go"] / $size)))  ;

Replace with :
Code:

//$percent = 100 * (1 - ($e["to_go"] / $size)) ;
                //$progress = sprintf("%.2f%%", 100 * (1 - ($e["to_go"] / $size)))  ;

Like i said this is just a temporary fix to remove those errors untill I can eliminate problem. The progress bars will not work once this is done, again temporary.

ericgtr 10-19-2006 01:23 PM

I have it running now and the errors are gone. Do you mean the progress bars in the showthread? I am assuming so because it looks like a normal attachment without displaying any of the files in the torrent. Here is the thread for reference http://www.guitarblast.com/showthread.php?t=1647&page=2

bashy 10-19-2006 04:09 PM

Hi guys/gals

I am a little intruiged with this?
I use torrents myself but do not understand how a tracker works?

If i installed this onto my site how would it work please?


All times are GMT. The time now is 02:51 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.01127 seconds
  • Memory Usage 1,739KB
  • 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
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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