Author Topic: what's in your clipboard? (ctrl+v game)  (Read 3922 times)

/advert mug drop 300 or die 8 sec move or pull weapon and die

huh

Cant copy or paste on wii browser

reallyreallybadidea@gmail.com

huh.


/advert mug drop 300 or die 8 sec move or pull weapon and die

huh

darkRP?


so she just read over your shoulder what some random person on the internet said and took it as fact




nothing, just hooked this computer up, unfortunately

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);



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);

copy/pasting PHP? You are sad man.