In the debugging on the main page, the SQL query you mean, Steve? How can I save it as a file?
Steve wrote: 25 Jun 2025, 16:26 Send stoker a copy of the page from sql queens, he will find the problem!
In the debugging on the main page, the SQL query you mean, Steve? How can I save it as a file?
Steve wrote: 25 Jun 2025, 16:26 Send stoker a copy of the page from sql queens, he will find the problem!
Code: Select all
"name": "devspace/verifiedmember",
"type": "phpbb-extension",
"description": "An extension that adds the option to show members of a group as verified.",
"version": "3.3.0",
"time": "2022-11-18",
"keywords": [
"phpbb",
"extension",
"verified",
"member"
],
"license": "GPL-2.0-only",
"authors": [{
"name": "devspace",
"role": "Maintainer"
},
{
"name": "David Wood (david63)",
"role": "Developer"
}],
"require": {
"php": ">=7.1.3",
"composer/installers": "~1.0"
},
"extra": {
"display-name": "[devspace] Verified member",
"soft-require": {
"phpbb/phpbb": ">=3.3.0,<4.0.0@dev"
},
"version-check": {
"host": "version.phpbbdev.space",
"directory": "/versions/devspace",
"filename": "verified_member_version_file.json",
"ssl": true
}
}
}