Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   [TSSE 5.1 Torrent moder] (http://www.bvlist.com/showthread.php?t=818)

Omen 11th August 2008 20:56

[TSSE 5.1 Torrent moder]
 
Hy all if somebody would be top notch to make the ts 5.1 hez torrent moderating it very much I would say thank you for it

GaBoNtZ 11th August 2008 21:25

Quote:

Originally Posted by Omen (Post 3356)
Hy all if somebody would be top notch to make the ts 5.1 hez torrent moderating it very much I would say thank you for it

can you be more explicit?

Omen 11th August 2008 21:52

Quote:

Originally Posted by GaBoNtZ (Post 3357)
can you be more explicit?

for me like that would be needed with what I can check it the charged torrentet that good this or neither (torrent moderating)

(sorry my hungary)

LEGEND 13th August 2008 19:01

hi, i need this function :)

Omen 18th August 2008 16:23

Would someone contribute this to me how shall a tsse pass 5.1 on this ?

Code:


Sql

ALTER TABLE torrents ADD `ell` enum('yes','no','unnuked') character set latin1 collate latin1_general_ci NOT NULL default 'unnuked';
ALTER TABLE torrents ADD `ellkom` text character set latin1 collate latin1_general_ci NOT NULL;
ALTER TABLE torrents ADD `ellido` datetime NOT NULL default '0000-00-00 00:00:00';
ALTER TABLE torrents ADD `ellenorzo` varchar(40) character set latin1 collate latin1_general_ci NOT NULL;ALTER TABLE torrents ADD  `kep` text character set latin1 collate latin1_general_ci NOT NULL;ALTER TABLE torrents ADD  `sebb` text character set latin1 collate latin1_general_ci NOT NULL;ALTER TABLE torrents ADD  `sebb2` text character set latin1 collate latin1_general_ci NOT NULL;ALTER TABLE torrents ADD  `ido` text character set latin1 collate latin1_general_ci NOT NULL;ALTER TABLE torrents ADD  `ido2` text character set latin1 collate latin1_general_ci NOT NULL;

cut this open and look for it a details.php

search
Code:

$res = mysql_query("SELECT torrents.seeders, torrents.banned, torrents.leechers, torrents.info_hash, torrents.filename, LENGTH(torrents.nfo) AS nfosz, UNIX_TIMESTAMP() - UNIX_TIMESTAMP(torrents.last_action) AS lastseed, torrents.numratings, torrents.name, IF(torrents.numratings < $minvotes, NULL, ROUND(torrents.ratingsum / torrents.numratings, 1)) AS rating, torrents.owner, torrents.save_as, torrents.descr, torrents.visible, torrents.size, torrents.added, torrents.views, torrents.hits, torrents.times_completed, torrents.id, torrents.type, torrents.numfiles, torrents.anonymous, categories.name AS cat_name, users.username FROM torrents LEFT JOIN categories ON torrents.category = categories.id LEFT JOIN users ON torrents.owner = users.id WHERE torrents.id = $id")
    or sqlerr();
$row = mysql_fetch_array($res);

add this

Code:

torrents.ell, torrents.ellkom, torrents.ellido, torrents.ellenorzo,
look for this soon

[code]
rint("
NFONFO olvas


All times are GMT +2. The time now is 22:36.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.