Jump to content

Atavis

Member
  • Posts

    80
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Atavis got a reaction from ReDBaroN in Log Rotator Folder Naming Issue with Regional Settings   
    My code 
     
    timeout /t 9 @echo off :::::::::::::: CONFIG :::::::::::::::::: :: Set your Arma3 Epoch Base installation directory. LEAVE OFF THE ENDING \ set arma3srvpath=C:\Arma 3 Server :: Set your Default server profile name. This is the name of the directory that stores your server.cfg :: This will be used in the case that you don't launch this script without the server param. :: Example: SC, US6, Chicago13, ect :: DEFAULTPROFILE set srvname=SC :: Delete Original log files after they have been rotated? This keeps your logs more organized and saves space. :: This will not work unless the server is stopped first. This option works best set to 1 when using FireDaemon's Pre/Post Service tab set deloriglogs=0 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::: STOP EDITING :::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Set Time and Date set now=%TIME:~0,-3% set now=%now::=% set now=%now: =0% set now=%DATE:~-4%%DATE:~3,2%%DATE:~0,2%_%now% ::copy md "C:\BACKUP\A3_EPOCH\%now%" xcopy "%arma3srvpath%\DB\dump.rdb" "C:\BACKUP\A3_EPOCH\%now%\" del /Q /F "%arma3srvpath%\%servername%\A3Master_*.log" del /Q /F "%arma3srvpath%\%servername%\arma3server_*.rpt" exit
  2. Like
    Atavis reacted to Zupa in [0.2 Release] Unofficial Epoch Redis Database Manager - Live Map   
    Unofficial Epoch Redis Database Manager
     
    BROKEN IN CURRENT EPOCH.
     
    To help out on the Dev team and server owners i present you my current project i'm working on. This will allow you to manage your redis databases with a nice friendly user-interface. This will be handmade on the Epoch data structure. It will require a php-capable invironment. 
     
    It will allow viewing, editing and deleting of all server data in redis in a admin-friendly interface.
     
    You can request features you want implemented in this topic.
     
     
    OPEN BETA PRE ALPHA UPDATE 2
     
    0.2 Release Data & MAP 
     
    Whats new in 0.2?
     
    [ADDED] More maps [ADDED] Own maps support [ADDED] More customisable settings [ADDED] Import/export server data ( for other admins forexample) [ADDED] Use own images [ADDED] View buildings, storages,players,vehicle details. [FIXED] Charnarus and altis are calibrated, other maps  that are default in are theoreticle correct but not tested. [FIXED] Working dashboard page.  
    Whats Gonna be new in 0.3 ( Rolling Changelogs)?
     
    [CHANGED] PHP laravel backend. [ADDED] Statistic Graphs at listdetail screens. [ADDED] Login System. [ADDED] User Rights on pages system. (Configurable by full admins). [ADDED] Inegrated ZupaStats for admin purposes. [FIXED] Some performance issues. [FIXED] Changing server on dashboard now also refreshes dashboard. [FIXED] Server name now correctly displays on title text. More to come  
     
    Download:
     
    On 24 feb 2015:
     

     
    http://www.mediafire.com/download/rd1c8wldmldgi2z/ZRDBM.rar
     
    This is not an optimised build. Keep the html and php on the same host for this release. TCP redis should work if configured corretly ( not tested, so I can be wrong). Server data is saved in localhost in your browser for time being. 
     
    Default included maps:
    Chernarus Altis Stratis Takistan Namalsk  
    Download Extra Maps
     
    These maps are not default in the download to make the file not too big for people that don't need them.
     
    To use these maps just place the folder in the "maps" folder and add the map to the settings.
     
    Credits to Scott AKA Uro to make these possible and easy for me.
     
    These images are ingame images and should not have an offset
     
    Bornholm
     
    http://www.mediafire.com/download/n7bbqkf8899hiex/bornholm.rar
     
    Mapsize : 22528 x 22528 : Needs testing!
     
    Image: http://i.imgur.com/jNXbfeC.jpg
     
    Lingor
     
    http://www.mediafire.com/download/1af9wb3zxlif2xc/lingor.rar
     
    Mapsize : 10240 x 10239 : Needs testing!
     
    Image: http://i.imgur.com/yeIAi8v.jpg
     
    Zargabad
     
    http://www.mediafire.com/download/0gjq7617zl3uc36/zargabad.rar
     
    Mapsize : 8191 x 8194: Needs testing!
     
    Image: http://i.imgur.com/CoJLIXL.jpg
     
    Panthera 3
     
    http://www.mediafire.com/download/gqumsm2s2niskl7/panthera.rar
     
    Mapsize : 10240 x 10239: Needs testing!
     
    Image: http://i.imgur.com/cf7fsqd.jpg
     
    Taviana 3
     
    http://www.mediafire.com/download/an38c1rbidxmdcr/taviana.rar
     
    Mapsize : 21333 x 21332: Needs testing!
     
    Image: http://i.imgur.com/jHZyDz5.jpg
     
    Alternative Altis
     
    http://www.mediafire.com/download/1dd962bff7wo4dr/altis2.rar
     
    Mapsize : 30700x 30700.
     
    Image: http://i.imgur.com/XNgVFMJ.jpg
     
    Alternative Chernarus
     
    http://www.mediafire.com/download/2qc9jri1ccj38ym/chernarus2.rar
     
    Mapsize : 15360 x 15360.
     
    Image: http://i.imgur.com/88ilDD9.png
     
    Alternative Stratis
     
    http://www.mediafire.com/download/c29odtoquazjki6/stratis2.rar
     
    Mapsize : 8191 x 8192
     
    Image: http://i.imgur.com/x0xy0zR.jpg
     
    Instructions:
     
    Unzip the folder in your apache enviremont ( xampp htdocs) for example. ( More info about this later).
     
    Add extra maps to the map folder if necessary (Not all are included in default download. Otherwise the size will get too big).
     
    Go to the server/config.php and fill in your server data ( if you want multiple servers on different IP's , i recommend making a server2 folder with that config then).
    $myRedisPass = "redispass"; $myRedisPort = 6379; $myRedisHost = '127.0.0.1'; // If php and redis are on the same server, this suffices IF PHP and REDIS are on different servers ( you need to open the redis Port on that server AND bind your public ip in redis config !)
     
    EXAMPLE in redis.conf: ( Restart redis to activate this).
    bind 127.0.0.1 38.17.135.190 Now browse to your folder in a browser.  ( localhost or externally).
     
    The webapp automaticly lets u add a server, fill in the data correctly or import an exported server. 
     

     
     
    Screenschots:
     
     

     

     
     

     
     

     
     

     
     
     

     

     
    IN DEV More functions added later.
  3. Like
    Atavis reacted to nedfox in FAQ: How to make backups of your Redis database   
    look here in the logrotator.cmd : 
     
    copy "%arma3srvpath%\DB\dump.rdb" "%arma3srvpath%\DBbackups\RotatedLogs\%dtStamp%\DBbackups\dump.rdb"
     
    If you want to copy it to another folder, create that folder (like C:\YOURPATH) and then :
     
    Put this RIGHT BELOW THAT LINE.
     
    md "C:\YOURPATH\%dtStamp%"
    xcopy "%arma3srvpath%\DB\dump.rdb"  "C:\YOURPATH\%dtStamp%\dump.rdb"
     
    This will copy the DB to your specified folder, making a timestamp folder and put the DB in there.
  4. Like
    Atavis got a reaction from MPG in AI MISSIONS?   
    I agree. Would you have helped many people.
×
×
  • Create New...