Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   Autobot browse page (http://www.bvlist.com/showthread.php?t=9897)

Ripparinn 6th May 2014 00:07

Autobot browse page
 
Hello fellas,


I was wondering if anyone could help me with this one... I have an autobot on my tracker and some of the users don't like the "flooding" of torrents on the browse page, so I was wondering if i could just have another browse page only for the autobot torrents?

DND 6th May 2014 00:27

hello..i can make that. what tbdev u using?

firefly007 22nd May 2014 02:55

Quote:

Originally Posted by Ripparinn (Post 44486)
Hello fellas,


I was wondering if anyone could help me with this one... I have an autobot on my tracker and some of the users don't like the "flooding" of torrents on the browse page, so I was wondering if i could just have another browse page only for the autobot torrents?

You don't need two pages. Edit browse.php and add...

HTML Code:


if(isset($_GET["bot"]) ? $_GET["bot"] : 0 == 1) {$addparam .= "bot=1&";}
if(isset($_GET["bot"]) ? $_GET["bot"] : 0 == 1) {$wherea[] = ' owner = 7 ';}

Change the id (owner =7) to your bots user id.
Then add this to your menu http://yoursite.com/browse.php?bot=1


All times are GMT +2. The time now is 10:21.

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