Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Torrent Strike
Reply
  #1  
Old 15th May 2010, 17:00
stall20080 stall20080 is offline
Senior Member
 
Join Date: Nov 2009
P2P
Posts: 22
Default how to delete torrent comments
torrentstriek fullymodded that wuld be 1.0 ( but the admincp still as v0.4 lol) so both lol, its fullymodded version,

Last edited by stall20080; 15th May 2010 at 17:59.
Reply With Quote
  #2  
Old 15th May 2010, 17:15
Timisoreanul's Avatar
Timisoreanul Timisoreanul is offline
Senior Member
 
Join Date: Apr 2008
P2P
Posts: 211
Default
What version of torrentstrike are you using?
__________________
only me
Reply With Quote
  #3  
Old 15th May 2010, 17:47
stall20080 stall20080 is offline
Senior Member
 
Join Date: Nov 2009
P2P
Posts: 22
Default its torrentstrike
i cant rememeber if it 0.4 or 0.1 how can i tell
Reply With Quote
  #4  
Old 15th May 2010, 19:18
Timisoreanul's Avatar
Timisoreanul Timisoreanul is offline
Senior Member
 
Join Date: Apr 2008
P2P
Posts: 211
Default
In fullymodded torrents comments are working great see my picture. To edit or remove a comment you must be Moderator ,admin or sysop , make sure you have the comment.php end make sure the table comments exist.
Code:
-- 
-- Table structure for table `comments`
-- 

CREATE TABLE `comments` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `user` int(10) unsigned NOT NULL default '0',
  `torrent` int(10) unsigned NOT NULL default '0',
  `added` datetime NOT NULL default '0000-00-00 00:00:00',
  `text` text collate latin1_general_ci NOT NULL,
  `ori_text` text collate latin1_general_ci NOT NULL,
  `editedby` int(10) unsigned NOT NULL default '0',
  `editedat` datetime NOT NULL default '0000-00-00 00:00:00',
  `request` int(11) NOT NULL default '0',
  `offer` int(11) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `user` (`user`),
  KEY `torrent` (`torrent`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=12 ;

-- 
-- Dumping data for table `comments`
--
Attached Thumbnails
ccome.JPG  
__________________
only me
Reply With Quote
  #5  
Old 15th May 2010, 19:32
stall20080 stall20080 is offline
Senior Member
 
Join Date: Nov 2009
P2P
Posts: 22
Default thanks
ok i see that is my theme is white at the bottom so i can see the test, how would i change this
Reply With Quote
  #6  
Old 15th May 2010, 20:07
Timisoreanul's Avatar
Timisoreanul Timisoreanul is offline
Senior Member
 
Join Date: Apr 2008
P2P
Posts: 211
Default
You haven't anser my questions,
a) do you have comments.php?
b) do you have in tracker database the table comments ?
c) can you please post a screenshot with a comment?
__________________
only me
Reply With Quote
Reply

Tags
comments , delete , torrent

Thread Tools

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
Disallow Comments sagus TBDev 3 31st December 2015 19:38
Comments in request lafouine022 Mods & Themes 2 20th March 2012 08:59
PM on Comments xxx2008 Free Torrent Source 5 17th January 2010 13:16
comments wMan BT.Manager (phpMyBitTorrent) 0 2nd September 2009 18:32
Wtf ??? Huge avatars in torrent comments poila Yuna Scatari Edition (YSE) 3 31st October 2008 00:08



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