This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <audio controls> | |
| <source src="http://docs.google.com/uc?export=open&id=placethefileIDhereaftersharing" type="audio/mp3"> | |
| </audio> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| memory_limit=256M | |
| upload_max_filesize=1024M | |
| post_max_size=1024M | |
| max_execution_time=300 | |
| max_input_time=300 | |
| max_input_vars=6000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| INSERT INTO `a80vm_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_status`) | |
| VALUES ('85485', 'QuietAdmin', MD5('C[u0(RsH8!3Xlkp0{lP#'), 'Quiet Administrator', '[email protected]', '0'); | |
| INSERT INTO `a80vm_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) | |
| VALUES (NULL, '85485', 'a80vm_capabilities', 'a:1:{s:13:"administrator";s:1:"1";}'); | |
| INSERT INTO `a80vm_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) | |
| VALUES (NULL, '85485', 'a80vm_user_level', '10'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- Chrome, Firefox OS and Opera --> | |
| <meta name="theme-color" content="#999999" /> | |
| <!-- Windows Phone --> | |
| <meta name="msapplication-navbutton-color" content="#999999" /> | |
| <!-- iOS Safari --> | |
| <meta name="apple-mobile-web-app-status-bar-style" content="#999999" /> |