Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > BT.Manager (phpMyBitTorrent)
Reply
  #1  
Old 24th August 2013, 23:36
pedrodarcos pedrodarcos is offline
Senior Member
 
Join Date: May 2013
P2P
Posts: 21
Default 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
Reply With Quote
  #2  
Old 25th August 2013, 01:21
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
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'];

__________________
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)
  #3  
Old 25th August 2013, 01:49
pedrodarcos pedrodarcos is offline
Senior Member
 
Join Date: May 2013
P2P
Posts: 21
Default
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.



Reply With Quote
  #4  
Old 25th August 2013, 12:28
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
what edits have you done in the last couple days?
__________________
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
  #5  
Old 25th August 2013, 16:02
pedrodarcos pedrodarcos is offline
Senior Member
 
Join Date: May 2013
P2P
Posts: 21
Default
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.
Reply With Quote
  #6  
Old 25th August 2013, 16:18
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
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?
__________________
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
  #7  
Old 25th August 2013, 18:57
pedrodarcos pedrodarcos is offline
Senior Member
 
Join Date: May 2013
P2P
Posts: 21
Default
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
Reply With Quote
  #8  
Old 25th August 2013, 19:05
x360zone's Avatar
x360zone x360zone is offline
Senior Member
 
Join Date: Jul 2011
United Kingdom
Posts: 915
Default hi
hosting?
and whats your max_exe time set to?
__________________

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


Reply With Quote
  #9  
Old 25th August 2013, 19:16
pedrodarcos pedrodarcos is offline
Senior Member
 
Join Date: May 2013
P2P
Posts: 21
Default
HOSTGATOR

max_execution_time 30
Attached Thumbnails
FireShot Screen Capture #129 - 'cPanel X' - gtx_websitewelcome_com_2083_cpsess43263384_frontend_.jpg  

Last edited by pedrodarcos; 25th August 2013 at 19:22. Reason: attach file
Reply With Quote
  #10  
Old 25th August 2013, 20:09
x360zone's Avatar
x360zone x360zone is offline
Senior Member
 
Join Date: Jul 2011
United Kingdom
Posts: 915
Default hi
set it to 300 and then try
__________________

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


Reply With Quote
The Following User Says Thank You to x360zone For This Useful Post:
pedrodarcos (26th August 2013)
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 21:31. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.