Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Beta Releases

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
  #62  
Old 06-08-2005, 11:21 PM
Selene Selene is offline
 
Join Date: Feb 2005
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

so how many have installed it? is it working well?

is it like VBTT that sqrtboy made or is it better?
Reply With Quote
  #63  
Old 06-08-2005, 11:55 PM
nexialys
Guest
 
Posts: n/a
Default

@selene... please don't talk about sqrtboy.. lol

it's completely different in the structure, the functions and the integration, and my opinion of the code is that it's better... but did not tested it intensively... need some tests in the next days with 100 or more torrents... (ok, i have a big group)
Reply With Quote
  #64  
Old 06-08-2005, 11:58 PM
yoyoyoyo's Avatar
yoyoyoyo yoyoyoyo is offline
 
Join Date: Dec 2004
Location: USA
Posts: 1,612
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Selene
so how many have installed it? is it working well?

is it like VBTT that sqrtboy made or is it better?
It seems to be leaner yet more robust and less awkward than VBTT, though it would be nice to have:

real time ul/dl speed on the tracker, on each torrent, and for each peer
display each user upload and download statistics in user panel
ratio tracking and user banning according to some ratio rules
stats retrieved from any user, with graphs associated
the ability to keep the original file name, rather than rename to a number (and this would help avoid any seeding confusion)
Reply With Quote
  #65  
Old 06-09-2005, 05:47 AM
afusion's Avatar
afusion afusion is offline
 
Join Date: Aug 2004
Location: Where polar bears freeze
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by yoyoyoyo
1. real time ul/dl speed on the tracker, on each torrent, and for each peer
2. display each user upload and download statistics in user panel
3. ratio tracking and user banning according to some ratio rules
4. stats retrieved from any user, with graphs associated
5. the ability to keep the original file name, rather than rename to a number (and this would help avoid any seeding confusion)
1. I used to have something like that included but I removed it since most of time it was completely incorrect.
2. That's definitely coming up along with users download history
3. Well it already has a wait time system but I suppose I can add a lil cron job.
4. Isn't that basically the same as 2?
5. The browser can be tricked into thinking it's any filename you want though I think server-side they should be numbered. Otherwise it would add a query when downloading the .torrent. A rather nasty query looking at the fancy names people tend to use.
Reply With Quote
  #66  
Old 06-09-2005, 08:53 AM
yoyoyoyo's Avatar
yoyoyoyo yoyoyoyo is offline
 
Join Date: Dec 2004
Location: USA
Posts: 1,612
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I uploaded the new announce.php file, but it still won't let me connect to other users - it says that I am not connectable. I am able to connect using other torrent sites, as well as at afusion's site, so I don't think it is a firewall issue here. As I said I added the updated announce.php file, but it still doesn't seem to be connecting when I try to download files that others have posted on my site.

Also- I noticed that one person who was trying to seed a file is showing up as a peer, and not a seed, when I try to grab the file.
Reply With Quote
  #67  
Old 06-09-2005, 09:37 AM
afusion's Avatar
afusion afusion is offline
 
Join Date: Aug 2004
Location: Where polar bears freeze
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Btw, which client were you both using?
Reply With Quote
  #68  
Old 06-09-2005, 11:24 AM
nexialys
Guest
 
Posts: n/a
Default

...

me too, would prefer to have the .torrent file named as the archive itself, not with a number... like "torrentname[trackername].torrent" ...

i download from a lot of trackers, and having numbers is not really funny to have...
Reply With Quote
  #69  
Old 06-09-2005, 11:30 AM
afusion's Avatar
afusion afusion is offline
 
Join Date: Aug 2004
Location: Where polar bears freeze
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well like I said, it can easily be made so that server-side the torrent is numbered but when downloaded, it's properly named. Anyways, gonna include that in the next update since I can't have an update over every little thing.

I'm btw looking into php scraping atm so external torrents might also be included in the next update.
Reply With Quote
  #70  
Old 06-09-2005, 11:34 AM
yoyoyoyo's Avatar
yoyoyoyo yoyoyoyo is offline
 
Join Date: Dec 2004
Location: USA
Posts: 1,612
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by afusion
Btw, which client were you both using?
I was using bittornado, and he is using bittorrent 3.4.2
Reply With Quote
  #71  
Old 06-09-2005, 11:49 AM
yoyoyoyo's Avatar
yoyoyoyo yoyoyoyo is offline
 
Join Date: Dec 2004
Location: USA
Posts: 1,612
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I uploaded the new upload.php file, but there seems to be a new bug with this one:

when I click on the link to my forum on the upper left part of the NAVBAR it takes me to the root because the link supplied is: "http://www.mysite.com/?" when it should be "http://mysite.com/forum"
Reply With Quote
Reply

Thread Tools

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 03:45 PM.


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.09151 seconds
  • Memory Usage 2,304KB
  • 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
  • (3)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
  • (4)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
  • (9)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