Tried using system() as for the mysqldump it didn't work. Did get it to list a directory but that may be nothing.
I wonder if they can allow a mysqldump command without having to worry about security?
I noticed in the /bin folder there is a file named ls
When I tested this out:
<?php
system('ls / -l');
?>
It showed a list of files. Guess what I am trying to figure out is can my new host setup something that is secure to allow backingup/restore?
|