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
  #42  
Old 06-08-2005, 02:27 PM
yoyoyoyo's Avatar
yoyoyoyo yoyoyoyo is offline
 
Join Date: Dec 2004
Location: USA
Posts: 1,612
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Everything seemed to install fine, however when I went to upload a torrent file I got this error:

Quote:
Database error in vBulletin 3.0.6:

Invalid SQL:
SELECT
post.*, post.username AS postusername, post.ipaddress AS ip,
user.*, userfield.*, usertextfield.*,

avatar.avatarpath, NOT ISNULL(customavatar.avatardata) AS hascustomavatar, customavatar.dateline AS avatardateline,
level,
NOT ISNULL(deletionlog.primaryid) AS isdeleted, deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason,
editlog.userid AS edit_userid, editlog.username AS edit_username, editlog.dateline AS edit_dateline,
editlog.reason AS edit_reason,
post_parsed.pagetext_html, post_parsed.hasimages,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid

FROM post AS post
LEFT JOIN user AS user ON(user.userid = post.userid)
LEFT JOIN userfield AS userfield ON(userfield.userid = user.userid)
LEFT JOIN usertextfield AS usertextfield ON(usertextfield.userid = user.userid)

LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid)LEFT JOIN deletionlog AS deletionlog ON(deletionlog.primaryid = post.postid AND deletionlog.type = 'post')
LEFT JOIN editlog AS editlog ON(editlog.postid = post.postid)
LEFT JOIN post_parsed AS post_parsed ON(post_parsed.postid = post.postid)
WHERE threadid = 2165 AND post.visible = 1
ORDER BY dateline ASC
LIMIT 1

mysql error: Unknown column 'level' in 'field list'

mysql error number: 1054

Date: Wednesday 08th of June 2005 10:23:31 AM
Script: http://mysite.com/nutt/details.php?t=1&uploaded=1
Referer: http://mysite.com/nutt/upload.php
Username: ADMINISTRATOR
IP Address: 67.00.200.205
Reply With Quote
  #43  
Old 06-08-2005, 02:38 PM
afusion's Avatar
afusion afusion is offline
 
Join Date: Aug 2004
Location: Where polar bears freeze
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

try the details.php in the new zip
Reply With Quote
  #44  
Old 06-08-2005, 04:30 PM
Outdoor Outdoor is offline
 
Join Date: Jun 2005
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

in NUTT template you still have 1 hard coded link, it is who's online that links back to your website.
Reply With Quote
  #45  
Old 06-08-2005, 04:44 PM
afusion's Avatar
afusion afusion is offline
 
Join Date: Aug 2004
Location: Where polar bears freeze
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the notice, updated the zip.
Reply With Quote
  #46  
Old 06-08-2005, 05:11 PM
Outdoor Outdoor is offline
 
Join Date: Jun 2005
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

having one other problem, in the navbar on the Nutt pages it always has mywebsite/nutt/index.php when trying to get back into the forum, mywebsite/nutt/memberlist.php when trying to access my forum memberlist. Not sure what setting to change for it.

thanks again, looks very nice, can't wait to get a torrent going
Reply With Quote
  #47  
Old 06-08-2005, 05:28 PM
afusion's Avatar
afusion afusion is offline
 
Join Date: Aug 2004
Location: Where polar bears freeze
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, I added a function to fix the urls. Update to 0.72 with functions.php and nutt_global.php changed.
Reply With Quote
  #48  
Old 06-08-2005, 05:47 PM
Outdoor Outdoor is offline
 
Join Date: Jun 2005
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

looks good, thanks again
Reply With Quote
  #49  
Old 06-08-2005, 06:16 PM
yoyoyoyo's Avatar
yoyoyoyo yoyoyoyo is offline
 
Join Date: Dec 2004
Location: USA
Posts: 1,612
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

that fixed the errors.. thanks much! works great! However, I tried deleting the upload that got a database error via the NUTT maintenance php, but nothing was deleted, it was still listed as an "unseeded" torrent. Is there any way to reset all of the uploads, including unseeded torrents? Also the ability to add comments, etc. seems to be not working in this version for some reason.
Reply With Quote
  #50  
Old 06-08-2005, 06:25 PM
afusion's Avatar
afusion afusion is offline
 
Join Date: Aug 2004
Location: Where polar bears freeze
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The only deletion option in nutt_maintenance is to delete all threads generate by NuTT. To delete the torrent itself you have to make sure you got the permissions to do so (Usergroup Permissions) and do it via the details page, in the bottom there should be an edit area.

And the comments don't work how exactly? The New Comment link is broken or... ?
Reply With Quote
  #51  
Old 06-08-2005, 06:39 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 afusion
The only deletion option in nutt_maintenance is to delete all threads generate by NuTT. To delete the torrent itself you have to make sure you got the permissions to do so (Usergroup Permissions) and do it via the details page, in the bottom there should be an edit area.

And the comments don't work how exactly? The New Comment link is broken or... ?
When I click on the "new comment" link I am taken back to the main NuTT page instead. Also- I tried logging in to the tracker from a remote computer to test the download/connection, and when I click on the NUTT forum link I am taken to a login page, and when I enter the login details I am taken to an error page.
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 03:08 PM.


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.04867 seconds
  • Memory Usage 2,313KB
  • 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
  • (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
  • (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
  • (11)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