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!

Installing Xampp and Problems in installing .,

Status
Not open for further replies.
Joined
Apr 15, 2011
Messages
663
Reaction score
132
Requirements :
Xampp Verson 1.6.6
RanCP (BabyranCP From jericogarcia)
ntwdblib.dll

Download Xampp :

Download ntwdblib.dll :

Download RanCp(BabyranCP From jericogarcia) : http://forum.ragezone.com/f528/share-babyran-complete-web-php-776336/ - DL link :

Guide :
1.install the xampp . after installing don't run the xampp-control yet .
2.extract ntwdblib in any folder . then copy the ntwdblib into

C:\xampp\apache\bin\
C:\xampp\php
C:\windows\system32
OVERWRITE ALL EXISTING FILE

3.CONFIGURING PHP.INI
(NOTE:BEFORE PROCEEDING PLEASE CLOSE XAMPP FIRST)
ENABLING ZEND:
IF you see [zend] section in the php.ini located at C:\xampp\php\

[Zend]
;zend_extension_ts = "C:\xampp\php\zendOptimizer\lib\ZendExtensionManager.dll"
;zend_extension_manager.optimizer_ts = "C:\xampp\php\zendOptimizer\lib\Optimizer"
;zend_optimizer.enable_loader = 0
;zend_optimizer.optimization_level=15
;;zend_optimizer.license_path =
; Local Variables:
; tab-width: 4
; End:
To this:
zend_extension_ts = "C:\xampp\php\zendOptimizer\lib\ZendExtensionManager.dll"
zend_extension_manager.optimizer_ts = "C:\xampp\php\zendOptimizer\lib\Optimizer"
zend_optimizer.enable_loader = 0
zend_optimizer.optimization_level=15
;zend_optimizer.license_path =
; Local Variables:
; tab-width: 4
; End:

4. Enabling secure mssql connection:

This lines are inside php.ini located at C:\xampp\php\
From this:
mssql.secure_connection = off
To this:
mssql.secure_connection = On

5.delete all the files at htdocs .

extract the babyrancp in the location : C:\xampp\htdocs\

6. configure the config.php at RanCp with your server info .

8. run your APACHE & MYSQL via XAMPP CONTROL PANEL

8. then go to:

if you don't have install/install.php download the attachment below the fixed.rar


9. Step 1 - Choose Mssql or ODBC (Choose Mssql, ODBC is not configured yet)
Step 2 - Now put the correct info. And example shown below.

Local Host : 127.0.0.1 (Leave As it is)
*SQL Server Host : COMPUTERNAME\SQLEXPRESS (Change COMPUTERNAME to yous)
Database User : sa
Database Password : 1234 (Change to your pass)
*Ran Online Database : RanUser (Leave As it is)

Step 3 - Enter the Infos
Step 4 - Enter the infos

Once your done installing it then go here change the (127.0.0.1) into your ip .


Fixed -> Web database loading failed! Error #118
FreedomRecords - Installing Xampp and Problems in installing ., - RaGEZONE Forums

download the fixed.rar at my attachment .

Fixed -> Web database loading failed! Error #119
download the ntdwblib at the top . then replace the ntdwblib at the C:\xampp\apache\bin . check also you'r config.php


Credit to :

jericogarcia(RanCP)
bianx(i see her guide)
feck(for web database loadind failed 118)
 

Attachments

You must be registered for see attachments list
Status
Not open for further replies.
Back
Top