Hi. At least one of the following shell commands should backup your database:
mysqldump -h HOST -p DATABASE > BACKUP.sql
mysqldump -h HOST -p --opt DATABASE > BACKUP.sql
mysqldump -u USER -p PASSWD DATABASE > BACKUP.sql
mysqldump -u USER -p PASSWD --opt DATABASE > BACKUP.sql
You can also gzip the backup like so:
mysqldump -h HOST -p DATABASE | gzip > BACKUP.sql.gz
Otherwise, maybe use phpMyAdmin to make a backup.
As for cron jobs, there is a tutorial in
this thread.
The ads showing in the commercial script are not targted; they are just HTML examples of ads.