Welcome to Geeklog, Anonymous Friday, November 22 2024 @ 04:44 am EST
Downloads
File Listing: 36 files
Tags: -
Date: 2006-11-25 05:50
Size: 26.14 KB
Version:
MD5: 2f127494ff77bde4769a729581b39358
Submitter: mystral-kk
Rating: 10.00(1)
Popularity: 856 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: 2007-03-17 04:41
Size: 8.79 KB
Version: 1.0.21
MD5: 0798ff9d0e5d8017a1bf69d20eb68da2
Submitter: ScurvyDawg
Rating: 10.00(1)
Popularity: 1081 POP
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
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
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: 2005-12-04 16:05
Size: 5.92 KB
Version: 1.0
MD5: 9fd2404529c26e1e95fab2ad4abca318
Submitter: romantaran
Rating: 0.00
Popularity: 741 POP
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.
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.
A very simple implementation of Captcha. This should prevent those machine generated registrations from Russia (evrika5@mail.ru)
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 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: 2006-10-26 02:03
Size: 2.16 KB
Version: 1.0
MD5: c65121cc23ff8f9faa5a2e133904e166
Submitter: jmucchiello
Web: -
Rating: 0.00
Popularity: 693 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.