From: Przemyslaw W. <prz...@go...> - 2006-03-12 12:31:29
|
Reini Urban wrote: > Delete the xmlrpc method putPage in lib\XmlRpcServer.php > Just disable these three lines: > $wiki_dmap['putPage'] > = array('signature' => array(array($xmlrpcStruct, $xmlrpcString, > $xmlrpcString, $xmlrpcString, $xmlrpcString)), > 'documentation' => 'put the raw Wiki text into a page as new version', > 'function' => 'putPage'); Thanks for the suggestion. I did as you wrote, but it didn't help. > > 2006/3/9, Przemyslaw Wesolek <prz...@go...>: > >>I maintain a small wiki at wiki.go.art.pl. It runs PHPWiki 1.3.11p1. >> >>Although there is CAPTCHA turned on, some spammers seem not to care >>about it -- I suspect bots, so there must be a way to skip CAPTCHA >>checkings. Plugins? > > > Well, some spamerrs get well paid, so they do it manually. > NUM_SPAM_LINKS = 20 is usually the best. I suspect bots as the names of pages are always the same, like PucharWarszawy2003-10-19. Przemek |