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!

Download Fail [Help]

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jun 11, 2014
Messages
36
Reaction score
3
Untitled - Download Fail [Help] - RaGEZONE Forums

I know that I installed correctly what I need to install but still have problem. Please check the highlights.

Questions:
• When changing YOURIP inside the quote below, should I really need to change it to my IP Address or I can use 127.0.0.1?

- Config.ini
- System\ChannelInfo.xml
- Config\DNKreonBilling.ini
- Config\DNGame.ini
- Config\DNVillage.ini


• I can't run the Apache in Xampp using 80 and 443 ports so I change to make it work. Can you please tell me if it will affect the whole server files if I change the port? if yes tell me how I can run Apache without changing the 80 and 443 ports.

# Change this to Listen on specific IP addresses as shown below to
# prevent Apache from glomming onto all bound IP addresses.
#
#Listen 127.0.0.1:82
Listen 82

#
# When we also provide SSL we have to listen to the
# standard HTTP port (see above) and to the HTTPS port
#
Listen 444

• I transfer all files inside the dn_webfiles.exe to c:xampp/htdocs/dn. Is this correct?
• As you can see in the quote I am using 127.0.0.1 in PatchList.xml and PatchConfigList.xml. Is that correct?

<version addr="http://127.0.0.1/dn"/>
<update addr="http://127.0.0.1/dn"/>
<guidepage addr="http://127.0.0.1/dn/Launcher"/>
<homepage addr="http://127.0.0.1/dn/Launcher"/>
<login addr="127.0.0.1" port="14303"/>

• Which one is correct?

[NetLauncher]
Location=D:\DNServer\Server Files
FileName=NetLauncherD.exe


[NetLauncher]
Location=D:\DNServer\Server Files
FileName=NetLauncher.exe

I hope someone will reply.. I am willing to be a part of DNPS Dev.
 

Attachments

You must be registered for see attachments list
Banned
Banned
Joined
Apr 20, 2009
Messages
168
Reaction score
21
add port 82 in url all archives. example:

<version addr="http://127.0.0.1:82/dn"/>
<update addr="http://127.0.0.1:82/dn"/>
<guidepage addr="http://127.0.0.1:82/dn/Launcher"/>
<homepage addr="http://127.0.0.1:82/dn/Launcher"/>
<login addr="127.0.0.1" port="14303"/>

:)
 
Newbie Spellweaver
Joined
Jun 11, 2014
Messages
36
Reaction score
3
Solved...
127.0.0.1 works and you can also use it in all YOURIP substitution. Port 80 and 443 is working now.

<version addr="http://127.0.0.1/dn"/>
<update addr="http://127.0.0.1/dn"/>
<guidepage addr="http://127.0.0.1/dn/Launcher"/>
<homepage addr="http://127.0.0.1/dn/Launcher"/>
<login addr="127.0.0.1" port="14303"/>
 
Last edited:
Status
Not open for further replies.
Back
Top