Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > TBDev > Mods & Themes
Reply
  #1  
Old 17th November 2017, 16:19
BamBam0077 BamBam0077 is offline
Banned
 
Join Date: Jul 2013
P2P
Posts: 410
Default TBDEV ( Announce Mod )
Hey guys & girls,

now I know I talk alot of shit within these forums or just rant just because that is life, but I been thinking which is good i suppose now I been overlooking files for the past whatever years I been around here and i thought maybe some of you might like a fresh updated announce file now I know I could dribble shit and get you angry but meh I got a life also yo

now I been testing the db side rather then php script as I had to modify it within tbdev walls that being said give me a few hours and maybe someone within these walls could run it live to see if all good to use now I would test but I am busy with the entire new db side for this tbdev project I have adventured onto which is cool and all so anyway give this a swirl:

Code:
CREATE TABLE `announce` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`domain` varchar(255) NOT NULL DEFAULT 'https://localhost',
`torrent` int(10) unsigned NOT NULL,
`leechers` int(10) unsigned NOT NULL DEFAULT '0',
`seeders` int(10) unsigned NOT NULL DEFAULT '0',
`times_completed` int(10) unsigned NOT NULL DEFAULT '0',
`t_online` enum('yes', 'no') NOT NULL DEFAULT 'yes',
PRIMARY KEY(`id`),
KEY (`torrent`),
KEY `online` (`t_online`)  
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
now you must grab TT208 announce file & maybe u232 if needed to secure your entire tbdev announce file so be careful ( nudge )

I shall post the announce file once completed should not take long to get working of course mine will be modified so you would have to alter if you still use $CURUSER within the announce file. I will leave as default tbdev standards so there will not be any mods within announce you should head over to u232 forums or here for the tbdev mods you desire that being said you still need to secure and update
Reply With Quote
  #2  
Old 17th November 2017, 22:40
Napon Napon is offline
Banned
 
Join Date: Feb 2016
P2P
Posts: 522
Default
Wtf is this mod lol why go eles where lol if you setting a mod up put full mod on forum this thread need to be removed
Reply With Quote
Reply

Tags
announce , mod , tbdev

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



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