MyBBHacks.com Plugins for  MyBB

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ezGallery Lite
#19
Update!

Version 4.0
----------
+ Added Drag/Drop picture uploader via DropZone more user friendly.
- Fixed SQL injection vulnerability in UpdateGallerySettings() — $variable and $value are now escaped with $db->escape_string()
- Added CSRF protection (verify_post_check) to 6 admin actions: UnApprovePicture, ApprovePicture, DeleteComment, DeleteReport, CatUp, CatDown
- Replaced all $_REQUEST/$_GET usage with $mybb->get_input() across all files for proper MyBB input handling
- Removed @ error suppression on input variables
- Fixed double HTML encoding on database writes — removed htmlspecialchars_uni() wrapping around $db->escape_string() for stored values (titles, descriptions, keywords, comments, category fields). This prevents & artifacts on display.
- Fixed $context['character_set'] leftover replaced with $lang->settings['charset'] in EditPicture, AddCategory, and EditCategory forms
- Fixed race condition in image uploads — replaced shared /img.tmp temp filename with unique per-user filenames (img_{uid}_{random}.tmp) in AddPicture2 and EditPicture2, with cleanup on failure
- Added explicit parentheses for operator precedence clarity in 8 permission check conditions across mainview, MyImages, Search2, and ViewPicture
- Removed MyISAM engine specification from gallery_settings CREATE TABLE — now uses server default (InnoDB on modern MySQL)
Like what I do? Support me at https://www.patreon.com/vbgamer45/
Reply


Messages In This Thread
ezGallery Lite - by MyBBHacks - 08-15-2016, 05:48 AM
RE: ezGallery Lite - by MyBBHacks - 01-04-2017, 08:30 AM
RE: ezGallery Lite - by MyBBHacks - 03-17-2017, 06:22 AM
RE: ezGallery Lite - by tacticool - 10-02-2017, 09:58 AM
RE: ezGallery Lite - by MyBBHacks - 10-03-2017, 02:15 AM
RE: ezGallery Lite - by DJboutit - 12-17-2018, 08:20 AM
RE: ezGallery Lite - by MyBBHacks - 12-17-2018, 12:17 PM
RE: ezGallery Lite - by MuSociety - 11-17-2019, 05:33 AM
RE: ezGallery Lite - by MyBBHacks - 11-17-2019, 10:45 AM
RE: ezGallery Lite - by MuSociety - 11-17-2019, 07:21 PM
RE: ezGallery Lite - by MyBBHacks - 11-18-2019, 07:39 AM
RE: ezGallery Lite - by MuSociety - 11-19-2019, 09:20 AM
RE: ezGallery Lite - by MuSociety - 11-19-2019, 09:22 AM
RE: ezGallery Lite - by MyBBHacks - 11-19-2019, 09:46 AM
RE: ezGallery Lite - by MuSociety - 11-19-2019, 09:53 AM
RE: ezGallery Lite - by MyBBHacks - 11-19-2019, 11:07 AM
RE: ezGallery Lite - by MyBBHacks - 08-04-2024, 01:55 PM
RE: ezGallery Lite - by Bryan - 01-31-2025, 02:28 PM
RE: ezGallery Lite - by MyBBHacks - 02-24-2026, 12:52 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)