I need the exact instruction for this
What will I Change in config.php in making flyff website?
Sorry Im new in creating Flyff server, hope someone will help me
Thanks
I need the exact instruction for this
What will I Change in config.php in making flyff website?
Sorry Im new in creating Flyff server, hope someone will help me
Thanks
In order for us to help you it would be usefull if we have your config.php?
so here. Can you help me with this?
Code:?php session_start(); define('MSSQL_HOST', 'YOUR SERVERS PC\SQLEXPRESS'); // MsSQL Host define('MSSQL_USER', 'sa'); // MsSQL Username define('MSSQL_PASS', 'root'); // MsSQL Password $mssql = odbc_connect('Driver={SQL Server};Server='.MSSQL_HOST.';', MSSQL_USER, MSSQL_PASS); // This is to connect to the ODBC Server. include('functions.inc.php'); $_CONFIG['pwdsalt'] = getConfigValue('pwdsalt', 'Your Salt'); // Change 'Your Salt' To your MD5 hash. E.g Kikugalanet or Serus. $_CONFIG['webtitle'] = getConfigValue('webtitle', 'Server Name'); ?>
Last edited by rein03; 05-05-12 at 05:09 PM.
Use notepad+ and use this:
Code:...
To know your instance name and your pass,just open your MSSQL and look in left...
"YOUR SERVERS PC\SQLEXPRESS" here you write "rein03\SQLEXPRESS" for example
"define('MSSQL_USER', 'sa');" don't touch
"define('MSSQL_PASS', 'root')" write the pass for your connection in mssql
And in "$_CONFIG['pwdsalt'] = getConfigValue('pwdsalt', 'Your Salt');" change "Your Salt" by "kikugalanet" ...
Did you change 'YOUR SERVERS PC\SQLEXPRESS' , 'root' and 'Your Salt' in your config.php ? and save it ?
Yes, Im done on it.But still got an error
Last edited by rein03; 05-05-12 at 05:34 PM.
Look in serverstat.inc and erase the line after "| Total Online:" to the end.
I Think the error is in the ODBC? Not sure
But it if its ODBC. What will I do to it?
Spoiler:
If everything is filled in well, save the file and you're ready to go.
You maybe need to get wamp to work with mssql. Here is a guide written by Error 404.
http://forum.ragezone.com/f724/get-w...-mssql-673301/