Version: 0.74, by afusion
Developer Last Online: Jan 2007
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.
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'
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
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.
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... ?
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.