mirror of
https://gh.wpcy.net/https://github.com/webguyio/stop-spammers-classic.git
synced 2026-07-13 21:11:05 +08:00
21 lines
No EOL
503 B
PHP
21 lines
No EOL
503 B
PHP
<?php
|
|
// generated Saturday 11th of April 2015 04:11:54 PM
|
|
|
|
if ( !defined( 'ABSPATH' ) ) {
|
|
status_header( 404 );
|
|
exit;
|
|
}
|
|
|
|
class chkBN extends be_module {
|
|
public $searchname = 'Brunei';
|
|
public $searchlist = array(
|
|
array( '119160144000', '119160148000' ),
|
|
array( '119160171000', '119160172000' ),
|
|
array( '119160176000', '119160184000' ),
|
|
array( '119160188000', '119160192000' ),
|
|
array( '202160016000', '202160020000' ),
|
|
array( '202160034000', '202160036000' )
|
|
);
|
|
}
|
|
|
|
?>
|