Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > BT.Manager (phpMyBitTorrent) > Mods & Themes
Reply
  #11  
Old 23rd February 2010, 21:55
movizdb movizdb is offline
Senior Member
 
Join Date: Sep 2008
France
Posts: 142
Default
thx for that great peace of icomplete gold

So please if possible can you update it and here are my proposition of amelioration
Hmmm...
when we choose a category when snatching we should have a choice in wich category we want it(the torrents) to be Uploaded
and if possible add a small description in wich it tells file name size
and integration of coda.fm in it
and if a External tracker is dead if the torrent has many tracker it deletes it automatically


Last edited by joeroberts; 25th February 2010 at 11:09.
Reply With Quote
  #12  
Old 21st May 2010, 14:12
Hasan Hasan is offline
Senior Member
 
Join Date: Apr 2010
Denmark
Posts: 29
Default
Does this work for the new vision 2.0.4 gold editon ?

And can we see a screen how does it looks like :D ? (because I'm not sure if I understand this 100%)

Thanks in advance !
Reply With Quote
  #13  
Old 21st May 2010, 14:58
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
Due to all the resent closing off Most Big torrent sites chances of it working very well are slim
but here is what I got lat time I worked on it
[php]<?php
include('header.php');
include 'lastRSS.php';
?>
<SCRIPT LANGUAGE="JavaScript">
<!--
// by Nannette Thacker
// http://www.shiningstar.net
// This script checks and unchecks boxes on a form
// Checks and unchecks unlimited number in the group...
// Pass the Checkbox group name...
// call buttons as so:
// <input type=button name="CheckAll" value="Check All"
//onClick="checkAll(document.myform.list)">
// <input type=button name="UnCheckAll" value="Uncheck All"
//onClick="uncheckAll(document.myform.list)">
// -->

<!-- Begin

function checkAll(field)
{
for (i = 0; i < field.length; i++)
field[i].checked = true ;
}

function uncheckAll(field)
{
for (i = 0; i < field.length; i++)
field[i].checked = false ;
}
// End -->
</script>
<?php
//unset($GLOBALS['PHP_SELF']);
// create lastRSS object
$rss = new lastRSS;
$dict555 = array('
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
  #14  
Old 21st May 2010, 23:11
Hasan Hasan is offline
Senior Member
 
Join Date: Apr 2010
Denmark
Posts: 29
Default
I took the lastRRS and outside codes and added them to my folder then i re-edited the outside and added the code you wrote...

Nothing happens tho.... and when I search for a file, then nothing show up expect the RRS, I push that and it give me this error
attention

Attention

Fatal error: Call to undefined function unesc() in /home2/utorrent/public_html/backend.php on line 201





??
Reply With Quote
  #15  
Old 22nd May 2010, 01:26
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
for the backend error replace all with this
[php]<?php
/*
*----------------------------phpMyBitTorrent V 2.0.5---------------------------*
*--- The Ultimate BitTorrent Tracker and BMS (Bittorrent Management System) ---*
*-------------- Created By Antonio Anzivino (aka DJ Echelon) --------------*
*------------------- And Joe Robertson (aka joeroberts) -------------------*
*------------- 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 --*
*-- --*
*------------------------------------------------------------------------------*
*------
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
  #16  
Old 22nd May 2010, 12:21
Hasan Hasan is offline
Senior Member
 
Join Date: Apr 2010
Denmark
Posts: 29
Default
Quote:
Originally Posted by joeroberts View Post
for the backend error replace all with this
In what file do I need to replace the code ind mate ?
Reply With Quote
  #17  
Old 22nd May 2010, 13:03
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
backend.php
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
  #18  
Old 22nd May 2010, 18:02
Hasan Hasan is offline
Senior Member
 
Join Date: Apr 2010
Denmark
Posts: 29
Default
Quote:
Originally Posted by joeroberts View Post
backend.php
thanks, but now it give me this error

attention

Attention

Parse error: syntax error, unexpected T_STRING, expecting ')' in /home2/utorrent/public_html/backend.php on line 100



Reply With Quote
  #19  
Old 22nd May 2010, 18:10
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
hmm let me add as upload
Attached Files
File Type: php backend.php (15.2 KB, 10 views)
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
  #20  
Old 22nd May 2010, 18:38
Hasan Hasan is offline
Senior Member
 
Join Date: Apr 2010
Denmark
Posts: 29
Default
Quote:
Originally Posted by joeroberts View Post
hmm let me add as upload
Aight Thanks mate now RSS works but It still do not grab any torrent as u wrote ?

That do not work?
Reply With Quote
Reply

Tags
2xtorrent , pmbt , snatcher

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
Today torrent and last week torrent tsse5.6 Claude33 Template Shares 2 18th May 2010 19:29
Problem in PMBT 2.0.4 underx BT.Manager (phpMyBitTorrent) 2 24th January 2010 14:05
[PMBT] T15 v.0.9 wMan Sell & Buy 9 30th May 2009 13:01
[PMBT 2.0.3]Latest Torrent Mod for index page Azurious BT.Manager (phpMyBitTorrent) 9 25th January 2009 21:15
[PMBT v2.0]EI joeroberts Mods & Themes 0 21st October 2008 08:32



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