Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

HELP RanCP...undefined call to function.php

Newbie Spellweaver
Joined
Jan 3, 2007
Messages
12
Reaction score
0
here's the error

Fatal error: Call to undefined function mssql_connect() in C:\wamp\www\ran\function.php on line 37

ive downloaded the ntwdblib.dll, and ther is still 1 error.
How to fix this. im using Microsoft SQL 2005 AND Wamp5
 
Newbie Spellweaver
Joined
Jan 3, 2007
Messages
12
Reaction score
0
ive done that ntwdblib.dll and put it in the said directories and the same error occur
 
Upvote 0
Newbie Spellweaver
Joined
Oct 16, 2007
Messages
86
Reaction score
0
check your config.php

$CONFIG['dbuser'] = ""; //DB ID
$CONFIG['dbpass'] = ""; //DB PASS

try these! don't include the sa, 1234
 
Upvote 0
Back
Top