Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares
Reply
Thread Tools
  #1  
Old 11th August 2008, 20:56
Omen Omen is offline
Senior Member
 
Join Date: Apr 2008
Hungary
Posts: 25
Default [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
Reply With Quote
  #2  
Old 11th August 2008, 21:25
GaBoNtZ's Avatar
GaBoNtZ GaBoNtZ is offline
Senior Member
 
Join Date: Mar 2008
P2P
Posts: 113
Default
Quote:
Originally Posted by Omen View Post
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?
Reply With Quote
  #3  
Old 11th August 2008, 21:52
Omen Omen is offline
Senior Member
 
Join Date: Apr 2008
Hungary
Posts: 25
Default
Quote:
Originally Posted by GaBoNtZ View Post
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)
Reply With Quote
  #4  
Old 13th August 2008, 19:01
LEGEND's Avatar
LEGEND LEGEND is offline
Senior Member
 
Join Date: Jun 2008
Czech Republic
Posts: 31
Talking
hi, i need this function :)
Reply With Quote
  #5  
Old 18th August 2008, 16:23
Omen Omen is offline
Senior Member
 
Join Date: Apr 2008
Hungary
Posts: 25
Default
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("<tr><td class=rowhead>NFO</td><td align=left><a href=viewnfo.php?id=$row[id]><b>NFO olvas
Reply With Quote
Reply

Tags
51 , moder , torrent , tsse


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Today torrent and last week torrent tsse5.6 Claude33 Template Shares 2 18th May 2010 19:29
Torrent follow-up TSSE 5.1 Gina Template Shares 0 26th January 2009 04:07
[TSSE 5.1]Torrent moderating mod Omen Template Shares 4 22nd October 2008 00:02



All times are GMT +2. The time now is 06:50. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.