{~title_web}
 
+1'd This
Blog UNIKOM
Kategori
Blog Unikom Facebook!
Blog Unikom Tweet!
Artikel Terpoluler
Artikel Terbanyak Dibaca
Berita Unikom Center
Alexa Rank

jQuery 1.6.4 Released

jQuery 1.6.4 Released
This is a minor point release of jQuery. We’re releasing it fix a couple issues that came up during the release of jQuery 1.6.3. You can get the code from the jQuery CDN: http://code.jquery.com/jquery-1.6.4.js You can help us by dropping that code into your existing application and letting us know that if anything no longer works. Please file a bug and be sure to mention that you’re testing against jQuery 1.6.4. We want to encourage everyone from the community to try and get involved in contributing back to jQuery core. We’ve set up a full page of information dedicated towards becoming more involved with the team. The team is here and ready to help you...
AGUNKz scrEaMO {Agung YuLy Diyantoro} BlogPengirimAGUNKz scrEaMO {Agung YuLy Diyantoro} Blog · Lihat Profil AGUNKz scrEaMO {Agung YuLy Diyantoro} Blog · Lihat Blog AGUNKz scrEaMO {Agung YuLy Diyantoro} BlogViewDibaca : 2067 Kali
Waktu PostingSelasa, 13 September 11 - 13:29 WIBKomentar0 KomentarRatingRating : 1 Bagus, 0 Jelek
KategoriJQUERY 1.6.4, JQUERY, JQUERY NEW UPDATE, JQUERY 1.6.4 RELEASED

How to patch SQLi

How to patch SQLi
>> Cari bugnya misal : www.bugsite.com/berita_selengkapnya.php?id=$id >> berarti bug terdapat pada file berita_selengkapnya.php >> masuk ke berita_selengkapnya.php >> perhatikan line 92,string code pada id adalah bugnya patch..patch...tambahkan filter di atas line tsb,yaitu di line 91 >> ada banyak cara yg di lakukan,beberapa diantaranya : >> mencegah agar nilai id tdk ada minus : if ($id<0) { echo "pesan"; } >> buat pembatasan length input pada id : if ($id>3) { echo "pesan"; } utk pesan,bisa dgn javascript,dll , terserah dgn kreativitas masing2. more secure >> + buat $id sebagai karakter,jgn berupa angka +...
Girin DigdoPengirimGirin Digdo · Lihat Profil Girin Digdo · Lihat Blog Girin DigdoViewDibaca : 3292 Kali
Waktu PostingRabu, 07 Juli 10 - 06:02 WIBKomentar0 KomentarRatingRating : 0 Bagus, 0 Jelek
KategoriHOW, TO, PATCH, SQL, INJECTION, ATTACK, QUERY, HACKER, CRACKER, HOLE