The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#31
|
|||
|
|||
![]()
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. |
#32
|
|||
|
|||
![]()
thank you.
|
#33
|
|||
|
|||
![]() Quote:
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 "); 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!!! |
#34
|
|||
|
|||
![]()
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. |
#35
|
|||
|
|||
![]()
that will be interesting to see.
|
#36
|
|||
|
|||
![]()
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.
|
#37
|
|||
|
|||
![]() Quote:
|
#38
|
|||
|
|||
![]()
Now in FINAL release.
VBTT 3 for XBT v1.0 FINAL - http://sourceforge.net/project/showf...ease_id=459292 |
#39
|
|||
|
|||
![]()
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 ? |
#40
|
|||
|
|||
![]()
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) |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|