Show
Ignore:
Timestamp:
04/21/07 14:14:51 (2 years ago)
Author:
jm3
Message:

new spammer blacklist, perl libs, and better splinker hunting tools

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • feedmelinks/blacklist/index.php

    r1350 r1448  
    1 <ul> 
    2         <li>thevideosense.com</li> 
    3         <li>http://databanqmedia.com/</li> 
    4         <li>onlywire.com 
     1<?php 
     2        include( "../modules/utils.inc.php" ); 
     3        $css = "/style/midnight.css"; 
     4        include( "$modules/header.inc.php" ); 
     5        $idiot_names = array( "Douchebags", "Assholes", "Fuckheads", "Fucktards", "Idiots", "Spammers" ); 
     6        $idiots = $idiot_names[ rand( 1, count( $idiot_names ) ) - 1]; 
     7?> 
     8 
     9<div class="main"> 
     10        <h1>The <?= $idiots ?>.</h1> 
     11        <h2>Convicted spammers.</h2> 
     12 
     13        <ul> 
     14                <li> 
     15                        Key:  
     16                        <span class="spammer">spammer</span>, 
     17                        <span class="patron">spam patron</span> (one who pays spammers to promote their site) 
     18                </li> 
     19                <br/> 
     20                <li class="spammer"> 
     21                        <address>signwith@pueraria-mirifica.net</address>, password: <s class="password">zz123w</s> 
     22                </li> 
     23                <li class="patron">www.thevideosense.com</li> 
     24                <li class="patron">www.databanqmedia.com</li> 
     25                <li class="spammer"> 
     26                        <address>offsiteny@pueraria-mirifica.net</address>, password: <s class="password">zz123w</s> 
     27                </li> 
     28                <li class="patron">www.onlywire.com</li> 
    529                <p> 
    6                         Note: I find it hilarious that these spammers are now starting to get spammed. 
    7                         <!-- 
     30                        Note: I find it hilarious that these spammers are now themselves getting spammed by even more opportune spammers than them. Witness this warning from OnlyWire's site: 
    831                        <blockquote> 
    9                          Do Not Misuse this Service.  
     32                         Do Not Misuse this Service.<br> 
    1033                         If we notice you spamming the system we may deactivate your account  
    1134                         and may block your IP from accessing this site. We have put daily API  
     
    1336                         This service is provided free of charge, please do not misuse it. 
    1437                        </blockquote> 
    15                         --> 
    1638                </p> 
    17         </li> 
    18 </ul> 
     39        </ul> 
     40 
     41</div> 
     42 
     43<?php 
     44        include( "$modules/footer.inc.php" ); 
     45?>