Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > BT.Manager (phpMyBitTorrent)
Reply
  #11  
Old 25th August 2013, 20:59
pedrodarcos pedrodarcos is offline
Senior Member
 
Join Date: May 2013
P2P
Posts: 21
Default
ok, works, but when you want to download you get this error
_btaccdenied_btnoautherizeddownload

and when register it again show the error for duplicated ip.

also appears _bt everywhere, is there any way to remove it?

About the other problem ERR_CONTENT_DECODING_FAILED with
demonoid.com.co do you think is better to re-install again?
or just to change some files, and which ones.

Sorry for to much trouble, and thank you very much for your support.

Last edited by pedrodarcos; 25th August 2013 at 21:13. Reason: add
Reply With Quote
  #12  
Old 25th August 2013, 22:30
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
Quote:
Originally Posted by pedrodarcos View Post
ok, works, but when you want to download you get this error
_btaccdenied_btnoautherizeddownload
create a user group quest and set the permistions

Quote:
Originally Posted by pedrodarcos View Post
and when register it again show the error for duplicated ip.
this is a safty feature to prevent multible accounts to disable it open user/takeregester.php and find
PHP Code:
        if ($db->sql_numrows($db->sql_query("SELECT * FROM ".$db_prefix."_users WHERE lastip = '".sprintf("%u",ip2long(getip()))."';")) != 0)
                
$errmsg[] = "Duplicate Ip In use"
and remove it
Quote:
Originally Posted by pedrodarcos View Post
also appears _bt everywhere, is there any way to remove it?
you need to creat the missing language vereables.
Best way is to take the english and convert it to the language you want to use
Quote:
Originally Posted by pedrodarcos View Post
About the other problem ERR_CONTENT_DECODING_FAILED with
demonoid.com.co do you think is better to re-install again?
or just to change some files, and which ones.
I am stell waiting on a answer as to what edits you have done to the site.
do you get this erro with the default theme?
__________________
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
The Following User Says Thank You to joeroberts For This Useful Post:
pedrodarcos (26th August 2013)
  #13  
Old 25th August 2013, 23:05
pedrodarcos pedrodarcos is offline
Senior Member
 
Join Date: May 2013
P2P
Posts: 21
Default
"and remove it"
I get this error now
_http500errttl_http500errtxt


"you need to creat the missing language vereables.
Best way is to take the english and convert it to the language you want to use"

How can I do that? I mean do I need to open the english.php and then for example...
define("_btsorry","Sorry");
need to write ("lo siento"); or
("_btsorry","lo siento");

and so on which every each file?

"I am stell waiting on a answer as to what edits you have done to the site.
do you get this erro with the default theme?"

I can't acces to admin panel now, but I removed the other themes by ftp...and now shows the default theme, but still is the error
and about what I edit...nothing.

Last edited by pedrodarcos; 25th August 2013 at 23:14. Reason: add
Reply With Quote
  #14  
Old 25th August 2013, 23:15
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
to create a new language or fix missing text
open language/english.php copy the content to the language file you are using
Now edit the text
define('_btsorry','Your new text for Sorry');
its only one file.
why cant you access admin?
What Is you php version?





[edit]
Turn off forum sharing!
__________________
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/

Last edited by joeroberts; 25th August 2013 at 23:33.
Reply With Quote
The Following User Says Thank You to joeroberts For This Useful Post:
pedrodarcos (26th August 2013)
  #15  
Old 25th August 2013, 23:37
pedrodarcos pedrodarcos is offline
Senior Member
 
Join Date: May 2013
P2P
Posts: 21
Default
why cant you access admin?

because of when I try to access it shows the error
ERR_CONTENT_DECODING_FAILED

PHP Version 5.2.17


Last edited by pedrodarcos; 25th August 2013 at 23:48. Reason: add
Reply With Quote
  #16  
Old 25th August 2013, 23:46
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
Quote:
Originally Posted by pedrodarcos View Post
why cant you access admin?

because of when I try to access it shows the error
ERR_CONTENT_DECODING_FAILED


go into torrent_admin_forum
and set forum_share to false
__________________
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
The Following User Says Thank You to joeroberts For This Useful Post:
pedrodarcos (26th August 2013)
  #17  
Old 25th August 2013, 23:55
pedrodarcos pedrodarcos is offline
Senior Member
 
Join Date: May 2013
P2P
Posts: 21
Default
forum_share
Where can I find it?
sorry for this noob question
Reply With Quote
  #18  
Old 26th August 2013, 00:00
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
data base->torrent_admin_forum
__________________
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
The Following User Says Thank You to joeroberts For This Useful Post:
pedrodarcos (26th August 2013)
  #19  
Old 26th August 2013, 01:15
pedrodarcos pedrodarcos is offline
Senior Member
 
Join Date: May 2013
P2P
Posts: 21
Default
Thank you very much,
now is working like a charm
Reply With Quote
Reply

Tags
errcontentdecodingfailed

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



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