Xampp Version

07/30/2016 00:24 TheLittleStorm#1
Hello guys!

I actually use the xArva's Launcher for Odin Files and Xampp with php version 5.6 but when i try to connect with the launcher, it send "Incorrect Password".

I'm sure the Login.php is good and it's maybe because my Xampp version is bad and i know it is a newbie error.
so i need your help to know what version is needed?

Thank you in advance ! :handsdown:
07/30/2016 01:53 Miraiko#2
Use the xaamp is in the post of xArva Launcher. It works :o
07/30/2016 09:30 LoLBoL#3
Make sure your pw in the database is in md5 format.

Verstuurd vanaf mijn SM-G900F met Tapatalk
07/30/2016 14:30 dragonhunter09#4
i dunno how the launcher works but if it response "Incorrect Password" on any response that the launcher couldn't parse you should check the error log.
(The default behavior of PHP is not to log errors you have to change the php.ini setting in your php folder to something like this: error_log = "c:/lighttpd/logs/php_errors.log" Save the config and restart your xampp webservice. If you already have a logfile just open the specified path)

Now you can see all the php error's that may occour when you try to login.


if your login script use short php tags ("<?" instead of "<?php") you have to change the setting short_open_tag = Off to On in the php.ini or change the PHP file.
08/07/2016 19:39 TheLittleStorm#5
Sorry for the delay,

I found the good xampp version, thank you verry much for your help!

But now when I start the game, i see the famous "Authentification failed"... :/
In OdinRestServer.shn, I changed the Port 80 by other one because the "system" use it already.
It doesn't work just because I changed it or my Rest.exe doesn't work correctly?

Thank you again in advance and sorry for this common problem.
08/07/2016 22:21 LoLBoL#6
The original rest is forced to run on port 80, disable IIS services, it usually uses port 80.

Verstuurd vanaf mijn SM-G900F met Tapatalk
08/07/2016 22:46 хαrvα#7
Or just use iis. xD
Then you can run the rest server + IIS at the same if you go to cmd and type -> netsh http add iplisten YOURIP
08/08/2016 18:31 TheLittleStorm#8
It work thanks a lot!
But now the server list is full time "High" q.q

I found this in World Manager log:


I'm sorry to ask your help for this last problem.
Thanks you again in advance!
08/08/2016 23:29 *Kaito#9
You aint need any shit to change at iis for rest...
08/09/2016 17:34 D0n!#10
Not the REST Service is forced to run on port 80, its the outspark_vc71.dll which is
attached to character and login service and forced to send any request to stubedore.t:80!

You can use [Only registered and activated users can see links. Click Here To Register...] modified .dll to let it run on port 8900.

No need to modify your (windows) hosts, no need to modify your http service.
Also no need to open your firewall for this port (8900) if you run all fiesta related
services on the same machine.

Simply change this .dll with yours, open your *RestServerSettings*.shn and make sure port 8900
(and also ip 127.0.0.1) is set there.

Exactly for that i modified that shit, nothing else was made there.

For more information read [Only registered and activated users can see links. Click Here To Register...] (german) post.
08/10/2016 15:20 TheLittleStorm#11
It work perfectly!
Thanks you verry much D0n! for this .dll and all people for your help !