Community Add-Ons
| Maintainers: | apopular |
Backup of all store files in zip format / Backup em formato zip de todos os arquivos de sua loja
for osCommerce Online Merchant v2.2
Full backup of all off yor store files
only one file to edit
instalation time less than 3 minutes
credits : phprograman@hotmail.com
I only create a oscommerce file apopular - marcelo_73 from brazil
Put this file in your root directory
open
admin/includes/boxes/tools.php
find :
$contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_BACKUP) . '" class="menuBoxContentLink">' . BOX_TOOLS_BACKUP . '</a><br>' .
Add:
'<a href="../fullbackup" class="menuBoxContentLink" target="_blank">Backup all Files</a><br>' .
save an goto your administration/ tools and click "backup all files" you are downloading all root files
====================================
Backup completo de todos os arquivos de sua loja,
creditos: phprograman@hotmail.com
eu só coloqueio no oscommerce APOPULAR (marcelo_73)
Somente um arquivo para editar
tempo de instalação menos de 3 minutos
Abra
admin/includes/boxes/tools.php
encontre:
$contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_BACKUP) . '" class="menuBoxContentLink">' . BOX_TOOLS_BACKUP . '</a><br>' .
adicione:
'<a href="../fullbackup" class="menuBoxContentLink" target="_blank">Backup all Files</a><br>' .
salve então vá a a dministração, ferramentas e clique em backup all files para fazer o backup de todos os arquivos de sua loja em formato ZIP
Legend:
Download
Report
This contribution will allow you to save a backup of all your site files in compressed (zip) format on your computer. It will ignore all files in your backup folder as well as your cached ones.
My main reason for this release is to address a security hole that was opened by the original contribution.
Features (v1.1):
1.Properly incorporated within admin, you must be logged in to back up.
2.Backup directory is excluded (save your dBase backups separately).
3.The cache folder is ignored (as defined within admin).
4.Will work under php 4.
5.Protected commands (exec etc.) are not used.
6.Improved the installation instructions.
Tested on PHP 4 & 5, SQL 4 & 5, osC 2.2 ms2, rc1 & rc2a and is register_globals off compatible.
Support thread will be found here: http://forums.oscommerce.com/topic/346592
FULL PACKAGE
