source: extensions/rv_akismet/csi.php @ 16004

Last change on this file since 16004 was 13799, checked in by rvelices, 12 years ago

rv_akismet - added a technique to detect robots (as of today my tests show 100% spams caught) :)

File size: 268 bytes
Line 
1<?php
2define('PHPWG_ROOT_PATH','../../');
3include_once( PHPWG_ROOT_PATH.'include/common.inc.php' );
4
5$_SESSION['csi']=1;
6//set_status_header(204);
7header('Content-Type: image/gif');
8echo base64_decode('R0lGODlhAQABAJAAAP8AAAAAACH5BAUQAAAALAAAAAABAAEAAAICBAEAOw==');
9?>
Note: See TracBrowser for help on using the repository browser.