http://forum.ragezone.com/f479/relea...cruxrf-806008/
Will need some editing to get it working with 223. Ask the person who made it he could still have a 223 one.
This is a discussion on 2.2.3 register php code within the RF Online forums, part of the MMO and MMORPG Developments category; anyone have 2.2.3 register php code...
http://forum.ragezone.com/f479/relea...cruxrf-806008/
Will need some editing to get it working with 223. Ask the person who made it he could still have a 223 one.
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
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)