stolen web site?

Discussion in 'HTML & Website Design' started by seragon, Jul 6, 2007.

  1. #1
    hi, someone stolen web site content, and included image, the guy who is thief, linked image file from my host, allways i'm changing the image files but thief linked again, i paid extra banwidht because of it...So sould i make html encrypt? or what, any ideas?
     
    seragon, Jul 6, 2007 IP
  2. NITRO23456

    NITRO23456 Well-Known Member

    Messages:
    516
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    110
    #2
    Disable Right Click?
     
    NITRO23456, Jul 6, 2007 IP
  3. seragon

    seragon Peon

    Messages:
    16
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    i did, i quess , the thief is doing in explorer view/source and find the path...
     
    seragon, Jul 6, 2007 IP
  4. iatbm

    iatbm Prominent Member

    Messages:
    5,151
    Likes Received:
    352
    Best Answers:
    0
    Trophy Points:
    360
    #4
    well contact him !
     
    iatbm, Jul 6, 2007 IP
  5. NITRO23456

    NITRO23456 Well-Known Member

    Messages:
    516
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    110
    #5
    Contact his host and say he is using your copyrighted material without permission. They will shut him down. Also contact your host and ask them to prevent hotlinking of images from your account.

    You could also install a script to prevent this.
     
    NITRO23456, Jul 6, 2007 IP
  6. Dio

    Dio Well-Known Member

    Messages:
    725
    Likes Received:
    55
    Best Answers:
    0
    Trophy Points:
    120
    #6
    could always fire a DCMA complaint into Google as well, get him de-indexed.
     
    Dio, Jul 6, 2007 IP
  7. ansi

    ansi Well-Known Member

    Messages:
    1,483
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    100
    #7
    does your host have mod_rewrite enabled on your server?

    if so, create a .htaccess file and inside of it, put the following.

    
    RewriteEngine on 
    RewriteCond %{HTTP_REFERER} . 
    RewriteCond %{HTTP_REFERER} !^http://(www\.)?yoursite\.com [NC] 
    RewriteRule \.(gif|jpe?g)$ /images/hotlink.$1 [L]
    
    Code (markup):
    then simply upload a hotlink.jpg and a hotlink.gif into your /images folder.
    if the request is coming from a website other than yours, the image they request will show hotlink.gif or hotlink.jpg instead of the file they want.

    either that or replace the original image with tubgirl :)
     
    ansi, Jul 6, 2007 IP
  8. seragon

    seragon Peon

    Messages:
    16
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    he is using a blogpage not blogspot, local blogsite, anyway i also did complaint to google, and his blogserver, just waiting their answer...but he publishing adsense with my content :(
     
    seragon, Jul 6, 2007 IP
  9. ansi

    ansi Well-Known Member

    Messages:
    1,483
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    100
    #9
    doesn't matter as long as your blog or website isn't hosted by a third party and you have the ability to create and upload a .htaccess file to your root directory.
     
    ansi, Jul 6, 2007 IP
  10. seragon

    seragon Peon

    Messages:
    16
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #10
    my server is windows , notin linux
     
    seragon, Jul 6, 2007 IP
  11. ansi

    ansi Well-Known Member

    Messages:
    1,483
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    100
    #11
    doesn't matter. so long as apache has the mod_rewrite module enabled it will still work.
     
    ansi, Jul 6, 2007 IP
  12. seragon

    seragon Peon

    Messages:
    16
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #12
    oké i'll try but how do i enable it from plesk panel, i'm using reseller
     
    seragon, Jul 6, 2007 IP
  13. ansi

    ansi Well-Known Member

    Messages:
    1,483
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    100
    #13
    i assume you have php installed on your server though you could be running IIS instead of apache which would call for isapi_rewrite (not sure if you can use mod_rewrite with iss or whatever) and
    im not quite sure how to do it with that.. if you're using apache and have php installed, make a file called info.php and inside of it put this and upload it then
    check your website (mysite.com/info.php) and search for mod_rewrite

    
    <?php phpinfo(); ?>
    
    PHP:
     
    ansi, Jul 6, 2007 IP
  14. adamjthompson

    adamjthompson Well-Known Member

    Messages:
    1,242
    Likes Received:
    59
    Best Answers:
    0
    Trophy Points:
    125
    #14
    adamjthompson, Jul 12, 2007 IP
  15. PHPGator

    PHPGator Banned

    Messages:
    4,437
    Likes Received:
    133
    Best Answers:
    0
    Trophy Points:
    260
    #15
    Change a few filenames of your images, replace the ones hes using with an "Hey, look at me, I'm an idiot and stole this design" image. :)
     
    PHPGator, Jul 12, 2007 IP
  16. jazz7620

    jazz7620 Banned

    Messages:
    357
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #16
    You can disable hot-linking at your host so he can not steal bandwidth.
     
    jazz7620, Jul 12, 2007 IP
  17. login

    login Notable Member

    Messages:
    8,849
    Likes Received:
    349
    Best Answers:
    0
    Trophy Points:
    280
    #17
    Thats fun. If someone hotlink from me I use to change the images to porn or make images with naughty text.
     
    login, Jul 12, 2007 IP
  18. submitmaster

    submitmaster Well-Known Member

    Messages:
    329
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    103
    #18
    LOL ya thats what iv'e done before, if they are using the same image linked to my server, i just change the picture on my end and put some porn on teh old pic somethign nasty and funny at the same time, that will do the trick :)
     
    submitmaster, Jul 13, 2007 IP