Welcome to Geeklog, Anonymous Thursday, February 13 2025 @ 04:08 am EST
Downloads
File Listing: 191 files
A few patches for Blaine's Forum plugin (version 2.7.1 only):
- display thread subject in the site's title
- fixed possible SQL errors in search
- leave out forum= parameter from search results (shorter URLs)
- add support for $_CONF['ip_lookup'] to "Ban IP" option
- updated German language file
- display thread subject in the site's title
- fixed possible SQL errors in search
- leave out forum= parameter from search results (shorter URLs)
- add support for $_CONF['ip_lookup'] to "Ban IP" option
- updated German language file
Tags: -
Date: 2004-11-29 15:50
Size: 21.74 KB
Version: 1.0 final
MD5: 9addb08519e106db21fddeeefed70d4b
Submitter: Gest user
Rating: 3.00(1)
Popularity: 870 POP
This plugin makes backups of your Geeklog DB just like the standard function that is built-in. However with the following add-ons/changes:
- It does NOT use mysqldump, its using pure php code, since some users are restricted from using MySqlDump.
- It can GZip your files on request, under Windows as well to dramatically reduce the filesize.
- It will name your files according to the database, not just "Geeklog". People that share backup directories for multiple Geeklog installations need that.
- The time of the backup is part of the name. Therefore you can do several backups a day without any name-conflicts.
- Tested with Geeklog 1.3.10 and 1.3.9
- It does NOT use mysqldump, its using pure php code, since some users are restricted from using MySqlDump.
- It can GZip your files on request, under Windows as well to dramatically reduce the filesize.
- It will name your files according to the database, not just "Geeklog". People that share backup directories for multiple Geeklog installations need that.
- The time of the backup is part of the name. Therefore you can do several backups a day without any name-conflicts.
- Tested with Geeklog 1.3.10 and 1.3.9
Forum plugin for Geeklog
This release addresses a potential XSS in anonymous usernames.
md5 checksum: 68c06e997733984cc421a592b75bb5ed
This release addresses a potential XSS in anonymous usernames.
md5 checksum: 68c06e997733984cc421a592b75bb5ed
Tags: -
Date: 2016-02-20 02:49
Size: 41.83 KB
Version: 1.1.2
MD5: 2f6b19bc27ba487316a925635b0900f6
Submitter: mystral-kk
Rating: 2.00(1)
Popularity: 1313 POP
Yet another CAPTCHA implementation for Geeklog-1.6.0 or newer. This plugin uses Google reCAPTCHA service and protects your site from SPAM bots. IMPORTANT: PHP-5.3.2 or newer required.
[v1.1.0]
- Upgraded to Google reCAPTCHA v2.
- Added an error code to a log file(logs/recaptch.log) entry. Patch provided by Tom.
[v1.1.2]
- Upgraded to reCAPTCHA PHP library v1.1.2.
- Modified to use cURL if possible.