Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.
Please keep in mind:
Support response
Support checklist
I am also in same situation and battling with CP.If it is a simple setup I would have definitely.
But we have did lots of things to get all the functionality done and also we have integrated tons of other services. The problem we have faced lots of CP in our server and so we end up investing a lot in the setup.
@mkerala2
I'm curious to know, what is your website? 10k images a day!
Google Vision I hear charges $1.50 per 1k. For you that would cost $450 per month (300k images x $1.50).
Surely with that amount of traffic, you should be recouping more than $450 per month from your Adsense? How much is deducted from invalid clicks/impressions?
Amazon Rekognition reportedly charges $1 per 1k images for you that would be slightly cheaper @ $300 per month.
I probably make $1 month 😆 I'm still using the free version and it works really well.I don't even make half of that. That's why I can't use any paid services for moderation.
Is maybe now under line 97? After lot of updates of file.Yeah, best option would be to leave the adult content as is and just run a db command to mark everything as nfsw and "start fresh"
Btw,
I think it's below line 92 now, not 82? 🙂
Updated the article for the latest version.Is maybe now under line 97? After lot of updates of file.
Thanks Mkerala this is very helpful.Updated the article for the latest version.
ah yes that would be great idea, Maybe Rodolfo could have look into this one and see if he maybe can implement something so it is listed in option to choose which service to use.Regarding costs of these moderation API's, there should be a selfhosted solution out there. I'm not sure how to implement it yet but I came over this one on github. https://github.com/SashiDo/content-moderation-application - maybe worth a look for someone who has the time to test it out.
How can we apply this modification on v4?Phase 1: Mark all images uploaded as NSFW by default
After line 89 (before $uploaded_id = CHV\Image::uploadToWebsite($source, $logged_user, $_REQUEST)😉
// Upload to website
$_REQUEST['nsfw'] = 1; //Set all images as NSFW by default on upload
of /app/routes/route.json.php and upload the new file to to /app/routes/overrides
Mkerala is that moderation same as old moderation with your code? I mean marked images with new moderation mean that ads will not appear on that image right? Or, new moderation mean that image will not be visible to nobody before admin approved?v4 already natively support moderatecontent. So no need for this script.
I haven't checked the native moderation feature yet.Mkerala is that moderation same as old moderation with your code? I mean marked images with new moderation mean that ads will not appear on that image right? Or, new moderation mean that image will not be visible to nobody before admin approved?
The code should still work with some modifications. But I haven't started using using v4 yet.But still I want to:
- Mark all images uploaded as NSFW by default
- Remove NSFW option from anywhere uploader