Bekomme ständig Spam

Phoca Guestbook - creating guestbooks in Joomla! CMS
DV_Stranger
Phoca Professional
Phoca Professional
Posts: 115
Joined: 28 Apr 2008, 20:10

Re: Bekomme ständig Spam

Post by DV_Stranger »

Danke! Ich habe den Code per Notepad eingefügt. Spielt das eine wichtige Rolle bezüglich der waagrechten in berzug auf Leerzeichen/Tabulatoren?

Code: Select all

if ($tmpl['enable_akismet'] == 1){
				$msgA = '';
				              $akismetSuspectSpam = PhocaguestbookAkismetHelper::checkSpam(
                    					$tmpl['akismet_api_key'] ,
                    					$tmpl['akismet_url'],
                    					$post2['username'],
                    					$post2['email'],
                    					$post2['website'],
                    					$post2['content'], $msgA); 
					
				// Error while setting Akismet
				if ($msgA != '') {
					$postNew['displayformerror'] 	= 0;
					$postNew['akismeterror'] 		= JText::_( 'COM_PHOCAGUESTBOOK_PHOCA_GUESTBOOK_AKISMET_NOT_CORRECTLY_SET' );
					return false;
				}
Morl99
Phoca Enthusiast
Phoca Enthusiast
Posts: 50
Joined: 15 Feb 2011, 23:05

Re: Bekomme ständig Spam

Post by Morl99 »

absolut nicht ;) Dient nur der Lesbarkeit.
Jan hat schnell gehandelt und sofort eine neue Version rausgebracht, du kannst nun also auch einfach die offizielle Version runterladen, das sollte funktionieren!
DV_Stranger
Phoca Professional
Phoca Professional
Posts: 115
Joined: 28 Apr 2008, 20:10

Re: Bekomme ständig Spam

Post by DV_Stranger »

Das geht aber Fix! :) Habs ja nun über deine Anleitung selbst gemacht. Danke!
Morl99
Phoca Enthusiast
Phoca Enthusiast
Posts: 50
Joined: 15 Feb 2011, 23:05

Re: Bekomme ständig Spam

Post by Morl99 »

Bitte :)
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48743
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Bekomme ständig Spam

Post by Jan »

Added to 1.5.3, 2.0.4

Jan
If you find Phoca extensions useful, please support the project
Post Reply