Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   ERR_CONTENT_DECODING_FAILED (http://www.bvlist.com/showthread.php?t=9440)

pedrodarcos 25th August 2013 20:59

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.

joeroberts 25th August 2013 22:30

Quote:

Originally Posted by pedrodarcos (Post 42363)
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 (Post 42363)
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 (Post 42363)
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 (Post 42363)
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?

pedrodarcos 25th August 2013 23:05

"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.

joeroberts 25th August 2013 23:15

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!

pedrodarcos 25th August 2013 23:37

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


joeroberts 25th August 2013 23:46

Quote:

Originally Posted by pedrodarcos (Post 42367)
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

pedrodarcos 25th August 2013 23:55

forum_share
Where can I find it?
sorry for this noob question

joeroberts 26th August 2013 00:00

data base->torrent_admin_forum

pedrodarcos 26th August 2013 01:15

Thank you very much,
now is working like a charm:drink:


All times are GMT +2. The time now is 05:25.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.