Topic: SQL field in admin interface
After some issues on a vbulletin board ... I just figured out an useful feature in the admin interface of PunBB (not for moderators, only admins)
An SQL page, with a field to write/paste SQL Querys. So that it's possible to make querys directed at the database without needing to install myphpadmin or similar ...
And the output of selects etc can be as simple as just doing a foreach key=>value loop.
Sure, people getting rid of their admin rights still cannot use it, but for other debug purposes etc I'd guess it can be very handy.
Perhaps it doesn't fit the std package, but it really shouldn't need to be that big or complicated.
Perhaps combine it with a backup feature on the same page?