I hereby claim:
- I am renekreijveld on github.
- I am renekreijveld (https://keybase.io/renekreijveld) on keybase.
- I have a public key whose fingerprint is F75D 93F8 F076 074F 4EE8 E99C AEC3 777E 175C EE61
To claim this, I am signing this object:
| <?php | |
| /** | |
| * @version 1.0.0 | |
| * @author Rene Kreijveld <[email protected]> | |
| * @copyright 2019 DSD Business Internet | |
| * @license GNU General Public License version 2 or later; see LICENSE.txt | |
| * | |
| * Example form xml definition: | |
| * <field name="established" | |
| * type="yearlist" |
| ## Redirect WordPress attempts - BEGIN | |
| Redirect 301 /wp-login.php http://127.0.0.1/wp-login.php | |
| Redirect 301 /wp-admin.php http://127.0.0.1/wp-admin.php | |
| RewriteRule ^wp-content(.*)$ http://127.0.0.1/$1 [L,R=301] | |
| RewriteRule ^wp-admin(.*)$ http://127.0.0.1/$1 [L,R=301] | |
| ## Redirect WordPress attempts - END |
| <?php | |
| /** | |
| * @package RSFormCleanUp | |
| * @copyright Copyright 2018 René Kreijveld, DSD Business Internet. | |
| * @license GNU General Public License version 2 or later. | |
| */ | |
| /** | |
| * A command line cron job to remove submission data from RSFormPro database tables. | |
| * Based on the excellent work of Peter Martin, db8.nl, see https://gist.github.com/pe7er/47bf1020b12ef29df8603fa80d1fdccd |
| <?php | |
| /** | |
| * gencodes.php | |
| * | |
| * This Joomla CLI script can generate unique codes of a predefined length. | |
| * The codes are written to standard output. | |
| * | |
| * Modify the value of variables $how_many and $code_length to your liking. | |
| * | |
| * Installation: upload this file to your Joomla CLI folder. |
| /** | |
| * This function will build and return an array of all parent category id's that an article belongs to. | |
| * Written by René Kreijveld, email [at] renekreijveld.nl | |
| * 22-feb-2017 | |
| * | |
| * Example function call for an article with id = 100: | |
| * $parentCategories = $this->getCategories(100, 0); | |
| * | |
| */ | |
| private function getCategories($artId, $catId) |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| # listupdates -- Find Joomla instances and show all extension updates | |
| # | |
| # Copyright 2016 Rene Kreijveld - [email protected] | |
| # | |
| # This program is free software; you may redistribute it and/or modify it. | |
| # | |
| # Version history | |
| # 1.0 Initial version |
| <?php | |
| /** | |
| * @package Joomla.Cli | |
| * | |
| * @copyright Copyright (C) 2016 Rene Kreijveld, All rights reserved. | |
| * @license GNU General Public License version 2 or later; see LICENSE.txt | |
| */ | |
| /** | |
| * This is a script which should be called from the command-line, not the web. |
| <?php | |
| /** | |
| * @package Formreport CLI | |
| * | |
| * @copyright Copyright (c)2016 René Kreijveld | |
| * @license GNU General Public License version 2 or later | |
| */ | |
| /** | |
| * Form Check CLI. |
| # Open Terminal on your Mac and do the following: | |
| cd "/Library/Application Support/appsolute/MAMP PRO/phpMyAdmin" | |
| cp -R /Applications/MAMP/bin/phpMyAdmin/* . |