Chatropolis!

 
  FAQ Manager Version 1.0
  • F.A.Q: Web Masters

    How to stop images from your site being displayed and other important issues.

    1. What is the config on Apache to stop images from being displayed off my site?
    2. Your users are posting images from my site, How can I stop them?
    3. My Adult Check secret directories are not so secret anymore. What can I do?
    4. I'm too lazy to configure my web server correctly is there an easier way to prevent images from my site from showing up in your chat rooms?
    5. Do you sell the chat server that powers your site?
    6. How do I advertise on Chatropolis.com?
    7. Does Chatropolis.com exchange links?

    1. What is the config on Apache to stop images from being displayed off my site? - Top

    SetEnvIf Referer "^http://www.example.com/" local_referal
    # Allow browsers that do not send Referer info
    SetEnvIf Referer "^$" local_referal

    Order Deny,Allow
    Deny from all
    Allow from env=local_referal

    - Updated: May 18, 2003

    2. Your users are posting images from my site, How can I stop them? - Top

    Most web servers provide a simple way to serve images that only originate from referrers that contain your site. For EX. Apache one of the most popular web servers has a module called MOD_REWRITE.

    If you have found a solution for another web server please let us know so we can post it here. - Updated: October 22, 2001

    3. My Adult Check secret directories are not so secret anymore. What can I do? - Top

    Adult check implements a very unsecure method and it's not our fault. We suggest you find a better solution. - Updated: October 22, 2001

    4. I'm too lazy to configure my web server correctly is there an easier way to prevent images from my site from showing up in your chat rooms? - Top

    Yes simply put the directory /no-serve/ in front of your images. We will break al URL's containg that string. So simply put your images in a directory that looks like this.

    /content/no-serve/dirtypics

    In order to protect your content from hot-linking under Apache, you first need to have mod_rewrite enabled (either compiled in, or linked dynamically), and then you need to add the following to your .htaccess file:


    RewriteEngine on
    RewriteCond %{HTTP_REFERER} !^$
    RewriteCond %{HTTP_REFERER} !^http://.*(chatropolis.com|interfun.net|XXX.XX.XXX.XX).*$ [NC]
    RewriteRule .*.(gif|jpg|GIF|JPG)$ /images/can_not_display_image.jpg

    Here is an explanation of the cryptic lines in the config code above: The first line turns on the rewriting for this config. The second and third lines specify conditions under which the rule will match – in this case if the referrer isn't blank and doesn't contain "chatropolis.com", "interfun.net", or "XXX.XX.XXXX.XX" (case insensitive because of [NC]). The last line specifies a regexp to do the actual rewriting. In this case, any URL with gif or jpg gets rewritten to read /images/can_not_display_image.jpg.

    - Updated: November 12, 2004

    5. Do you sell the chat server that powers your site? - Top

    Yes we do. Please visit www.interfun.net. - Updated: October 22, 2001

    6. How do I advertise on Chatropolis.com? - Top

    LJS Marketing is our exclusive agent. Please visit ljsmarketing.com. - Updated: October 22, 2001

    7. Does Chatropolis.com exchange links? - Top

    Sorry but due to the high demand for our ad space we are unable to exchange links. - Updated: October 22, 2001

    [e-Mail me the FAQs]    -     [Search our FAQs]    -     [Question Not Answered?]    



  •  
    ©2001 Interfun Corporation All Rights Reserved  -  ChatropolisSM
    Privacy Statement  Copyright/TradeMark Info Business Opportunities  Employment Info  About Us