Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

   

Reply
 
LinkBack Thread Tools Display Modes
Old 12-07-2004, 01:34 PM   #1 (permalink)
Inactive
 
samer's Avatar
 
Join Date: 10-13-03
Location: Lebanon
Posts: 4,099
iTrader: 0 / 0%
Latest Blog:
None

samer is just really nicesamer is just really nicesamer is just really nicesamer is just really nicesamer is just really nicesamer is just really nicesamer is just really nicesamer is just really nicesamer is just really nicesamer is just really nicesamer is just really nice
how to track a hotlinker ?

how can I track how's hotlinking me ? i have a lot of hits to my forum image files and CSS.

thanks.
samer is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-07-2004, 03:07 PM   #2 (permalink)
Super Moderator
 
South's Avatar
 
Join Date: 10-13-03
Location: Georgia
Posts: 3,212
iTrader: 0 / 0%
Latest Blog:
None

South is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest orderSouth is a web professional of the highest order
They should show as referring urls in your stats.
__________________
He that lives upon hope will die fasting.
~ Benjamin Franklin
South is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-07-2004, 08:48 PM   #3 (permalink)
Inactive
 
seonewbee's Avatar
 
Join Date: 05-12-04
Posts: 520
iTrader: 0 / 0%
Latest Blog:
None

seonewbee is just really niceseonewbee is just really niceseonewbee is just really niceseonewbee is just really niceseonewbee is just really niceseonewbee is just really niceseonewbee is just really niceseonewbee is just really nice
Sountnow is right. They will be references in your logs for thes files without a page being called before the call for the image. Your log analysis software might list things by amount transfered and you might find them that way. They will show up as a lot of files transfered but no page views. Once you find them I would send a copy of part of your server logs to their ISP.

You have 2 options for stopping them until their ISP stops them.

1) This can also stop others in the future from doing it.

Simply add the below code to your .htaccess file, and upload the file either to your root directory, or to the directory where you keep your images on your site:

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?mydomain.com/.*$ [NC]
RewriteRule \.(gif|jpg|png)$ - [F]
Be sure to replace "mydomain.com" with your own. The above code causes a broken image to be displayed when its hot linked.

2) If you know their IP. In your .htaccess file in your root directory

order allow,deny
deny from 123.45.6.7
deny from 012.34.5.
allow from all

Hope that this helps you.
seonewbee is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Am I on the right track? guyfox Affiliate Revenue 1 04-29-2007 10:16 AM
What is a track back? workingwebsolutions Forum Lobby 1 11-30-2006 06:20 PM
Track referrals in PHP hurricane_sh Coding Forum 2 07-25-2004 06:21 AM
How do you track your visitors? PaulHarris Marketing Forum 15 07-13-2004 05:20 PM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 02:37 AM.
© Copyright 2008 V7 Inc