Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   OpenTracker (http://www.bvlist.com/forumdisplay.php?f=125)
-   -   Torrent Genre By Yupy (http://www.bvlist.com/showthread.php?t=8298)


                   
                   
               
Under it add:

Code:


                   
                   

                   

               

Now in CMS\applications\torrent\tpl/upload.php find:

Code:


           

           
       

Under add:

Code:


           
           

           
           
       

This is all...
Yupy 15th September 2012 07:46

Torrent Genre By Yupy
 
This mod shows the genre of the movie, game, etc... ex. Horror / Thriller... etc.

First run this SQL:

Code:

ALTER TABLE `tracker_torrents` ADD `torrent_gen_torrent` VARCHAR( 42 ) NOT NULL;
Open: CMS\applications\torrent/upload.php and find:

Code:

$db->imdb = $_POST['imdb'];
Under it add:

Code:

$db->gen_torrent = $_POST['gen_torrent'];
Now open browse.php and find:

Exacly under it add: (Before Freeleech line...)

Code:

torrent_gen_torrent); ?>
Now open edit.php and find:

Code:

$db->torrent_category = $_POST['type'];
Under add:

Code:

$db->torrent_gen_torrent = $_POST['gen_torrent'];
Also in edit.php search for:

Code:


                       
                   

                   
                   
                   

GuldlocK 23rd September 2012 20:14

nice
 
nice and thx it works fine for me :)


All times are GMT +2. The time now is 14:17.

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