ik kom online
ik w8 even ( backup maken kost 10 sec

het venster om hem op te slaan komt
ik sla hem op ...............
Wat dacht je daar van????// CHANGE THE FOLLOWING SETTINGS TO YOUR NEEDS:
$dbhost = "localhost"; // usually localhost
$dbuser = ""; // the username
$dbpass = ""; // password for database
$dbname = ""; // database name
$email = ""; // Email adress to send the backup to
$from = ""; // Email address message will show as coming from.
$ftp_host = ""; // FTP Host to send the backup to
$ftp_user_name = ""; // FTP User name
$ftp_user_pass = ""; // FTP Password
$ftp_dir = "/backup/"; // FTP Directory where backup must be copied to (directory must exist!)
$use_zip = 1; // Use compression to make the backup smaller 0 = No , 1 = GZIP , 2 = ZIP
$use_mail = 1; // Mail the file 0 = No , 1 = Yes
$use_ftp = 0; // Use ftp to upload the file to another webspace 0 = No , 1 = Yes
$language = 1; // Here you can set the language 0 = UK , 1 = NL , 2 = GE
// NORMALLY YOU CAN LEAVE THE FOLLOWING SETTINGS:
$del_file = 1; // Delete file after mail or ftp 0 = No , 1 = Yes
$use_stats = 1; // Show information on screen after making the backup 0 = No , 1 = Yes
$structure_only = false; // set FALSE to get a complete backup with table content
$filename = date('ymd')."-".$dbname.".sql"; // name of the uncompressed sql backup; PhpMyAdmin standard = date('ymd')."-".$dbname.".sql"
$path = ""; // Path: for example "test/", must be a subdirectory from the directory where the script is
//
// DO NOT CHANGE ANYTHING BELOW HERE !!!
Tussen de quotes de waarde, bijvoorbeeld:// CHANGE THE FOLLOWING SETTINGS TO YOUR NEEDS:
$dbhost = "localhost"; // usually localhost$dbpass = ""; // password for database$dbuser = ""; // the username
$dbname = ""; // database name
$email = ""; // Email adress to send the backup to
$from = ""; // Email address message will show as coming from.
wordt$dbuser = ""; // the username
etc...$dbuser = "jouw loginnaam voor je database"; // the username