Hive DayZ-Arena 0.59 / Save Problem
hio
ill tryed wamp, xamp, mysql and the usbmanager to bring the save to run with this server... atm iam working with xamp. dont know what i do wrong here but the database work perfect. it seems that the server dont communicate with it. Can someone help me plz with that problem ?
ill tested all from the guides here in the forums but i dont bring it to life.
when i start "localhost/DayzServlet/" it works fine but the server always said that he isnt connect to the database. also changed the dbSelectHost.sqf and packed it before ill start the server.
Greez
Re: Hive DayZ-Arena 0.59 / Save Problem
I can help you, go mp I add you on skype.
Re: Hive DayZ-Arena 0.59 / Save Problem
ok after another 9h of trying and testing iam done with it...
cant get the hive to work :mad:
maybe u can gimme a hand if we are on at the same time. dont know what iam doing wrong.
plz send me an screen of ur hive database to take a look
http://www.weilichskann.eu/Pics/DB.jpg
Thx
Re: Hive DayZ-Arena 0.59 / Save Problem
So...
In file MPMission/dayzea.ChernarusPlus/dbSelectHost.sqf we see code
Code:
dbSelectHost "http://localhost:8081/";
this code is called in the appropriate section of the initialization file of the mission
Code:
// Init hive
dbLoadHost;
//dbSelectHost "http://127.0.0.1:8081/DayZServlet/";
call compile preprocessFileLineNumbers "dbSelectHost.sqf";
in fact, we could just use the command dbSelectHost instead of calling script:
Code:
// Init hive
dbLoadHost;
dbSelectHost "http://localhost:8081/";
But, accordingly, first of all, your web server must be able to handle the conversion to the specified port and address, and that you must configure. Thus, you should allow listen on port 8081 for requests coming from "localhost".
Secondly, you have a sample directory @dayzServlet054 (call it what you like) that you find it easier to put in the documents directory of your web server (so as not to mess with the permission settings). In addition, your web-server must support php ModRewrite (recommended сore 1.8/5.6) to handle the corresponding commands in .htaccess, because the core of game generates the php-query subject pre-treatment.
And thirdly, properly associate the treatment of external services (core game) that redirects to the desired destination site (location .htaccess)
Only when you meet all three conditions you will get a functioning system saves...
Re: Hive DayZ-Arena 0.59 / Save Problem
hio
i am using the newest version of the programms and with the usbwebserver ill took the same version as in the guide so this should be ok.
@Andre
thx for ur small guide through the localhost but as i said i dunno what i am doing wrong so i cant tell u if this all happens here on my machine. i changed the script like u said up there and still no luck with saving my chars.
i did the setup step by step from this Post ! and not only once ! atm iam @ the 17th hour of trying to get that running...
Greez
Re: Hive DayZ-Arena 0.59 / Save Problem
Heh... Old instructions on new configs... ((
1. Suffix "/DayZServlet/" in url not used now! You must only spec "protocol://address:port/" string, not more.
2. Game core automatically adds suffix "/lud0/" to query string, so you must have php-parser for remove this, or be able to correctly handle this event.
3. Check working of your own webserver manually from browser:
- query on "http://localhost:8081/" should return "dayz hive" answer
- create file "00000000000000000.json" in "saves" subfolder of hive with any content (ex., "test"); query on "http://localhost:8081/lud0/find/?uid=00000000000000000&id=000000" should return this content
Re: Hive DayZ-Arena 0.59 / Save Problem
hio
yea but for the new configs are no guides so i must work with what i got :)
it would be much easier if someone write a guide for that, cause i absolutly dont know what all that means ^^
ill always get the 055 or Hive or whatever i wrote into the file but he dont save the chars in there...
[Edit]
Ok after i ll created an character.php in the hive it saves all data normal. work with every change ill do ingame.
Re: Hive DayZ-Arena 0.59 / Save Problem
hello guys can you help me pls my probleme is i can'ts aplly bandage, morhine, saline bag.... to my firend the action is not performed
Re: Hive DayZ-Arena 0.59 / Save Problem
i have the same probleme with the saves, what do you mean with character.php, where did you created it, is it empty, could you please help me
Re: Hive DayZ-Arena 0.59 / Save Problem
Same problem with the saves !
Need Help Please
I have install USBWebserver v8.6 + DayzServlet,
when i check http://localhost:8080/DayzServlet/ i have 055 message Apache work
Server work well but when player connecting Red message tell save problem ! :(
http://img15.hostingpics.net/thumbs/...57284photo.jpg
Please, need Tuto Step by step to make Hive working on 0.59 Arena server
Re: Hive DayZ-Arena 0.59 / Save Problem
character save works but I could not find anything in phpmyadmin - just can connect but no dayz saves
when I look into folder .../dayzservlet/saves/ there is just my character json file
so how can I manage to save the tents?
Re: Hive DayZ-Arena 0.59 / Save Problem
@ elmster
@dayzServlet example is php/text save-system, not a mySQL.
And this is NO "save tents" - is "save CHARS"
Re: Hive DayZ-Arena 0.59 / Save Problem
Hello Andre, you can fix the SendUDPMessage function? If you know but don't want to say, please show the way.
Re: Hive DayZ-Arena 0.59 / Save Problem
Quote:
Originally Posted by
AndreTM
@ elmster
@
dayzServlet example is php/text save-system, not a mySQL.
And this is NO "save tents" - is "save CHARS"
Where can we get the 0.59 Server and client files,also with hive?
Re: Hive DayZ-Arena 0.59 / Save Problem
Quote:
Originally Posted by
airborne52
Where can we get the 0.59 Server and client files,also with hive?
I can give server files, but no client side, because i deleted client.