Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > BT.Manager (phpMyBitTorrent)
Reply
  #141  
Old 6th June 2014, 21:50
Giorgatzelos's Avatar
Giorgatzelos Giorgatzelos is offline
Senior Member
 
Join Date: Nov 2009
Greece
Posts: 300
Default integrated forum graphic glitch
Dear Joe, thanx for the help, i appreciate it man...i have one last glitch at the integrated forum as you see in the picture i attached.any thoughts?
Reply With Quote
  #142  
Old 7th June 2014, 12:25
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
you needed to update your phpBB3/rewrite.php page

PHP Code:
<?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 --*
*--                                                                          --*
*------------------------------------------------------------------------------*
*------              ©2010 phpMyBitTorrent Development Team              ------*
*-----------               http://phpmybittorrent.com               -----------*
*------------------------------------------------------------------------------*
*-------------------Saturday, January 23, 2010 4:02 PM ------------------------*
*/

if (!defined('IN_PHPBB'))
{
    exit;
}
$buffer ob_get_clean();
global 
$siteurl,$forumbase;
$oldurl str_replace('/phpBB.php','',$_SERVER["PHP_SELF"]);
$buffer preg_replace("(&(?!([a-zA-Z]{2,6}|[0-9\#]{1,6})[\;]))""&amp;"$buffer);
$buffer str_replace(array("&amp;&amp;""&amp;middot""&amp;nbsp"), array("&&""·"" ;"), $buffer);
$buffer str_replace(array("&amp;&amp;""&amp;middot""&amp;nbsp"), array("&&""·"" ;"), $buffer);
        
$rewrite_search2[] = $_SERVER['DOCUMENT_ROOT'];
        
$rewrite_replace2[] = "";
        
$rewrite_search2[] = '.php?';
        
$rewrite_replace2[] = ".php&amp;";
        
$rewrite_search2[] = $forumbase."/";
        
$rewrite_replace2[] = "phpBB.php?page=";
        
$rewrite_search2[] = $oldurl.'/phpBB.php?page=styles/';
        
$rewrite_replace2[] = $siteurl."/".$forumbase."/styles/";
        
$rewrite_search2[] = $oldurl.'/phpBB.php?page=../phpBB.php&amp;';
        
$rewrite_replace2[] = $oldurl."/phpBB.php?page=ucp.php&amp;";
        
$rewrite_search2[] = 'page=ucp.php&amp;page=mcp.php&amp;=&amp;';
        
$rewrite_replace2[] = "page=mcp.php&amp;";
        
$rewrite_search2[] = 'ucp.php&amp;page=mcp.php&&';
        
$rewrite_replace2[] = "mcp.php&amp;";
        
$rewrite_search2[] = 'phpBB.php&page=';
        
$rewrite_replace2[] = "phpBB.php?page=";
        
$rewrite_search2[] = 'phpBB.php&amp;page=';
        
$rewrite_replace2[] = "phpBB.php?page=";
        
$rewrite_search2[] = $oldurl.'/phpBB.php?page=style.php&amp;sid=';
        
$rewrite_replace2[] = $siteurl."/".$forumbase."/style.php?sid=";
        
$rewrite_search2[] = $oldurl.'/phpBB.php?page=download/file.php&amp;';
        
$rewrite_replace2[] = $siteurl."/".$forumbase."/download/file.php?";
        
$rewrite_search2[] = $oldurl.'/phpBB.php?page=images/';
        
$rewrite_replace2[] = $oldurl."/".$forumbase."/images/";
        
$rewrite_search2[] = 'user.php&amp;';
        
$rewrite_replace2[] = "user.php?";
        
$rewrite_search2[] = '.http://';
        
$rewrite_replace2[] = "http://";
        
$rewrite_search2[] = "window.open(url.replace(/&amp;/g, '&amp;'),";
        
$rewrite_replace2[] = "window.open(url.replace(/&amp;/g, '&'),";
        
$buffer str_replace($rewrite_search2,$rewrite_replace2,$buffer);
//Restart Output Buffering again
ob_start("ob_gzhandler");
ob_implicit_flush(0);
echo 
$buffer;
?>
Bump: [HIDE=3]test[/HIDE]
__________________
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
  #143  
Old 12th May 2016, 02:21
DjBlack DjBlack is offline
Senior Member
 
Join Date: May 2013
Slovenia
Posts: 20
Unhappy help
Why can not I log in to the tracker

my tracker adress is

http://danceland_dj_team_radio.comxa.com/index.php

pls help

when I log in I write this

Login Successful. You now have Level Privileges. Have a nice download!

then I throw this

The area you are trying to Access is Restricted to Registered Users.
Please provide your Access Credentials and try again. If you're not Signed Up yet, you can DO SO for FREE.


whats wrong


sorry for my bad english im from slovenia..
Reply With Quote
  #144  
Old 12th May 2016, 02:47
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
in set up you gave wrong cookie info
__________________
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
Reply

Tags
gold , phpmybittorrent , release

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
What is the best release AT THE MOMENT ? fen7azy Yuna Scatari Edition (YSE) 5 5th February 2010 21:09
[xBTiT]HACK - Gold silver torrents by Losmi bewithuu2 xBTiT 0 31st January 2010 12:28
New Release but not version joeroberts BT.Manager (phpMyBitTorrent) 5 9th January 2010 22:44
Release bad torrentID The Analyzer Yuna Scatari Edition (YSE) 2 29th November 2008 16:40
Final release? icecore Yuna Scatari Edition (YSE) 2 16th August 2008 17:54



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