View Single Post
  #6  
Old 04-07-2010, 10:51 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
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");

__________________
Quote:
Reply With Quote