[Question] Các bác giúp em đoạn code chống lỗi SQL này với |
29/04/2008 00:36:11 (+0700) | #1 | 127978 |
bigpig42
Member
|
0 |
|
|
Joined: 17/01/2008 18:12:06
Messages: 36
Offline
|
|
Em đọc trong mã lệnh của NukePHP có một đoạn:
unset($matches);
unset($loc);
if (preg_match("/([OdWo5NIbpuU4V2iJT0n]{5}) /",
rawurldecode($loc=$_SERVER["QUERY_STRING"]), $matches)) {
die();
}
$queryString = strtolower($_SERVER['QUERY_STRING']);
if (stripos_clone($queryString,'%20union%20') OR stripos_clone($queryString,'/*')
OR stripos_clone($queryString,'*/union/*') OR stripos_clone($queryString,'c2nyaxb0')) {
header("Location: index.php");
die();
}
Em không hiểu chuổi ([OdWo5NIbpuU4V2iJT0n]{5}) có ý nghĩa gì. Mong sớm nhận được sự giúp đỡ của mọi người. Chân thành cảm ơn! |
|
|
[Question] Re: Các bác giúp em đoạn code chống lỗi SQL này với |
29/04/2008 00:56:58 (+0700) | #2 | 127980 |
nbthanh
HVA Friend
|
Joined: 21/12/2001 14:51:51
Messages: 429
Offline
|
|
http://www.vninformatics.com/forum/topic/60742/Cac-bac-giup-em-ve-doan-code-chong-loi-SQL-nay-voi.html?zone=4 |
|
|
|