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)

toolmanwill 10-20-2006 06:13 PM

msn = vze27hv5@verizon.net
yahoo = wvatschool

I've got a new release coming by sunday which will include all bugfixes as well as additional features.

Revpolar 10-20-2006 06:20 PM

thank you.

toolmanwill 10-22-2006 02:45 AM

Quote:

Originally Posted by ericgtr
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. :)


That site is down but the fix is in showthread.php find:

Code:

        // load attachments
        if ($thread['attach'])
        {
                $attachments = $db->query_read("
                        SELECT 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 " . TABLE_PREFIX . "attachment
                        LEFT JOIN " . TABLE_PREFIX . "attachmenttype AS attachmenttype USING (extension)
                        WHERE postid IN (-1" . $ids . ")
                        ORDER BY attachmentid
                ");

replace with :

Code:

// load attachments
        if ($thread['attach'])
        {
                $attachments = $db->query_read("
                        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 " . TABLE_PREFIX . "attachment
                        LEFT JOIN " . TABLE_PREFIX . "attachmenttype AS attachmenttype USING (extension)
                        WHERE postid IN (-1" . $ids . ")
                        ORDER BY attachmentid
                ");


Thanx to Rev for the fix!!!

eXtremeTim 10-22-2006 01:18 PM

I am also hard at work on a torrent tracker that wont rely on the forums and attachment systems. My torrent tracker will have unpresidented control over every aspect of it. As well as advanced reporting advanced perm controls and so much more. You will have the ability to ban users from downloading certain torrents as well as torrents in certain categories and so much more.

Not to mention ability to ban users from downloading torrents due to bad ratio and allow them to seed only.

toolmanwill 10-22-2006 03:17 PM

that will be interesting to see.

eXtremeTim 10-22-2006 05:54 PM

yea i have already figured out how to go about pulling everything off i just have to get the code finished but im not trying to rush it since its some complex code to pull off everything i want.

Revpolar 10-23-2006 04:55 AM

Quote:

Originally Posted by toolmanwill
Thanx to Rev for the fix!!!

No problem at all bud. BTW we managed to fix all known bugs including the Division By Zero error. That error occurs when using mysql older than 5.0.20 but we found a work around for it. It was cool to help out Will on this. The Vbulletin tracker works better than any of the other out there. I know because Ive used them all. Im only speaking for the XBT version that hasnt been released yet.

toolmanwill 10-31-2006 10:10 AM

Now in FINAL release.
VBTT 3 for XBT v1.0 FINAL - http://sourceforge.net/project/showf...ease_id=459292

LaCN 10-31-2006 11:43 AM

And that one is for vb 3.6.2 ?

And as someone asked in here earlier, what exactly is this torrent-tracker for, and how does it work ?
I know torrents are p2p-stuff... so where does the forum step in ?
And how does this involve the bandwith ?

toolmanwill 10-31-2006 01:41 PM

Yes this is for 3.6.x versions only.
What a torrent tracker does is it manages torrent downloads thru your vbulletin forum, allowing you to post new torrents by attaching them as a normal attachment. As far as bandwidth goes, I have made VBTT 3 for XBT to be as lean as possible and it uses existing db tables rather than using extra tables. It also has a lot of visual features that would pertain to a torrent tracker(uploaded/downloaded, ratio, ul/dl speeds, etc)


All times are GMT. The time now is 02:25 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.01092 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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