Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #31  
Old 10-20-2006, 06:13 PM
toolmanwill toolmanwill is offline
 
Join Date: Nov 2004
Location: Buffalo, NY
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #32  
Old 10-20-2006, 06:20 PM
Revpolar Revpolar is offline
 
Join Date: Feb 2004
Posts: 102
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank you.
Reply With Quote
  #33  
Old 10-22-2006, 02:45 AM
toolmanwill toolmanwill is offline
 
Join Date: Nov 2004
Location: Buffalo, NY
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!!!
Reply With Quote
  #34  
Old 10-22-2006, 01:18 PM
eXtremeTim eXtremeTim is offline
 
Join Date: Jun 2002
Location: eXtremewebtech.com
Posts: 1,201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #35  
Old 10-22-2006, 03:17 PM
toolmanwill toolmanwill is offline
 
Join Date: Nov 2004
Location: Buffalo, NY
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

that will be interesting to see.
Reply With Quote
  #36  
Old 10-22-2006, 05:54 PM
eXtremeTim eXtremeTim is offline
 
Join Date: Jun 2002
Location: eXtremewebtech.com
Posts: 1,201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #37  
Old 10-23-2006, 04:55 AM
Revpolar Revpolar is offline
 
Join Date: Feb 2004
Posts: 102
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #38  
Old 10-31-2006, 10:10 AM
toolmanwill toolmanwill is offline
 
Join Date: Nov 2004
Location: Buffalo, NY
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Now in FINAL release.
VBTT 3 for XBT v1.0 FINAL - http://sourceforge.net/project/showf...ease_id=459292
Reply With Quote
  #39  
Old 10-31-2006, 11:43 AM
LaCN LaCN is offline
 
Join Date: Feb 2005
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 ?
Reply With Quote
  #40  
Old 10-31-2006, 01:41 PM
toolmanwill toolmanwill is offline
 
Join Date: Nov 2004
Location: Buffalo, NY
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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)
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:59 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.07718 seconds
  • Memory Usage 2,274KB
  • Queries Executed 14 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete