well i am totally stuck in this.. i have got two script to download file and neither are working..
where is the problm?? i am not getting any error but files are not downloading?? why?? please some one help mePHP Code:<?php if (isset($_POST['links'])){ $links = explode("\n", $_POST['links']); chdir('files'); foreach ($links as $link){ $link = escapeshellarg(trim($link)); shell_exec('wget ' . $link . '&> /dev/null &'); } chdir('..');} ?><form action="" method="post"> <textarea name="links" rows="30" cols="60">Links go here</textarea> <br /> <input type="submit" value="Upload" /></form>

Reply With Quote

What's wrong? I hope I am not making you uncomfortable...
