I have this in mssql.conf.php :
Code:
<?php
// MSSQL Database Info
// this info is written by install.php
// this is the main config file for
// mssql server, edit when needed
$mssql = array(
'host' => "localhost",
'user' => "sa",
'pass' => "ouzbek"
);
?>
And when y try to register osds i have this now :
Code:
Warning: mssql_connect() [function.mssql-connect]: message: Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection. (severity 14) in E:\xampp\xampp\htdocs\osds\PHP\config\install.php on line 94
Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server: in E:\xampp\xampp\htdocs\osds\PHP\config\install.php on line 94
Warning: mssql_select_db() [function.mssql-select-db]: message: Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection. (severity 14) in E:\xampp\xampp\htdocs\osds\PHP\config\install.php on line 95
Warning: mssql_select_db() [function.mssql-select-db]: Unable to connect to server: in E:\xampp\xampp\htdocs\osds\PHP\config\install.php on line 95
Warning: mssql_select_db() [function.mssql-select-db]: A link to the server could not be established in E:\xampp\xampp\htdocs\osds\PHP\config\install.php on line 95
Warning: mssql_query() [function.mssql-query]: message: Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection. (severity 14) in E:\xampp\xampp\htdocs\osds\PHP\config\install.php on line 96
Warning: mssql_query() [function.mssql-query]: Unable to connect to server: in E:\xampp\xampp\htdocs\osds\PHP\config\install.php on line 96
Warning: mssql_query() [function.mssql-query]: A link to the server could not be established in E:\xampp\xampp\htdocs\osds\PHP\config\install.php on line 96
IF you see this message without any errors, it means everyhting went ok
and i've added the Reborn to user_character for the reborn system.
You are now ready to enter OsDs Gm Control Panel.
And ... i've deleted the install.php for your safty, but .... just to be safe, you better take a look.