Welcome to Geeklog, Anonymous Thursday, June 08 2023 @ 12:27 am EDT
Downloads
File Listing: 36 files
A very simple implementation of Captcha. This should prevent those machine generated registrations from Russia (evrika5@mail.ru)
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: 809 POP
Patch to add OpenID support to Geeklog 1.4.1, based on the bounty submission by Choplair.
Please read the included README carefully and use at your own risk.
md5 checksum: 0a91742b583d9cd11d5014ac9b91939d
Please read the included README carefully and use at your own risk.
md5 checksum: 0a91742b583d9cd11d5014ac9b91939d
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.
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.
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.
Tags: -
Date: 2007-10-08 10:41
Size: 21.73 KB
Version: 1
MD5: e7f67fd64db27876e3264ba66c14832d
Submitter: jmucchiello
Rating: 0.00
Popularity: 678 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.