Skip to content

Database

Stian Onarheim edited this page Apr 21, 2020 · 5 revisions

user


privilege - 0 if the user is a member (default). 1 if the user is an administrator. Has access to the admin page. -1 if the user is banned.

canLeech - 0 if the user can't leech (download the files inside the torrent). 1 if the user can.

torrentsLimit - The number of torrents the user can leech simultaneously. The default is 0 (unlimited). (Never used)

peersLimit - The number of different computers the user is allowed to use simultaneously. The default is 0 (unlimited). (Never used)

torrentPass - A unique identifier for the user. Each torrent that the user downloads will have the torrent_pass in the announce URL. The user will have the same torrent_pass in every torrent he/she downloads.

clientTorrents


isActive - 0 if the user is not active on this torrent. 1 if it's active.

event - The torrent event. Can be Start [2], Stop [3], Completed [1] or None [0].

announced - The number of times the user has announced this torrent.

completed - The numer of times the user has completed this torrent.

downloaded - How many bytes has the user downloaded from this torrent.

left - How many bytes are left to download.

uploaded - How many bytes has the user uploaded for this torrent.

modifiedTime - The last time (Unix timestamp) the record was updated (usually when the user announces the torrent)

Clone this wiki locally