php-mongodb-admin
php-mongodb-admin copied to clipboard
A PHP MongoDB Admin script for managing databases, collections and documents from a standalone easy to use script.
This is for when `--auth = true` is set when starting `mongod` from the commandline or when setting `auth = true` in `/etc/mongodb.conf`. See [Configuration File Options](http://docs.mongodb.org/manual/reference/configuration-options/)
If you add a entry like [field] = "[[script]]alert('XSS Attack');[[/script]]" to a document, the Javascript is executed. This change should fix the issue. Edit: Replace [[ and ]] with angle...
Sometimes id could be saved as string, default. - When integer: Prevent memory allocation error with PHP_INT_MAX check.
Save and Delete functions inside Collection or when opening Document not working (jquery prompting window, but no result after confirmation). Collections and databases creating/deleting working though. P.S. nice theme btw,...