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)

wMan 17th June 2011 16:54

Quote:

Originally Posted by joeroberts (Post 28465)
login to phpBB3 and then to the admin area


in admin area you should see the first tab
Configurations click on it then you well see
Cookie settings tab click on it

this information was sett during install and should not be blank.

NOW if on server yes and it asing for the said cooke how do i know what cooke it is untill codes been put on then go to the admin to get it thou phpbb3 after install of code ?
http://img607.imageshack.us/img607/6413/cooke.png

Flash123 7th July 2011 17:54

this source got dht ?

wMan 7th July 2011 17:56

Quote:

Originally Posted by Flash123 (Post 28903)
this source got dht ?

yes

pennst26 24th October 2011 00:13

I have this code installed and so far everything is smooth except there is code all over the html

like on index page I see this all over

Code:

Deprecated:  Function eregi() is deprecated in /include/functions.php on line 34

Deprecated:  Function eregi() is deprecated in /include/functions.php on line 36

Strict Standards:  Resource ID#13 used as offset, casting to integer (13) in /include/db/mysql.php on line 482

Strict Standards:  Resource ID#13 used as offset, casting to integer (13) in /include/db/mysql.php on line 484

Deprecated:  Function eregi() is deprecated in /include/functions.php on line 37

Deprecated:  Function eregi() is deprecated in /include/functions_phpBB3.php on line 33

Strict Standards:  Resource ID#16 used as offset, casting to integer (16) in /include/db/mysql.php on line 482

Strict Standards:  Resource ID#16 used as offset, casting to integer (16) in /include/db/mysql.php on line 484

Deprecated:  Function eregi() is deprecated in /language/english.php on line 749

server is fresh debian with xampp install

any help is appreciated.

joeroberts 24th October 2011 00:55

as for the
Code:

Strict Standards:  Resource ID#16 used as offset, casting to integer (16) in /include/db/mysql.php on line 482

Strict Standards:  Resource ID#16 used as offset, casting to integer (16) in /include/db/mysql.php on line 484

replace those 2 lines with

PHP Code:

                       $this->row[(int)$query_id] = @mysql_fetch_array($query_id);

                        return 
$this->row[(int)$query_id]; 

and for the

Deprecated: notice you well want to disable Deprecated in error_reporting

DarknessTM 11th January 2012 19:39

phpMyBitTorrent 2.0.4 Gold Release
 
The installation it`s done but when I try to go on my site i have this
There seems to be a problem with the database server, sorry for the inconvenience.

We should be back shortly.

joeroberts 12th January 2012 01:42

open include/configdata.php and make sure your data base info is right.

TomasHR 10th February 2012 15:02

poblem
 
I have big problem when install on my host. Have version with forum and whan install forum come this error:
Fatal error: Class 'user' not found in /home/rovercom/public_html/phpBB3/install/index.php on line 247

What to do?

joeroberts 10th February 2012 15:20

in phpBB3/install/index.php Find
PHP Code:

$user = new user(); 

and replace it with
PHP Code:

$user = new userbb(); 


TomasHR 10th February 2012 15:28

THANKS!:friend:

Bump: more one help. After 4 try to complet install i receive this message:
Fatal error: Cannot redeclare class user in /home/rovercom/public_html/phpBB3/includes/session.php on line 2446

You can see on www.rover.com.hr forum.
forum is PHP 3.0.10
Thanks!


p.s.
Have problem and when log out and want log on.

Please help.


All times are GMT +2. The time now is 12:08.

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