Changeset 1189
- Timestamp:
- 10/25/06 11:46:29 (2 years ago)
- Files:
-
- feedmelinks/modules/utils.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
feedmelinks/modules/utils.inc.php
r1188 r1189 2419 2419 $num_rows = mysql_num_rows($q); 2420 2420 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" ); 2422 2423 log_mesg_to( "WARN. potential spammer $argUserId ($argEmail) creating multiple accounts from the same IP", "global" ); 2423 2424 $q = run_query( getQuery( "log_ip", $argUserId, $argEmail, $ip ));