Hello,
Recently, I client of mine reported to me this issue Clip-Bucket had: any user could upload content, no matter if they were logged in or not. I think it’s essential for all of you to apply this fix to your CB powered web sites. I have tested this in version >= 2.2.
Difficulty Level: Easy
1. Open upload.php, located in ./*
2. Search for:
require 'includes/config.inc.php';
3. After that line, add the following:
$userquery->logincheck();
4. Save and Upload.
You’re done! You can now go see that the bug is gone. This should be fixed in the upcoming CB version, at least I hope :). Any question, comment, problem, please do not hesitate to contact me.
Best Regards,
Richi
Owner of Juapo2Services
Great, Thank you for this fix. I was searching for a fix. Worked the first time around. Thank you.