View Single Post
  #112  
Old 20th March 2012, 07:31
dandanch dandanch is offline
Senior Member
 
Join Date: Mar 2012
United States
Posts: 17
Default
still having some error problems and now i can't log back into phpmybitorrent, ever time i try to login i keep getting this error:
Quote:
Content Encoding Error
The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
And Integrating did not work..i followed the install notes to the letter and did all the file editing. I am getting this errors as well.


Click the image to open in full size.


Click the image to open in full size.


EDIT: can't login to admins cp at all..

BUMP....I found the code that was not letting me login, this is the replacement code:
Quote:
// This file contains Bit Torrent main functions. MUST be included before every
// other file at the beginning of any script
if (!defined('IN_PMBT')) die ("You can't access this file directly");
if (!function_exists("sha1")) require_once("include/sha1lib.php");
//if (!preg_match("download.php",$_SERVER['PHP_SELF']))include ("./include/forum_settings.php");
//if (!preg_match("download.php",$_SERVER['PHP_SELF']))include ("./include/functions_phpBB3.php");
also after turning on Forum Share, I'm having a problem, anytime I click on something in the forum or try to login, I get this pop massage:
Quote:
Firefox doesn't know how to open this address, because the protocol (c) isn't associated with any program.
please help Thanks

Last edited by dandanch; 21st March 2012 at 05:37.
Reply With Quote