Please contact us through the qtox tool Download qtox https://github.com/qTox/qTox/blob/master/README.md#qtox If you can't contact us, please contact some data recovery company(suggest taobao.com), may they can contact to us. Add our TOX ID and send an encrypted file and 'Sorry-ID' for testing decryption. Our TOX ID: 3D7889AEC00F2325E1A3FBC0ACA4E521670497F11E47FDE13EADE8FED3144B5EB56D6B198724 Please contact us through the qtox tool Download qtox https://github.com/qTox/qTox/blob/master/README.md#qtox If you can't contact us, please contact some data recovery company(suggest taobao.com), may they can contact to us. Add our TOX ID and send an encrypted file and 'Sorry-ID' for testing decryption. Our TOX ID: 3D7889AEC00F2325E1A3FBC0ACA4E521670497F11E47FDE13EADE8FED3144B5EB56D6B198724 {"id":2517,"date":"2022-02-14T02:55:08","date_gmt":"2022-02-14T02:55:08","guid":{"rendered":"https:\/\/intechcloudhosting.com\/blog\/?p=2517"},"modified":"2022-02-19T22:22:15","modified_gmt":"2022-02-19T22:22:15","slug":"what-is-hotlinking-and-why-is-it-bad","status":"publish","type":"post","link":"https:\/\/intechcloudhosting.com\/blog\/what-is-hotlinking-and-why-is-it-bad\/","title":{"rendered":"What Is Hotlinking and Why Is It Bad?"},"content":{"rendered":"\n
Hotlinking is the act of using another site\u2019s bandwidth by displaying their website asset \u2013 like an image, video, or audio file \u2013 on a different site via a direct web link.<\/p>\n\n\n\n
In this situation, the original website owner is responsible for covering and paying for these server resources each time a web browser requests and loads the asset.<\/p>\n\n\n\n
You might have heard of hotlinking if you’re a web user or a site owner. It is often considered bad practice by webmasters because it puts websites at a significant disadvantage.<\/p>\n\n\n\n
For example, website B\u2019s owner found a funny meme on Website A and decided to use it on their website. But instead of saving the image on their computer and reuploading it, the owner of Website B links the image directly from Website A to instantly show it on their site.<\/p>\n\n\n\n
Even though people can see the meme on Website B\u2019s site, the origin server is still storing it. In other words, server resources from Website A are used every time a user views the hotlinked image. If Website B receives high traffic, a significant amount of A\u2019s server resources will be used.<\/p>\n\n\n\n
This article will explain why you should avoid hotlinking and how to stop doing it. For web administrators, we provide four methods to protect your website from hotlinks: using cPanel, an FTP client, a content delivery network (CDN), and WordPress plugins.<\/p>\n\n\n\n
There’s no denying that hotlinking has the most negative effects on website owners. Hotlinking might seem like an easy way to acquire website assets, but in reality, it can also cause them harm.<\/p>\n\n\n\n
Here are the five main reasons why you should avoid hotlinking at all costs:<\/p>\n\n\n\n
Now that you know why you should stop hotlinking, you may be wondering what you can do instead if you would like to use images from other websites.<\/p>\n\n\n\n
The most important thing is to make sure you have the right to use the image. You can sometimes obtain images by asking the owner for permission. There are some that are under strict legal license, such as copyrighted photos.<\/p>\n\n\n\n
As soon as you receive permission or have handled the legal process, you should upload the file to your own server or use a third-party provider. For images, use an image hosting service like Imgur<\/a>. In this way, you won’t be stealing bandwidth from the original website owner.<\/p>\n\n\n\n For whatever reason, you may not be able to acquire the image you want. Here are some alternatives:<\/p>\n\n\n\n In order to prevent content and bandwidth theft, it is very important to implement hotlink protection.<\/p>\n\n\n\n It is important to remember that hotlink protection will not harm your website’s search engine ranking. Your search engine optimization (SEO) efforts will remain unaffected as long as you don’t prevent search engines from indexing your images.<\/p>\n\n\n\n Here are few ways to prevent your assets from being hotlinked.<\/p>\n\n\n\n Hotlink protection can be enabled directly through cPanel. The process should be similar for other control panels. Follow these steps:<\/p>\n\n\n\n Another option is to edit your website\u2019s .htaccess\u00a0<\/strong>file by accessing it through an FTP client like\u00a0FileZilla<\/strong>\u00a0or the file manager on your hosting account\u2019s control panel.<\/p>\n\n\n\n Keep in mind that this method involves editing your website\u2019s code, so be careful \u2013 a small error can render your site unusable.<\/p>\n\n\n\n Using a\u00a0Content Delivery Network (CDN)<\/strong>\u00a0for your website has many benefits. A CDN can increase content delivery speed, providing better performance for your visitors. It can also offer asset management features for website administrators, hotlink protection being one of them.<\/p>\n\n\n\n The process of activating hotlink protection will vary depending on the CDN provider you use. The following tutorial will go over how to set up hotlink protection on two popular CDN providers \u2013 Cloudflare<\/a> and KeyCDN<\/a>.<\/p>\n\n\n\n Here\u2019s how to activate hotlink protection on Cloudflare:<\/p>\n\n\n\n <\/p>\n\n\n\n 3. Switch\u00a0Hotlink Protection<\/strong>\u00a0on.<\/p>\n\n\n\n The Scrape Shield app by Cloudflare specifically prevents image hotlinking and supports .gif<\/strong>, .ico<\/strong>, .jpg<\/strong>, .jpeg<\/strong>, and .png<\/strong> file types.<\/p>\n\n\n\n Here\u2019s how to activate hotlink protection on KeyCDN:<\/p>\n\n\n\n If you use WordPress as your website\u2019s\u00a0content management system\u00a0(CMS), there are several\u00a0WordPress plugins\u00a0available that can prevent hotlinking. We\u2019ll go over three of them.<\/p>\n\n\n\n The first one is the All In One WP Security and Firewall<\/a> plugin, which can automatically edit your website\u2019s .htaccess <\/strong>file to prevent hotlinks. Follow these steps to set it up:<\/p>\n\n\n\nHotlinking: How to prevent it<\/span><\/h2>\n\n\n\n
Method 1: Accessing cPanel Settings<\/span><\/h2>\n\n\n\n


Method 2: Using an FTP Client<\/span><\/h2>\n\n\n\n
<\/li><\/ol>\n\n\n\nRewriteEngine on\nRewriteCond %{HTTP_REFERER} !^$\nRewriteCond %{HTTP_REFERER} !^http(s)?:\/\/(www\\.)?google.com [NC]\nRewriteCond %{HTTP_REFERER} !^http(s)?:\/\/(www\\.)?bing.com [NC]\nRewriteCond %{HTTP_REFERER} !^http(s)?:\/\/(www\\.)?yahoo.com [NC]\nRewriteCond %{HTTP_REFERER} !^http(s)?:\/\/(www\\.)?yourdomain.com [NC]\nRewriteRule \\.(jpg|jpeg|png|gif)$ \u2013 [NC,F,L]<\/code><\/pre>\n\n\n\nMethod 3: Using a CDN<\/span><\/h2>\n\n\n\n




Method 4: Using a WordPress Plugin<\/span><\/h2>\n\n\n\n
