Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Security Tutorial  Protect Your Forums From Hackers
Author Message
Axb Offline
Junior Member
**

Posts: 9
Joined: Feb 2012
Reputation: 0
Post: #51
RE: Protect Your Forums From Hackers
Nice tutorial001_smile Thanks Big Grin
02-16-2012, 03:06 AM
Find all posts by this user Quote this message in a reply
tweetwap Offline
Junior Member
**

Posts: 12
Joined: Feb 2012
Reputation: 0
Post: #52
RE: Protect Your Forums From Hackers
thanks
02-19-2012, 10:28 PM
Find all posts by this user Quote this message in a reply
AmanHF Offline
Junior Member
**

Posts: 6
Joined: Mar 2012
Reputation: 0
Post: #53
RE: Protect Your Forums From Hackers
Is admin CP location change enough ?
03-08-2012, 03:57 PM
Find all posts by this user Quote this message in a reply
itujala Offline
Junior Member
**

Posts: 5
Joined: Apr 2012
Reputation: 0
Post: #54
RE: Protect Your Forums From Hackers
Thanks for sharing
05-13-2012, 05:02 PM
Find all posts by this user Quote this message in a reply
nick47274 Offline
Junior Member
**

Posts: 5
Joined: May 2012
Reputation: 0
Post: #55
RE: Protect Your Forums From Hackers
(05-06-2010 08:04 AM)euantor Wrote:  You could also password protect the admin directory via .htaccess and, for extra security, lock access to the admin directory to a limited number of IP addresses only. I just password protect mine with a randomly generated password and my admin directory's name consists of random letters and numbers.

Could you show us how to do this?
05-19-2012, 12:04 PM
Find all posts by this user Quote this message in a reply
RooAccess Offline
Premium User
Premium Users

Posts: 13
Joined: Aug 2012
Reputation: 0
Post: #56
RE: Protect Your Forums From Hackers
Thank you, very helpful post!
08-03-2012, 04:08 AM
Find all posts by this user Quote this message in a reply
jzoner Offline
Junior Member
**

Posts: 18
Joined: Aug 2012
Reputation: 0
Post: #57
RE: Protect Your Forums From Hackers
thanks sir for sharing
08-28-2012, 11:02 PM
Find all posts by this user Quote this message in a reply
[B]oss Offline
Junior Member
**

Posts: 10
Joined: Sep 2012
Reputation: 0
Post: #58
RE: Protect Your Forums From Hackers
iam gonna just use the plugin hehe
09-15-2012, 01:55 AM
Find all posts by this user Quote this message in a reply
lcalrpinteyrouo Offline
Junior Member
**

Posts: 1
Joined: Dec 2012
Reputation: 0
Post: #59
Fashion Christian Louboutin New Simple Botta 120mm Suede Boots Red Sale
tour our splendid or snitch on by personality. All that’s sinistral to do then is lay one's hands on that all impressive Christmas and Unusual Year outfit from Next’s partywear collections – trends in search women catalogue fundamental in metallics, embellishments and shades of berry whilst men will love the latest elegant and declaration shirts. Indulge your friends, mollycoddle your family and doctor yourself. As, thanks to Next, everyone drive be saying Merry Christmas this year in glimmering, shimmering style.
Fitflop Sale Fleur Malaysia Store
Fitflop Positano Outlet
Vogue Christian Louboutin Mens Rollerball Loafers Black Watersnake White edge Sneakers Store
Authentic Christian Louboutin Rantus Orlato Fabric High Top Womens Sneakers Black Red For Cheap

Nike Free Run 3
12-16-2012, 06:50 PM
Visit this user's website Find all posts by this user Quote this message in a reply
miscbyproduct Away
Premium User
Premium Users

Posts: 8
Joined: Dec 2012
Reputation: 0
Post: #60
RE: Protect Your Forums From Hackers
the db random password generator has a option that lets you change the password length, up to 18 characters...
do that AND USE 18 CHARACTER PASSWORD w/ special char allowed
AND
"and my admin directory's name consists of random letters and numbers."
do that also for db name, db user name & pass

AND
HTACCESS STUFF
(remove everything in parenthese)



(these top 4 lines, allowed in htaccess ONLY 1 TIME EACH)
RewriteEngine On (turns on mod rewrite)
RewriteBase / (like_mybb in the db forum setup)
ServerSignature Off (tells server name/info...keep private)
Options -MultiViews +FollowSymlinks -Indexes (IMPORTANT thing here is contents of DIRs can not be viewed, only blindly executed/followed etc...)
#(#'s are good for commenting not to be seen/don't read/skip this)
# STRONG HTACCESS PROTECTION ( etc...)
<Files ~ "^.*\.([Hh][Tt][Aa])"> (note . H T A wildcard DENY ALL)
order allow,deny
deny from all
</Files>
# (the neat part)
RewriteCond %{REQUEST_URI} /requested-page-name\.php$
RewriteRule .* /US-CERT.gov [R=301,L]

(the last 2 lines tell your server/host...)
(any going to whatever page you name)
(redirect/send them to whatever URL/SITE you name)
(in this case, u.s. computer emergency readiness team)
(the people with no sense of humor what so ever that protect govt computers)
(i suspect they attack back)
.


here it is without all the notes...


RewriteEngine On
RewriteBase /
ServerSignature Off
Options -MultiViews +FollowSymlinks -Indexes
#
<Files ~ "^.*\.([Hh][Tt][Aa])">
order allow,deny
deny from all
</Files>
#
RewriteCond %{REQUEST_URI} /requested-page-name\.php$
RewriteRule .* /US-CERT.gov [R=301,L]
(This post was last modified: 12-18-2012, 12:27 AM by miscbyproduct)
12-18-2012, 12:02 AM
Find all posts by this user Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)