Welcome to Geeklog, Anonymous Friday, November 08 2024 @ 10:05 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).
A CAPTCHA implementation for Geeklog v1.3.11sr2 or higher. gl-captcha provides additional protections against spam bots registering on your system. See the enclosed README file for installation / usage details.
Tags: -
Date: 2015-01-01 21:10
Size: 372.51 KB
Version: 0.3.beta
MD5: ea5bdf69c0f8df6d812eb1a94f7da06e
Submitter: remy
Web: http://boxary.ovh
Rating: 0.00
Popularity: 1152 POP
Tags: -
Date: 2006-11-25 05:50
Size: 26.14 KB
Version:
MD5: 2f127494ff77bde4769a729581b39358
Submitter: mystral-kk
Rating: 10.00(1)
Popularity: 849 POP
This is a multilingual installer for Geeklog-1.4.1b2. English and Japanese language files are included.
USAGE: Uncompress the archive file into your admin/install directory and run http://yoursite/admin/install/install.php.
USAGE: Uncompress the archive file into your admin/install directory and run http://yoursite/admin/install/install.php.
Tags: -
Date: 2010-08-25 07:42
Size: 270.66 KB
Version: 1.0.0
MD5: 7ffb740bcfb72d4fb85066413ace8ee1
Submitter: hiroron
Web: http://hiroron.com/
Rating: 0.00
Popularity: 1154 POP
I modified optimize-cronjob from Dirk to work on my server. I don't have PHP set up to run as a shell script, so I had to call this via TCP/IP. It works the same way as Dirk's version, except that I added a security feature that will only allow for the local server to access the file. All outside requests will be denied. Follow the instructions in the README file, as well as within the file itself.
This is an updated version of the original Squatty's hack for integrating phplinks and GL 1.3.9.
Now it works with 1.3.11 and you can see it in action on my site.
Happy linking :D
Now it works with 1.3.11 and you can see it in action on my site.
Happy linking :D
Tags: -
Date: 2006-11-09 04:51
Size: 7.17 KB
Version: 1.1
MD5: b627d42eab51daa3131f99ff4e73f000
Submitter: jmucchiello
Web: -
Rating: 0.00
Popularity: 670 POP
This hack allows a GL 1.4.1 (beta) website to support read only and submit only topics. The zip contains three files, two php and one instruction page. You will need to modify several existing files to make this work. See this forum topic for discussion or make a comment below: http://www.geeklog.net/forum/viewtopi...opic=71339
Tags: -
Date: 2006-10-26 02:03
Size: 2.16 KB
Version: 1.0
MD5: c65121cc23ff8f9faa5a2e133904e166
Submitter: jmucchiello
Web: -
Rating: 0.00
Popularity: 687 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.
To validate and prevent character selections for account entry and to also prevent badly formed email addresses from creeping into the email address during account registration. Form validation for this aspect of GL has been needed in some basic form for some years now and this provides a first effort at screening this critical aspect of data entry for GL.
Tags: -
Date: 2018-01-09 15:59
Size: 110.89 KB
Version: alpha
MD5: cf3dffa2157f2985731ab8c74c87cd17
Submitter: masodo
Web: http://BlogDogIt.com
Rating: 0.00
Popularity: 964 POP
RSSAggregator function.
Collect some RSSs from other sites and list articles from latest updates.
It can be shown in center block.
Collect some RSSs from other sites and list articles from latest updates.
It can be shown in center block.
A very simple implementation of Captcha. This should prevent those machine generated registrations from Russia (evrika5@mail.ru)
This hack checks the url given in a trackback, and ensures that the page has a link back to your site or disallows the post as SPAM.
Userlist2 allows you to list your registered activated users, and provides the same general list capabilities as the Professional theme's admin user list. You can sort and search by name, category, etc. And if you wish, you can locate the variable [$inactive_time] near the top of the code and you can adjust it to show the [Last Login Date] in red if a user has not visited the site in "x" amount of months. The Last Login Date is listed the by years, months and days… not by the actual date. Oh yes! It filters out anonymous users too.
This hack allows for quick lookup of IP addresses detected by the wonderful Bad Behavior plugin. The ARIN, APNIC, LACNIC and RIPE whois lookup URLs are encoded into the display for each log item line along with a convenient lookup of the entire IPV4 address space.
Tags: -
Date: 2005-12-04 16:05
Size: 5.92 KB
Version: 1.0
MD5: 9fd2404529c26e1e95fab2ad4abca318
Submitter: romantaran
Rating: 0.00
Popularity: 734 POP