Skip to content

Instantly share code, notes, and snippets.

@h1rule
Created October 30, 2014 14:20
Show Gist options
  • Save h1rule/c78a86d4aca6c014d176 to your computer and use it in GitHub Desktop.
Save h1rule/c78a86d4aca6c014d176 to your computer and use it in GitHub Desktop.
<?
$phpFiles = glob('images/*.jpg');
if (empty($phpFiles) === false)
{
$randomFile = $phpFiles[array_rand($phpFiles)];
echo($randomFile);
}
$begin_group = shell_exec('cd /home/kvm3/whatsfap/ && ./yowsup-cli --config klinikum.conf -s 491XXX "WELCOME TO WHATSFAP. A PICTURE COLLECTION OF THE FAPPENING AND THE SNAPPENING! HAVE FUN."');
$whatsapp_image_group = shell_exec("cd /home/kvm3/whatsfap/ && ./yowsup-cli --config klinikum.conf --sendImage 49151XXXX /var/www/whatsfap/". $randomFile . " -a");
$end_group = shell_exec('cd /home/kvm3/whatsfap/ && ./yowsup-cli --config klinikum.conf -s 4915XXXX "NEW PICTURE COMING TOMORROW! HAPPY FAPPING."');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment