since exec() and system() are disabled i want to write some PHP code wich does almost the same as wget
it wouldn't be that much of a problem for the basic functionality of wget, but this parameters would require some more work:
--save-cookies
--keep-session-cookies
--referer
do you know any...