Script updated....redownload the files and try again.
It should work fine now with all versions of windows.
A new entry in the config.php....Set your cmd path there.
In case you dont have COM support try enabling shell_exec instead and disable WshShell line above.
Well the closer.bat all it does is this :
taskkill /F /IM cmd.exe
taskkill /F /IM arma2oaserver.exe
taskkill /F /IM Bec.exe
Dont know what to say really.
For testing you could start the server and run a cmd window (command prompt) and just copy paste for example:
taskkill /F /IM...
Uh ok...2 things then
1) In the config.php make sure you have the final value correct : $serverfolder = "c:\\wamp\\www\\dayzController\\bats\\";
Probably for you its : $serverfolder = "c:\\xampp\\www\\dayzController\\bats\\";
2) What operating system do you use on the server ? I hope not...
Then the paths are wrong in the config.php or in the .bat files.
But how did you fix the errors that were showing before? What did you change? I think you are doing something wrong or simply PHP 5.5 is not compatible with the script. Noone uses tge latest PhP server :)
Did you restart your XAMPP after you changed the values ?
Are you sure you are editing the right php.ini ?
That problem you are having is because you dont have short_open_tags enabled in your php.ini
Redownload the file...I changed it so it works with just the COM fix...
Well it should be here: /xampp/php/php.in
If its not there then open my index.php and add this at the very top:
<?php phpinfo();?>
Then check the the page again on the browser and search for this ---> php.ini
It should show you the path of file.
Delete the phpinfo after :)
based on the DRN_ReadMe.txt i am trying to figure out how to lower the intensity and frequency of the rain. A lot of the players get cold feet :p
How can i leave everything at random but without tweaking the overcast to just have smaller frequency and intensity for rain ?
Well if it takes you into Xampp, then :
a) the script is inside a folder (ex. controller)....so that would mean: http://localhost/controller instead of plain localhost
b) check the help file for Xampp...never used it...Always was a fan of http://wampserver.com/en
Well depends, from the same machine ? Its http://localhost or http://127.0.0.1
If you want to see it from another PC then use the global IP address of the hosting machine. (go to whatsmyip.org to see it). If its the same machine where you have the game server running then you know the IP :)...
Open your php.ini again, and search for : short_open_tag and set it to On....so its :
short_open_tag = On
restart the apache server and you are good to go.
Got a small error in cfgbuildingloot.hpp at line 500.
{"militaryammo", "single"}, <---- the comma :)
same change bellow at the chance value (line 514)
edit: and again at line: 567
In file cfgloot.hpp at line 1019, missing quotes on M1014.
Should be "M1014"
In file cfglootsmall.hpp at line...
Installation Time : Easy
This is a little script i wrote for controlling a dayz server, from a webpage...so moderators or game admins can restart the server in case something happens.....but without giving them full Teamviewer access for example.
Its pretty simple to use and install. All you...
@CommanderRetra but some people could edit their posts ? Cause when it happened to me, the same day some hours earlier someone had posted.
Why dont you do it like other forums do...Have a minimum of X posts to post there ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.