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!

2.2.3 register php code

Banned
Banned
Joined
Apr 19, 2012
Messages
125
Reaction score
3
can you help me busman about that :) i have a problem about this
Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\register.php on line 65
 
Upvote 0
Custom Title Activated
Loyal Member
Joined
Sep 9, 2009
Messages
1,312
Reaction score
313
Make sure this part is correct

<?php error_reporting (E_ALL ^ E_NOTICE);

//MSSQL settings
$db_user = 'MSSQL USER NAME'; // SQL ID
$db_pass = 'MSSQL PASSWORD!'; // SQL PASSWORD (change it to your password mssql)
$db_base = "RF_USER"; // SQL BASE name (don't change it's by default)
$db_base2 = "BillcruxRF"; // SQL BASE name (don't change it's by default)
$db_host = "YOUR IP HERE"; // SQL HOST (change it to your IP ex : 127.0.0.1)
 
Upvote 0
Back
Top