Welcome to Geeklog, Anonymous Saturday, March 15 2025 @ 10:44 am EDT
Downloads
File Listing: 36 files
This is a quick hack I added to spamX to filter out submissions that don't have English words in the title. It takes about 6 meg for the files to install, I didn't check how big the wordlist is once loaded into the database, but just delete the install script & the wordlist files once it's done.
Make sure you read the README file, this is a HACK not a plugin.
In addition to the wordlists, you will need to edit the spamX config.php & functions.inc files as well as lib-custom.php
This dropped my forum spam from 50+/day to 3 in the last 2 days, but YMMV.
Make sure you read the README file, this is a HACK not a plugin.
In addition to the wordlists, you will need to edit the spamX config.php & functions.inc files as well as lib-custom.php
This dropped my forum spam from 50+/day to 3 in the last 2 days, but YMMV.
GeekLog lacks a language selection feature for anonymous users. This patch adds a new value 'language' for $_CONF['menu_elements'] which displays a drop-down combobox with a list of available languages, which is available only for non-registered users (registered users can change the language in their settings).
Tags: -
Date: 2006-10-26 02:03
Size: 2.16 KB
Version: 1.0
MD5: c65121cc23ff8f9faa5a2e133904e166
Submitter: jmucchiello
Web: -
Rating: 0.00
Popularity: 737 POP
With just 30-35 lines of code changed in the heart of geeklog, you can support readonly and writeonly story topics without any database structure changes. The zip file contains instruction for making changes to a 1.4.0 system that will enable this functionality. Changes are made to 5 existing core files. Not for the inexperienced or faint of heart hack installer as the changes involve lib-security.php and alter core security functions.