Hacking Safety

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
agriz
Forum Contributor
Posts: 106
Joined: Sun Nov 23, 2008 9:29 pm

Hacking Safety

Post by agriz »

I am running few websites. I am allowing file uploads. I don't want to face any hacking.
I have seen a lot of websites which was affected by javascript or php inclusion.

Generally how do they do that?
How can i test it myself in my website?
User avatar
Mordred
DevNet Resident
Posts: 1579
Joined: Sun Sep 03, 2006 5:19 am
Location: Sofia, Bulgaria

Re: Hacking Safety

Post by Mordred »

This is a good start: www.scanit.be/uploads/php-file-upload.pdf
Also, carefully read the manual.
Post Reply