• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

RYLtoolz2 ( the return of the comeback warrior )

Newbie Spellweaver
Joined
Mar 24, 2006
Messages
60
Reaction score
0
lolz.. anyone know how to direct connect to mssql ?
i no have odbc ;) juz mssql !~
 
Custom Title Activated
Loyal Member
Joined
Feb 27, 2004
Messages
1,378
Reaction score
50
lolz.. anyone know how to direct connect to mssql ?
i no have odbc ;) juz mssql !~
in the config.php ur database setting is like this

// Database AUTH Setup
$config['db_host'] = '127.0.0.1';
$config['db_name'] = 'youxiuserr'; // keep empty if ODBC
$config['db_user'] = 'sa';
$config['db_pass'] = 'pass';
$config['db_type'] = 'mssql';

// Database GAME Setup
$config['db2_host'] = '127.0.0.1';
$config['db2_name'] = 'TestU'; // keep empty if ODBC
$config['db2_user'] = 'sa';
$config['db2_pass'] = 'pass';
$config['db2_type'] = 'mssql'; // mssql ( for freetds ) or odbc

-- that would make it connect via MSSQL
 
MorbidA
Loyal Member
Joined
May 28, 2006
Messages
247
Reaction score
32
'doesnt really connect to any database'

more secure? i don't see how
ODBC or not. mssql injection stays mssql injection

and tyfix opening a socket to an open port to check if you can connect ok but to see how many are online? ...

yeah that will be slightly harder ;)
 
Newbie Spellweaver
Joined
Mar 24, 2006
Messages
60
Reaction score
0
in the config.php ur database setting is like this

// Database AUTH Setup
$config['db_host'] = '127.0.0.1';
$config['db_name'] = 'youxiuserr'; // keep empty if ODBC
$config['db_user'] = 'sa';
$config['db_pass'] = 'pass';
$config['db_type'] = 'mssql';

// Database GAME Setup
$config['db2_host'] = '127.0.0.1';
$config['db2_name'] = 'TestU'; // keep empty if ODBC
$config['db2_user'] = 'sa';
$config['db2_pass'] = 'pass';
$config['db2_type'] = 'mssql'; // mssql ( for freetds ) or odbc

-- that would make it connect via MSSQL

under server status exit error :-

Fatal error: Call to a member function GetRows() on a non-object in C:\xampp\htdocs\Rylltoooolz\template\default\left.php on line 22
:?:
 
Newbie Spellweaver
Joined
Jan 1, 2008
Messages
76
Reaction score
1
Fatal error: Cannot instantiate non-existent class: readfile in c:\appserv\www\modules\mod.servstats.php on line 3
 
MorbidA
Loyal Member
Joined
May 28, 2006
Messages
247
Reaction score
32
obviously missing the file that has that class.
 
Newbie Spellweaver
Joined
Mar 24, 2006
Messages
60
Reaction score
0
*OPEN TOPIC*

Fatal error: Call to a member function children() on a non-object in C:\xampp\htdocs\rytrow_frontend\modules\mod.top.php on line 62

help me :p~..

or can try see this

 
Newbie Spellweaver
Joined
Jan 1, 2007
Messages
24
Reaction score
0
anyone has a workin link with mssql connection for it?
 
Back
Top