#LieblingsAddOns der #REDAXO Community

heute: #Adminer
Projekt-Lead: Gregor & FOR (Friends of Redaxo)

Mit Adminer kannst Du direkt aus REDAXO heraus die Datenbank aufrufen, Einträge prüfen und korrigieren. Ferner kannst Du mit dem rex_sql-Code-Generator Code-Snippets erstellen. Ein kleines, nützliches Helferlein also im #WebDev-Alltag.

https://github.com/FriendsOfREDAXO/adminer

Was ist Dein Lieblings-AddOn von REDAXO?

Jakub Vrána released #Adminer version 5.4.2. https://www.adminer.org/
Adminer - Database management in a single PHP file

Adminer is available for: MySQL, MariaDB, PostgreSQL, CockroachDB, SQLite, MS SQL, Oracle. Others can be added via plugin: Elasticsearch, SimpleDB, MongoDB, Firebird, Clickhouse.

**2 Moodle plugins that made my life easier**

(direct link to post)

In my other life (sometimes called ‘professional’ life) I’m using Moodle to host various courses.

Last year I went to full self-hosting and I’m still exploring Moodle system. Not sure if I’ll ever figure it out completely.

Recently I found 2 plugins that I find useful: Components 4 Learning and Admin Neo (Adminer).

Components for Learning

The first one is add-on for text editor: Components 4 Learning (C4L), available for both – Atto and Tiny editor. I’m using it to make learning content a bit less boring. C4L allows me to make various design snippets like this one (blue background with emphasised title and nice bullets):

Or this one – purple snippet for ‘aha’ or ‘dont forget’ parts:

Admin Neo plugin

The other plugin is called Admin Neo (Adminer). It allows direct access to the Moodle database. Scary, right?

I installed it because I couldn’t figure out how to make a report of users, who registered to the Moodle, but haven’t enrolled in any course yet. I couldn’t make it with built-in Custom Report tool.

I installed this plugin and executed the following SQL query:

SELECT u.id AS user_id, u.username, u.firstname, u.lastname, u.email, FROM_UNIXTIME(u.timecreated) AS registered_on, FROM_UNIXTIME(u.lastaccess) AS last_accessFROM mdl_user uLEFT JOIN mdl_user_enrolments ue ON ue.userid = u.idWHERE ue.id IS NULL AND u.deleted = 0 AND u.suspended = 0 AND u.confirmed = 1 AND u.id <> 1 -- exclude the main admin accountORDER BY u.timecreated, u.lastname, u.firstname

It returns a list of users, sorted by registration date. Now I can quickly find the users who need a little bit of nudge to enroll in a course:

If you know a better way (=without messing with SQL) to generate a similar report, please let me know.

https://blog.rozman.info/2-moodle-plugins-that-made-my-life-easier/

#adminer #c4l #moodle #selfhosting

CVE Alert: CVE-2021-21311 - vrana - adminer - RedPacket Security

Adminer is an open-source database management in a single PHP file. In adminer from version 4.0.0 and before 4.7.9 there is a server-side request forgery

RedPacket Security
Jakub Vrána released #Adminer version 5.4.1. https://www.adminer.org/
Adminer - Database management in a single PHP file

Adminer is available for: MySQL, MariaDB, PostgreSQL, CockroachDB, SQLite, MS SQL, Oracle. Others can be added via plugin: Elasticsearch, SimpleDB, MongoDB, Firebird, Clickhouse.

Jakub Vrána released #Adminer version 5.4.0. https://www.adminer.org/
Adminer - Database management in a single PHP file

Adminer is available for: MySQL, MariaDB, PostgreSQL, CockroachDB, SQLite, MS SQL, Oracle. Others can be added via plugin: Elasticsearch, SimpleDB, MongoDB, Firebird, Clickhouse.

New Post: How to Install Microsoft SQL Server on Ubuntu VPS (10 Minute Quick-Start Guide) #adminer #apache #firewall #freetds #microsoft #mssql #php #selfhosting #selfhosted #sqlserver #ubuntu #ufw #vps #Cloud #Guides #VPS

How to Install Microsoft SQL S...
How To Install Microsoft SQL Server On Ubuntu VPS (10 Minute Quick-Start Guide) - VPS Hosting Blog | Dedicated Servers | Reseller Hosting

This article provides a guide for how to install Microsoft SQL Server on Ubuntu VPS.

RadWeb, LLC
Jakub Vrána released #Adminer version 5.3.0. https://www.adminer.org/
Adminer - Database management in a single PHP file

Adminer is available for: MySQL, MariaDB, PostgreSQL, CockroachDB, SQLite, MS SQL, Oracle. Others can be added via plugin: Elasticsearch, SimpleDB, MongoDB, Firebird, Clickhouse.

Jakub Vrána released #Adminer version 5.2.1. https://www.adminer.org/
Adminer - Database management in a single PHP file

Adminer is available for: MySQL, MariaDB, PostgreSQL, CockroachDB, SQLite, MS SQL, Oracle. Others can be added via plugin: Elasticsearch, SimpleDB, MongoDB, Firebird, Clickhouse.

Question, my colleague want's a small database with only a few tables ( #Mariadb / #mysql #sql ) - Data pushed with PowerShell Scripts

He also wants a small Web UI to search in this database with "basic" filtering

I've found #Adminer (https://www.adminer.org/de/) which looks simpler then things like phpMyAdmin

Is this a good choice ? thx

Adminer - Datenbank-Verwaltung in einer einzigen PHP-Datei

Adminer ist für: MySQL, MariaDB, PostgreSQL, CockroachDB, SQLite, MS SQL, Oracle. Andere per Plugin verfügbar: Elasticsearch, SimpleDB, MongoDB, Firebird, Clickhouse.