Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Protect your web

Status
Not open for further replies.
Banned
Banned
Joined
Sep 10, 2007
Messages
383
Reaction score
50
I will try to make a small tutorial how to protect your web from rip and source view:
1 Add this to all your webpages script next to your META code:
PHP:
<META NAME="ROBOTS" CONTENT="NONE,NOINDEX,NOFOLLOW">
2.Make a robots.txt file and copy this code inside:
PHP:
User-Agent: *
Disallow: /js/
Disallow: /images/
Disallow: /css/
note all js,images,css ar the name off my folders(write your own folders names)
3. Make a files .htaccess and copy this code inside:
PHP:
RewriteEngine On 
RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [OR] 
RewriteCond %{HTTP_USER_AGENT} ^Bot\ mailto:craftbot@yahoo.com [OR] 
RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw [OR] 
RewriteCond %{HTTP_USER_AGENT} ^Custo [OR] 
RewriteCond %{HTTP_USER_AGENT} ^DISCo [OR] 
RewriteCond %{HTTP_USER_AGENT} ^Download\ Demon [OR] 
RewriteCond %{HTTP_USER_AGENT} ^eCatch [OR] 
RewriteCond %{HTTP_USER_AGENT} ^EirGrabber [OR] 
RewriteCond %{HTTP_USER_AGENT} ^EmailSiphon [OR] 
RewriteCond %{HTTP_USER_AGENT} ^EmailWolf [OR] 
RewriteCond %{HTTP_USER_AGENT} ^Express\ WebPictures [OR] 
RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro [OR] 
RewriteCond %{HTTP_USER_AGENT} ^EyeNetIE [OR] 
RewriteCond %{HTTP_USER_AGENT} ^FlashGet [OR] 
RewriteCond %{HTTP_USER_AGENT} ^GetRight [OR] 
RewriteCond %{HTTP_USER_AGENT} ^GetWeb! [OR] 
RewriteCond %{HTTP_USER_AGENT} ^Go!Zilla [OR] 
RewriteCond %{HTTP_USER_AGENT} ^Go-Ahead-Got-It [OR] 
RewriteCond %{HTTP_USER_AGENT} ^GrabNet [OR] 
RewriteCond %{HTTP_USER_AGENT} ^Grafula [OR] 
RewriteCond %{HTTP_USER_AGENT} ^HMView [OR] 
RewriteCond %{HTTP_USER_AGENT} HTTrack [NC,OR] 
RewriteCond %{HTTP_USER_AGENT} ^Image\ Stripper [OR] 
RewriteCond %{HTTP_USER_AGENT} ^Image\ Sucker [OR] 
RewriteCond %{HTTP_USER_AGENT} Indy\ Library [NC,OR] 
RewriteCond %{HTTP_USER_AGENT} ^InterGET [OR] 
RewriteCond %{HTTP_USER_AGENT} ^Internet\ Ninja [OR] 
RewriteCond %{HTTP_USER_AGENT} ^JetCar [OR] 
RewriteCond %{HTTP_USER_AGENT} ^JOC\ Web\ Spider [OR] 
RewriteCond %{HTTP_USER_AGENT} ^larbin [OR] 
RewriteCond %{HTTP_USER_AGENT} ^LeechFTP [OR] 
RewriteCond %{HTTP_USER_AGENT} ^Mass\ Downloader [OR] 
RewriteCond %{HTTP_USER_AGENT} ^MIDown\ tool [OR] 
RewriteCond %{HTTP_USER_AGENT} ^Mister\ PiX [OR] 
RewriteCond %{HTTP_USER_AGENT} ^Navroad [OR] 
RewriteCond %{HTTP_USER_AGENT} ^NearSite [OR] 
RewriteCond %{HTTP_USER_AGENT} ^NetAnts [OR] 
RewriteCond %{HTTP_USER_AGENT} ^NetSpider [OR] 
RewriteCond %{HTTP_USER_AGENT} ^Net\ Vampire [OR] 
RewriteCond %{HTTP_USER_AGENT} ^NetZIP [OR] 
RewriteCond %{HTTP_USER_AGENT} ^Octopus [OR] 
RewriteCond %{HTTP_USER_AGENT} ^Offline\ Explorer [OR] 
RewriteCond %{HTTP_USER_AGENT} ^Offline\ Navigator [OR] 
RewriteCond %{HTTP_USER_AGENT} ^PageGrabber [OR] 
RewriteCond %{HTTP_USER_AGENT} ^Papa\ Foto [OR] 
RewriteCond %{HTTP_USER_AGENT} ^pavuk [OR] 
RewriteCond %{HTTP_USER_AGENT} ^pcBrowser [OR] 
RewriteCond %{HTTP_USER_AGENT} ^RealDownload [OR] 
RewriteCond %{HTTP_USER_AGENT} ^ReGet [OR] 
RewriteCond %{HTTP_USER_AGENT} ^SiteSnagger [OR] 
RewriteCond %{HTTP_USER_AGENT} ^SmartDownload [OR] 
RewriteCond %{HTTP_USER_AGENT} ^SuperBot [OR] 
RewriteCond %{HTTP_USER_AGENT} ^SuperHTTP [OR] 
RewriteCond %{HTTP_USER_AGENT} ^Surfbot [OR] 
RewriteCond %{HTTP_USER_AGENT} ^tAkeOut [OR] 
RewriteCond %{HTTP_USER_AGENT} ^Teleport\ Pro [OR] 
RewriteCond %{HTTP_USER_AGENT} ^VoidEYE [OR] 
RewriteCond %{HTTP_USER_AGENT} ^Web\ Image\ Collector [OR] 
RewriteCond %{HTTP_USER_AGENT} ^Web\ Sucker [OR] 
RewriteCond %{HTTP_USER_AGENT} ^WebAuto [OR] 
RewriteCond %{HTTP_USER_AGENT} ^WebCopier [OR] 
RewriteCond %{HTTP_USER_AGENT} ^WebFetch [OR] 
RewriteCond %{HTTP_USER_AGENT} ^WebGo\ IS [OR] 
RewriteCond %{HTTP_USER_AGENT} ^WebLeacher [OR] 
RewriteCond %{HTTP_USER_AGENT} ^WebReaper [OR] 
RewriteCond %{HTTP_USER_AGENT} ^WebSauger [OR] 
RewriteCond %{HTTP_USER_AGENT} ^Website\ eXtractor [OR] 
RewriteCond %{HTTP_USER_AGENT} ^Website\ Quester [OR] 
RewriteCond %{HTTP_USER_AGENT} ^WebStripper [OR] 
RewriteCond %{HTTP_USER_AGENT} ^WebWhacker [OR] 
RewriteCond %{HTTP_USER_AGENT} ^WebZIP [OR] 
RewriteCond %{HTTP_USER_AGENT} ^Widow [OR] 
RewriteCond %{HTTP_USER_AGENT} ^WWWOFFLE [OR] 
RewriteCond %{HTTP_USER_AGENT} ^Xaldon\ WebSpider [OR] 
RewriteCond %{HTTP_USER_AGENT} ^Zeus 
RewriteRule ^.* - [F,L]
4. This is the most important thing! Get this program ,what this program do is that will encrypt your source and the php source codes to(and scripts will still work ) ! will block all controls that you want to block(example ctr+s.ctr+shift+u ...etc)more info on htmlguard web.
If you do all that you you ar 90% secure .
have fun :thumbup1:
 
