|
|
|
Main Content |
| Tutorial: User System Tips By MOD-Shadow |
In this tutorial you will learn a few different things that you can use to protect your user system from being attacked by hackers.
First Tip:
You can change your file endings with a simple line in your .htaccess file wether you want the file ending to be .lol or something random like .abc123
So, open up you .htaccess and add this line:
This would allow you to do as i said, make file with the ending of .abc123
By using this you could save yourself from fopen attempts from other web servers and what-not because the file would be harder to guess.
Second Tip:
Config files are usually a prime target because users tend to just copy and paste coding with common variables such as $user or $pass.
One way to make them mharder to guess is by defining such as in the script below:
|
Difficulty: Easy
Views: 2481
|
|
|
Comments |
| Posted on Friday 18th May 2007 at 09:19 PM |
cyruswu
 |
Good job! |
| Posted on Tuesday 15th January 2008 at 06:14 PM |
Agw2012
 |
Good Job ;)
Better Than The Old Database Error :) |
|
|
Add Comment |
|
You must be logged in to post a comment. |
|
|