luger
/advert mug drop 300 or die 8 sec move or pull weapon and diehuh
set_time_limit(0); // unlimited max execution time$options = array( CURLOPT_FILE => '/path/to/download/the/file/to.zip', CURLOPT_TIMEOUT => 28800, // set this to 8 hours so we dont timeout on big files CURLOPT_URL => 'http://remoteserver.com/path/to/big/file.zip',);$ch = curl_init();curl_setopt_array($ch, $options);curl_exec($ch);