////////////////////////////////////////////////////////////////////////////////////////////////////////////
//VBulletin Database Backup Pro
// 
//  Trigunflame 
//      
// http://www.vbulletin.org/forum/showthread.php?threadid=78486
//    
// http://www.nabdh-alm3ani.net
////////////////////////////////////////////////////////////////////////////////////////////////////////////

1.     

2.      'includes'   
mysqlbackupconfig.php, mysqlbackup.php, ftp.lib.php, pclzip.lib.php.

3. 'includes/cron'      
cronbackup.php 

  includes     

4.       
Add a new cron task in your scheduled task section.

5.   mysqlbackupconfig.php     
  

  $backup['FTP']         = 0;
  $backup['FTPHOST']        = '127.0.0.1';
  $backup['FTPPORT']         = 21;
  $backup['FTPUSER']        = 'anonymous';
  $backup['FTPPASS']        = 'email@notset.com';
  $backup['FTPDIR']        = 'backups';
  $backup['FTPDELLOC']         = 0;
  $backup['FTPPRUNE']         = 1;
  $backup['FTPDUMPS']         = 5;

   207 
6.           
Go back to the Scheduled Task section, and run the task. See what messages you get.

7.   backups      777
        
  $backup['DUMP_PATH']            = 'backups';
 mysqlbackupconfig.php

8. IF POSSIBLE, YOUR OR YOUR HOST TURN OFF SAFEMODE/OPENBASEDIR

//////////   //////////