Bravo List

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

joeroberts 20th March 2012 04:30

Quote:

Originally Posted by dandanch (Post 33894)
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

dandanch 20th March 2012 07:31

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.


http://i376.photobucket.com/albums/o...1/a8c78206.png


http://i376.photobucket.com/albums/o...1/ebc08714.png


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

joeroberts 21st March 2012 13:56

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.

dandanch 21st March 2012 19:20

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:
http://i376.photobucket.com/albums/o...1/4391de6c.png
http://i376.photobucket.com/albums/o...1/d104135f.png
http://i376.photobucket.com/albums/o...1/3edd50a5.png
http://i376.photobucket.com/albums/o...1/7feb68ce.png

Thanks joe

joeroberts 22nd March 2012 01:28

can you provide me a link to your server please.

ferdis 30th April 2012 08:45

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 ?

joeroberts 30th April 2012 15:05

please make sure you do not have torrent_addedrequests in the data already

ferdis 1st May 2012 07:56

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!

deanMKD 3rd June 2012 22:59

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;

http://i.imgur.com/wPf0V.png


Configuring panel:

http://i.imgur.com/NCOMS.png


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..:sad:

joeroberts 4th June 2012 00:41

$db_user = "a6539609";
this part is wrong it is missing the _tracker like so
$db_user = "a6539609_tracker";


All times are GMT +2. The time now is 02:17.

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