php shell_exec
i had a few simple things to do with exec/system/shell_exec like
system("wget http://blabla.com/blabla.flv");
but it is not working...
i searched and all come up with same thing php.ini disable_functions (also, checked with hosting support)... also, safe_mode=off...
there was not disable_functions line, so i added...
still not working...
i just want to download tube clips and generate thumbs from them with ffmpeg...
i tried it with a few hosts dedicated/vps, not sure what i'm doing wrong...
any other special settings needed for exec/system/shell_exec?
|