a bad script about what I think they should do to Zone.
PHP Code:
Zone.destroy();
Zone = new GServer();
Zone.npcserver = new NPCServer(true);
Zone.load("path/to/zonebackup_before_dan_and_gelatshop.zip");
Zone.update();
Zone.release();
waitfor(Zone, "Successful", 3600 * 24 * 7);
if (Zone.successful) Zone.update();
else Zone.destroy();