KontoCheck ist eine Bibliothek zum Test deutscher Bankkonten, kann aber auch zum Umrechnen der Kontonummern und BLZ in IBAN und BIC benutzt werden. Es gab ein neues Update der Bankdatei, deren Inhalt jetzt für den Zeitraum 09. September 2019 bis
Update für KontoCheck 6.10 mit neuer Bankdatei verfügbar
KontoCheck ist eine Bibliothek zum Test deutscher Bankkonten, kann aber auch zum Umrechnen der Kontonummern und BLZ in IBAN und BIC benutzt werden. Es gab ein neues Update der Bankdatei, deren Inhalt jetzt für den Zeitraum 03. Juni 2019 bis
Working with Flarum for discussion forums and developing your own extension
In the past days, I have upgraded my forums to the latest Beta release of Flarum, 0.1.0-beta.9. I just want to say how glad I am with using Flarum. It does not need much resources, runs fine in shared hosting
MailWatch & MailScanner: TLD on Blacklist
Our customer receives only spam from a certain Top Level Domain, in our case it was .icu. The customer assumes they will never receive legitimate E-Mails from this top level domain. They want all emails from this top level domain
Mono 5.18 on copr
The status of Mono in Fedora is sad. We cannot upgrade to the latest Mono versions because we require binary reference assemblies for the build, as described in https://bugzilla.redhat.com/show_bug.cgi?id=1436896#c91 My hope is that when .NET Core and msbuild become part
Migrating a forum from Discourse to Flarum
In 2014, I migrated the OpenPetra forum from phpBB to Discourse. The reason was that Discourse had a fresh look on the way how forums can be done, it had a nice design, and easy and modern user interface. Here
Creating a test database for Discourse with dummy data
This post is part of the work on a project to migrate a forum from Discourse to Flarum. See the related post here: Migrating a forum from Discourse to Flarum Of course, in your real life scenario, you will have
Let’s Encrypt Wildcard Zertifikate mit Hostsharing manuell verwalten
Seit Juli 2017 unterstützt Hostsharing die automatische Verwaltung von Let’s Encrypt Zertifikaten für einzelne Domains und auch Subdomains. In diesem Post soll es um die Wildcard Zertifikate gehen, die Let’s Encrypt seit März 2018 ausstellt. In meinem Fall brauche ich
Migrating from KnowledgeTree to SeedDMS
For many years, I had an installation of KnowledgeTree for our small charity “Nazareth Kinderheim Kenia e.V.”. Unfortunately, it has not been maintained anymore for many years, and the replacement of PHP5 with PHP7 forced me to do something. I
AL Coding: consume a web service from Dynamics NAV 2018 with POST and Basic Authentication
During our project with Dynamics NAV 2018, we needed to consume a web service from CleverReach (see documentation of their REST API: https://rest.cleverreach.com/howto/), so that we can synchronize the recipients of the newsletters. Here are now procedures that can be