Joined
Jun 23, 2006
Messages
782
Reaction score
399
then test that on my website and you will se is not that easy a least not for all


that come from a guy that hes website is unsecured ?
first learn to protect your before even talk in this thread

You really don't know what "protection" means, don't you?
Ripping is not Hacking so you're just a total fail when you say you "hacked" our site, just because you can download a flash file :thumbup1:
Same goes @Krava..you guys actually don't even know what you're talking about.So please stfu and gtfo.

Ah...so YOU say our site is "unsecured" so please HACK IT!
But YOU have to do it not anyone else...come on and try!
MR.homepchomepage
 
Banned
Banned
Joined
Sep 10, 2007
Messages
383
Reaction score
50
lulz, your crap has nothing todo with security, its not seo friendly & useless

better go ask your daddy to make your dll`s and stop talking about web scripting that clearly you don't understated.

You really don't know what "protection" means, don't you?
Ripping is not Hacking so you're just a total fail when you say you "hacked" our site, just because you can download a flash file :thumbup1:
Same goes @Krava..you guys actually don't even know what you're talking about.So please stfu and gtfo.

Ah...so YOU say our site is "unsecured" so please HACK IT!
But YOU have to do it not anyone else...come on and try!
MR.homepchomepage
who say that i hacked your website? lolz,and btw from a source code html php etc is the first step to do a web hack(so rip a website to se the source and how to web work is the first step to learn where to hack), so stop confused the web scripting with dll scripting ,it`s cleary you have no clue...
 
Newbie Spellweaver
Joined
Feb 12, 2010
Messages
43
Reaction score
45
better go ask your daddy to make your dll`s and stop talking about web scripting that clearly you don't understated.

im pretty sure that i know much more about security, web scripting and even web design than you.

but keep doing mr. "file - save - i ripped a website wohooo"
 
Banned
Banned
Joined
Sep 10, 2007
Messages
383
Reaction score
50
im pretty sure that i know much more about security, web scripting and even web design than you.

but keep doing mr. "file - save - i ripped a website wohooo"
just by reading your posts on this thread im pretty sure you know poop.Anyway here is a first step for you to learn
good luck you will need it
 
Status
Not open for further replies.
Back
Top