UDP Portscanning in PHP By: Admin
Portscanning serves a legitimate role in system
administration/ownership. By confirming exactly what ports a computer
accepts connections...02-Apr-2010 |
Top 7 PHP Security Blunders By: Admin
By showing you what not to do, and how each
particular flaw can be exploited, I hope that you'll understand not
just how to avoid these p...02-Apr-2010 |
Getting Started With Mcrypt By: Admin
Mcrypt is a wonderful set of library functions
for encrypting, decrypting, and hashing data. This is a great way to
secure your data and ...02-Apr-2010 |
.htaccess Password Protection By: Admin
Learn how to super protect your files without
the use of mySQL. This tutorial will help you learn how to password
protect your file quick...02-Apr-2010 |
Password Protection By: Admin
Password protection is something you need every
once in a while. Whether it's a secret site you're running or just the
control panel of y...02-Apr-2010 |
Protecting your Source Code By: Admin
There are many reasons now as a web designer,
software programmer or website owner that you may want to start
considering the safety of y...02-Apr-2010 |
Using Define to Protect Files By: Admin
In my other tutorial I showed you how to include files dynamically using PHP [like main.php?x=whatever]
The files that you include can be ...02-Apr-2010 |
Geo Target Your Visitors By: Admin
Have you ever wanted to find out where a visitor lives?
I had the need a week ago when an ad company said that they had ...02-Apr-2010 |
Protecting your source code. By: Admin
There are many reasons now as a web designer,
software programmer or website owner that you may want to start
considering the safety of y...02-Apr-2010 |
Encrypting data with PHP By: Admin
PHP provide us with an interesting array of
security-oriented functionality. In this article I'll introduce you to
this functionality, pr...02-Apr-2010 |