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 24th August 2013 23:36

ERR_CONTENT_DECODING_FAILED
 
Hello,

I have set up my tracker here

www.demonoid.com.co

but I get this error when I login (http://demonoid.com.co/user.php)

as admin and as other user...

I don't know how to fix it,

some help would be very appreciated,

thank you

joeroberts 25th August 2013 01:21

what theme are you using?
open include/functions.php and find
PHP Code:

function getip() { 
  
$check = array('HTTP_X_FORWARDED_FOR''HTTP_X_FORWARDED'
                 
'HTTP_FORWARDED_FOR''HTTP_FORWARDED'
                 
'HTTP_VIA''HTTP_X_COMING_FROM''HTTP_COMING_FROM'); 

  foreach (
$check as $c) { 
    if (
ip_valid(&$_SERVER[$c])) { 
      return 
ip_first($_SERVER[$c]); 
    } 
  } 

  return 
$_SERVER['REMOTE_ADDR']; 


and replace it with
PHP Code:

function getip() {
  
$check = array('HTTP_X_FORWARDED_FOR''HTTP_X_FORWARDED',
                 
'HTTP_FORWARDED_FOR''HTTP_FORWARDED',
                 
'HTTP_VIA''HTTP_X_COMING_FROM''HTTP_COMING_FROM');

  foreach (
$check as $c) {
    if (isset(
$_SERVER[$c]) AND ip_valid($_SERVER[$c])) {
      return 
ip_first($_SERVER[$c]);
    }
  }

  return 
$_SERVER['REMOTE_ADDR'];



pedrodarcos 25th August 2013 01:49

Thank you joeroberts
but I am afraid it shows same error.
The theme is NBdemon by NIKKBU

Some days ago when I set up the tracker was working fine...
but today I get many problems, I don't know why, even I have tryed to upload
a torrent and it was spending many time and didn't work.

When you want to upload anonymous it give an error

Access DeniedYou do not have Permissions to Access Upload at this time


although It was enabled this option in the admin area.




joeroberts 25th August 2013 12:28

what edits have you done in the last couple days?

pedrodarcos 25th August 2013 16:02

I tried to upload a torrent, and then as it takes a long time without success...I logged out, and when I re-login again it showed this error.

joeroberts 25th August 2013 16:18

That was not the answer I was looking for.
I am working on error #1
What edits have you made in the last say 5 days?

pedrodarcos 25th August 2013 18:57

I haven't made any changes in the scripts just I changed
Maximum Torrent Size,
now I have re-installed inside this subdomain

tracker.demonoid.com.co

and now appears this error when trying to register

  • Duplicate Ip In use
As admin I have tryed to upload a torrent and it takes a long time without success.
I have changed Upload access level to everyone and still shows this error
btaccdenied
_btnoperms

x360zone 25th August 2013 19:05

hi
 
hosting?
and whats your max_exe time set to?

pedrodarcos 25th August 2013 19:16

1 Attachment(s)
HOSTGATOR

max_execution_time 30

x360zone 25th August 2013 20:09

hi
 
set it to 300 and then try


All times are GMT +2. The time now is 15:45.

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