Implementing end-to-end HTTPS encryption with CloudFlare for Google App Engine applications.
Register the root domain with Google Cloud Platform at the following:
| <?php | |
| /* | |
| * PHP: Recursively Backup Files & Folders to ZIP-File | |
| * (c) 2012-2014: Marvin Menzerath - http://menzerath.eu | |
| * contribution: Drew Toddsby | |
| */ | |
| // Make sure the script can handle large folders/files | |
| ini_set('max_execution_time', 600); | |
| ini_set('memory_limit','1024M'); |
| #!/bin/bash | |
| ARGS="${@}" | |
| clear; | |
| while(true); do | |
| clear | |
| OUTPUT=`$ARGS` | |
| echo -e "${OUTPUT[@]}" | |
| sleep 1 | |
| done |