MSSQL 2005 EXPRESS or MSSQL 2000 must be installed first and these
RanGame1
RanLog
RanShop
RanUser
databases are already attached before you proceed this setup
or in short , Making RAN Server Guide must be completed before you proceed this setup
======================================================
RanWeb Requirements:
======================================================
Install WAMP5 (Php engine is already included)
PHP5 APACHE MYSQL for Windows : install WAMP5
Install WAMP5 ZEND OPTIMIZER ADD ON
SourceForge.net: Downloading ...
Cimed's RANCP
http://ianznet.110mb.com/ran/rancp.zip
CONFIGURING WAMP5
1. After installing, Start WAMP5 server then click the icon on the tray icons
2. go to PHP settings menu > PHP extensions
3. scroll down , click the php_mssql on menu
- now WAMP5 server will automatically restart (not the PC)
- after restart now mssql is now enabled and your DONE
RANCP
Extract your rancp.zip on www folder (usually: C:\wamp\www )
CONFIGURE RANCP
Your config.php must look like this:
for Users using SQL 2005 EXPRESS
for Users using SQL 2000 Evaluation or SQL 2000 Enterprise Edition<?php
//
$CONFIG['servername'] = "IaNz Ran Online"; //Web Name
$CONFIG['dbaddress'] = "PCNAME\SQLEXPRESS"; //DB IP
$CONFIG['dbuser'] = "sa"; //DB ID
$CONFIG['dbpass'] = "1234"; //DB PASS
$CONFIG['dbdbname'] = "RanUser";
$CONFIG['dbdbname1'] = "RanGame1";
$CONFIG['dbdbname2'] = "RanShop";
$CONFIG['registration'] = "1";
$CONFIG['maxaccounts'] = "0";
$CONFIG['maxemail'] = "1";
$CONFIG['email'] = "0";
$CONFIG['emailaddress'] = "";
$CONFIG['emailsmtp'] = "";
$CONFIG['emailuser'] = "";
$CONFIG['emailpass'] = "";
?>
After editing config.php, go to Internet explorer or Mozila Firefox<?php
//
$CONFIG['servername'] = "IaNz Ran Online"; //Web Name
$CONFIG['dbaddress'] = "PCNAME"; //DB IP
$CONFIG['dbuser'] = "sa"; //DB ID
$CONFIG['dbpass'] = "1234"; //DB PASS
$CONFIG['dbdbname'] = "RanUser";
$CONFIG['dbdbname1'] = "RanGame1";
$CONFIG['dbdbname2'] = "RanShop";
$CONFIG['registration'] = "1";
$CONFIG['maxaccounts'] = "0";
$CONFIG['maxemail'] = "1";
$CONFIG['email'] = "0";
$CONFIG['emailaddress'] = "";
$CONFIG['emailsmtp'] = "";
$CONFIG['emailuser'] = "";
$CONFIG['emailpass'] = "";
?>
You can type localhost/rancp to see your rancp page
Note: WAMP5 automatically open all public IP available to use, so from IP 127.0.0.1 to public IP 192.xx.xx.xx whatever your IP its all set.





![[Guide]Quick RANCP Installation](http://ragezone.com/hyper728.png)


