Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Beta Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Nu Torrent Tracker 0.74 Details »»
Nu Torrent Tracker 0.74
Version: 0.74, by afusion afusion is offline
Developer Last Online: Jan 2007 Show Printable Version Email this Page

Version: 3.0.7 Rating:
Released: 06-06-2005 Last Update: 06-08-2005 Installs: 38
DB Changes Template Edits
Code Changes Is in Beta Stage  
No support by the author.

Finally, my bittorrent tracker for vBulletin has reached a somewhat betaish level. Meaning, it functions but some things are still missing like AdminCP Category Editing and so on. But only a few. All needed things are there and it works well as I've been running it on my board for a month now.

I decided to write this thing after firsthand witnessing the problems with VBTT and what was first meant to be quite simple turned out into a full fledged tracker with features like commenting, rating, etc.

Note that this is a beta which means it has only been tested on one system AND I won't be responsible if you go blind from the messy code. But hey, it works! :nervous:


I don't have any screenshots but you are welcome to come and check out the live demo at: http://www.tokyo-nights.com/nutt
Heck, I'll even throw in a test user for ya:
Code:
user: kjustice
pass: useme
I'll prolly be updating the distro as I find and fix bugs. When the instructions say so or if you wish to, you can uninstall it by going to /forum/admincp/nutt_install.php?step=uninstall

0.74 - Made upload use vB's new thread function to fix the nasty apostrophe issue in 0.73
Changed:
upload.php

0.73 - Improved conditions for users the tracker reports as 'unconnectable'.
Changed:
announce.php

0.72 - Added a function to fix the navbar urls.
Changed:
functions.php
nutt_global.php

0.71 - Fixed a bug in details.php.
Changed:
details.php

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 06-07-2005, 04:27 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Da_GoTTi, there are *legal* torrents you know.

afusion, it looks like you forgot to add some phrases. None of the ones in the usergroup permissions show up. I have the yes/no radio buttons, but not the phrase for what they are for. I looked in the phrase xml file and they aren't there.
Reply With Quote
  #13  
Old 06-07-2005, 04:33 PM
nexialys
Guest
 
Posts: n/a
Default

if you get sued just because of the torrent thing, Microsoft, IBM, Bungie(our good old Halo) and other big companies will be too, because they use that protocol to spread their softwares... most of the online gaming you play with actually are using similar torrent protocol to exchange files...

the only point with torrent and legal threat is the same with any other software where you can download something... ftp, afp, etc... all files protocol have pirates on 'em...

torrent is great to share films between users... a clan of gamers can share the same films of their games when they have them on a torrent tracker per example... it's bigger for a server to host ftps...
Reply With Quote
  #14  
Old 06-07-2005, 04:43 PM
afusion's Avatar
afusion afusion is offline
 
Join Date: Aug 2004
Location: Where polar bears freeze
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

^ well put, nexialys, thank you...

Lynne, and all the rest: yes, I am a moron. Updated the zip once again with some missing phrases.
Reply With Quote
  #15  
Old 06-07-2005, 05:00 PM
nexialys
Guest
 
Posts: n/a
Default

@afusion, i suggest you to versionish your release, to keep us updated on the version number you are on... if you make updates, we then know...

actually, a 0.7b is good, as you're about 70% sure of the content, and is in beta stage... when you have all the content inserted and so, a 1.0b would be good ...
Reply With Quote
  #16  
Old 06-07-2005, 05:13 PM
afusion's Avatar
afusion afusion is offline
 
Join Date: Aug 2004
Location: Where polar bears freeze
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok, changed it to 0.6 since there seems to be some weird bug with people... strange that it doesn't appear on my server...

more specifically, this query is ruining my life:
PHP Code:
$DB_site->query("DELETE FROM nutt_peers WHERE last_action < $deadtime"); 
either it says the table is not found or the syntax is incorrect :tired:
Reply With Quote
  #17  
Old 06-07-2005, 05:27 PM
nexialys
Guest
 
Posts: n/a
Default

Quote:
$DB_site->query("DELETE FROM " . TABLE_PREFIX . "nutt_peers WHERE last_action < '$deadtime'");
.. table prefix is missing, and protect your entry content with " ' " ...
Reply With Quote
  #18  
Old 06-07-2005, 05:28 PM
dsboyce8624 dsboyce8624 is offline
 
Join Date: May 2005
Location: New Jersey
Posts: 413
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay, I know what BT is, and what it's for. What does this do?

Pardon my noobism, but I haven't used any file sharing stuff since Napster was real.

I assume this tracks a torrent server if you're running one?
Reply With Quote
  #19  
Old 06-07-2005, 05:33 PM
nexialys
Guest
 
Posts: n/a
Default

@ds... no, actually, this is the "server"...

a tracker only keep track of the hash that identify each files shared on it... a BT never host any file but the hash that identify the files...(with some details like file size, structure, url for the tracker...)
Reply With Quote
  #20  
Old 06-07-2005, 05:45 PM
dsboyce8624 dsboyce8624 is offline
 
Join Date: May 2005
Location: New Jersey
Posts: 413
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nexialys
@ds... no, actually, this is the "server"...

a tracker only keep track of the hash that identify each files shared on it... a BT never host any file but the hash that identify the files...(with some details like file size, structure, url for the tracker...)
So if I installed this, would it affect bandwidth WITH file transfers or just with the data ABOUT the files and ongoing transfers?
Reply With Quote
  #21  
Old 06-07-2005, 05:52 PM
Floris Floris is offline
 
Join Date: Jan 2002
Posts: 1,898
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have to say I think it is very lame of you to flame another user in your hack release.
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 10:11 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04812 seconds
  • Memory Usage 2,301KB
  • Queries Executed 25 (?)
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)bbcode_code
  • (1)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (7)postbit_onlinestatus
  • (11)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_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