VBulletin Torrent Tracker 3

djbigtyme

New Member
whats up everybody just installed vbbt how do you compile the source using SSH: ./make.sh (this must be in the tracker folder)? do you do that from the shh shell or in the tracker folder im kind of new to this
thanks
 

djbigtyme

New Member
this the message i get Database error in vBulletin 3.8.1:

Invalid SQL:

SELECT attachmentid, attachment.userid, filename, size , attachment.dateline, attachment.postid, seeders, leechers, completed, post.threadid, post.title, user.username, user.userid
FROM big_attachment
LEFT JOIN big_post ON post.postid = attachment.postid
LEFT JOIN big_user ON user.userid = attachment.userid
WHERE info_hash != '' ORDER BY attachmentid DESC LIMIT 20;

MySQL Error : Unknown column 'attachment.userid' in 'field list'
Error Number : 1054
Request Date : Tuesday, March 3rd 2009 @ 10:27:09 PM
Error Date : Tuesday, March 3rd 2009 @ 10:27:10 PM
Script : http://djbigtymebeats.com/vb/index.php
Referrer : http://www.djbigtymebeats.com/vb/index.php
IP Address :
Username : DjBigTymeBeats
Classname : vB_Database
MySQL Version : 5.0.75-community-log
 

aladdin56789

New Member
it works on vb 3.8.1 just tested ........Thank you :) but i don't know how to Upload New Torrent or even where is the Upload link lol :D
 

PrinceIsrael

New Member
aladdin56789 said:
it works on vb 3.8.1 just tested ........Thank you :) but i don't know how to Upload New Torrent or even where is the Upload link lol :D


you need to just attach the torrent as usual.. lolz
 

maester

New Member
djbigtyme said:
this the message i get Database error in vBulletin 3.8.1:

Invalid SQL:

SELECT attachmentid, attachment.userid, filename, size , attachment.dateline, attachment.postid, seeders, leechers, completed, post.threadid, post.title, user.username, user.userid
FROM big_attachment
LEFT JOIN big_post ON post.postid = attachment.postid
LEFT JOIN big_user ON user.userid = attachment.userid
WHERE info_hash != '' ORDER BY attachmentid DESC LIMIT 20;

MySQL Error : Unknown column 'attachment.userid' in 'field list'
Error Number : 1054
Request Date : Tuesday, March 3rd 2009 @ 10:27:09 PM
Error Date : Tuesday, March 3rd 2009 @ 10:27:10 PM
Script : Community Forum - Powered by vBulletin
Referrer : Community Forum - Powered by vBulletin
IP Address :
Username : DjBigTymeBeats
Classname : vB_Database
MySQL Version : 5.0.75-community-log

Same error I am having anyone have a fix for this?
 

amn

New Member
DESCRIPTION

Shell Commander is a PHP script, that allows remote execution of shell
commands (like SSH client) through a web browser.


II. REQUIREMENTS

1. UNIX-like operating system.
2. Apache 1.3 or 2
3. PHP 4 or 5


III. INSTALLATION

1. Edit shcmd.php. At the beginning of the script you can change the
value of $history_chars variables. (See the comments in the script for
details).

Below that, you can find the place where you should add the user
account(s). (See the comments in the script for details).

2. Upload shcmd.php to the host which you want to "command".

3. Open shcmd.php in a web browser.

4. Log in.

5. Enjoy!


IV. SECURITY NOTES

The script executes commands with the same user permissions as the Apache
server. Most commonly used users are nobody, apache, httpd.

If your Apache server supports SSL browsing, the most secure way is to
open shell.php with https:// instead of http:// at the beginning of the
script's address.


 

DOPE

New Member
First off...thanks for this...just what i needed....
but...
it gives me a timeout error when trying to connect to my site through putty...
i had my host activate ssh....
any ideas?
 
Top