Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > BT.Manager (phpMyBitTorrent)
Reply
  #1  
Old 12th September 2009, 14:58
ferdis's Avatar
ferdis ferdis is offline
Senior Member
 
Join Date: Jul 2009
P2P
Posts: 50
Default [pmbt 2.0.4]problem with tracker settings
I have problem when editing tracker settings :

in tracker settings when enable Allow External torrents option and i save settings says the settings saved and option back to normal ...is not activated ...is still disabled and more many options do the same.But but when edited directly in the database everything goes perfectly

Last edited by joeroberts; 12th September 2009 at 15:26. Reason: defined Version
Reply With Quote
  #2  
Old 12th September 2009, 15:02
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
Open admin/files/settings.php
add
PHP Code:
        if (!isset($sub_allow_external) OR $sub_allow_external != "true"$sub_allow_external "false"array_push($params,"allow_external"); array_push($values,$sub_allow_external); 
after
PHP Code:
        if (!isset($sub_free_dl) OR $sub_free_dl != "true"$sub_free_dl "false"array_push($params,"free_dl"); array_push($values,$sub_free_dl); 
and I need to know what others do not change
__________________
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
  #3  
Old 12th September 2009, 15:02
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default
i bet u use windows because on linux this kind of crap never happens basicly it's because admin.php can't find right file who edits configuration
Reply With Quote
  #4  
Old 12th September 2009, 15:10
ferdis's Avatar
ferdis ferdis is offline
Senior Member
 
Join Date: Jul 2009
P2P
Posts: 50
Default
Allow Multy Tracker Torrents
Give Upload on signup
Reply With Quote
  #5  
Old 12th September 2009, 15:17
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
here add these after the last one
PHP Code:
        if (is_numeric($sub_give_sign_up_credit)) {array_push($params,"give_sign_up_credit"); array_push($values,$sub_give_sign_up_credit); }
        if (!isset(
$sub_allow_multy_tracker) OR $sub_allow_multy_tracker != "true"$sub_allow_multy_tracker "false"array_push($params,"allow_multy_tracker"); array_push($values,$sub_allow_multy_tracker); 
__________________
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
pmbt , problem , settings , tracker

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
[PMBT 2.0] TLeech tracker and forum joeroberts Mods & Themes 23 3rd September 2010 21:11
insert sql data via tracker settings russellhearn69 Template Shares 2 20th January 2010 10:40
[PMBT 2.0]Add user for tracker! LoaT BT.Manager (phpMyBitTorrent) 1 2nd February 2009 03:12
[PMBT 2.x] Adding tracker stats to forum joeroberts Mods & Themes 0 17th January 2009 21:33
install problem, settings.php gives me a blank page ddangerfield Template Shares 1 2nd January 2009 08:10



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