• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Hotlinking

L

LuisGomezMelis

Guest
Please can anyone instruct me how to avoid hackers coming from http://fusker.leww.com/ to access one of my directories "videos" in one of my domains "celebrities"?
I have read all the information on Plesk Manual but I am not able to figure it out.
They are stealing me almost 50GIGs per day in bandwidth.
Thank you very much
 
I can not password protect the directory.
It is an AVS site.
If I password protect the directory nobody can enter the site.
I just need to be able to block the domains where the hackers come from.
Thanks anyway
 
Quickest way would be to block the offending domain's IPs at your firewall.

There are other ways to do it by using Apache directives such as Rewrites

Example: blocking offending websites (posted on WHT forums)
Code:
To add multiple urls, ie to ban 6park.com which causes alot of problems we just add [OR]

RewriteEngine on
RewriteCond %{HTTP_REFERER} ^[url]http://[/url](.*)fmforums.co.uk(.*) [OR]
RewriteCond %{HTTP_REFERER} ^[url]http://[/url](.*)6park.com(.*)
RewriteRule ^.*$ - [L,F]
http://www.webhostingtalk.com/showthread.php?t=414224

Search for 'hotlink' on these forums returns many results:
https://forum.plesk.com/search.php?...=1190223&sortby=lastpost&sortorder=descending
 
Back
Top