- Joined
- Nov 6, 2006
- Messages
- 83
- Reaction score
- 43
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:
======================================================
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
After editing config.php, go to Internet explorer or Mozila Firefox
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.
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)
To view the content, you need to sign in or register
Install WAMP5 ZEND OPTIMIZER ADD ON
To view the content, you need to sign in or register
Cimed's RANCP
To view the content, you need to sign in or register
CONFIGURING WAMP5
1. After installing, Start WAMP5 server then click the icon on the tray icons
2. go to PHP settings menu > PHP extensions
![ianotida - [Guide]Quick RANCP Installation - RaGEZONE Forums ianotida - [Guide]Quick RANCP Installation - RaGEZONE Forums](http://ran1.awardspace.com/rancp_php.jpg)
3. scroll down , click the php_mssql on menu
![ianotida - [Guide]Quick RANCP Installation - RaGEZONE Forums ianotida - [Guide]Quick RANCP Installation - RaGEZONE Forums](http://ran1.awardspace.com/rancp_mssql.jpg)
- 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
<?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'] = "";
?>
for Users using SQL 2000 Evaluation or SQL 2000 Enterprise Edition
<?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'] = "";
?>
After editing config.php, go to Internet explorer or Mozila Firefox
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.
Attachments
Last edited: