Solucionar el robo de Ancho de banda
Solucionar el Robo de Ancho de banda no es muy complicado. Aquí os voy a explicar cómo hacerlo paso a paso usando el archivo .htaccess.

Suponiendo en cuenta que el sitio se llama http://www.misitio.com/
Editamos el fichero .htaccess que se encuentra en la raíz del sitio añadiendo las siguientes lineas:
RewriteCond %{HTTP_REFERER} !^http://www.misitio.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.misitio.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.misitio.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.misitio.com$ [NC]
RewriteRule .*.(jpg|swf|jpeg|gif|png|bmp)$ http://Unhost.com/imagen.png [R,NC]
La última linea http://Unhost.com/imagen.gif debe ser la dirección de la imagen que va a aparecer en el otro sitio. En caso de que no quieras poner nada en el otro sitio se puede omitir la direcciíon de la otra imagen.





January 9th, 2010 at 6:25 pm
[...] ¿Cómo Solucionar el robo de Ancho de banda? [...]
January 11th, 2010 at 10:03 pm
Es interesantísimo lo que explicas en todas las entradas,Polo.
January 11th, 2010 at 10:12 pm
Muchas gracias Conchi y me alegro de que te guste!!
Un abrazo!!!
January 12th, 2010 at 12:02 am
Polo, tienes que tener mucho cuidado con lo que hagas en el .htaccess, más que nada porque estarás betando también a Google imágenes de indexarte. Debes permitir a algunos sitios positivos y directorios, que puedan referirte bien. Yo uso este fichero. Con el que has puesto, pierdes visitas de la búsqueda de imágenes. Un saludo.
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?bestwebmaker.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?add.my.yahoo.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?alesti.org/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?attensa.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?bitty.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?bloglines.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?feedlounge.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?feedness.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?feeds.feedburner.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?fusion.google.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?google.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?google\/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?images\google\/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?live.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?mix.excite.eu/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?netvibes.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?newsalloy.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?newsgator.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?pageflakes.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?plusmo.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?rojo.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?thefreedictionary.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?yahoo.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?yahoo.es/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https?://(www\.)?yourminis.com/.*$ [NC]
RewriteRule \.*$ – [F,NC]
January 12th, 2010 at 10:21 pm
Te había dejado un mensaje aquí, pero se ve que al poner mucho código o alguna dirección web, parece que no lo aceptó (pensé que había quedado en moderación). Era aquí donde me refería en el otro post que has hecho del ancho de banda.
Lo que he hecho es ponerlo en mi blog, y así de paso explicar un poco lo de las excepciones.
Respecto a lo de redireccionar a la página que te dije, creo que no se puede hacer con estos códigos simples, me parece que me lié, vamos, que estoy equivocado. Yo una vez creí que lo había logrado pero no es así.
Un abrazo.
January 12th, 2010 at 10:52 pm
[...] de tu página en otras páginas que no sean tuyas, tal y como nos habló Polo recientemente en su blog. Este proceso, denominado Hotlinking, Inline linking o putada en el idioma de Cervantes, te hará [...]
January 13th, 2010 at 12:04 am
Bueno me parece que akismet lo habria bloqueado voy verificarlo y dejarlo pasar. Ahora mismo me voy a tu blog para verlo en detalle de toda forma!
January 13th, 2010 at 12:08 am
Muchas gracias por el consejo Andrés tienes razón estoy pendiendo visitas! pero beuno voy a arreglarlo ahora mismo!!!
Saludos amigo!!
February 13th, 2010 at 10:52 pm
Gracias voy a poner en practica la solucion que nos das a ver si funciona
February 14th, 2010 at 12:35 am
Púes sí, funciona de hecho lo estoy usando pero tener en cuenta la propuesta de Andrés para no perder visita!!!