Ahad, 5 September 10
Hendak Login? · Daftar
HomePerihalBuku Tamu

kategori " Storage Tutorial "

ditulis oleh admin pada Rabu, 24 Januari 07dengan komentar yang belum ditulis padanya

Cross-Site Scripting

Cross-site scripting (XSS) is deservedly one of the best known types of attacks. It plagues web applications on all platforms, and PHP applications are certainly no exception. Any application that displays input is at riskweb-based email applications, forums, guestbooks, and even blog aggregators. In fact, most web applications display input of some typethis is what makes them interesting, but it is also what places them at risk. If this input is not properly filtered and escaped, a cross-site ...

ditulis oleh admin pada Rabu, 24 Januari 07dengan komentar yang belum ditulis padanya

Register Globals

If you remember writing CGI applications in C in your early days of web application development, you know how tedious form processing can be. With PHP's register_globals directive enabled, the complexity of parsing raw form data is taken care of for you, and global variables are created from numerous remote sources. This makes writing PHP applications very easy and convenient, but it also poses a security risk. In truth, register_globals is unfairly maligned. Alone, it does not create a se...

ditulis oleh admin pada Rabu, 24 Januari 07dengan komentar yang belum ditulis padanya

Error Reporting

Every developer makes mistakes, and PHP's error reporting features can help you identify and locate these mistakes. However, the detailed information that PHP provides can be displayed to a malicious attacker, and this is undesirable. It is important to make sure that this information is never shown to the general public. This is as simple as setting display_errors to Off. Of course, you want to be notified of errors, so you should set log_errors to On and indicate the desired location of ...

halaman 4 dari total halaman 4

awal « 1 2 3 4 » akhir