Quote:
Originally Posted by KatowADRE
My File
}
"yRanks"
{
"driver" "default"
"host" "sql.pukawka.pl"
"database" "765477_rangi"
"user" "765477"
"pass" "asasasas"
//"timeout" "0"
//"port" "3306"
}
"rankme"
{
"driver" "default"
"host" "sql.pukawka.pl"
"database" "765477_rankme"
"user" "765477"
"pass" "asasassaas"
//"timeout" "0"
//"port" "3306"
}
}
And my question? how to replace it for your plugin to work. I upload everything works rank and top. BUT DO NOT DISPLAY IN THE RANG TABLE
What should I do to make the table rank?
What should I enter for the paths?
can I have some ready paths? to autobases.cfg?
as I upload the following path to autobases.cfg it still doesn't show the rank in the table.
I would like a ready autobases.cfg file
"Levels_ranks"
{
"driver" "mysql"
"host" "127.0.0.1"
"database" "DATABASE"
"user" "USER"
"pass" "PASSWORD"
}
|
Check Freaks Post ..
add this to database.cfg with your Data..change host, database, user and pass with your stuff and your done.
Code:
"Levels_ranks"
{
"driver" "mysql"
"host" "127.0.0.1"
"database" "DATABASE"
"user" "USER"
"pass" "PASSWORD"
}
so your file should look like this
Code:
}
"yRanks"
{
"driver" "default"
"host" "sql.pukawka.pl"
"database" "765477_rangi"
"user" "765477"
"pass" "asasasas"
//"timeout" "0"
//"port" "3306"
}
"rankme"
{
"driver" "default"
"host" "sql.pukawka.pl"
"database" "765477_rankme"
"user" "765477"
"pass" "asasassaas"
//"timeout" "0"
//"port" "3306"
}
"Levels_ranks"
{
"driver" "mysql"
"host" "sql.pukawka.pl"
"database" "765477_piwo"
"user" "765477"
"pass" "asasassaas"
}
}