Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > BT.Manager (phpMyBitTorrent)
Reply
  #111  
Old 20th March 2012, 04: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 dandanch View Post
Im installing phpbb3, im in the database configuration part.. just what too be clear before click next.

Database type:would just be mysql?

Prefix for tables in database:should i keep that phpbb_ or torrent?

Database server port:should i make that 3306 or just keep blank?

Database server hostname or DSN:that should be localhost?
#1 yes
#2 phpbb_
#3 not sure you need port number because its all local
#4 localhost
__________________
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:
dandanch (20th March 2012)
  #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
  #113  
Old 21st March 2012, 13:56
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
error #1 open httperror.php and replace all cases of $admin_mail with $admin_email
error #2
in include/forum_settings.php find
PHP Code:
require_once("include/configdata.php");
require_once(
"include/db/database.php");



//This way we protect database authentication against hacked mods
unset($db_type,$db_host,$db_user,$db_pass,$db_persistency); 
and remove it then undo your edit and let me know if that helps.
__________________
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
  #114  
Old 21st March 2012, 19:20
dandanch dandanch is offline
Senior Member
 
Join Date: Mar 2012
United States
Posts: 17
Default
For the first one, no, replacing $admin_mail to $admin_email it did not solve the problem i'm having, with Content Encoding Error:
Quote:
The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
the only way is to open the two lines below:
Quote:
if (!eregi("download.php",$_SERVER['PHP_SELF']))include ("./include/forum_settings.php");
if (!eregi("download.php",$_SERVER['PHP_SELF']))include ("./include/functions_phpBB3.php");
For the next fix, I removed those code lines and put back the replacement code and still the same. when i turn on forum share and click on something in forum i still get that same massage:
Quote:
Firefox doesn't know how to open this address, because the protocol (c) isn't associated with any program.
Here are some of the errors:
Click the image to open in full size.
Click the image to open in full size.
Click the image to open in full size.
Click the image to open in full size.

Thanks joe
Reply With Quote
  #115  
Old 22nd March 2012, 01:28
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
can you provide me a link to your server please.
__________________
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
  #116  
Old 30th April 2012, 08:45
ferdis's Avatar
ferdis ferdis is offline
Senior Member
 
Join Date: Jul 2009
P2P
Posts: 50
Default
PHP Code:
Step 4Installing Database

 

Checking files
...OK

Creating table addedrequests
...
Error executing SQL Query -- phpMyAdmin SQL Dump -- version 2.11.9.4 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Aug 16, 2009 at 03:22 PM -- Server version: 5.0.75 -- PHP Version: 5.2.6-3ubuntu4.1 -- -- Database: `phpMyBitTorrent` -- -- -------------------------------------------------------- -- -- Table structure for table `torrent_addedrequests` -- CREATE TABLE `torrent_addedrequests` ( `id` int(10) unsigned NOT NULL auto_increment, `requestid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `pollid` (`id`), KEY `userid` (`userid`) ) ENGINE=MyISAM ;
Error ID
Error Message:

A fatal error occurred during setupPlease fix the above error and try running Setup again, or refreshing your browser
I have this error, no error message. What i can fix that ?
__________________
just a beginner in the art of programming
Reply With Quote
  #117  
Old 30th April 2012, 15:05
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
please make sure you do not have torrent_addedrequests in the data already
__________________
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
  #118  
Old 1st May 2012, 07:56
ferdis's Avatar
ferdis ferdis is offline
Senior Member
 
Join Date: Jul 2009
P2P
Posts: 50
Default
Database was empty. But problem was solved,problem was the database password , password was generated by CPanel and have too many ($%^&*#$), i changed password with something like (123456abc) and i had no problems. Thank you joe!
__________________
just a beginner in the art of programming
Reply With Quote
The Following User Says Thank You to ferdis For This Useful Post:
deanMKD (3rd June 2012)
  #119  
Old 3rd June 2012, 22:59
deanMKD deanMKD is offline
Member
 
Join Date: Jun 2012
Macedonia
Posts: 6
Default Problem..
Its the same problem, posted before..

What do:

chmoded all folders and files to 777 ..
create empty database..
password for my dataabase is admin1234567890 , so i dont see something problems with password..
I looked the configdata.php and the informations are right..Looks code down:

Code:
db_host: host where database runs
db_port: not used
db_user: database user name
db_password: database password
db_name: database name on server
db_prefix: prefix for tables
persistency: connection persistency
--------------------------------- */
$db_type = "MySQL";
$db_host = "mysite.hostzi.com";
$db_user = "a6539609";
$db_pass = "admin1234567890";
$db_name = "a6539609_traker";
$db_prefix = "phpbb_"; //Without "_"
$db_persistency = false;
Click the image to open in full size.


Configuring panel:

Click the image to open in full size.


And finally gives this error:

Code:
Checking files...OK

Creating table addedrequests...
Error executing SQL Query -- phpMyAdmin SQL Dump -- version 2.11.9.4 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Aug 16, 2009 at 03:22 PM -- Server version: 5.0.75 -- PHP Version: 5.2.6-3ubuntu4.1 -- -- Database: `phpMyBitTorrent` -- -- -------------------------------------------------------- -- -- Table structure for table `phpbb__addedrequests` -- CREATE TABLE `phpbb__addedrequests` ( `id` int(10) unsigned NOT NULL auto_increment, `requestid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `pollid` (`id`), KEY `userid` (`userid`) ) ENGINE=MyISAM ;
Error ID: 
Error Message:

A fatal error occurred during setup. Please fix the above error and try running Setup again, or refreshing your browser.
I listed all pages, but i dont find the solution for my problem..Help please..
Reply With Quote
  #120  
Old 4th June 2012, 00:41
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
$db_user = "a6539609";
this part is wrong it is missing the _tracker like so
$db_user = "a6539609_tracker";
__________________
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
Reply

Tags
gold , phpmybittorrent , release

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
What is the best release AT THE MOMENT ? fen7azy Yuna Scatari Edition (YSE) 5 5th February 2010 21:09
[xBTiT]HACK - Gold silver torrents by Losmi bewithuu2 xBTiT 0 31st January 2010 12:28
New Release but not version joeroberts BT.Manager (phpMyBitTorrent) 5 9th January 2010 22:44
Release bad torrentID The Analyzer Yuna Scatari Edition (YSE) 2 29th November 2008 16:40
Final release? icecore Yuna Scatari Edition (YSE) 2 16th August 2008 17:54



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