vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Community Lounge (https://vborg.vbsupport.ru/forumdisplay.php?f=13)
-   -   Protecting graphics (https://vborg.vbsupport.ru/showthread.php?t=56647)

JonUrban 08-31-2003 02:36 PM

Protecting graphics
 
Is there anyway to prevent anyone from linking a graphic from your site to another site?

I have an animated gif file that was customized for my board. However, some people that liked it have linked it into their signature at other boards around the web, but instead of just copying the image to their own server, they have just linked it to it's location on my server.

When I look at my webstats, at the "last 300 visitors", most of these "visits" are calls to the graphic from these other forums. Since the poster that is using the graphic posts a lot and at a lot of different forums, I am getting hundreds of hits per hour as people in those forums view his posts.

I am afraid that I already know that answer (no), but I figured I'd ask you folks if there was any way to keep that graphic "in the local board only".

Thanks

:-jon

filburt1 08-31-2003 02:44 PM

Yes, search for "hotlink protection." However, that won't stop them from saving the image themselves and then copying it. You can even make it such that when the image is hotlinked, a different image is displayed to the thief (usually one that says something like "This image was stolen from mysite.com").

Xenon 08-31-2003 02:45 PM

there is a way to htaccess protect your graphics.

do a search, it has been posted a few time iirc :)

AndreaBash 09-01-2003 03:10 AM

heh heh. I'm really cruel.. but I'd just keep moving the graphic until he got the picture. That would be really fun. :)

JonUrban 09-01-2003 03:32 AM

Help!

Here is my .htaccess file:


deny from 192.132.24.81

# Rewrite Rule for images
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://www.quadraphonicquad.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.quadraphonicquad.com.*$ [NC]
RewriteRule .*\.(gif|GIF|jpg|JPG)$ - [F]





However, the graphics are still showing up on the other forums. Is there something else I have to do?

HELP!! (I am not too good at this)

THANKS

:-jon

SmEdD 09-01-2003 04:20 AM

lol I love making it link a nasty picture so there like WTF and get all confused.

MaDCaT75 09-01-2003 05:31 AM

Quote:

Today at 06:20 AM SmEdD said this in Post #6
lol I love making it link a nasty picture so there like WTF and get all confused.

haha.... how do you do that? I dont know much about doing that kinda thing please tell me :cheeky:

SmEdD 09-01-2003 05:45 AM

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?mydomain.com/.*$ [NC]
RewriteRule \.(gif|jpg)$ http://www.domainname.com/nasty.gif [R,L]

MaDCaT75 09-01-2003 06:52 AM

What file is that done in? Sorry for being such a n00b :rolleyes:

Chris M 09-01-2003 06:58 AM

You have to create a htaccess file:)

The easiest way is to copy that into Notepad ([high]making sure you edit the domain to your domain;)[/high]), and save it as htaccess and as a .txt file... Then upload the htaccess.txt file to your graphics directory, and rename the file on your server to [high].htaccess[/high]

:)

Satan


All times are GMT. The time now is 03:10 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01086 seconds
  • Memory Usage 1,729KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete