Back | Reverse | Quick Reply | Post Reply |

Download Manager Blocking
Link | by AK on 2006-07-16 06:15:53 (edited 2006-07-16 06:17:25)
Hello guys,

I just accessed your site here and got an error about it not allowing Free Download Manager. Now I know what you're thinking, but hear me out before you judge me as a leecher.

I'm also a webmaster having the same problem. I only had it installed for testing purposes. FDM is the "manager of choice" on my site.. here's a pick

http://www.ichigo.us/images/stats.jpg

I've tried using a simple htaccess file with numerous User Agents listed in it, yet FDM continues to hit my downloads. My php/html knowledge is limited and I've come to a road block. If any of you staff guys can help me, I'd really appreciate it. If you feel this shouldn't be discussed openly in the forums do feel free to email me at Ichigo@ichigo.us

Thanks~

Re: Download Manager Blocking
Link | by gendou on 2006-07-16 06:56:37 (edited 2006-07-16 06:57:55)
PHP Code:
if(ereg('FDM', $_SERVER['HTTP_USER_AGENT'])) die("FDM is not allowed!");
.htaccess Settings:
RewriteCond %{HTTP_USER_AGENT} FDM.*           
RewriteRule (.*) http://127.0.0.1/ [L]



Re: Download Manager Blocking
Link | by AK on 2006-07-16 16:26:43
Thanks Gendou, seems to be working now.

Would you happen to know the user ID for Net Transport? I've tried NetTransport, Net\ Transport, NetXfer, and NT and it just won't block it. Sorry to ask this but web search has turned up nothing on this manager :(

Re: Download Manager Blocking
Link | by gendou on 2006-07-17 01:24:36
Net\ Transport.* should work, i think.


Back | Reverse | Quick Reply | Post Reply |

Copyright 2000-2025 Gendou | Terms of Use | Page loaded in 0.0008 seconds at 2025-06-13 03:46:35