If you like my created software. Please donate some Dogecoins. My wallet address is DLUTMHnZGbgb86zH27DgwiWrDPSL6xVDoL
WarQuest Android App 2.3
A new WarQuest Android app (v2.3) is released in the Google Play Store by bplaat.
This version has the following new features:
– Major code rewrite
– More animations
– Add some stuff to the settings menu
– Bug fixes
Click here to download the latest version.
BassieMusic Android App 2.4
PlaatSoft has released a new version of the BassieMusic Android App in the Google Play Store.
The following changes were made:
– Many bug fixes
– The music playing state is more consistent
– Some code future proofing
Click here to download the latest version.
BassieMusic Android App 2.3
PlaatSoft has released a new version of the BassieMusic Android App in the Google Play Store.
The following changes were made:
– Added fast alphabetic scrollbar
– Fixed music sort order to be case insensitive
– Added more animations and polished the UI experience more
– Added remember last song feature
– Cleaned up the source code a lot
Click here to download the latest version.
BassieMusic Android App 2.2
PlaatSoft has released a new version of the BassieMusic Android App in the Google Play Store.
The following changes were made:
– Fixed some bugs
– Added material design ripple animations to icon buttons
– Updated the settings page
Click here to download the latest version.
WarQuest Android App 2.2
A new WarQuest Android app (v2.2) is released in the Google Play Store by bplaat.
This version has the following new features:
– Removed support for Android versions lower then 5.0 Lollipop
– Add language and theme option to the settings page
– Fixed some dark mode / theme bugs
Click here to download the latest version.
BassieMusic Android App 2.1
PlaatSoft has released a new version of the BassieMusic Android App in the Google Play Store.
The following changes were made:
– Removed support for Android versions lower then 5.0 Lollipop
– Redesigned the search page
– Add better settings page
– Fixed some dark theme bugs
Click here to download the latest version.
BassieMusic Android App 2.0
PlaatSoft has released a new version of the BassieMusic Android App in the Google Play Store.
The following changes were made:
– A new music search function
– Fixed some bugs
Click here to download the latest version.
BassieMusic Android App 1.6
PlaatSoft has released a new version of the BassieMusic Android App in the Google Play Store.
The following changes were made:
– Bug fixes for Android 10
Click here to download the latest version.
WarQuest Android App 2.1
A new WarQuest Android app (v2.1) is released in the Google Play Store by bplaat.
This version has the following new features:
– Old account data seamless conversion to new app
– Some multi line layout bug fixes
Click here to download the latest version.
WarQuest Android App 2.0
A new WarQuest Android app (v2.0) is released in the Google Play Store by bplaat.
This version has the following new features:
– New account switcher
– Better user experience
– Fixed some bugs
Click here to download the latest version.
WarQuest 7.3 (Game update!)
Today there is a new update of WarQuest online!
This is the next release of WarQuest. This release contain the following changes and bug fixes:
Game Server
– Fixed bug that prevent registering of new players
– Fixed bug that prevent players of level zero to spend skill points on attack or defence
– Make all language code files UTF-8 complaint
– Update all copyright years to right year (2020)
– Removed some weird black bars in the announcement images
– Removed obsolete store links on the login page
– Add new Google Play Store download link
– Fixed some small layout issues
– Add theme Modern (Tablet / Desktop)
– Fixed the announcements when using an ad blocker
– Fixed gravatar http image loading bug on Android
– Update all http links to https and fixed all old domain names
– Added simple JSON REST API that the renewed WarQuest Android App uses
– Add bplaat (b.b.b.) to the developers (because he made this update)
Play
Click here to enter directly the game!
WarQuest 7.2
This is the next release of WarQuest. This release contain the following changes and bug fixes:
Game Server
– Fix bigint max value written to database.
Play
Click here to enter directly the game!
Webserver crash
Too bad one of my webservers crashed (Solid state disk failed) 3 days ago. I have roll in a new server and migrated all websites to this new server. If you miss something, please let me known.
I also updated the following software:
– Debian to buster
– WordPress to 5.4.1
PlaatService installation manual
step 1: Setup debian buster server
Set hostname
step 2: sudo vi /etc/hostname
Set hostname, domainname
step 3: sudo vi /etc/hosts
Set fix ip address and gateway ip address
step 4: sudo vi /etc/dhcpcd.conf
Install java
step 5: sudo apt-get install galternatives openjdk-8-jdk
Install mysql
step 6: sudo apt-get install mariadb-server
Create database
step 7: sudo mysql -u root
CREATE DATABASE plaatservice;
CREATE USER ‘plaatservice’@’localhost’ IDENTIFIED BY ‘plaatservice’;
GRANT ALL PRIVILEGES ON plaatservice.* TO ‘plaatservice’@’localhost’;
FLUSH PRIVILEGES;
Deploy service
step 8: cp plaatservice.jar /home/pi
Start Service
step 9: sudo nohup java -jar plaatservice.jar
KnightsQuest 0.5.0
This evening the next released of KnightQuest. It contain the following new features:
– Improve logging framework
– Added java doc in the source code
– Improve web services layer
– Added sound effects!
Click here to download the latest version.
PlaatService 0.4.0
Today i released the next version of PlaatService
The following changes were made:
– Service is rewritten in Java
– Added support for postgres database
– Added unit tests
– Source code is now stored in GitHub
RedSquare 0.4.0
The next release of RedSquare for Java is released. The following changes are made:
18-03-2020 Version 0.4.0
– Move project to GitHub.
– Added JavaDoc
– Update Log4J2 framework.
– Update URL GeoCode WebService.
– Update WebService process logic.
– Remove Sonar warnings.
Click here to download the latest version.
Add java to Raspberry Pi
sudo apt-get install -y galternatives openjdk-8-jdk
BassieMusic Android App 1.5
PlaatSoft has released a new version of the BassieMusic Android App in the Google Play Store.
The following changes were made:
– Several bug fixes
Click here to download the latest version.
grant privileges for phpmyadmin
MariaDB. How to grant all rights to phpmyadmin?
sudo mysql -u root -p
# GRANT ALL PRIVILEGES ON *.* TO phpmyadmin@localhost;
# FLUSH PRIVILEGES;
# SHOW GRANTS FOR phpmyadmin@localhost;
WarQuest Android App 1.2
A new WarQuest Android app (v1.2) is released in the Google Play Store by bplaat.
This version has the following new features:
– Support new website URL
Click here to download the latest version.
New URL for WarQuest
Dear People.
After 8 years with warquest.nl the warquest URL has changed. From now on, if you want to play WarQuest, you must use this URL:
A few moments ago a new Android Warquest app is released which is using the new secure URL.
Click here to download the latest version.
PlaatDishes 0.3
The next version of PlaatDishes is released.
30-10-2019 Version 0.3
– Added icon
– Added user management page (admin mode)
– Added transaction page
– Bugfix: lplaat found a hack in to the system. This is now fixed!
– Bugfix: bplaat found a hack in to the system. This is now fixed!
PlaatDishes 0.2
The second version of PlaatDishes is released.
22-09-2019 Version 0.2
– Added email notification
– Added release notes page
– Added overview chart page