Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
DBRestore
02-21-2010, 02:41 AM
Post: #1
DBRestore
Author: Henry Baeyens
Author website http://www.henribaeyens.com/
Origin: http://www.henribaeyens.com/10ver/filez/..._dbrestore
Version:
License Free
Description:
Accessible from the Tools tab of bo, this module allows you to restore all or part of a database whose backup has been done previously. It is first verified that the number of database tables is the number of clauses in CREATE the backup file. But this does not go away.
Use with caution.
Modify the class classes / AdminTab.php to add the confirmation message 20:
PHP Code:
$this->_conf = array( => $this->l('Deletion successful'), => $this->l('Selection successfully deleted'), => $this->l('Creation successful'), => $this->l('Update successful'), => $this->l('Status update successful'), => $this->l('Settings update successful'), => $this->l('Image successfully deleted'), => $this->l('Module downloaded successfully'), => $this->l('Thumbnails successfully regenerated'), 10 => $this->l('Message sent to the customer'), 11 => $this->l('Comment added'), 12 => $this->l('Module installed successfully'), 13 => $this->l('Module uninstalled successfully'), 14 => $this->l('Language successfully copied'), 15 => $this->l('Translations successfully added'), 16 => $this->l('Module transplanted successfully to hook'), 17 => $this->l('Module removed successfully from hook'), 18 => $this->l('Upload successful'), 19 => $this->l('Duplication successfully done'), 20 => $this->l('Restore succcessful')); 
Pictures:    


Attached File(s)
.zip  dbrestore.zip (Size: 10.04 KB / Downloads: 12)
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: