Another note to my post, originally Novo had stored clan data and so on in a DB but we experienced a random data loss when the server restarted/crashed. To counter this:
PHP Code:
function saveData() {
// Just setting a test variable
this.variable = "lolwhatever";
// Forces the DB to update/save to the HDD (from what I understood from Stefan)
this.trigger("Update");
}