Search results

  1. Sandbird

    [SUPPORT] Dayz Server Control Panel [PHP]

    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.
  2. Sandbird

    Releasing my FULL mission + server pbo files

    Where is the server file for the WTFGaming_Wasteland_3.Chernarus. anyone has it :/ ?
  3. Sandbird

    [SUPPORT] Dayz Server Control Panel [PHP]

    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...
  4. Sandbird

    [SUPPORT] Dayz Server Control Panel [PHP]

    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...
  5. Sandbird

    [SUPPORT] Dayz Server Control Panel [PHP]

    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 :)
  6. Sandbird

    [SUPPORT] Dayz Server Control Panel [PHP]

    I see you fixed it....How did you do it ?
  7. Sandbird

    [SUPPORT] Dayz Server Control Panel [PHP]

    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...
  8. Sandbird

    [SUPPORT] Dayz Server Control Panel [PHP]

    And still have a problem oO ?
  9. Sandbird

    [SUPPORT] Dayz Server Control Panel [PHP]

    Like i said: http://opendayz.net/threads/support-dayz-server-control-panel-php.18909/#post-96124
  10. Sandbird

    [SUPPORT] Dayz Server Control Panel [PHP]

    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 :)
  11. Sandbird

    Change weather server side.

    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 ?
  12. Sandbird

    DayZ Base Building 1.3 Discussion

    Where is the info in Optional Extras about Axe Lights ? I cant find it
  13. Sandbird

    [SUPPORT] Dayz Server Control Panel [PHP]

    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
  14. Sandbird

    [SUPPORT] Dayz Server Control Panel [PHP]

    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 :)...
  15. Sandbird

    [SUPPORT] Dayz Server Control Panel [PHP]

    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.
  16. Sandbird

    [SUPPORT] Dayz Server Control Panel [PHP]

    Which PHP version are you using ? Add COM support in php.ini: [COM_DOT_NET] extension=php_com_dotnet.dll
  17. Sandbird

    [SUPPORT] Dayz Server Control Panel [PHP]

    Help thread for http://opendayz.net/threads/release-dayz-server-control-panel-php.18895/
  18. Sandbird

    [Release]Custom Loot For Epoch + OverPoch UPDATED as of 01/31/2016 [1.0.5.1]

    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...
  19. Sandbird

    [Release] Dayz Server Control Panel [PHP]

    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...
  20. Sandbird

    Insufficient Forum Privileges?

    @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 ?
Back
Top