Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > BT.Manager (phpMyBitTorrent)
Closed Thread
Thread Tools
  #141  
Old 28th October 2013, 22:53
TOTTIC's Avatar
TOTTIC TOTTIC is offline
Member
 
Join Date: Aug 2008
Italy
Posts: 8
Thumbs down
copy for my test server



  #142  
Old 28th October 2013, 22:58
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
Quote:
Originally Posted by TOTTIC View Post
copy for my test server



You can get it from here
http://www.btmanager.com/cart.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/
  #143  
Old 21st February 2014, 15:31
PyhaJumal's Avatar
PyhaJumal PyhaJumal is offline
Member
 
Join Date: Nov 2010
P2P
Posts: 9
Default
BTmanager is crap. It must provide FREE. Only bugs and
something does not work properly.

TT is best free source much better than (btmanager )
  #144  
Old 21st February 2014, 16:01
BitFarmer's Avatar
BitFarmer BitFarmer is offline
Senior Member
 
Join Date: Jan 2012
Latvia
Posts: 99
Default
What bugs ?
  #145  
Old 21st February 2014, 16:55
x360zone's Avatar
x360zone x360zone is offline
Senior Member
 
Join Date: Jul 2011
United Kingdom
Posts: 915
Default lol
one of them who wants everything for free just a note it is free supports paid for but the only way to get the script is to get a month then complain away

just a note this is how clever you are anyways

"http://www.bvlist.com/template-shares/9338-possible-convert-tt-ts.html"

trying to get away from tt are we lol
__________________

7.5 tsse
future tracker source & hosting, vps
trackers installs + Themes
http://www.foxyhosting.co.uk
http://www.downmy.top testing zone
offshore vps & cpanel hosting & Shoutcast & VPN
STOP cyberbullying
any setups tracker installs vps hosting vps setups themes mods hit me up
over the last three months ive become a snake breeder,pythons,hogs,boa,corn,rat,king,carpet and what joy it is


  #146  
Old 4th March 2014, 17:00
BitFarmer's Avatar
BitFarmer BitFarmer is offline
Senior Member
 
Join Date: Jan 2012
Latvia
Posts: 99
Default
i was just going to start to compile my new template for BT.Manager and got stuck right a way
WTF is up with this
i want to know what part of this nonsense is needed for system and what is added for design
and why there is soooo much jquery in default template ?

Code:
<script type="text/javascript" src="{SITE_URL}/themes/Bitfarm/js/prototype.js"></script>
<script type="text/javascript" src="{SITE_URL}/themes/Bitfarm/js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="{SITE_URL}/themes/Bitfarm/js/lightbox.js"></script>
<script type="text/javascript" src="{SITE_URL}/themes/Bitfarm/js/jquery.smoothmenu.js"></script>
<script type="text/javascript" src="{SITE_URL}/themes/Bitfarm/js/core.js"></script>
<script type="text/javascript" src="{SITE_URL}/themes/Bitfarm/js/ncode_imageresizer.js"></script>
<script type="text/javascript">
<!--
NcodeImageResizer.MODE = 'newwindow';
NcodeImageResizer.MAXWIDTH = 500;
NcodeImageResizer.MAXHEIGHT =400;

