Community Add-Ons
| Maintainers: | soso93 |
Backup Mysql send to your email and ftp
for osCommerce Online Merchant v2.2
Works well with snapshot 2.2 of oscommerce.
FUNCTION:
Quickly and easily backup your MySQL database send to your email and ftp.
automatically.
INSTALLATION:
1.) Upload the backup2mail dir to your website
3.) Chmod the backup2mail dir to 755
4.) Setup the cron command
If you have cpanel the correct cron command is: GET http://www.domain.com/catalog/backup2mail/dumpall.php > /dev/null
Info: this script does not use them: exec,proc_open,shell_exec,system,posix_kill,popen,passthru().
if error
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 4353523 bytes)
add in script :
ini_set("memory_limit","80M");
front :
$headers = "From: $send_from";
