1.0.72-stable

  • Date: 11/02/2013
  • Backend upgrade: Yes
  • Required: No
  • Language file changed: Yes

IMPORTANT: PHP 5.3 or higher is required as of 1.0.69, if you are still using PHP 5.2 we highly suggest you upgrade as it's end of life.

NOTE: If you get a page with just the background or the page does not display properly then clear your cache(templates_c and browser).

NOTE: If updating to this release you may need to go into each machine (in GSP-Panel) and set a backup path.

Highlights

Backup Manager

Administrator's and users now have access to a tool that allows them to backup their game servers and restore them at anytime!

Features

  • Backup Manager for game servers, with this new tool users and administrators can backup and restore game servers.
  • Optimized javascript, should improve page rendering
  • Updated some third party javascripts
  • Added a timezone selector for those without php.ini access, this can be found in general settings

Bug Fixes

  • Fixed an error with session handling
  • Translated “Admin Controls”
  • Fixed an issue when viewing subusers as an administrator
  • Console logs will display a correct message if the log file is empty
  • Fixed an issue with IE8 processing ajax responses
  • Fixed an issue with WebAPI not setting correct admin permissions

Template Files

  • default/admin/clients/ajax-editsubuser.tpl
  • default/admin/clients/ajax-subuserlist.tpl
  • default/admin/clients/clients-add.tpl
  • default/admin/clients/clients-list.tpl
  • default/admin/clients/clients-summary.tpl
  • default/admin/configuration/administrators-add.tpl
  • default/admin/configuration/administrators-list.tpl
  • default/admin/configuration/ajax-addonlist.tpl
  • default/admin/configuration/ajax-configlist.tpl
  • default/admin/configuration/ajax-scriptlist.tpl
  • default/admin/configuration/ajax-updatelist.tpl
  • default/admin/configuration/emailtemplates-list.tpl
  • default/admin/configuration/managegames-add.tpl
  • default/admin/configuration/managegames-import.tpl
  • default/admin/configuration/settings.tpl
  • default/admin/gameservers/ajax-gameserverslist.tpl
  • default/admin/gameservers/gameservers-list.tpl
  • default/admin/header.tpl
  • default/admin/machines/managemachines-add.tpl
  • default/admin/manageusergames/add-game.tpl
  • default/admin/manageusergames/managegame-info.tpl
  • default/admin/manageusergames/managegame.tpl
  • default/admin/manageusergames/ajax-backups.tpl
  • default/admin/manageuservoice/managevoice.tpl
  • default/admin/modules/mumble/lightspeed/banmanager.tpl
  • default/admin/modules/mumble/lightspeed/liveview.tpl
  • default/admin/modules/ventrilo/lightspeed/banmanager.tpl
  • default/admin/modules/ventrilo/lightspeed/liveview.tpl
  • default/admin/utilities/downloader.tpl
  • default/admin/utilities/update.tpl
  • default/admin/voiceservers/ajax-voiceserverslist.tpl
  • default/common/message-header.tpl
  • default/login/header.tpl
  • default/client/ajax-backups.tpl
  • default/client/managegame.tpl
  • default/client/submanagegame.tpl
  • default/client/ajax-subuserlist.tpl
  • default/client/header.tpl
  • default/client/index.tpl
  • default/client/managegame.tpl
  • default/client/managevoice.tpl
  • default/client/modules/mumble/lightspeed/banmanager.tpl
  • default/client/modules/mumble/lightspeed/liveview.tpl
  • default/client/modules/ventrilo/lightspeed/banmanager.tpl
  • default/client/modules/ventrilo/lightspeed/liveview.tpl
  • default/client/subindex.tpl
  • default/client/submanagegame.tpl

Language Changes

  • CHANGE 'backupquestion' ⇒ “Are you sure you want to backup the game server? Backups may take a while depending on your server, during this time the server will
  • 'timezone' ⇒ “Timezone”,
  • 'logempty' ⇒ “The log file is empty”,
  • 'backupfilelocation' ⇒ “Backup location”,
  • 'machinebackuplocationtooltip' ⇒ “The folder where the the user backups will be stored.”,
  • 'backups' ⇒ “Backups”,
  • 'backupstooltip' ⇒ “Allow user game servers to be backed up”,
  • 'backupclientaccess' ⇒ “Client Access”,
  • 'backupclientaccess1' ⇒ “Backup”,
  • 'backupclientaccess2' ⇒ “Backup and Restore”,
  • 'numberofbackups' ⇒ “Number of backups”,
  • 'tooltipnumberofbackups' ⇒ “The number of backups allowed per game server”,
  • 'backupsnotenabled' ⇒ “Game backups are not enabled”,
  • 'backupsexceedlimit' ⇒ “This game server has reached the backup limit”,
  • 'createbackup' ⇒ “Create Backup”,
  • 'restorebackup' ⇒ “Restore Backup”,
  • 'deletebackup' ⇒ “Delete Backup”,
  • 'nobackupsexist' ⇒ “No backups exist”,
  • 'deletebackupquestion' ⇒ “Are you sure you want to delete this backup?”,
  • 'restorebackupquestion' ⇒ “Are you sure you want to restore this backup? Doing so will overwrite existing files.”,
  • 'backupdeleted' ⇒ “The backup has been deleted”,
  • 'backupnotfound' ⇒ “The backup was not found”,
  • 'backupinprogress' ⇒ “The backup is in progress”,
  • 'backupbeingrestored' ⇒ “Backup is being restored”,
  • 'admincontrols' ⇒ “Admin Controls”,
  • 'suspendunsuspend' ⇒ “Suspend/Unsuspend”
eventvars
  • 'gamerestorestarted' ⇒ “Restore started: {ugid}”,
  • 'gamerestoresuccessfull' ⇒ “Restore finished {ugid}”,
  • 'gamerestorefailed' ⇒ “Restore failed {ugid}”

Code Changes

  • N/A