-
Apprentice
ran cp
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:
================================================== ====
Quote:
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
Quote:
<?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
Quote:
<?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.
this is the tut of ianotida
i have problem in configuring WAMP5 at step 3 when i click the php_mssql this always shows " PHP Starup: Unable to load dynamic library 'c:/wamp/bin/php/php5.3.0/ext/php_mssql.dll' - The specified module could not be found."
thats the warning always show..
plss help me.
-
-
Alpha Member
Re: ran cp
i think file is missing "php_mssql.dll"
-
Apprentice
Re: ran cp
yup... i download and paste it to wer its belong... the result has come up again with the same error..
-
Apprentice
-
Account Upgraded | Title Enabled!
Re: ran cp
in your php.ini find those dll's
and enable php_mssql.dll by removing this ";"
hope it helps.
-
Apprentice
Re: ran cp
still not working even removing the ";" in that .ini files...any idea?
-
Apprentice