Results 1 to 10 of 22
Hybrid View
-
27th May 2010, 02:56 AM #1Member
Really A Nice Guide Bro.
Wanted to Elaborate on second point, as many people dont know about it. I helped my fellow mates over here to secure admin section through htaccess.
Make .htaccess file in your Admin Folder
And add this to it
AuthUserFile /path along with root/.htpasswd
AuthName "Anything Can Be Written Here"
AuthType Basic
require valid-user
Then make another file .htpasswd in the same directory that you have mentioned above in .htaccess file.
In .htpasswd Add these lines
username:encryptedpassword
You can encrypt password from here :
http://www.kxs.net/support/htaccess_pw.html
Some more things you can do with .htaccess are :
If Admin Folder is not in use you can use this command
1.
# no one can login
deny from all
2.
# no hackers can enter
order deny,allow
deny from all
allow from your lan ip
3.If you want to show any html to the person whos IP is disabled :
# quick custom error "document"..
ErrorDocument 404 "<html><head><title>NO!</title></head><body><h2><tt>Fuck you Retard</tt></h2></body></html>
If you encounter any problems then get back to me regarding any security.
DeLeTeD took a nice step to make this thread.
I will also share some of my knowledge regarding security soon. Feeling bit lazy right now.Lolz..anantgupta Reviewed by anantgupta on . Secure Your Forum Alright since i am White Hat I decided to make a tutorial on how to secure your forum. Following everything will not make your site impossible to hack as anything can be hacked however it will help cut down on script skiddies. This is not a copy and paste, I spent time writing it up so it might have some grammatical errors, so if you catch any let me know. Any changes just reply. Staff - This is one of the biggest reasons why and how sites get hacked. (little kids favorite method). Rating: 5
-
6th Jun 2010, 01:16 AM #2
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Secure Your Mybb Forum Even More
By DJboutit in forum Useful SitesReplies: 1Last Post: 14th Sep 2012, 01:43 AM -
Most secure forum
By litewarez in forum Polling PlazaReplies: 106Last Post: 18th Sep 2010, 07:59 AM -
Need New secure forum bord what to use ? it need to nulled
By PBI NetWork in forum Webmaster DiscussionReplies: 8Last Post: 13th Jul 2010, 07:41 PM -
How We Can Secure
By WarezMania in forum Webmaster DiscussionReplies: 6Last Post: 17th May 2010, 04:27 PM -
how to Make your Forum Secure and Protected
By xwarlordx in forum Tutorials and GuidesReplies: 12Last Post: 27th Nov 2009, 06:29 PM
themaCreator - create posts from...
Version 3.52 released. Open older version (or...