• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

images work only in my Forum :)

forzaana

Chevereto Noob
I really like ur script ,

Just a questions before I purchase the script.

i wanna images that upload by the script work only in my Forum ! 🙂

can i do thaat ?

or can u do it for me , How much will cost me ?


thnx
 
That can be easy done with an .htaccess rule like this:
Code:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?myforum.com [NC]
RewriteRule  .*\.(jpg|png|bmp|gif)$ http://chevereto.com/demo_error.gif [NC,R,L]

And this will work for any script, site, etc. Is not a "Chevereto" thing.
 
Back
Top