NcodeImageResizer.Msg1 = 'Click here to view the full image.';
NcodeImageResizer.Msg2 = 'This image has been resized. Click image to view the full image.';
NcodeImageResizer.Msg3 = 'This image has been resized. Click image to view the full image.';
NcodeImageResizer.Msg4 = 'Click here to view the small image.';
//-->
</script>
<script type="text/javascript">
pmbtsite_url = "{SITE_URL}";
tag_prompt = "Enter a Text:";
img_prompt = "Insert Link from Image";
font_formatter_prompt = "Enter a Text - ";
link_text_prompt = "Enter a Link Name (Optional):";
link_url_prompt = "Enter the Full Address on the left of:";
link_email_prompt = "Enter your Full Link:";
list_type_prompt = "Which type of List would you like? Give ' 1 ' for a Numerical List, 'a' for an Alphabetical List, or nothing at all for a Simple Point List.";
list_item_prompt = "Enter one point of list. Press OK to enter another point of list or press 'Cancel' to Finish.";
_btshoutnowprivate = "{L_PRIVATE_SHOUT}";
shoutrefresht = "{S_SHOUT_REF}";
shoutidle = "{S_SHOUT_IDL}";
function change_bg(img, state)
{
if (state == "1") 
img.src = img.src.replace(".gif","_over.gif");
else if (state == "0") 
img.src = img.src.replace("_over.gif",".gif");
else if (state == "2") 
img.src = img.src.replace("_over.gif",".gif");
else if (state == "3") 
img.src = img.src.replace("_over.gif",".gif");
}
var pd = new Date();
var last_reload = pd.getTime();
function do_breload() {
    if (document.location.href.match(/\/torrents\.php/)) {
       var d = new Date();
       if (last_reload && last_reload > (d.getTime() - "4000")) return;
          last_reload = d.getTime();   
       bparam('page=1')       

    }
}

function toggle2(nome) {
if(document.getElementById(nome).style.display=='none')
{
SetCookie(nome,'');
document.getElementById(nome).style.display = '';
document.getElementById(nome+"img").src="themes/Bitfarm/pics/minus.gif";
} else {
SetCookie(nome,'none',200);
document.getElementById(nome).style.display = 'none';
document.getElementById(nome+"img").src="themes/Bitfarm/pics/plus.gif";
}
}

function SetCookie(cookieName,cookieValue,nDays) {
 var today = new Date();
 var expire = new Date();
 if (nDays==null || nDays==0) nDays=1;
 expire.setTime(today.getTime() + 3600000*24*nDays);
 document.cookie = cookieName+"="+escape(cookieValue)
                 + ";expires="+expire.toGMTString();
}
function bparam(){
    document.getElementById('myAnchor').href="torrents.php"
}
// <![CDATA[
var jump_page = '{LA_JUMP_PAGE}:';
var on_page = '{ON_PAGE}';
var per_page = '{PER_PAGE}';
var base_url = '{A_BASE_URL}';

var menu_state = 'shown';


/**
* Jump to page
*/
function jumpto()
{
    var page = prompt(jump_page, on_page);

    if (page !== null && !isNaN(page) && page == Math.floor(page) && page > 0)
    {
        if (base_url.indexOf('?') == -1)
        {
            document.location.href = base_url + '?page=' + ((page - 1) * per_page/per_page+1);
        }
        else
        {
            document.location.href = base_url.replace(/&amp;/g, '&') + '&page=' + ((page - 1) * per_page/per_page+1);
        }
    }
}

/**
* Set display of page element
* s[-1,0,1] = hide,toggle display,show
*/
function dE(n, s, type)
{
    if (!type)
    {
        type = 'block';
    }

    var e = document.getElementById(n);
    if (!s)
    {
        s = (e.style.display == '') ? -1 : 1;
    }
    e.style.display = (s == 1) ? type : 'none';
}
// ]]>
</script>
<script type="text/javascript" src="{SITE_URL}/global.js"></script>
<script type="text/javascript" src="{SITE_URL}/overlib/overlib.js"><!-- overLIB (c) Erik Bosrup --></script>
<script type="text/javascript" src="{SITE_URL}/overlib/overlib_shadow.js"><!-- overLIB (c) Erik Bosrup --></script>
<script src="{SITE_URL}/themes/Bitfarm/js/jquery.js" type="text/javascript"></script>
<script src="{SITE_URL}/themes/Bitfarm/js/jquery-ui-1.7.2.custom.min.js" type="text/javascript"></script>
<script src="{SITE_URL}/themes/Bitfarm/js/ui.selectmenu.js" type="text/javascript"></script>
<script src="{SITE_URL}/themes/Bitfarm/js/jquery.cookie.js" type="text/javascript"></script>
<script src="{SITE_URL}/themes/Bitfarm/js/jquery.thumbnailScroller.js" type="text/javascript"></script>
<script type="text/javascript" src="{SITE_URL}/themes/Bitfarm/js/jquery.smoothmenu.js"></script>
<script type="text/javascript" src="{SITE_URL}/themes/Bitfarm/js/core.js"></script>    
<script src="{SITE_URL}/themes/Bitfarm/js/jquery.jcarousel.js" type="text/javascript"></script>
<script type="text/javascript" src="{SITE_URL}/themes/Bitfarm/js/jquery.qtip-1.0.0-rc3.min.js"></script>
<script src="{SITE_URL}/themes/Bitfarm/js/init.js" type="text/javascript"></script>
<script type="text/javascript" src="{SITE_URL}/themes/Bitfarm/js/jquery.jqDock.min.js"></script>
<script type="text/javascript">
    $(function(){
        var jqDockOpts = {align: 'left', duration: 200, labels: 'tc', size: 48, distance: 85};
        $('#jqDock').jqDock(jqDockOpts);
    });
