Welcome to Geeklog, Anonymous Friday, November 08 2024 @ 08:49 pm EST
Downloads
File Listing: 36 files
This is code for a static page that brings back the latest submitted and approved stories. If your site get frequent submissions this may be useful to list the stories. You can control the number of stories listed by changing the variable $numStories
Tags: -
Date: 2007-10-08 10:41
Size: 21.73 KB
Version: 1
MD5: e7f67fd64db27876e3264ba66c14832d
Submitter: jmucchiello
Rating: 0.00
Popularity: 851 POP
PHP was created so people could create websites by mixing code right in the HTML. When designers decided that mixing business logic with presentation was a bad thing, rather than using disciplined coding techniques to avoid that pitfall, the template library was born. So, an interpreted language designed to create HTML was being used to interpret template files to make HTML.
Tags: -
Date: 2007-03-17 04:41
Size: 8.79 KB
Version: 1.0.21
MD5: 0798ff9d0e5d8017a1bf69d20eb68da2
Submitter: ScurvyDawg
Rating: 10.00(1)
Popularity: 1075 POP
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.
Using geeklog static pages you will create a simple contact form that accepts a persons email address, subject and message. It utilizes recaptcha and a hidden input field to help reduce spam . It includes some javascript validation for required fields and sanatizes form fields.
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).