• 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.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

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