Customizing SMF > Modifications and Packages

Akismet Spam Protection

<< < (3/50) > >>

Elegant John:
This damned thing crashed my forum, not once, but twice, as I was stupid enough to try a reinstall

Everything installed without error but when making posts, recieved fatal errors.

Uninstalled package without incident, but was unable to use board, until all source files which were modified were replaced with virgin ones from the SMF 1.1.1 package.

And it is a shame too, becaise I use AKISMET on my blogs without problems and with great success.

Perhaps that is where it needs to stay. With WORDPRESS.

Sorry guys, but I reported this as an unsafe mod.

Bill-Kill:
I don't think so. I installed it and everything has worked fine for me. I love this mod, thank you Daniel once again!! Your shop mod was amazing and so is this!

Daniel15:

--- Quote ---Just not sure about editing my DilbertMC theme. I've screwed up the theme several times already
--- End quote ---
Do you still require help with this?


--- Quote ---('package_path', 'httpdocs/forum') - is this correct ? or it should be
('package_path', '/usr/local/psa/home/vhosts/mydomain.tld/httpdocs/forum') - or it's wrong too ?
--- End quote ---
I believe that the second one is correct


--- Quote ---also php in safe mode , is this a problem for mods installation ?
--- End quote ---
As far as I know, it should work in safe mode, but I have no idea (as I haven't tested it)


--- Quote ---it works fine for me, but the boardindex page of my forum has been slowed down. I know it is this mod as it sped back up when i uninstalled it.
7 seconds to load a page is too long.
--- End quote ---
Try this:
Install it, and open Sources/BoardIndex.php. Find:

--- Code: ---LEFT JOIN {$db_prefix}messages AS m ON (m.ID_BOARD = b.ID_BOARD AND m.spam = 0)

--- End code ---
Replce with:

--- Code: ---LEFT JOIN {$db_prefix}messages AS m ON (m.ID_MSG = b.ID_LAST_MSG)

--- End code ---
I didn't think that this would make a performance difference, but apparently it does. If changing this speeds up your forum, I'll change this behavior in the next release.


--- Quote ---This damned thing crashed my forum, not once, but twice, as I was stupid enough to try a reinstall

Everything installed without error but when making posts, recieved fatal errors.
--- End quote ---
What error were you getting?


--- Quote ---This error keeps popping up in the error log:


--- Quote ---8: Undefined index: akismet_conf
File: /var/www/localhost/htdocs/forum/Sources/Subs.php
Line: 2767

--- End quote ---

--- End quote ---
Could you please check that $txt['akismet_conf'] is in your Themes/default/languages/Modifications.english.php file? Can you access the Akismet Configuration by going directly to index.php?action=akismet ?

mrselnombre:
that code does speed it up, but caused a minor bug. i pmed you the details.

RoarinRow:
I wanted the extra protection, but not at the cost of a slower forum too.  Looking forward to the next release that will address this performance issue   8)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version