• Welcome to the Chevereto user community!

    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:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

Block PORN! Set specific images to be displayed on main page?

page looks oke and good for an information landing so people understand what they can upload inside this host,

im agree with the moderation modus that are very important for this cms. I don't launch this cms yet because the missing moderation options. I like to have more power because I only want aviation photos online!
I think we need this first:

image moderation option after image uploads.(handy for the small image community's )(admin can choice what they want)
Report image to moderator. option (not dislike option. people use it like they do on youtube if they don't like the videos)
I saw role based admin modus or normal user modus,(probably handy to integrate an role creator inside the admin so you are able to give roles to groups and create own groups) (also handy already for paid subscriptions in later releases) (example: roles (normal user)(paid user)(moderator)(admin)

last point I have to say! installation and setup the settings are so easy and friendly with all this example links to the developer sections from facebook and all others :)
 
Some asshole keeps uploading transsexual images to my site so I disabled the site all together. No way to block IP or ban domain, they were using sharklasers.com to create temp emails to sigh up then post porn. We really need some way to moderate and block people from doing shit like this.
 
Some asshole keeps uploading transsexual images to my site so I disabled the site all together. No way to block IP or ban domain, they were using sharklasers.com to create temp emails to sigh up then post porn. We really need some way to moderate and block people from doing shit like this.

To block IPs i usally do this in my .htaccess (just below RewriteEngine On)

Code:
# Rickroll'd
RewriteCond %{REMOTE_ADDR} 89.146.166.250 [OR]
RewriteCond %{REMOTE_ADDR} 200.84.37.82 [OR]
RewriteCond %{REMOTE_ADDR} 31.176.134.177 [OR]
RewriteCond %{REMOTE_ADDR} 37.203.108.239 [OR]
RewriteCond %{REMOTE_ADDR} 37.203.108. [OR]
RewriteCond %{REMOTE_ADDR} 37.203.99. [OR]
RewriteCond %{REMOTE_ADDR} 109.163.137.115
RewriteRule .* http://player.vimeo.com/video/2619976?autoplay=1 [L]

This blocks those IPs all the server wide so they can't see the site, upload, view a direct image, anything.

You will also find useful to block the websites where they embed the uploaded images. To do that first you will need to now in which domains they are doing this and for that you should check the server access logs or the server side stats (like analog or webalizer). Check this article for more information: http://wiki.dreamhost.com/Preventing_hotlinking

Best thing that you can do is always rely in block them in the server layer (.htaccess is server layer). Chevereto also allows you to ban users but that doesn't do that much since users can just get a new account.

Also Chevereto has a feature that allows to search content by IP. Just go a image, scroll down and click on "search content" the link is on the right side of the IP information and you will get all the images that belongs to that IP, scroll down, populate all the files then "select all" in the content manager and delete.

Note that sometimes when people uploads a lot of porn and form a lot of different IPs there is not much to do than keep blocking them. In some cases this behavior is under the label of a DDoS attack (layer 7) which happened to the demo one yar ago. A lot of asian porn pictures where used to cause a layer 7 attack by embedding this images in a huge set of Chinese porn sites. The solution was to first ban all China from the demo (so you can work on it), then delete all the images, then block all the domains and finally add all the infringing IP to the router. Yes, was a pain in the ass.
 
Ok great, thank you for adding this in. It will help combat the first layer of porn. Any plans to add in IP banning into the script? Also I know the landing page is a quick fix for combating porn, I would still love to be able to moderate the images on the main page so I dont have to have a landing page and the main page is more dynamic.

Thanks again for your hard work.
 
Ok great, thank you for adding this in. It will help combat the first layer of porn. Any plans to add in IP banning into the script? Also I know the landing page is a quick fix for combating porn, I would still love to be able to moderate the images on the main page so I dont have to have a landing page and the main page is more dynamic.

Thanks again for your hard work.

Here: http://chevereto.com/community/threads/landing-page-type-homepage.4299/

And yes, I have plans to add IP banning.
 
Rodolfo nice job , I see also that you already add my explore idea inside the header. im happy to see that :) the community inspire you. this give me also inspiration to explore your main G source more and extending it with modules.

pixel monster ? are this porn images coming from automatic bots that fire allot of actions on the upload script ?
 
Rodolfo nice job , I see also that you already add my explore idea inside the header. im happy to see that :) the community inspire you. this give me also inspiration to explore your main G source more and extending it with modules.

pixel monster ? are this porn images coming from automatic bots that fire allot of actions on the upload script ?

I have no idea, I had the site online 3 days and flooded with hermaphrodite images.
 
Может все таки сделаете кнопку скрытия порно картинок? При загрузке картинок поставить галочку +18, после они не будут видны в галлереи, ну или доступны только загрузившему.
Can still make a button to hide porn pictures? When downloading images tick 18, after they will not be seen in the gallery, well, or only available to download.
 
We need an option for images to be listed as adult or non adult and also an option to block adult from the front page.

Does anyone have a Template that is just the upload and sign up button for their homepage?
 
Ok so I have uploaded the new version, I have a few questions.

1. It seems only the admin images that are uploaded show on the main page?

2. The (explore) and (random) still show all photos uploaded and thats ok with me, however I would like to disable those two options. What file so I need to edit to remove those two links.

3. Do the images change randomly on the main page? If so how can the speed be adjusted?
 
Indeed there are a few algorithms that can detect nudity but is not a goal of this major release (3.X) to block porn images.

Now you can enable disable nsfw in listings and somehow suit to this request but the original thing (block images) is not in plans for 3.x

The request has labeled as out of scope.
 
Back
Top