| | 1 | submitted by |
| | 2 | |
| | 3 | {{{ |
| | 4 | 1. Open your FTP Client and go to your Dolphin Sites Root Directory where Dolphin is |
| | 5 | installed. This is normally on a standard Dolphin install at: /home/your_site/public_html/ |
| | 6 | |
| | 7 | 2. Rename your .htaccess file to .htaccess 1 and then copy the .htaccess file from your |
| | 8 | server to your desktop. |
| | 9 | |
| | 10 | 3. Open the .htaccess file with a code editor. I recommend Notepad++ for this. |
| | 11 | |
| | 12 | 4. Locate </IfModule> It will be the very last line in your .htaccess file. |
| | 13 | |
| | 14 | 5. Copy the code from below directly above this line so it looks like this: |
| | 15 | |
| | 16 | |
| | 17 | RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [OR] |
| | 18 | RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw [OR] |
| | 19 | RewriteCond %{HTTP_USER_AGENT} ^Custo [OR] |
| | 20 | RewriteCond %{HTTP_USER_AGENT} ^DISCo [OR] |
| | 21 | RewriteCond %{HTTP_USER_AGENT} ^Download\ Demon [OR] |
| | 22 | RewriteCond %{HTTP_USER_AGENT} ^eCatch [OR] |
| | 23 | RewriteCond %{HTTP_USER_AGENT} ^EirGrabber [OR] |
| | 24 | RewriteCond %{HTTP_USER_AGENT} ^EmailSiphon [OR] |
| | 25 | RewriteCond %{HTTP_USER_AGENT} ^EmailWolf [OR] |
| | 26 | RewriteCond %{HTTP_USER_AGENT} ^Express\ WebPictures [OR] |
| | 27 | RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro [OR] |
| | 28 | RewriteCond %{HTTP_USER_AGENT} ^EyeNetIE [OR] |
| | 29 | RewriteCond %{HTTP_USER_AGENT} ^FlashGet [OR] |
| | 30 | RewriteCond %{HTTP_USER_AGENT} ^GetRight [OR] |
| | 31 | RewriteCond %{HTTP_USER_AGENT} ^GetWeb! [OR] |
| | 32 | RewriteCond %{HTTP_USER_AGENT} ^Go!Zilla [OR] |
| | 33 | RewriteCond %{HTTP_USER_AGENT} ^Go-Ahead-Got-It [OR] |
| | 34 | RewriteCond %{HTTP_USER_AGENT} ^GrabNet [OR] |
| | 35 | RewriteCond %{HTTP_USER_AGENT} ^Grafula [OR] |
| | 36 | RewriteCond %{HTTP_USER_AGENT} ^HMView [OR] |
| | 37 | RewriteCond %{HTTP_USER_AGENT} HTTrack [NC,OR] |
| | 38 | RewriteCond %{HTTP_USER_AGENT} ^Image\ Stripper [OR] |
| | 39 | RewriteCond %{HTTP_USER_AGENT} ^Image\ Sucker [OR] |
| | 40 | RewriteCond %{HTTP_USER_AGENT} Indy\ Library [NC,OR] |
| | 41 | RewriteCond %{HTTP_USER_AGENT} ^InterGET [OR] |
| | 42 | RewriteCond %{HTTP_USER_AGENT} ^Internet\ Ninja [OR] |
| | 43 | RewriteCond %{HTTP_USER_AGENT} ^JetCar [OR] |
| | 44 | RewriteCond %{HTTP_USER_AGENT} ^JOC\ Web\ Spider [OR] |
| | 45 | RewriteCond %{HTTP_USER_AGENT} ^larbin [OR] |
| | 46 | RewriteCond %{HTTP_USER_AGENT} ^LeechFTP [OR] |
| | 47 | RewriteCond %{HTTP_USER_AGENT} ^Mass\ Downloader [OR] |
| | 48 | RewriteCond %{HTTP_USER_AGENT} ^MIDown\ tool [OR] |
| | 49 | RewriteCond %{HTTP_USER_AGENT} ^Mister\ PiX [OR] |
| | 50 | RewriteCond %{HTTP_USER_AGENT} ^Navroad [OR] |
| | 51 | RewriteCond %{HTTP_USER_AGENT} ^NearSite [OR] |
| | 52 | RewriteCond %{HTTP_USER_AGENT} ^NetAnts [OR] |
| | 53 | RewriteCond %{HTTP_USER_AGENT} ^NetSpider [OR] |
| | 54 | RewriteCond %{HTTP_USER_AGENT} ^Net\ Vampire [OR] |
| | 55 | RewriteCond %{HTTP_USER_AGENT} ^NetZIP [OR] |
| | 56 | RewriteCond %{HTTP_USER_AGENT} ^Octopus [OR] |
| | 57 | RewriteCond %{HTTP_USER_AGENT} ^Offline\ Explorer [OR] |
| | 58 | RewriteCond %{HTTP_USER_AGENT} ^Offline\ Navigator [OR] |
| | 59 | RewriteCond %{HTTP_USER_AGENT} ^PageGrabber [OR] |
| | 60 | RewriteCond %{HTTP_USER_AGENT} ^Papa\ Foto [OR] |
| | 61 | RewriteCond %{HTTP_USER_AGENT} ^pavuk [OR] |
| | 62 | RewriteCond %{HTTP_USER_AGENT} ^pcBrowser [OR] |
| | 63 | RewriteCond %{HTTP_USER_AGENT} ^RealDownload [OR] |
| | 64 | RewriteCond %{HTTP_USER_AGENT} ^ReGet [OR] |
| | 65 | RewriteCond %{HTTP_USER_AGENT} ^SiteSnagger [OR] |
| | 66 | RewriteCond %{HTTP_USER_AGENT} ^SmartDownload [OR] |
| | 67 | RewriteCond %{HTTP_USER_AGENT} ^SuperBot [OR] |
| | 68 | RewriteCond %{HTTP_USER_AGENT} ^SuperHTTP [OR] |
| | 69 | RewriteCond %{HTTP_USER_AGENT} ^Surfbot [OR] |
| | 70 | RewriteCond %{HTTP_USER_AGENT} ^tAkeOut [OR] |
| | 71 | RewriteCond %{HTTP_USER_AGENT} ^Teleport\ Pro [OR] |
| | 72 | RewriteCond %{HTTP_USER_AGENT} ^VoidEYE [OR] |
| | 73 | RewriteCond %{HTTP_USER_AGENT} ^Web\ Image\ Collector [OR] |
| | 74 | RewriteCond %{HTTP_USER_AGENT} ^Web\ Sucker [OR] |
| | 75 | RewriteCond %{HTTP_USER_AGENT} ^WebAuto [OR] |
| | 76 | RewriteCond %{HTTP_USER_AGENT} ^WebCopier [OR] |
| | 77 | RewriteCond %{HTTP_USER_AGENT} ^WebFetch [OR] |
| | 78 | RewriteCond %{HTTP_USER_AGENT} ^WebGo\ IS [OR] |
| | 79 | RewriteCond %{HTTP_USER_AGENT} ^WebLeacher [OR] |
| | 80 | RewriteCond %{HTTP_USER_AGENT} ^WebReaper [OR] |
| | 81 | RewriteCond %{HTTP_USER_AGENT} ^WebSauger [OR] |
| | 82 | RewriteCond %{HTTP_USER_AGENT} ^Website\ eXtractor [OR] |
| | 83 | RewriteCond %{HTTP_USER_AGENT} ^Website\ Quester [OR] |
| | 84 | RewriteCond %{HTTP_USER_AGENT} ^WebStripper [OR] |
| | 85 | RewriteCond %{HTTP_USER_AGENT} ^WebWhacker [OR] |
| | 86 | RewriteCond %{HTTP_USER_AGENT} ^WebZIP [OR] |
| | 87 | RewriteCond %{HTTP_USER_AGENT} ^Wget [OR] |
| | 88 | RewriteCond %{HTTP_USER_AGENT} ^Widow [OR] |
| | 89 | RewriteCond %{HTTP_USER_AGENT} ^WWWOFFLE [OR] |
| | 90 | RewriteCond %{HTTP_USER_AGENT} ^Xaldon\ WebSpider [OR] |
| | 91 | RewriteCond %{HTTP_USER_AGENT} ^Zeus |
| | 92 | RewriteRule /*$ http://www.404Error.com [L,R] |
| | 93 | |
| | 94 | </IfModule> |
| | 95 | |
| | 96 | |
| | 97 | ***Please note, you will only have </IfModule> one time when your done, not twice! |
| | 98 | |
| | 99 | 6. Save the file to your desktop as .htacess |
| | 100 | |
| | 101 | 7. Copy the file back to your server and overwrite your current .htaccess file. |
| | 102 | }}} |
| | 103 | |
| | 104 | |
| | 105 | |
| | 106 | |
| | 107 | ****You can change the last line to send them anywhere, including to a spam pop up site, hackers site or anywhere else you feel like sending them and it does not affect your own bandwidth and keeps your data safe. |