Changeset 1189

Show
Ignore:
Timestamp:
10/25/06 11:46:29 (2 years ago)
Author:
jm3
Message:

disabled email notification of mothusers

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • feedmelinks/modules/utils.inc.php

    r1188 r1189  
    24192419        $num_rows = mysql_num_rows($q); 
    24202420        if( $num_rows > 1 ) { 
    2421                 fire( "Possible spammer-birth in progress!", "Multiple accounts being requested from the same IP ($ip) -- user: http://feedmelinks.com/u/$argUserId, $argEmail" ); 
     2421                #disabled because it got too noisy: 
     2422                #fire( "Possible spammer-birth in progress!", "Multiple accounts being requested from the same IP ($ip) -- user: http://feedmelinks.com/u/$argUserId, $argEmail" ); 
    24222423                log_mesg_to( "WARN. potential spammer $argUserId ($argEmail) creating multiple accounts from the same IP", "global" ); 
    24232424                $q = run_query( getQuery( "log_ip", $argUserId, $argEmail, $ip ));