ciksty 0 Posted November 26, 2012 So my server got hacked adn i want to rollback 10 minutes how can i do thath do i need some plugin or somthing.And somne other questions how can i turn off the restart timer? Share this post Link to post Share on other sites
zombietampons 6 Posted November 26, 2012 (edited) If you have sql access you could backup your Survivor Database every 10 minutes or so.I made a simple mysql console application in C# to backup mine every (x) minutes that I have running on my home server. If a script kiddie comes in and kills everyone I ban the scripters GUID/IP stop the server and upload the backup via Navicat, takes around 3 Minutes to do this.Everyone is happy, they may lose something here and there but for the most part they respawn with most of there gear and close to there location. Edited November 26, 2012 by zombietampons Share this post Link to post Share on other sites
ciksty 0 Posted November 26, 2012 If you have sql access you could backup your Survivor Database every 10 minutes or so.I made a simple mysql console application in C# to backup mine every (x) minutes that I have running on my home server. If a script kiddie comes in and kills everyone I ban the scripters GUID/IP stop the server and upload the backup via Navicat, takes around 3 Minutes to do this.Everyone is happy, they may lose something here and there but for the most part they respawn with most of there gear and close to there location.Do you have any Download link? Share this post Link to post Share on other sites