Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   [PMBT 2.0.3]Latest Torrent Mod for index page (http://www.bvlist.com/showthread.php?t=1831)

Azurious 18th January 2009 19:42

[PMBT 2.0.3]Latest Torrent Mod for index page
 
if there any Latest Torrent Mod for index page??

Subzero 18th January 2009 21:55

Just Changed A Few Things In Need Seeders Sud Work

Save This In blocks Folder As torrentsindex.php

[code]

/*
*----------------------------phpMyBitTorrent V 2.0-beta4-----------------------*
*--- The Ultimate BitTorrent Tracker and BMS (Bittorrent Management System) ---*
*-------------- Created By Antonio Anzivino (aka DJ Echelon) --------------*
*------------- http://www.p2pmania.it -------------*
*------------ Based on the Bit Torrent Protocol made by Bram Cohen ------------*
*------------- http://www.bittorrent.com -------------*
*------------------------------------------------------------------------------*
*------------------------------------------------------------------------------*
*-- This program is free software; you can redistribute it and/or modify --*
*-- it under the terms of the GNU General Public License as published by --*
*-- the Free Software Foundation; either version 2 of the License, or --*
*-- (at your option) any later version. --*
*-- --*
*-- This program is distributed in the hope that it will be useful, --*
*-- but WITHOUT ANY WARRANTY; without even the implied warranty of --*
*-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the --*
*-- GNU General Public License for more details. --*
*-- --*
*-- You should have received a copy of the GNU General Public License --*
*-- along with this program; if not, write to the Free Software --*
*-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA --*
*-- --*
*------------------------------------------------------------------------------*
*------

Azurious 19th January 2009 11:44

I have tired but not showing up new uploaded torrents
No Torrents :sos:

joeroberts 19th January 2009 14:47

is there people seeding and leeching from them??
if not the well not show

Azurious 19th January 2009 14:57

Quote:

Originally Posted by joeroberts (Post 8337)
is there people seeding and leeching from them??
if not the well not show

i have uploaded 1 torrent & started seeding but then also is not showing up??

thanks for quick reply :ok:

joeroberts 19th January 2009 15:04

find
PHP Code:

$sql = ("SELECT id, name, downloaded, completed, seeders, leechers, added FROM ".$db_prefix."_torrents WHERE leechers > 0 AND seeders > 1 ORDER BY leechers DESC LIMIT 10"); 

and make it
PHP Code:

$sql = ("SELECT id, name, downloaded, completed, seeders, leechers, added FROM ".$db_prefix."_torrents WHERE  seeders > 1 ORDER BY leechers DESC LIMIT 10"); 


Azurious 19th January 2009 15:50

done but still not showing up anything :sad:

joeroberts 19th January 2009 15:51

sorry as you know this is not my mod I well need to look it over tonight and get back with you on it

Azurious 19th January 2009 16:16

ok no problem take your time already you helped me alot :mad:

joeroberts 25th January 2009 21:15

this one should work better But bear in mind it well not show torrent if there are no seeders
[PHP]
/*
*----------------------------phpMyBitTorrent V 2.0-beta4-----------------------*
*--- The Ultimate BitTorrent Tracker and BMS (Bittorrent Management System) ---*
*-------------- Created By Antonio Anzivino (aka DJ Echelon) --------------*
*------------- http://www.p2pmania.it -------------*
*------------ Based on the Bit Torrent Protocol made by Bram Cohen ------------*
*------------- http://www.bittorrent.com -------------*
*------------------------------------------------------------------------------*
*------------------------------------------------------------------------------*
*-- This program is free software; you can redistribute it and/or modify --*
*-- it under the terms of the GNU General Public License as published by --*
*-- the Free Software Foundation; either version 2 of the License, or --*
*-- (at your option) any later version. --*
*-- --*
*-- This program is distributed in the hope that it will be useful, --*
*-- but WITHOUT ANY WARRANTY; without even the implied warranty of --*
*-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the --*
*-- GNU General Public License for more details. --*
*-- --*
*-- You should have received a copy of the GNU General Public License --*
*-- along with this program; if not, write to the Free Software --*
*-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA --*
*-- --*
*------------------------------------------------------------------------------*
*------


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

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