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)

deanMKD 4th June 2012 00:47

Quote:

Originally Posted by joeroberts (Post 35091)
$db_user = "a6539609";
this part is wrong it is missing the _tracker like so
$db_user = "a6539609_tracker";

Its the same dude..In Access User Name i entered a6539609_admin
and its the same..Check the picture up..You will see that database is a6539609_admin, and the problem continue...I deleted the old database, and create new called a6539609_admin..

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

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

and give me this:

http://i48.tinypic.com/4jrzn8.png

joeroberts 4th June 2012 01:03

Oh damm Im sorry I am a Jack ass and Have no clue how to set this code Up
I hope some one well come along that can help you.:drink:

deanMKD 4th June 2012 01:15

This is infos. from /include/configdata.php file:

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 = "tracker.hostzi.com";
$db_user = "a6539609_admin";
$db_pass = "admin1234567890";
$db_name = "a6539609_traker";
$db_prefix = "torrent"; //Without "_"
$db_persistency = false;


joeroberts 4th June 2012 01:18

try using this
$db_host = "localhost";
rather then this
$db_host = "tracker.hostzi.com";

deanMKD 4th June 2012 01:25

Quote:

Originally Posted by joeroberts (Post 35095)
try using this
$db_host = "localhost";
rather then this
$db_host = "tracker.hostzi.com";

I tryed that, and its the same..Tryed with $db_host = "tracker.hostzi.com" and with $db_host = "localhost" but the error exist..:muscle:

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

joeroberts 4th June 2012 01:30

ok i see your data base is not local its external

try using
mysql11.000webhost.com

deanMKD 4th June 2012 01:33

Quote:

Originally Posted by joeroberts (Post 35098)
ok i see your data base is not local its external

try using
mysql11.000webhost.com

I tryed as you tell me and:

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

joeroberts 4th June 2012 01:45

that is saying that your user info is wrong for that data base.
Do you have phpmyadmin?

deanMKD 4th June 2012 01:52

Quote:

Originally Posted by joeroberts (Post 35101)
that is saying that your user info is wrong for that data base.
Do you have phpmyadmin?

Yes i have phpmyadmin..so what to do?

joeroberts 4th June 2012 01:54

sent you a PM


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

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