14.xhtml 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?php
  2. /**
  3. * <https://y.st./>
  4. * Copyright © 2015 Alex Yst <mailto:copyright@y.st>
  5. *
  6. * This program is free software: you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License as published by
  8. * the Free Software Foundation, either version 3 of the License, or
  9. * (at your option) any later version.
  10. *
  11. * This program is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. * GNU General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License
  17. * along with this program. If not, see <https://www.gnu.org./licenses/>.
  18. **/
  19. $xhtml = array(
  20. 'title' => 'Charls Davis and a potentially-compromised server',
  21. 'body' => <<<END
  22. </p>
  23. I set up the <code>&lt;abbr/&gt;</code> and <code>&lt;acronym/&gt;</code> tags finally.
  24. I should have done it yesterday, but doing so required looking up the exact expansion of every abbreviation I&apos;ve used on the site so far, and I was tired.
  25. </p>
  26. </p>
  27. Someone named &quot;Charls [sic] Davis&quot; has decided to use an email address at my domain with his Apple account.
  28. I have never heard of Charls Davis, but I got a letter in my inbox asking me to confirm that the email address is really his.
  29. I attempted to contact Apple support through their website, but it seems that $a[Tor] users are banned from accessing Apple support via the Web.
  30. I also tried writing to Apple, but according to Apple&apos;s auto-responder, Apple doesn&apos;t read their email.
  31. The auto-responder instead directed me to the broken Web support page.
  32. Likewise, I have no way to find or contact Charls Davis and ask what&apos;s going on.
  33. I will likely waste much time tomorrow trying to reach Apple support, but tonight, I need to go to bed.
  34. </p>
  35. </p>
  36. My server went down for unknown reasons.
  37. Normally, when that server malfunctions, it turns its fans up real loud and stops responding.
  38. Power-cycling the machine fixes the issue.
  39. However, this time, the machine was completely turned off.
  40. I don&apos;t know what would have caused it.
  41. On <a href="ircs://irc.volatile.club:6697/%23Volatile">#Volatile</a>, janicez thinks I got hacked.
  42. This may very well be the case.
  43. Watson said he had advice for me to help secure the server, find if anything was taken, and/or find if anything was left behind, but a net split immediately broke ended our conversation.
  44. I connected to the server he was using, but it then went down.
  45. The network server soon came back up, but watson was nowhere to be found.
  46. </p>
  47. END
  48. );