1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <?php
- /**
- * <https://y.st./>
- * Copyright © 2015 Alex Yst <mailto:copyright@y.st>
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <https://www.gnu.org./licenses/>.
- **/
- $xhtml = array(
- 'title' => 'Charls Davis and a potentially-compromised server',
- 'body' => <<<END
- </p>
- I set up the <code><abbr/></code> and <code><acronym/></code> tags finally.
- I should have done it yesterday, but doing so required looking up the exact expansion of every abbreviation I've used on the site so far, and I was tired.
- </p>
- </p>
- Someone named "Charls [sic] Davis" has decided to use an email address at my domain with his Apple account.
- 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.
- 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.
- I also tried writing to Apple, but according to Apple's auto-responder, Apple doesn't read their email.
- The auto-responder instead directed me to the broken Web support page.
- Likewise, I have no way to find or contact Charls Davis and ask what's going on.
- I will likely waste much time tomorrow trying to reach Apple support, but tonight, I need to go to bed.
- </p>
- </p>
- My server went down for unknown reasons.
- Normally, when that server malfunctions, it turns its fans up real loud and stops responding.
- Power-cycling the machine fixes the issue.
- However, this time, the machine was completely turned off.
- I don't know what would have caused it.
- On <a href="ircs://irc.volatile.club:6697/%23Volatile">#Volatile</a>, janicez thinks I got hacked.
- This may very well be the case.
- 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.
- I connected to the server he was using, but it then went down.
- The network server soon came back up, but watson was nowhere to be found.
- </p>
- END
- );
|