</script>
  #147  
Old 5th March 2014, 02:30
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
only part really needed is
Code:
<script type="text/javascript">
pmbtsite_url = "{SITE_URL}";
tag_prompt = "Enter a Text:";
img_prompt = "Insert Link from Image";
font_formatter_prompt = "Enter a Text - ";
link_text_prompt = "Enter a Link Name (Optional):";
link_url_prompt = "Enter the Full Address on the left of:";
link_email_prompt = "Enter your Full Link:";
list_type_prompt = "Which type of List would you like? Give ' 1 ' for a Numerical List, 'a' for an Alphabetical List, or nothing at all for a Simple Point List.";
list_item_prompt = "Enter one point of list. Press OK to enter another point of list or press 'Cancel' to Finish.";
_btshoutnowprivate = "{L_PRIVATE_SHOUT}";
shoutrefresht = "{S_SHOUT_REF}";
shoutidle = "{S_SHOUT_IDL}";
This part is used for the shout box

watch out for things in Brackets {} as these are system parsed also a heads up {L_BLA} are language
lol and I did not completely make this theme I just fixed allot and added templates to it.
__________________
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/
  #148  
Old 5th March 2014, 09:56
BitFarmer's Avatar
BitFarmer BitFarmer is offline
Senior Member
 
Join Date: Jan 2012
Latvia
Posts: 99
Default
Ok ThankYou a lot
  #149  
Old 18th May 2014, 18:17
MikaTake's Avatar
MikaTake MikaTake is offline
Member
 
Join Date: Aug 2011
P2P
Posts: 6
Default
What for a mistake?

PHP Code:
My ERROR [2048Only variables should be assigned by reference
Fatal error on line 209 in file 
/var/customers/webs/xxxxxxxx/xxxxxxxx/bencoder/bdecoder-domxml.php

Strict Standards
Only variables should be passed by reference in /var/customers/webs/xxxxxxxx/xxxxxxxx/include/errors.php on line 150

bdecoder
-domxml.php   209   myErrorHandler ()   -- /var/customers/webs/xxxxxxxx/xxxxxxxx/include/bencoder/
taketorrent.php   171   entry_get ()   -- /var/customers/webs/xxxxxxxx/xxxxxxxx//upload/
upload.php   106   include_once ()   -- /var/customers/webs/xxxxxxxx/xxxxxxxx/
PHP 5.4.4-14+deb7u7 (Linux)
Aborting... 
  #150  
Old 18th May 2014, 19:34
x360zone's Avatar
x360zone x360zone is offline
Senior Member
 
Join Date: Jul 2011
United Kingdom
Posts: 915
Default hi
forum.btmanager.com

open a support ticket or see us in the forums
__________________

7.5 tsse
future tracker source & hosting, vps
trackers installs + Themes
http://www.foxyhosting.co.uk
http://www.downmy.top testing zone
offshore vps & cpanel hosting & Shoutcast & VPN
STOP cyberbullying
any setups tracker installs vps hosting vps setups themes mods hit me up
over the last three months ive become a snake breeder,pythons,hogs,boa,corn,rat,king,carpet and what joy it is


Closed Thread

Tags
30 , btmanager , phpmybittorrent , torrents tracker


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



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