I'm getting this error
Warning: system() has been disabled for security reasons in /home/roelmb/public_html/ps-troepentool2/updater.php on line 20
Failed downloading http://s6.travian.nl/map.sql or the file could not be saved due to file system permission restrictions!
Is their a solution for this problem. I already put the permission on the folder too writing is their something else I need to do
Is it possible to download the file with cron
Warning: system() has been disabled for security reasons in /home/roelmb/public_html/ps-troepentool2/updater.php on line 20
Failed downloading http://s6.travian.nl/map.sql or the file could not be saved due to file system permission restrictions!
Code:
// load the map.sql via system command using "wget" into the folder data/
// IMPORTANT: PHP has to be allowed to write into that folder, if necessary set the needed rights!
system('wget '.$travian_db_dump.' -O data/tmp.sql');
Is their a solution for this problem. I already put the permission on the folder too writing is their something else I need to do
Is it possible to download the file with cron
Last edited: