123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- <?php
- /**
- * <https://y.st./>
- * Copyright (C) 2015-2016 //y.st. <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' => 'Hall of Shame',
- 'subtitle' => 'Users that claimed my email address as their own',
- 'copyright year' => '2015-2016',
- 'body' => <<<END
- <p>These are people who pretended to be me by registering for accounts at other sites using my email address. Both the registrant (for using someone else's email address to register an account) and the company (for allowing registration without confirming with the email address holder that the account is wanted) should be ashamed of themselves. Registrant names and other information may be fake; after all, they didn't supply their real email addresses either.</p>
- <h2>M Vaseem</h2>
- <table>
- <tr>
- <td>Registrant:</td>
- <td>M Vaseem</td>
- </tr>
- <tr>
- <td>Telephone number:</td>
- <td>810-630-8571 (+91.8106308571?)</td>
- </tr>
- <tr>
- <td>Domain:</td>
- <td>www 99acres com</td>
- </tr>
- </table>
- <h2>John Fiebiger</h2>
- <table>
- <tr>
- <td>Registrant name:</td>
- <td>John Fiebiger</td>
- </tr>
- <tr>
- <td>Potentially real email addresses:</td>
- <td>
- <a href="mailto:farm@k.st">farm@k.st</a><br/>
- <a href="mailto:johnfiebiger@gmail.com">johnfiebiger@gmail.com</a>
- </td>
- </tr>
- <tr>
- <td>Domain:</td>
- <td>www ebay com</td>
- </tr>
- </table>
- <h2>yareli terrones</h2>
- <table>
- <tr>
- <td>Registrant:</td>
- <td>yareli terrones</td>
- </tr>
- <tr>
- <td>Mailing address:</td>
- <td>pioneer<br/>cashmere, WA 98815</td>
- </tr>
- <tr>
- <td>Telephone Number:</td>
- <td>509-387-2757 (+1.5093872757)</td>
- </tr>
- <tr>
- <td>Credit card:</td>
- <td>llareli segura<br/>Ending in 1097<br/>Expires 01/18</td>
- </tr>
- <tr>
- <td>Domain:</td>
- <td>www walmart com</td>
- </tr>
- </table>
- <h2>adan play</h2>
- <table>
- <tr>
- <td>Registrant:</td>
- <td>adan play</td>
- </tr>
- <tr>
- <td>Telephone Number:</td>
- <td>01 461 422 5178</td>
- </tr>
- <tr>
- <td>Credit card:</td>
- <td>VISA **************0270 (expires 2019-08)</td>
- </tr>
- <tr>
- <td>Domain:</td>
- <td>www netflix com</td>
- </tr>
- </table>
- <h2>wildrachel64</h2>
- <table>
- <tr>
- <td>Registrant:</td>
- <td>wildrachel64</td>
- </tr>
- <tr>
- <td>Domain:</td>
- <td>www kik com</td>
- </tr>
- </table>
- END
- );
|