28.02.2009, 07:12
Код:
echo Executing Server Config... lanmode 0 rcon_password testing maxplayers 10 port 3322 hostname [0.2X]Server gamemode0 lvdm 1 filterscripts plugins sampmysql.dll announce 1 query 1 weburl www.sa-mp.com anticheat 0
Quote:
Host: mysql1.ugu.pl user: db56423 Password: test |
so I changed the file RAdmin.pwn
Код:
#define MYSQL_HOST "localhost" #define MYSQL_USER "db56423" #define MYSQL_PASS "test" #define MYSQL_DB "radmin"
And so cofing.php
Код:
line 6 - mysql_connect("localhost", "db56423", ""); line 13 - mysql_connect("localhost", "db56423", "");
does not work